From 2f95b4260d605bd5228e3b30bcad05d9c36eb7d5 Mon Sep 17 00:00:00 2001 From: pedro Date: Wed, 16 Jun 2021 22:33:49 +0100 Subject: [PATCH] Revert x y min settings --- config.g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.g b/config.g index 2805340..19e5bf8 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 X2 Y2 Z0 S1 ; set axis minima +M208 X0 Y0 Z0 S1 ; set axis minima M208 X500 Y500 Z500 S0 ; set axis maxima ; Endstops