variable_start_extruder_probing_temp(default: 0)- If set to a non-zero value the extruder will be stabilized at the supplied temperature prior to bed probing. This is useful forVoron TAP, load cells, and other forms of probing that use the nozzle directly. When this value is providedvariab...
When this value is provided variable_start_extruder_preheat_scale is ignored. variable_start_level_bed_at_temp (default: True if bed_mesh configured ) - If true the PRINT_START macro will run BED_MESH_CALIBRATE_FAST after the bed has stabilized at its target temperature. variable_start_home...
variable_start_purge_prime_length (default: 10.0) Length of filament (in millimeters) to prime the extruder before drawing the purge lines. variable_start_quad_gantry_level_at_temp (default: True if quad_gantry_level configured) - If true the PRINT_START macro will run QUAD_GANTRY_LEVEL afte...
@@ -61,6 +61,8 @@ variable_start_bed_heat_overshoot: 2.0 variable_start_clear_adjustments_at_end: True # Extruder scale factor during pre-warmup in PRINT_START. variable_start_extruder_preheat_scale: 0.5 # Set the extruder target temp before bed level in PRINT_START. variable_start_ext...
Files v0.2.17 optional LICENSE README.md bed_mesh_fast.cfg bed_surface.cfg beep.cfg fans.cfg filament.cfg globals.cfg heaters.cfg idle.cfg kinematics.cfg layers.cfg park.cfg pause_resume_cancel.cfg start_end.cfg velocity.cfg
M140 S{bed_overshoot} {% if km.start_level_bed_at_temp %} # If we're going to run a bed level we heat the extruder only part way to # avoid oozing all over the bed while probing. @@ -37,22 +39,21 @@ gcode: PARK{
variable_start_purge_prime_length (default: 10.0) Length of filament (in millimeters) to prime the extruder before drawing the purge lines. variable_start_quad_gantry_level_at_temp (default: True if quad_gantry_level configured) - If true the PRINT_START macro will run QUAD_GANTRY_LEVEL afte...
variable_start_purge_prime_length(default: 10.0)Length of filament (in millimeters) to prime the extruder before drawing the purge lines. variable_start_quad_gantry_level_at_temp(default: True ifquad_gantry_levelconfigured)- If true thePRINT_STARTmacro will runQUAD_GANTRY_LEVELafter the bed has...
variable_start_extruder_probing_temp(default: 0)- If set to a non-zero value the extruder will be stabilized at the supplied temperature prior to bed probing. This is useful forVoron TAP, load cells, and other forms of probing that use the nozzle directly. When this value is providedvariab...