nicolai-wachenschwan / arc-overhang-prusaslicer-integration

A 3D printer slicing algorithm that lets you print 90° overhangs without support material.
GNU General Public License v3.0
332 stars 26 forks source link

Error Code 1 ? #55

Open mam326 opened 1 year ago

mam326 commented 1 year ago

Hi, What is meant by "Error Code 1" ? I get this when trying to export the g-code.

error-code-1 - Copy

bezalel6 commented 1 year ago

im getting the same problem... found any solution?

DumahBrazorf commented 1 year ago

Make sure to have downloaded the .py file correctly. I made the mistake to downloading from the main page right clicking on the link and doing save as. Wrong! Go inside and download from the raw file link.

Big-coconut commented 1 year ago

I have this problem, but it works if I just run the command line version.

nicolai-wachenschwan commented 12 months ago

to fix the error I need the text in the black window for detailed info, as the prusa window always looks the same for any errors :(

Big-coconut commented 12 months ago

Is there a way to show a terminal in Prusa Slicer? If I run the script in the command line it works fine, but in Prusa Slicer it gives the error.

Wasupmacuz commented 7 months ago

In order to see the traceback error text, you will need to run the script using command line, as defined by the python script: "Option A) open your system console and type 'python ' followed by the path to this script and the path of the gcode file. Will overwrite the file." If this is your first time running the script, you will likely need to install dependencies using pip. Using the Prusa slicer (option B) to run the post-processing script will automatically close the command line terminal upon encountering an error. That means @Big-coconut is out of luck as far as I know. It might be that the python.exe you linked to is outdated.