mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-14 10:17:57 -06:00
Move PROPORTIONAL_FONT_RATIO
This commit is contained in:
parent
e6423bec1b
commit
b829d4e983
273 changed files with 2457 additions and 2457 deletions
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2364,6 +2364,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3815,15 +3824,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2355,6 +2355,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3806,15 +3815,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3807,15 +3816,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2358,6 +2358,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3809,15 +3818,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2347,6 +2347,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3798,15 +3807,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
#define SERIAL_FLOAT_PRECISION 4
|
#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
#define SERIAL_FLOAT_PRECISION 4
|
#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
#define SERIAL_FLOAT_PRECISION 4
|
#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2355,6 +2355,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3806,15 +3815,6 @@
|
||||||
|
|
||||||
#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2362,6 +2362,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3813,15 +3822,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
#define SERIAL_FLOAT_PRECISION 4
|
#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2360,6 +2360,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3814,15 +3823,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2362,6 +2362,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3816,15 +3825,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3808,15 +3817,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2355,6 +2355,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3797,15 +3806,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2355,6 +2355,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3806,15 +3815,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2355,6 +2355,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3806,15 +3815,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2355,6 +2355,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3806,15 +3815,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2355,6 +2355,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3806,15 +3815,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2355,6 +2355,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3806,15 +3815,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2355,6 +2355,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3806,15 +3815,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2355,6 +2355,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3806,15 +3815,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2354,6 +2354,15 @@
|
||||||
// For serial echo, the number of digits after the decimal point
|
// For serial echo, the number of digits after the decimal point
|
||||||
//#define SERIAL_FLOAT_PRECISION 4
|
//#define SERIAL_FLOAT_PRECISION 4
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
*
|
||||||
|
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
||||||
|
* Otherwise, adjust according to your client and font.
|
||||||
|
*/
|
||||||
|
#define PROPORTIONAL_FONT_RATIO 1.0
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3805,15 +3814,6 @@
|
||||||
|
|
||||||
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
|
||||||
*
|
|
||||||
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
|
|
||||||
* Otherwise, adjust according to your client and font.
|
|
||||||
*/
|
|
||||||
#define PROPORTIONAL_FONT_RATIO 1.0
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spend 28 bytes of SRAM to optimize the G-code parser
|
* Spend 28 bytes of SRAM to optimize the G-code parser
|
||||||
*/
|
*/
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue