From e39e3726ac7aa8e92b74ba10bac522497fac4cef Mon Sep 17 00:00:00 2001 From: Avior Date: Wed, 5 Apr 2023 01:27:38 +0200 Subject: [PATCH] misc: Add note about the 100% density Signed-off-by: Avior --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0d58258..fe234aa 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ other queries: - run `prusa-slicer --help-fff` in the terminal or look at the params in the response to get the full list examples: -- `layer_height` = `0.05` -- `scale` = `200%` -- `fill_density` = `90%` \ No newline at end of file +- `layer_height` = `0.05` change the layer height +- `scale` = `200%` Scale the model +- `fill_density` = `90%` change the density of the fill __note: if `fill_density` is `100%`, it will crash unless you also add `fill_pattern` = `rectilinear`__ +- `fill_pattern` = `rectilinear` change the fill pattern \ No newline at end of file