Hi there,
i want to set and wait temperature, but i’m having issue, i set correctly but i’m having unable to parse error.
this is my start gcode
[gcode_macro START_PRINT_ADAPTIVE]
gcode:
SET_HEATER_TEMPERATURE HEATER=heater_bed TARGET={first_layer_bed_temperature};
TEMPERATURE_WAIT SENSOR=heater_bed MINIMUM={first_layer_bed_temperature};
G90 ; Set all axes to absolute
M82; set extruder to absolute
G21; Set all in mm
G28 ;Home
BED_MESH_CALIBRATE ADAPTIVE=1;
G28;
SET_HEATER_TEMPERATURE HEATER=extruder TARGET={first_layer_temperature}
TEMPERATURE_WAIT SENSOR=extruder MINIMUM={first_layer_temperature}
G1 X0 Y0 F3000;
G1 X-3.50 Y20 Z0.3 F2000.0 ; Move to start position
G1 X-3.50 Y100.0 Z0.3 F1500.0 E15 ; Draw the first line
G1 X-1.50 Y100.0 Z0.3 F2000.0 ; Move to side a little
G1 X-1.50 Y20 Z0.3 F1500.0 E30 ; Draw the second line
G92 E0;
i’m using superslicer to slice model and first_layer_temperature is on the gcode.