Clean TLM trailing whitespace

This commit is contained in:
Scott Lahteine 2018-11-13 00:03:21 -06:00
parent 143b2896e0
commit 690c4e8457

View file

@ -416,7 +416,7 @@
//E3D with 30MM fan //E3D with 30MM fan
#define DEFAULT_Kp 41.09 #define DEFAULT_Kp 41.09
#define DEFAULT_Ki 7.60 #define DEFAULT_Ki 7.60
#define DEFAULT_Kd 55.54 #define DEFAULT_Kd 55.54
#endif // PIDTEMP #endif // PIDTEMP
//=========================================================================== //===========================================================================
@ -715,7 +715,7 @@
// delta speeds must be the same on xyz // delta speeds must be the same on xyz
#define DEFAULT_XYZ_STEPS_PER_UNIT ((XYZ_FULL_STEPS_PER_ROTATION) * (XYZ_MICROSTEPS) / double(XYZ_BELT_PITCH) / double(XYZ_PULLEY_TEETH)) #define DEFAULT_XYZ_STEPS_PER_UNIT ((XYZ_FULL_STEPS_PER_ROTATION) * (XYZ_MICROSTEPS) / double(XYZ_BELT_PITCH) / double(XYZ_PULLEY_TEETH))
#define DEFAULT_AXIS_STEPS_PER_UNIT { DEFAULT_XYZ_STEPS_PER_UNIT, DEFAULT_XYZ_STEPS_PER_UNIT, DEFAULT_XYZ_STEPS_PER_UNIT, 376.04 } #define DEFAULT_AXIS_STEPS_PER_UNIT { DEFAULT_XYZ_STEPS_PER_UNIT, DEFAULT_XYZ_STEPS_PER_UNIT, DEFAULT_XYZ_STEPS_PER_UNIT, 376.04 }
/** /**
* Default Max Feed Rate (mm/s) * Default Max Feed Rate (mm/s)