aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/printer-creality-ender3-2018.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/config/printer-creality-ender3-2018.cfg b/config/printer-creality-ender3-2018.cfg
index da2a6043..215c98e1 100644
--- a/config/printer-creality-ender3-2018.cfg
+++ b/config/printer-creality-ender3-2018.cfg
@@ -91,3 +91,15 @@ sclk_pin: PA1
sid_pin: PC1
encoder_pins: ^PD2, ^PD3
click_pin: ^!PC0
+
+# The print bed can move so far to the front, that the nozzle can reach the
+# plastic cover of the print bed heater cable (only when the bed is moved by
+# hand). By homing the Y axis before the X axis, it is ensured the nozzle will
+# not melt through the plastic part.
+# BEWARE: You will lose the ability to home axes individually. The printer will
+# always home all axes for every G28 command.
+#[homing_override]
+#gcode:
+# G28 Y0
+# G28 X0
+# G28 Z0