bdwilson / KP3S

KP3S 3d Printer Configuration Information
81 stars 22 forks source link

marlin 2.1.1 inverted endstop #11

Open R3xpook opened 1 year ago

R3xpook commented 1 year ago

In the no bl touch version marlin 2.1.1 line 1099

define Z_MIN_ENDSTOP_INVERTING false

need to be changed into

define Z_MIN_ENDSTOP_INVERTING true

ldhall1856 commented 1 year ago

Could someone help me with editing this? I'm having the same issue but don't fully understand how to use auto build marlin and how to know how to build it without bltouch.

Nandox7 commented 8 months ago

You don't use Auto Build with this firmware, there is a note in the instructions.

As for the Z inverted, search for the line mentioned aboce in the configurations.h file and change from false to true.