



Код: Выделить всё
M280 P0 S160 ; выводим из возможного состояния "ошибка"
G4 P100 ; ждем 100мс, пока будет готов
G29 ; домой и автокалибровка стола в одном флаконе
Код: Выделить всё
M107 ;start with the fan off
M140 S{material_bed_temperature_layer_0} ;not wait
M104 S160 ; not extruding not wait
M280 P0 S160 ; bltouch alarm off
G4 P100 ;delay
M860 X530 ; G28 goes center, here we are
G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
G28 XY ;go until XY endstops
M866 X50 ;not cold nozzle into bed
G0 X265 Y40 F6000; out of the bed
M860 Y20 ; G28 goes center, here we are
G28 Z
M866 X33 ;revert offset back
M860 Y200 X260;revert build area back
M109 S{material_print_temperature_layer_0} ; waiting nozzle
G0 Z0.4
G0 X255 F60 ; OOSE on the edge
G0 X0 Z5 F6000 ; not conflict with clipsa
G29 ;level bed
M190 S{material_bed_temperature_layer_0} ; waiting bed
G92 E0 ;zero the extruded length
G1 F200 E5 ;extrude 5mm of feed stock
G92 E0 ;zero the extruded length again
G1 F9000