|
|
@ -100,7 +100,7 @@ void write_to_lcd(const char * const message) {
|
|
|
|
* Set temp for hotend to 190
|
|
|
|
* Set temp for hotend to 190
|
|
|
|
* {C:P050}
|
|
|
|
* {C:P050}
|
|
|
|
* Set temp for bed to 50
|
|
|
|
* Set temp for bed to 50
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* the command portion begins after the :
|
|
|
|
* the command portion begins after the :
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
void process_lcd_c_command(const char* command) {
|
|
|
|
void process_lcd_c_command(const char* command) {
|
|
|
@ -165,7 +165,7 @@ void process_lcd_eb_command(const char* command) {
|
|
|
|
* These are currently all movement commands.
|
|
|
|
* These are currently all movement commands.
|
|
|
|
* The command portion begins after the :
|
|
|
|
* The command portion begins after the :
|
|
|
|
* Move X Axis
|
|
|
|
* Move X Axis
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* {J:E}{J:X-200}{J:E}
|
|
|
|
* {J:E}{J:X-200}{J:E}
|
|
|
|
* {J:E}{J:X+200}{J:E}
|
|
|
|
* {J:E}{J:X+200}{J:E}
|
|
|
|
* X, Y, Z, A (extruder)
|
|
|
|
* X, Y, Z, A (extruder)
|
|
|
@ -204,10 +204,10 @@ void process_lcd_j_command(const char* command) {
|
|
|
|
* Process an LCD 'P' command, related to homing and printing.
|
|
|
|
* Process an LCD 'P' command, related to homing and printing.
|
|
|
|
* Cancel:
|
|
|
|
* Cancel:
|
|
|
|
* {P:X}
|
|
|
|
* {P:X}
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Home all axes:
|
|
|
|
* Home all axes:
|
|
|
|
* {P:H}
|
|
|
|
* {P:H}
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Print a file:
|
|
|
|
* Print a file:
|
|
|
|
* {P:000}
|
|
|
|
* {P:000}
|
|
|
|
* The File number is specified as a three digit value.
|
|
|
|
* The File number is specified as a three digit value.
|
|
|
@ -274,7 +274,7 @@ void process_lcd_p_command(const char* command) {
|
|
|
|
* Handle an lcd 'S' command
|
|
|
|
* Handle an lcd 'S' command
|
|
|
|
* {S:I} - Temperature request
|
|
|
|
* {S:I} - Temperature request
|
|
|
|
* {T0:999/000}{T1:000/000}{TP:004/000}
|
|
|
|
* {T0:999/000}{T1:000/000}{TP:004/000}
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* {S:L} - File Listing request
|
|
|
|
* {S:L} - File Listing request
|
|
|
|
* Printer Response:
|
|
|
|
* Printer Response:
|
|
|
|
* {FILE:buttons.gcode}
|
|
|
|
* {FILE:buttons.gcode}
|
|
|
|