Remove extraneous whitespace

This commit is contained in:
Scott Lahteine
2017-03-18 03:17:39 -05:00
parent d15f25539b
commit 77491dd924
22 changed files with 41 additions and 41 deletions

View File

@ -828,7 +828,7 @@
* Increase current every 5s by CURRENT_STEP until stepper temperature prewarn gets triggered,
* then decrease current by CURRENT_STEP until temperature prewarn is cleared.
* Adjusting starts from X/Y/Z/E_MAX_CURRENT but will not increase over AUTO_ADJUST_MAX
*/
*/
//#define AUTOMATIC_CURRENT_CONTROL
#define CURRENT_STEP 50 // [mA]
#define AUTO_ADJUST_MAX 1300 // [mA], 1300mA_rms = 1840mA_peak
@ -1043,7 +1043,7 @@
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
*
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
*/
//#define VOLUMETRIC_DEFAULT_ON
/**