File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Edit the **"Post processing scripts"** section in your slicer.
2020- Your ** Python installation** folder.
2121- The folder where ** you saved ` bricklayers.py ` ** .
2222
23- ### ** Windows Example 🖥️**
23+ ### ** Windows Examples 🖥️**
2424- Normal Python (CPython):<br >
2525``` %USERPROFILE%\AppData\Local\Programs\Python\Python313\python.exe C:\3DPrinting\Scripts\bricklayers.py -startAtLayer 3 -extrusionMultiplier 1.05 -enabled 1; ```
2626- PYPY3:<br >
@@ -36,7 +36,7 @@ Edit the **"Post processing scripts"** section in your slicer.
3636- PyPy3 (installed locally):<br >
3737``` /Users/YourName/.pyenv/versions/pypy3/bin/pypy3 /Volumes/3DPrinting/Scripts/bricklayers.py -startAtLayer 3 -extrusionMultiplier 1.05 -enabled 1; ```
3838
39- ** PrusaSlicer Users:**
39+ ** PrusaSlicer Users:**
4040You ** must disable** ` "Supports binary G-code" ` in ** Printers → General → Firmware** (Expert Mode)
4141The Binary G-code format is incompatible with post-processing scripts.
4242
You can’t perform that action at this time.
0 commit comments