Browse Source

Clean TLM trailing whitespace

pull/1/head
Scott Lahteine 6 years ago
parent
commit
690c4e8457
  1. 4
      Marlin/src/config/examples/delta/Tevo Little Monster/Configuration.h

4
Marlin/src/config/examples/delta/Tevo Little Monster/Configuration.h

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

Loading…
Cancel
Save