Skip to content

Commit

Permalink
Enable dual Z endstop
Browse files Browse the repository at this point in the history
I think that dual z endstop are disabled by mistake, so i enabled and all works properlly. Now homings it's easy.
  • Loading branch information
runningz committed Mar 31, 2020
1 parent 6a79670 commit e36a932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@
#define NUM_Z_STEPPER_DRIVERS 2 // (1-4) Z options change based on how many

#if NUM_Z_STEPPER_DRIVERS > 1
//#define Z_MULTI_ENDSTOPS
#define Z_MULTI_ENDSTOPS

This comment has been minimized.

Copy link
@toxicOne-SV01PRO

toxicOne-SV01PRO Apr 3, 2020

thanks

#if ENABLED(Z_MULTI_ENDSTOPS)
#define Z2_USE_ENDSTOP _XMAX_
#define Z2_ENDSTOP_ADJUSTMENT 0
Expand Down

0 comments on commit e36a932

Please sign in to comment.