You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firmware for FB-G6 with BLTouch does not move Z axis when setting home position.
Commenting out the line helped me:
"#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN"
And adding "#define Z_MIN_PROBE_PIN PC4 //Pin 32 is the RAMPS default"
And everything worked.
Bug Timeline
No response
Expected behavior
No response
Actual behavior
No response
Steps to Reproduce
No response
Version of Marlin Firmware
Marlin-2.1.2.8rc3
Printer model
Flyingbear Ghost 6
Electronics
No response
Add-ons
No response
Bed Leveling
None
Your Slicer
None
Host Software
None
Don't forget to include
A ZIP file containing your Configuration.h and Configuration_adv.h.
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
Firmware for FB-G6 with BLTouch does not move Z axis when setting home position.
Commenting out the line helped me:
"#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN"
And adding "#define Z_MIN_PROBE_PIN PC4 //Pin 32 is the RAMPS default"
And everything worked.
Bug Timeline
No response
Expected behavior
No response
Actual behavior
No response
Steps to Reproduce
No response
Version of Marlin Firmware
Marlin-2.1.2.8rc3
Printer model
Flyingbear Ghost 6
Electronics
No response
Add-ons
No response
Bed Leveling
None
Your Slicer
None
Host Software
None
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
Marlin.zip
The text was updated successfully, but these errors were encountered: