Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default Cura slicing is broken #14

Closed
nebbian opened this issue Jun 25, 2017 · 4 comments
Closed

Default Cura slicing is broken #14

nebbian opened this issue Jun 25, 2017 · 4 comments
Assignees

Comments

@nebbian
Copy link
Owner

nebbian commented Jun 25, 2017

After choosing the default Cura slicing engine using the control applet, and then doing a slice, I get this error:

Jun 25, 2017 8:13:56 AM com.roboxing.slicerextension.flow.Main main
SEVERE: Error processing : 
java.io.IOException: Cannot rename '5277df8f0d024756.slicer.gcode' to '5277df8f0d024756.gcode'
	at com.roboxing.slicerextension.flow.DefaultAMCura.postProcess(DefaultAMCura.java:38)
	at com.roboxing.slicerextension.flow.Controller.process(Controller.java:76)
	at com.roboxing.slicerextension.flow.Main.main(Main.java:58)

However, using Slic3r seems to work fine. Could it be that you don't need to postprocess output from the default engine?

@Benraay
Copy link
Collaborator

Benraay commented Jun 25, 2017

Yes probably we don't need to do anything but just call the default curaEngine_exe
I did not test this, I will take a look maybe tonight

@natdan
Copy link
Collaborator

natdan commented Jun 25, 2017

Actually we would really like to have it as we can then insert custom post processing scripts and visualiser(s). I'll have a look at why it fails! :)

@natdan
Copy link
Collaborator

natdan commented Jun 25, 2017

@nebbian it works now. Problem was in passing all original arguments to Cura - not one with .slicer.gcode. All is fine now. We are ready to try to add 'pre' and 'post' scripts into the flow! :)

@nebbian
Copy link
Owner Author

nebbian commented Jun 30, 2017

Sorry Natdan, I totally missed your message there. Excellent work!

@nebbian nebbian closed this as completed Jun 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants