In firmware version 1.0.2 the variable MINMAX_HARDWARE_ENDSTOP_Z2 gets defined twice

As far as I can tell, this bug has no ill affects, just puts in a redundant variable definition that's not needed.  I don't know all the circumstances this happens, but for me with mirrored Z axes and Z endstops, it shows up twice in the same "Endstop Configuration" area in the Configuration.h file.

#define MINMAX_HARDWARE_ENDSTOP_Z2 true  // duplicate

Comments

  • You are right. It was included twice with identical values, so no real error but unnecessary. Fixed.
Sign In or Register to comment.