Welcome! Log In Create A New Profile

Advanced

Skeinforge console?

Posted by Benny 
Skeinforge console?
September 09, 2012 04:20PM
Hi,
im working at the moment on a server/client printtool.

I want to send my stl from the client ( a raspberry pi ) to my server where skeinforge is installed, let slice it and get it back to my raspberry.

Data sending is done, now i need a explanation how i can let skeinforge slice my stl with profil X.

I would be very happy if someone could tell me smiling smiley

Best regards

Benny
Re: Skeinforge console?
September 10, 2012 05:37AM
From the skeinforge.py:
===Command Line Interface===
To bring up the skeinforge dialog without a file name, type:
python skeinforge_application/skeinforge.py

Slicing a file from skeinforge_utilities/skeinforge_craft.py, for example:
python skeinforge_application/skeinforge_utilities/skeinforge_craft.py test.stl

will slice the file and exit. This is the correct option for programs which use skeinforge to only generate a gcode file.

Slicing a file from skeinforge.py, for example:
python skeinforge_application/skeinforge.py test.stl

will slice the file and bring up the skeinforge window and the analyze windows and then skeinforge will wait for user input.

Slicing a file from skeinforge_plugins/craft.py, for example:
python skeinforge_application/skeinforge_plugins/craft.py test.stl

will slice the file and bring up the analyze windows only and then skeinforge will wait for user input.


Manufacturer of low tolerance Filaments PLA, ABS, ASA, PETG, TPU, PA, PVA,
[www.miafilament.com]
[github.com]
Re: Skeinforge console?
September 10, 2012 03:48PM
Thank you very much!

Regards
Benny
ToM_Korn
Re: Skeinforge console?
September 26, 2012 12:42PM
hey

I'm working kind on a similar projekt / problem. I want some folder where I can put in my stl files to get them calculated to gcode.

but i want to have for example a folder for
- pla 0.2 mm
- pla 0.3 mm
- abs 0.2 mm
...


Benny Wrote:
-------------------------------------------------------
> Data sending is done, now i need a explanation how
> i can let skeinforge slice my stl with profil X.

i have different profiles in skeinforge - how can i use them from the comandline - haven't seen a discription for that in the skeinforge wiki

any idea?

thanks tom
Re: Skeinforge console?
September 27, 2012 06:17AM
Maybe using a different PREFERENCESDIRECTORY for each profile, along with the -p option ?


deuxvis@somelinux:~$ ./skeinforge50/skeinforge_application/skeinforge.py --help
Usage: skeinforge.py [options]

Options:
  -h, --help            show this help message and exit
  -p PREFERENCESDIRECTORY, --prefdir=PREFERENCESDIRECTORY
                        set path to preference directory
  -s STARTFILE, --start=STARTFILE
                        set start file to use
  -e ENDFILE, --end=ENDFILE
                        set end file to use
  -o PREFERENCES, --option=PREFERENCES
                        set an individual option in the format
                        "module:preference=value"


Most of my technical comments should be correct, but is THIS one ?
Anyway, as a rule of thumb, always double check what people write.
Sorry, only registered users may post in this forum.

Click here to login