From c3aec26bda4a633c4a3f1af66c7f0cdf01d480d0 Mon Sep 17 00:00:00 2001 From: macocha Date: Sun, 6 Jul 2025 14:41:19 +0000 Subject: [PATCH] KAMP_Settings.cfg modified - 07/06/2025 - 02:41:16 PM --- printer_data/config/KAMP_Settings.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/printer_data/config/KAMP_Settings.cfg b/printer_data/config/KAMP_Settings.cfg index 7b3b0be..97f2d8a 100644 --- a/printer_data/config/KAMP_Settings.cfg +++ b/printer_data/config/KAMP_Settings.cfg @@ -1,9 +1,9 @@ # Below you can include specific configuration files depending on what you want KAMP to do: -#[include ./KAMP/Adaptive_Meshing.cfg] # Include to enable adaptive meshing configuration. +[include ./KAMP/Adaptive_Meshing.cfg] # Include to enable adaptive meshing configuration. #[include ./KAMP/Line_Purge.cfg] # Include to enable adaptive line purging configuration. -#[include ./KAMP/Voron_Purge.cfg] # Include to enable adaptive Voron logo purging configuration. -#[include ./KAMP/Smart_Park.cfg] # Include to enable the Smart Park function, which parks the printhead near the print area for final heating. +[include ./KAMP/Voron_Purge.cfg] # Include to enable adaptive Voron logo purging configuration. +[include ./KAMP/Smart_Park.cfg] # Include to enable the Smart Park function, which parks the printhead near the print area for final heating. [gcode_macro _KAMP_Settings] description: This macro contains all adjustable settings for KAMP @@ -13,7 +13,7 @@ variable_verbose_enable: True # Set to True to enable KAMP informa # The following variables are for adjusting adaptive mesh settings for KAMP. variable_mesh_margin: 0 # Expands the mesh size in millimeters if desired. Leave at 0 to disable. -variable_fuzz_amount: 0 # Slightly randomizes mesh points to spread out wear from nozzle-based probes. Leave at 0 to disable. +variable_fuzz_amount: 1.5 # Slightly randomizes mesh points to spread out wear from nozzle-based probes. Leave at 0 to disable. # The following variables are for those with a dockable probe like Klicky, Euclid, etc. # ---------------- Attach Macro | Detach Macro variable_probe_dock_enable: False # Set to True to enable the usage of a dockable probe. # ---------------------------------------------