Update README.md

This commit is contained in:
TenTech 2025-02-01 19:58:52 +01:00 committed by GitHub
parent 8bd84d5e04
commit c31a1e5e77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,4 @@
# Only Bricklayers
This is a script to add Brick layers to Prusaslicer and Orcaslicer. This is a script to add Brick layers to Prusaslicer and Orcaslicer.
(As of now it doesn't work with Bambu printers) (As of now it doesn't work with Bambu printers)
@ -25,3 +26,31 @@ Thanks to all of you who opened issues and made pullrequests. I'm not ignoring y
Here is a video about the script. Here is a video about the script.
[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/EqRdQOoK5hc/0.jpg)](https://www.youtube.com/watch?v=EqRdQOoK5hc) [![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/EqRdQOoK5hc/0.jpg)](https://www.youtube.com/watch?v=EqRdQOoK5hc)
# Bricklayers + NonPlanar infill
(For better results turn on External perimeters first)
In Prusaslicer's printsettings go to "Output options". There you will find a section called "Post processing scripts".
You can add the following to run the script:
```"C:\Your\Path\To\Python\python.exe" "C:\Your\Path\To\Script\bricklayersNonPlanarInfill.py" -extrusionMultiplier 1.05 -wallReorder 0 -nonPlanar 1 -amplitude 0.6 -frequency 1.1;```
The parameters are
-extrusionMultiplier {number} -> Increase the extrusion for shifted walls
-wallReorder {1 or 0} -> enable/disable wall loop reordering.
-nonPlanar {1 or 0} -> enable/disable non-planar infill
-amplitude {number} -> amplitude of the infill sine wave
-frequency {number} -> frequency of the infill sine wave
Here is a video about this version.
[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/DosU-M0g-QU/0.jpg)](https://www.youtube.com/watch?v=DosU-M0g-QU)