From c31a1e5e77ed3830b574ef2d9a3ec0aae4cba84e Mon Sep 17 00:00:00 2001 From: TenTech <45683060+TengerTechnologies@users.noreply.github.com> Date: Sat, 1 Feb 2025 19:58:52 +0100 Subject: [PATCH] Update README.md --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index f006d68..3a5f18d 100644 --- a/README.md +++ b/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. [![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) + +