diff --git a/Marlin/example_configurations/BIBO/TouchX/Configuration.h b/Marlin/example_configurations/BIBO/TouchX/Configuration.h index f376796b3..3213bbda7 100644 --- a/Marlin/example_configurations/BIBO/TouchX/Configuration.h +++ b/Marlin/example_configurations/BIBO/TouchX/Configuration.h @@ -415,7 +415,7 @@ //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10) #define DEFAULT_bedKp 23.89 #define DEFAULT_bedKi 1.37 - #define DEFAULT_bedKd 104.5 + #define DEFAULT_bedKd 104.5 //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+) //from pidautotune diff --git a/Marlin/example_configurations/BQ/Hephestos_2/_Bootscreen.h b/Marlin/example_configurations/BQ/Hephestos_2/_Bootscreen.h index e0eab61a6..23ebd8413 100644 --- a/Marlin/example_configurations/BQ/Hephestos_2/_Bootscreen.h +++ b/Marlin/example_configurations/BQ/Hephestos_2/_Bootscreen.h @@ -97,5 +97,5 @@ const unsigned char custom_start_bmp[] PROGMEM = { B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B01111000, B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B01111000, B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B01111000, - B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B01111000 + B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B01111000 }; diff --git a/Marlin/example_configurations/Cartesio/_Bootscreen.h b/Marlin/example_configurations/Cartesio/_Bootscreen.h index de4704b86..116980c82 100644 --- a/Marlin/example_configurations/Cartesio/_Bootscreen.h +++ b/Marlin/example_configurations/Cartesio/_Bootscreen.h @@ -97,5 +97,5 @@ const unsigned char custom_start_bmp[] PROGMEM = { B00000000,B00000000,B00011111,B11111111,B11111111,B11110000,B00000000,B00000000, B00000000,B00000000,B00000111,B11111111,B11111111,B10000000,B00000000,B00000000, B00000000,B00000000,B00000000,B01111111,B11111000,B00000000,B00000000,B00000000, - B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000 + B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000 }; diff --git a/Marlin/example_configurations/gCreate/gMax1.5+/_Bootscreen.h b/Marlin/example_configurations/gCreate/gMax1.5+/_Bootscreen.h index 075876276..f08d25979 100644 --- a/Marlin/example_configurations/gCreate/gMax1.5+/_Bootscreen.h +++ b/Marlin/example_configurations/gCreate/gMax1.5+/_Bootscreen.h @@ -97,5 +97,5 @@ const unsigned char custom_start_bmp[] PROGMEM = { B00000110,B00011110,B01000000,B00010000,B00010000,B00000000,B00000000,B00010000,B00000101,B11001000,B00001001,B11001000,B00001011,B10000001, B00000110,B00000000,B01000000,B00100000,B00010000,B00000000,B00000000,B00001111,B11111000,B10001111,B11110000,B10001111,B11111001,B00000001, B00000011,B10000000,B00000000,B00100000,B00110000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000001, - B00000001,B11111111,B11111111,B11111111,B11100000,B11111111,B11111111,B11111111,B11111111,B11111111,B11111111,B11111111,B11111111,B11111111 + B00000001,B11111111,B11111111,B11111111,B11100000,B11111111,B11111111,B11111111,B11111111,B11111111,B11111111,B11111111,B11111111,B11111111 }; diff --git a/Marlin/malyanlcd.cpp b/Marlin/malyanlcd.cpp index 40f063194..4149fcfcd 100644 --- a/Marlin/malyanlcd.cpp +++ b/Marlin/malyanlcd.cpp @@ -97,7 +97,7 @@ void write_to_lcd(const char * const message) { * Set temp for hotend to 190 * {C:P050} * Set temp for bed to 50 - * + * * the command portion begins after the : */ void process_lcd_c_command(const char* command) { @@ -162,7 +162,7 @@ void process_lcd_eb_command(const char* command) { * These are currently all movement commands. * The command portion begins after the : * Move X Axis - * + * * {J:E}{J:X-200}{J:E} * {J:E}{J:X+200}{J:E} * X, Y, Z, A (extruder) @@ -201,10 +201,10 @@ void process_lcd_j_command(const char* command) { * Process an LCD 'P' command, related to homing and printing. * Cancel: * {P:X} - * + * * Home all axes: * {P:H} - * + * * Print a file: * {P:000} * The File number is specified as a three digit value. @@ -271,7 +271,7 @@ void process_lcd_p_command(const char* command) { * Handle an lcd 'S' command * {S:I} - Temperature request * {T0:999/000}{T1:000/000}{TP:004/000} - * + * * {S:L} - File Listing request * Printer Response: * {FILE:buttons.gcode}