Update min x y

This commit is contained in:
pedro 2021-06-16 22:22:44 +01:00
parent 2c6201e844
commit 7833cb37da
3 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ M906 X1000 Y1000 Z1000 E800 I30 ; set motor currents (mA) and
M84 S30 ; Set idle timeout M84 S30 ; Set idle timeout
; Axis Limits ; 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 M208 X500 Y500 Z500 S0 ; set axis maxima
; Endstops ; Endstops

View File

@ -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 Y-10 F6000 ; go back a few mm
G1 H1 Y625 F256 ; move slowly to Y axis endstop once more (second pass) G1 H1 Y625 F256 ; move slowly to Y axis endstop once more (second pass)
G90 ; absolute positioning G90 ; absolute positioning
G1 Y-10 F6000 ; move forward 10 mm G1 Y10 F6000 ; move forward 10 mm
G91 ; relative positioning G91 ; relative positioning
G1 H2 Z5 F10800 ; lift Z relative to current position G1 H2 Z5 F10800 ; lift Z relative to current position

View File

@ -7,6 +7,6 @@ G1 H2 Z2 F10800 ; lift Z relative to current position
G1 H1 Y625 F3600 ; move quickly to Y axis endstop and stop there (first pass) G1 H1 Y625 F3600 ; move quickly to Y axis endstop and stop there (first pass)
G1 Y-10 F6000 ; go back a few mm G1 Y-10 F6000 ; go back a few mm
G1 H1 Y625 F360 ; move slowly to Y axis endstop once more (second pass) G1 H1 Y625 F360 ; move slowly to Y axis endstop once more (second pass)
;G1 H2 Z-2 F10800 ; lower Z again ;G1 H2 Z-2 F10800 ; lower Z again
G90 ; absolute positioning G90 ; absolute positioning
G1 Y-10 F6000 ; move forward 10 mm G1 Y10 F6000 ; move forward 10 mm