mirror of
https://github.com/synthetos/g2.git
synced 2026-02-05 18:49:54 +08:00
Add missing default for spindle override settings
This commit is contained in:
@@ -106,6 +106,22 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef SPINDLE_OVERRIDE_ENABLE
|
||||
#define SPINDLE_OVERRIDE_ENABLE 1
|
||||
#endif
|
||||
|
||||
#ifndef SPINDLE_OVERRIDE_FACTOR
|
||||
#define SPINDLE_OVERRIDE_FACTOR 1.0
|
||||
#endif
|
||||
|
||||
#ifndef SPINDLE_OVERRIDE_MIN
|
||||
#define SPINDLE_OVERRIDE_MIN FEED_OVERRIDE_MIN
|
||||
#endif
|
||||
|
||||
#ifndef SPINDLE_OVERRIDE_MAX
|
||||
#define SPINDLE_OVERRIDE_MAX FEED_OVERRIDE_MAX
|
||||
#endif
|
||||
|
||||
#ifndef SPINDLE_DWELL_MAX
|
||||
#define SPINDLE_DWELL_MAX 10000000.0 // maximum allowable dwell time. May be overridden in settings files
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user