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

Error code: 2 Using Orca Slicer #38

Open
darraghh1 opened this issue Jan 27, 2025 · 6 comments
Open

Error code: 2 Using Orca Slicer #38

darraghh1 opened this issue Jan 27, 2025 · 6 comments

Comments

@darraghh1
Copy link

Post-processing Scripts:
"C:\Program Files\Python313\python.exe" "C:\Program Files\OrcaSlicer\scripts\bricklayer.py" -layerHeight 0.2

Orca Slicer Error:
Post-processing script "C:\Program Files\Python313\python.exe" "C:\Program
Files\OrcaSlicer\scripts\bricklayer.py" -layerHeight 0.2 on file
C:\Users\darra\AppData\Local\Temp/orcaslicer_model/Sun_Jan_26/19_12_14#4604#49/Metadat
a.4604.0.gcode.pp failed.
Error code: 2

C:\Users\darra>where python
C:\Program Files\Python313\python.exe

@todstelzer
Copy link

todstelzer commented Jan 27, 2025

If i change the path to the Bricklayer script i get the same error. Seems like your path to the script could be the issue.

Image

@sergid98
Copy link

I think the problem is with the H in -layerHeight 0.2.
I had the same error when copying the command from GitHub, so try changing -layerheight 0.2 to -layerHeight 0.2.

@cosmocin1
Copy link

i have same issue is show same error i try changing -layerheight 0.2 to -layerHeight 0.2.

@80163916
Copy link

80163916 commented Feb 3, 2025

I have same issue,the slicer software is PrusaSlicer,that version is 2.9.0,Python version is 3.12.8,my computer os is win11 64.
error info:
Post-processing script "C:\Users\weiji\AppData\Local\Programs\Python\Python312\python.exe" "C:\Users\weiji\Documents\3D prient\bricklayers.py" -layerheight 0.2 -extrusionMultiplier 1.3 on file C:\Users\weiji\AppData\Local\Temp.40828_0.gcode.pp failed.
Error code: 2

Image

@todstelzer
Copy link

I have same issue,the slicer software is PrusaSlicer,that version is 2.9.0,Python version is 3.12.8,my computer os is win11 64. error info: Post-processing script "C:\Users\weiji\AppData\Local\Programs\Python\Python312\python.exe" "C:\Users\weiji\Documents\3D prient\bricklayers.py" -layerheight 0.2 -extrusionMultiplier 1.3 on file C:\Users\weiji\AppData\Local\Temp.40828_0.gcode.pp failed. Error code: 2

Image

Are you sure your path is correct?
"C:\Users\weiji\Documents\3D prient\bricklayers.py „3D prient?“

@DanielEikelenboom
Copy link

Capitalization is important. The example line on the homepage is incorrect.

Use "C:\Your\Path\To\Python\python.exe" "C:\Your\Path\To\Script\bricklayers.py" -layerHeight 0.2 -extrusionMultiplier 1.3 like @sergid98 suggested.

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

6 participants