I just built my first voron 2.4 r2 using the formbot kit. I immediately upgraded to Tap and installed KAMP. I started using superslicer and I can get the adaptive mesh running but when I try the Voron_Purge or Line_purge.cfg I get the dreaded error of not being able to extrude because I am below extruding temp. How do I get the slicer or my print.cfg to go to printing temperature before it does the purge?
This is what I have in superslicer start gcode:
; M190 S0
; M109 S0 ; uncomment to remove set&wait temp gcode added automatically after this start gcode
m117
print_start EXTRUDER={first_layer_temperature[initial_extruder] + extruder_temperature_offset[initial_extruder]} BED=[first_layer_bed_temperature] CHAMBER=[chamber_temperature]
and here is what I have for my start_gcode macro:
[gcode_macro PRINT_START]
gcode:
G32 ;home all zxes
G90 ;absolute positioning
G1 Z20 F3000 ;move nozzle away from bed
BED_MESH_CLEAR
BED_MESH_CALIBRATE
VORON_PURGE
#LINE_PURGE
Thank you in advance for any and all help!!!!
This is what I have in superslicer start gcode:
; M190 S0
; M109 S0 ; uncomment to remove set&wait temp gcode added automatically after this start gcode
m117
print_start EXTRUDER={first_layer_temperature[initial_extruder] + extruder_temperature_offset[initial_extruder]} BED=[first_layer_bed_temperature] CHAMBER=[chamber_temperature]
and here is what I have for my start_gcode macro:
[gcode_macro PRINT_START]
gcode:
G32 ;home all zxes
G90 ;absolute positioning
G1 Z20 F3000 ;move nozzle away from bed
BED_MESH_CLEAR
BED_MESH_CALIBRATE
VORON_PURGE
#LINE_PURGE
Thank you in advance for any and all help!!!!