Update KAMP_Settings.cfg

This commit is contained in:
Cyril 2024-05-05 18:44:32 +02:00
parent 0baac76aab
commit a79df8814c

View file

@ -2,15 +2,14 @@
# KAMP Settings
###########################################
# Below you can enable or disable specific configuration files depending on what you want KAMP to do:
# Do not touch this section below:
[respond] # Necessary to receive messages from KAMP
[include Start_Print.cfg] # START_PRINT macro for Creality K1 Series.
[include Adaptive_Meshing.cfg] # Adaptive Meshing configurations.
[include Line_Purge.cfg] # Adaptive Line Purging configurations.
[include Smart_Park.cfg] # Smart Park feature, which parks the printhead near the print area for final heating.
#[include Prusa_Slicer.cfg] # Enable this if you use Prusa Slicer, it's the necessary macros to enable Exclude Objects functionality.
[respond] # Necessary to receive messages from KAMP
[gcode_macro _KAMP_Settings]
description: This macro contains all adjustable settings for KAMP
@ -19,20 +18,20 @@ description: This macro contains all adjustable settings for KAMP
variable_verbose_enable: True # Set to True to enable KAMP information output when running. This is useful for debugging.
# The following variables are for adjusting Adaptive Meshing settings for KAMP:
# The following variables are for adjusting Adaptive Bed Mesh settings:
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_mesh_margin: 0 # Expands the mesh size in millimeters if desired. Default is 0 (disabled).
variable_fuzz_amount: 0 # Slightly randomizes mesh points to spread out wear from nozzle-based probes. Default is 0 (disabled). The maximum recommended value is 3.
# The following variables are for adjusting Adaptive Line Purging settings for KAMP:
# The following variables are for adjusting Adaptive Purge Line settings:
variable_purge_height: 0.8 # Z position of nozzle during purge. Default is 0.8.
variable_tip_distance: 0 # Distance between tip of filament and nozzle before purge. Should be similar to PRINT_END final retract amount. Default is 0.
variable_tip_distance: 0 # Distance between tip of filament and nozzle before purge. Default is 0.
variable_purge_margin: 10 # Distance the purge will be in front of the print area. Default is 10.
variable_purge_amount: 50 # Amount of filament to be purged prior to printing. Default is 50.
variable_flow_rate: 12 # Flow rate of purge in mm3/s. Default is 12.
# The following variables are for adjusting the Smart Park feature for KAMP, which will park the printhead near the print area at a specified height:
# The following variables are for adjusting Smart Park feature, which will park the printhead near the print area at a specified height:
variable_smart_park_height: 10 # Z position for Smart Park. Default is 10.