added babystep min and max defines
This commit is contained in:
parent
c63b4ca18e
commit
57b9025415
|
|
@ -321,4 +321,7 @@ THERMISTORS SETTINGS
|
|||
#define PRINT_STARTED 0xFE
|
||||
#define PRINT_FINISHED 0xFF
|
||||
|
||||
#define Z_BABYSTEP_MIN -3999
|
||||
#define Z_BABYSTEP_MAX 0
|
||||
|
||||
#endif //__CONFIGURATION_PRUSA_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue