|
|
@ -465,14 +465,14 @@
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Default Axis Steps Per Unit (steps/mm)
|
|
|
|
* Default Axis Steps Per Unit (steps/mm)
|
|
|
|
* Override with M92
|
|
|
|
* Override with M92
|
|
|
|
* X, Y, Z, E0 [, E1[, E2[, E3]]]
|
|
|
|
* X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]]
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 4000, 100.47095761381482 }
|
|
|
|
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 4000, 100.47095761381482 }
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Default Max Feed Rate (mm/s)
|
|
|
|
* Default Max Feed Rate (mm/s)
|
|
|
|
* Override with M203
|
|
|
|
* Override with M203
|
|
|
|
* X, Y, Z, E0 [, E1[, E2[, E3]]]
|
|
|
|
* X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]]
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
#define DEFAULT_MAX_FEEDRATE { 200, 200, 3.3, 25 }
|
|
|
|
#define DEFAULT_MAX_FEEDRATE { 200, 200, 3.3, 25 }
|
|
|
|
|
|
|
|
|
|
|
@ -480,7 +480,7 @@
|
|
|
|
* Default Max Acceleration (change/s) change = mm/s
|
|
|
|
* Default Max Acceleration (change/s) change = mm/s
|
|
|
|
* (Maximum start speed for accelerated moves)
|
|
|
|
* (Maximum start speed for accelerated moves)
|
|
|
|
* Override with M201
|
|
|
|
* Override with M201
|
|
|
|
* X, Y, Z, E0 [, E1[, E2[, E3]]]
|
|
|
|
* X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]]
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
#define DEFAULT_MAX_ACCELERATION { 1100, 1100, 100, 10000 }
|
|
|
|
#define DEFAULT_MAX_ACCELERATION { 1100, 1100, 100, 10000 }
|
|
|
|
|
|
|
|
|
|
|
@ -1149,7 +1149,7 @@
|
|
|
|
* IMPORTANT: The U8glib library is required for Full Graphic Display!
|
|
|
|
* IMPORTANT: The U8glib library is required for Full Graphic Display!
|
|
|
|
* https://github.com/olikraus/U8glib_Arduino
|
|
|
|
* https://github.com/olikraus/U8glib_Arduino
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
#define ULTRA_LCD // Character based
|
|
|
|
//#define ULTRA_LCD // Character based
|
|
|
|
//#define DOGLCD // Full graphics display
|
|
|
|
//#define DOGLCD // Full graphics display
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|