Clean trailing space
This commit is contained in:
parent
ca76c3df7a
commit
3621f21fb2
@ -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
|
||||
|
@ -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
|
||||
};
|
||||
|
@ -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
|
||||
};
|
||||
|
@ -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
|
||||
};
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user