Jacotheron / FlashForge-CreatorPro2-PS-Profile

PrusaSlicer Profile for the FlashForge CreatorPro2 3D printer
22 stars 7 forks source link

Post-processing script -- on file -- failed. Error code: 2 #4

Closed PhytoHacker closed 2 years ago

PhytoHacker commented 2 years ago

Jaco, hello. I am interested in using Prusia slicer together with Flash Forge Creator Pro 2. Thank you for your work.

I followed your detailed tutorial, but I got the following error at the moment of exporting G-code: error Please advise where the problem could be.

Jacotheron commented 2 years ago

Typically an error code of 2 in Python is that the file is not found. The file not being found is the python post processor script.

I noticed you have double quotes and the "!" in the path, I think this is causing issues. Typically you would use either double quotes or "!" before each space. Change it and see if that solves your issue.