bdwilson / KP3S

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

Non-bltouch 2.1.1 #13

Open KnownOriginator opened 1 year ago

KnownOriginator commented 1 year ago

Trying to use the 2.1.1 firmware for a my KP3S Pro (I changed the bed size to 210x210, hopefully that's fine), when I try to home the Z axis the gantry just kinda goes up a bit then stops. X homed fine, Y had to be reverse in firmware but that's fine. Z though, that's giving me a fit. I've reverted to the stock firmware from Kingroon for now.

icreated4333 commented 1 year ago

in configuration.h, change the z endstop from false to true. I had the same issue and this fixed it.

define X_MIN_ENDSTOP_INVERTING true // Set to true to invert the logic of the endstop.

define Y_MIN_ENDSTOP_INVERTING true // Set to true to invert the logic of the endstop.

define Z_MIN_ENDSTOP_INVERTING true // Set to true to invert the logic of the endstop. // this was initially false

finland777 commented 1 year ago

in configuration.h, change the z endstop from false to true. I had the same issue and this fixed it.

define X_MIN_ENDSTOP_INVERTING true // Set to true to invert the logic of the endstop. #define Y_MIN_ENDSTOP_INVERTING true // Set to true to invert the logic of the endstop. #define Z_MIN_ENDSTOP_INVERTING true // Set to true to invert the logic of the endstop. // this was initially false

Are you able to upload a robin_nano.bin file with the corrections? I'm struggling to learn how to build a new file with the correction.