Hmm scheint nicht zu funktionieren, bei aktiven Marker wird auch der rote noch nicht gedruckte Bereich angezeigt. Mein Start G-Code:
; BambuStudio
M104 S140;start the nozzle preheat and don't wait
G21;metric values
G90;absolute positioning
M82;set extruder to absolute mode
M107;start with the fan off
G28;home all
M190 S[bed_temperature_initial_layer_single] ; set wait for bed temp
M355 S1;turn on the case light
M109 S[nozzle_temperature_initial_layer]; wait for extruder temp
G1 Z15.0 F1000 ;move the nozzle up 15mm
G92 E0;zero the extruded length
G1 F100 E60;extrude 60mm of feed stock
G92 E0;zero the extruded length again