Skip to content

Commit 5078da1

Browse files
authored
Update README.md
1 parent 2bf92c6 commit 5078da1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:**
4040
You **must disable** `"Supports binary G-code"` in **Printers → General → Firmware** (Expert Mode)
4141
The Binary G-code format is incompatible with post-processing scripts.
4242

0 commit comments

Comments
 (0)