Welcome! Log In Create A New Profile

Advanced

skeinforge_craft.py no such file

Posted by karcio 
skeinforge_craft.py no such file
June 05, 2017 11:34AM
Hi Guys,

I'm sure I need to install skeinforge in my Arch, but so far I'm not sure what package I need to install. Using pronterface + slic3r. I was trying find skeinforge_craft.py inmy system but looks like is not there.
My default path for this is:

slice command: python skeinforge/skeinforge_application/skeinforge_utilities/skeinforge_craft.py $s
Slicer options command: python skeinforge/skeinforge_application/skeinforge.py

My error output is:
Connecting...
Printer is now online.
Slicing /home/crystal/Downloads/BallsMk2.stl
Running python skeinforge/skeinforge_application/skeinforge_utilities/skeinforge_craft.py /home/crystal/Downloads/BallsMk2.stl --load /home/crystal/.Slic3r/print/01mm.20infill.ini --load /home/crystal/.Slic3r/printer/safe_settings_printer.ini --load /home/crystal/.Slic3r/filament/PLA_filament_200_60.ini
python: can't open file 'skeinforge/skeinforge_application/skeinforge_utilities/skeinforge_craft.py': [Errno 2] No such file or directory
Loading file: /home/crystal/Downloads/BallsMk2_export.gcode
Exception in thread Thread-15:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 754, in run 
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib/python2.7/site-packages/printrun/pronterface.py", line 1411, in load_gcode_async_thread
    gcode = gcode)
  File "/usr/lib/python2.7/site-packages/printrun/pronsole.py", line 891, in load_gcode
    self.fgcode.prepare(open(filename, "rU"),
IOError: [Errno 2] No such file or directory: u'/home/crystal/Downloads/BallsMk2_export.gcode'


any advise about how to get install this skeinforge.

Edited 1 time(s). Last edit at 06/05/2017 12:02PM by karcio.
Re: skeinforge_craft.py no such file
June 06, 2017 01:23PM
Hi Karcio,

there never was Skeinforge packages in any Linux distribution, and this software is no more maintained… It is a set of Python scripts and you need to install TkInter to run it.

You can get SFACT on GitHub, a modified Skeinforge version (should it work with pronterface? probably yes), or send me a private message: I'll provide you a link to the last Skeinforge version.

Regards,

- - - - - - - - - edit:

And I forgot the simpliest: there is Nophed's Skeinforge50plus on Github, last Sk version with ehancements.

Edited 1 time(s). Last edit at 06/06/2017 01:38PM by François Delègue.


François
Sorry, only registered users may post in this forum.

Click here to login