I am running Klipper on a CR6-SE which uses a nozzle probe much like the Voron Tap. But the trigger is via a strain gauge. I am running adaptive bed meshing for each print.
In my start code I have it ;
- Heat the bed (Per the Slicer)
- Set the hot end to 150c and wait
- Run bed_mesh_calibrate
The bed maintains the temp requested but as soon at "bed_mesh_calibrate " is executed my hot end heater turns off. How to I keep the hot end on during the probing cycle?
G1 X{x_wait} Y{y_wait} Z15 F9000 # Goes to center of the bed
M190 S{target_bed} # Sets the target temp for the bed
SET_DISPLAY_TEXT MSG="Heatsoak 5 min" # Displays info
G4 P300000 # Waits 5 min for the bedtemp to stabilize 9Min x 60000 = Mil Sec)
{% endif %}
# Heating nozzle to 150 degrees. This helps with getting a correct Z-home
SET_DISPLAY_TEXT MSG="Hotend: 150c" # Displays info
M109 S150 # Heats the nozzle to 150c
SET_DISPLAY_TEXT MSG="Bed mesh" # Displays info
#STATUS_MESHING # Sets SB-leds to bed mesh-mode
bed_mesh_calibrate # Starts bed mesh
# Heats up the nozzle up to target via data from slicer
SET_DISPLAY_TEXT MSG="Hotend: {target_extruder}c" # Displays info
# STATUS_HEATING # Sets SB-leds to heating-mode
G1 X{x_wait} Y{y_wait} Z15 F9000 # Goes to center of the bed
M107 # Turns off partcooling fan
M109 S{target_extruder} # Heats the nozzle to printing temp
M104 S{target_extruder} #Waits for nozzle to reach temperature defined in
slicer
adaptive_purge #add adaptive purge
Basic Information:
Printer Model: CR6-SE
MCU / Printerboard: Creality V 1.0.0.3
klippy.log
CRSE-2 log klippy.log (4.5 MB)
Fill out above information and in all cases attach your klippy.log
file. Pasting your printer.cfg
is not needed
Be sure to check our Knowledge Base and in particular this and this post