mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 00:56:01 +08:00
Removed useless G21 in start code
This commit is contained in:
parent
183aed4dd0
commit
e20799ffef
@ -9,7 +9,6 @@ G28 Z0 ;move Z to min endstops
|
||||
; height of the nozzle in mm. This can take some messing around
|
||||
; with to get just right...
|
||||
G92 X0 Y0 Z0 E0 ;reset software position to front/left/z=0.0
|
||||
G21
|
||||
G1 Z15.0 F400 ;move the platform down 15mm
|
||||
G92 E0 ;zero the extruded length
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user