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:
Adrian Bowyer 2014-04-15 16:20:13 +01:00
parent 4fa348306a
commit d44d715526

View file

@ -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