Clean up extra lines

This commit is contained in:
Scott Lahteine 2020-11-11 14:25:36 -06:00
parent 5b24ba9400
commit 172189ca0f
4 changed files with 8 additions and 17 deletions

View file

@ -749,12 +749,8 @@
* Override with M92
* X, Y, Z, E0 [, E1[, E2...]]
*/
//#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 4000, 500 }
// ANET A6 Firmwae V2.0 defaults: (steps/mm)
// Xsteps/mm: +100.0, Ysteps/mm: +100.0, Zsteps/mm: +0400.0, eSteps/mm: +0095.0
#define DEFAULT_AXIS_STEPS_PER_UNIT { 100, 100, 400, 95 }
//#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 95 }
#define DEFAULT_AXIS_STEPS_PER_UNIT { 100, 100, 400, 95 }
//#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 95 }
/**
* Default Max Feed Rate (mm/s)
@ -765,7 +761,7 @@
// ANET A6 Firmware V2.0 defaults (Vmax):
// Vmax x: 400, Vmax y: 400, Vmax z: 4, Vmax e: 25
#define DEFAULT_MAX_FEEDRATE { 400, 400, 4, 25 }
#define DEFAULT_MAX_FEEDRATE { 400, 400, 4, 25 }
//#define DEFAULT_MAX_FEEDRATE { 400, 400, 20, 50 }
//#define LIMITED_MAX_FR_EDITING // Limit edit via M203 or LCD to DEFAULT_MAX_FEEDRATE * 2