- G4 ; wait
- G92 E0 ; prepare to retract
- G1 E-0.8 F3000; retract to avoid stringing
- ; Anti-stringing end wiggle
- G90 ; use absolute coordinates
- {if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+50, max_print_height)}{endif} ; Move print head up
- G0 X0 Y210 F10200; present bed;
- M104 S0 ; turn off temperature
- M140 S0 ; turn off heatbed
- M107 ; turn off fan
- M84 ; disable motors
复制代码 把这段代码加到结束gcode看看。有其他问题继续提问。
|