Version 065. Merged in Tony's stuff. Added M code to allow machine to move outside the box.
Added code to parse argument lists like G1 X10 E1.5:3.2:-2
This commit is contained in:
parent
4fa348306a
commit
d44d715526
1 changed files with 1 additions and 1 deletions
|
@ -54,9 +54,9 @@ enum Compatibility
|
|||
// If temperatures fall outside this range, something
|
||||
// nasty has happened.
|
||||
|
||||
#define MAX_BAD_TEMPERATURE_COUNT 6
|
||||
#define BAD_LOW_TEMPERATURE -10.0
|
||||
#define BAD_HIGH_TEMPERATURE 300.0
|
||||
#define MAX_BAD_TEMPERATURE_COUNT 6
|
||||
|
||||
#define STANDBY_INTERRUPT_RATE 2.0e-4 // Seconds
|
||||
|
||||
|
|
Reference in a new issue