Fixing redundant if statement

This commit is contained in:
Brian Kahl 2021-09-15 08:16:30 -05:00
parent 2958d86882
commit 315c5513d7

View File

@ -4107,10 +4107,8 @@
#define X_LEVEL_SEQUENCE
#endif
#if defined (X_LEVEL_SEQUENCE)
#if ANY(TAZPro,TAZProXT,Workhorse)
#define LEVELING_COMMANDS "G28 Z\nM18 Z\nG4 P300\nG28 Z" //Homing to the top, disabling the Z motors for 300ms and then rehoming Z
#endif
#endif
/**
* Instant freeze / unfreeze functionality
* Specified pin has pullup and connecting to ground will instantly pause motion.