Skip to content

Commit

Permalink
Update klipper-adaptive-meshing-and-purging.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilouz committed May 5, 2024
1 parent 2531fca commit 6616fdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/helper-script/klipper-adaptive-meshing-and-purging.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@ All settings for KAMP are configured by Helper Script, you just need to make sur

You can also edit some settings in `KAMP_Settings.cfg` file located in `Helper-Script/KAMP` folder.

- The following variables are for adjusting Adaptive Meshing settings:
- <u>The following variables are for adjusting Adaptive Meshing settings:</u>

- **variable_mesh_margin**: This is the space (in millimeters) beyond your print area to further increase the size of the adaptive mesh. This can be useful for those who commonly use brims when printing. By default, this value is `0`.
- **variable_fuzz_amount**: This is the maximum value (in millimeters) to which the mesh boundaries can be randomly increased. This will slightly randomize the bed mesh boundaries, which will help to spread out wear your bed surface when printing the same model multiple times. By default, this value is `0`. The maximum recommended value is `3`.

- The following variables are for adjusting Adaptive Bed Mesh settings:
- <u>The following variables are for adjusting Adaptive Bed Mesh settings:</u>

- **variable_purge_height**: This is the height (in millimeters) above the bed at which the nozzle will be when the purge is carried out. This shouldn't require much adjustment unless you're using a large diameter nozzle or purging a very small amount. By default, this value is `0.8`.
- **variable_tip_distance**: This is the distance that the very tip of your loaded filament is away from the opening of your nozzle. It's a good idea to tune this value so that your purge is nice and consistent, rather than spotty or blown out at the beginning.
- **variable_purge_margin**: This is the space you wish to have between your purge and your actual print area. Helpful for those who print using brims or skirts. By default, this value is `10`.
- **variable_purge_amount**: This is the amount (in millimeters) of filament material you wish to purge prior to a print beginning. By default, this value is `50`.
- **variable_flow_rate**: This is the desired flow rate you wish to purge at. You should set this value to be close to the flow limit of your hotend. By default, this value is `12`.

- The following variables are for adjusting Smart Park feature, which will park the printhead near the print area at a specified height:
- <u>The following variables are for adjusting Smart Park feature, which will park the printhead near the print area:</u>

- **variable_smart_park_height**: This is the height (in millimeters) at which your print head will be positioned when thewhen calling the `_SMART_PARK` macro. By default, this value is `10`.

Expand Down

0 comments on commit 6616fdc

Please sign in to comment.