|
@@ -298,7 +298,7 @@ const bool Z_ENDSTOPS_INVERTING = true; // set to true to invert the logic of th
|
298
|
298
|
// #define EXTRUDER_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis
|
299
|
299
|
// #define EXTRUDER_OFFSET_Y {0.0, 5.00} // (in mm) for each extruder, offset of the hotend on the Y axis
|
300
|
300
|
|
301
|
|
-// The speed change that does not require acceleration (i.e. the software might assume it can be done instanteneously)
|
|
301
|
+// The speed change that does not require acceleration (i.e. the software might assume it can be done instantaneously)
|
302
|
302
|
#define DEFAULT_XYJERK 20.0 // (mm/sec)
|
303
|
303
|
#define DEFAULT_ZJERK 0.4 // (mm/sec)
|
304
|
304
|
#define DEFAULT_EJERK 5.0 // (mm/sec)
|