Fixing redundant if statement
This commit is contained in:
parent
2958d86882
commit
315c5513d7
@ -4107,9 +4107,7 @@
|
||||
#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
|
||||
#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
|
||||
/**
|
||||
* Instant freeze / unfreeze functionality
|
||||
|
Loading…
Reference in New Issue
Block a user