Update min x y
This commit is contained in:
parent
2c6201e844
commit
7833cb37da
2
config.g
2
config.g
|
@ -26,7 +26,7 @@ M906 X1000 Y1000 Z1000 E800 I30 ; set motor currents (mA) and
|
|||
M84 S30 ; Set idle timeout
|
||||
|
||||
; Axis Limits
|
||||
M208 X0 Y0 Z0 S1 ; set axis minima
|
||||
M208 X2 Y2 Z0 S1 ; set axis minima
|
||||
M208 X500 Y500 Z500 S0 ; set axis maxima
|
||||
|
||||
; Endstops
|
||||
|
|
|
@ -20,7 +20,7 @@ G1 H1 Y625 F1800 ; move quickly to Y axis endstop and stop there (first
|
|||
G1 Y-10 F6000 ; go back a few mm
|
||||
G1 H1 Y625 F256 ; move slowly to Y axis endstop once more (second pass)
|
||||
G90 ; absolute positioning
|
||||
G1 Y-10 F6000 ; move forward 10 mm
|
||||
G1 Y10 F6000 ; move forward 10 mm
|
||||
|
||||
G91 ; relative positioning
|
||||
G1 H2 Z5 F10800 ; lift Z relative to current position
|
||||
|
|
Loading…
Reference in New Issue
Block a user