1

As there is no limit switch on the operator end of the Y (Y-), what stops its travel when the print is done?

Trish
  • 20,169
  • 10
  • 43
  • 92
USS_DDG2
  • 11
  • 1

1 Answers1

1

There only need to be one physical endstop on each axis, if the printer has the dimensions of the printer programmed in.

The Ender3 has its dimensions defined in the firmware, so once homed and then moved to 0 (the end stop and 0 can be different!), the printer won't move willingly out of the orthogonal-space that is positioned between $$\matrix {0\\0\\0} \to\matrix{maxX\\ maxY\\ maxZ}$$.

Where these are can be manipulated with the right software, as the printer in running operation takes the values from the EEPROM - which can be directly altered by for example a terminal akin to Repetier Host.

Trish
  • 20,169
  • 10
  • 43
  • 92
  • Concur. The enders have an optional Z extension kit which comes with longer rails and a replacement leadscrew. The only config change to extend Z is in software. Also notice that there isn't an end-switch on X or Z, just the stepper motors keeping track of steps forward and backward. – Criggie Jan 18 '22 at 05:42
  • 1
    @Criggie you can alter the software endstop via the EEPROM - till the moment you overwrite with firmware defaults, yes. – Trish Jan 18 '22 at 07:39