From 7833cb37da7c5fb0e78642fade27345433256238 Mon Sep 17 00:00:00 2001 From: pedro Date: Wed, 16 Jun 2021 22:22:44 +0100 Subject: [PATCH] Update min x y --- config.g | 2 +- homeall.g | 2 +- homey.g | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.g b/config.g index 19e5bf8..2805340 100644 --- a/config.g +++ b/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 diff --git a/homeall.g b/homeall.g index 705d4b8..099a00d 100644 --- a/homeall.g +++ b/homeall.g @@ -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 diff --git a/homey.g b/homey.g index 45f65c0..2865de3 100644 --- a/homey.g +++ b/homey.g @@ -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 Y-10 F6000 ; go back a few mm 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 -G1 Y-10 F6000 ; move forward 10 mm +G1 Y10 F6000 ; move forward 10 mm