mirror of
https://github.com/TengerTechnologies/Bricklayers.git
synced 2025-02-07 13:24:45 +00:00
Update README.md
This commit is contained in:
parent
8bd84d5e04
commit
c31a1e5e77
29
README.md
29
README.md
@ -1,3 +1,4 @@
|
||||
# Only Bricklayers
|
||||
This is a script to add Brick layers to Prusaslicer and Orcaslicer.
|
||||
(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.
|
||||
|
||||
[](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.
|
||||
|
||||
[](https://www.youtube.com/watch?v=DosU-M0g-QU)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user