Skip to content

Commit

Permalink
✨ Optional M111, M115
Browse files Browse the repository at this point in the history
MarlinFirmware/Marlin#26603

Co-Authored-By: ellensp <530024+ellensp@users.noreply.github.com>
  • Loading branch information
thinkyhead and ellensp committed Jan 2, 2024
1 parent 99353c1 commit 092a63a
Show file tree
Hide file tree
Showing 354 changed files with 4,248 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/default/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -3966,6 +3966,18 @@

//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW

/**
* M111 - Set the debug level. Disable to save ~234 bytes of flash.
* Some hosts (Repetier Host) rely on this feature.
*/
#define DEBUG_LEVEL_GCODE

/**
* M115 - Report capabilites. Disable to save ~1150 bytes of flash.
* Some hosts (and host tft displays) rely on this feature.
*/
#define REPORT_CAPABILITIES_GCODE

/**
* Enable this option for a leaner build of Marlin that removes
* workspace offsets to slightly optimize performance.
Expand Down
12 changes: 12 additions & 0 deletions config/examples/3DFabXYZ/Migbot/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -3966,6 +3966,18 @@

//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW

/**
* M111 - Set the debug level. Disable to save ~234 bytes of flash.
* Some hosts (Repetier Host) rely on this feature.
*/
#define DEBUG_LEVEL_GCODE

/**
* M115 - Report capabilites. Disable to save ~1150 bytes of flash.
* Some hosts (and host tft displays) rely on this feature.
*/
#define REPORT_CAPABILITIES_GCODE

/**
* Enable this option for a leaner build of Marlin that removes
* workspace offsets to slightly optimize performance.
Expand Down
12 changes: 12 additions & 0 deletions config/examples/ADIMLab/Gantry v1/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -3966,6 +3966,18 @@

//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW

/**
* M111 - Set the debug level. Disable to save ~234 bytes of flash.
* Some hosts (Repetier Host) rely on this feature.
*/
#define DEBUG_LEVEL_GCODE

/**
* M115 - Report capabilites. Disable to save ~1150 bytes of flash.
* Some hosts (and host tft displays) rely on this feature.
*/
#define REPORT_CAPABILITIES_GCODE

/**
* Enable this option for a leaner build of Marlin that removes
* workspace offsets to slightly optimize performance.
Expand Down
12 changes: 12 additions & 0 deletions config/examples/ADIMLab/Gantry v2/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -3966,6 +3966,18 @@

//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW

/**
* M111 - Set the debug level. Disable to save ~234 bytes of flash.
* Some hosts (Repetier Host) rely on this feature.
*/
#define DEBUG_LEVEL_GCODE

/**
* M115 - Report capabilites. Disable to save ~1150 bytes of flash.
* Some hosts (and host tft displays) rely on this feature.
*/
#define REPORT_CAPABILITIES_GCODE

/**
* Enable this option for a leaner build of Marlin that removes
* workspace offsets to slightly optimize performance.
Expand Down
12 changes: 12 additions & 0 deletions config/examples/Alfawise/U20-bltouch/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -3976,6 +3976,18 @@

//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW

/**
* M111 - Set the debug level. Disable to save ~234 bytes of flash.
* Some hosts (Repetier Host) rely on this feature.
*/
#define DEBUG_LEVEL_GCODE

/**
* M115 - Report capabilites. Disable to save ~1150 bytes of flash.
* Some hosts (and host tft displays) rely on this feature.
*/
#define REPORT_CAPABILITIES_GCODE

/**
* Enable this option for a leaner build of Marlin that removes
* workspace offsets to slightly optimize performance.
Expand Down
12 changes: 12 additions & 0 deletions config/examples/Alfawise/U20/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -3967,6 +3967,18 @@

//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW

/**
* M111 - Set the debug level. Disable to save ~234 bytes of flash.
* Some hosts (Repetier Host) rely on this feature.
*/
#define DEBUG_LEVEL_GCODE

/**
* M115 - Report capabilites. Disable to save ~1150 bytes of flash.
* Some hosts (and host tft displays) rely on this feature.
*/
#define REPORT_CAPABILITIES_GCODE

/**
* Enable this option for a leaner build of Marlin that removes
* workspace offsets to slightly optimize performance.
Expand Down
12 changes: 12 additions & 0 deletions config/examples/AliExpress/CL-260/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -3966,6 +3966,18 @@

//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW

/**
* M111 - Set the debug level. Disable to save ~234 bytes of flash.
* Some hosts (Repetier Host) rely on this feature.
*/
#define DEBUG_LEVEL_GCODE

/**
* M115 - Report capabilites. Disable to save ~1150 bytes of flash.
* Some hosts (and host tft displays) rely on this feature.
*/
#define REPORT_CAPABILITIES_GCODE

/**
* Enable this option for a leaner build of Marlin that removes
* workspace offsets to slightly optimize performance.
Expand Down
12 changes: 12 additions & 0 deletions config/examples/AliExpress/UM2pExt/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -3968,6 +3968,18 @@

//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW

/**
* M111 - Set the debug level. Disable to save ~234 bytes of flash.
* Some hosts (Repetier Host) rely on this feature.
*/
#define DEBUG_LEVEL_GCODE

/**
* M115 - Report capabilites. Disable to save ~1150 bytes of flash.
* Some hosts (and host tft displays) rely on this feature.
*/
#define REPORT_CAPABILITIES_GCODE

/**
* Enable this option for a leaner build of Marlin that removes
* workspace offsets to slightly optimize performance.
Expand Down
12 changes: 12 additions & 0 deletions config/examples/Anet/A2/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -3966,6 +3966,18 @@

//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW

/**
* M111 - Set the debug level. Disable to save ~234 bytes of flash.
* Some hosts (Repetier Host) rely on this feature.
*/
#define DEBUG_LEVEL_GCODE

/**
* M115 - Report capabilites. Disable to save ~1150 bytes of flash.
* Some hosts (and host tft displays) rely on this feature.
*/
#define REPORT_CAPABILITIES_GCODE

/**
* Enable this option for a leaner build of Marlin that removes
* workspace offsets to slightly optimize performance.
Expand Down
12 changes: 12 additions & 0 deletions config/examples/Anet/A2plus/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -3966,6 +3966,18 @@

//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW

/**
* M111 - Set the debug level. Disable to save ~234 bytes of flash.
* Some hosts (Repetier Host) rely on this feature.
*/
#define DEBUG_LEVEL_GCODE

/**
* M115 - Report capabilites. Disable to save ~1150 bytes of flash.
* Some hosts (and host tft displays) rely on this feature.
*/
#define REPORT_CAPABILITIES_GCODE

/**
* Enable this option for a leaner build of Marlin that removes
* workspace offsets to slightly optimize performance.
Expand Down
12 changes: 12 additions & 0 deletions config/examples/Anet/A6/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -3966,6 +3966,18 @@

//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW

/**
* M111 - Set the debug level. Disable to save ~234 bytes of flash.
* Some hosts (Repetier Host) rely on this feature.
*/
#define DEBUG_LEVEL_GCODE

/**
* M115 - Report capabilites. Disable to save ~1150 bytes of flash.
* Some hosts (and host tft displays) rely on this feature.
*/
#define REPORT_CAPABILITIES_GCODE

/**
* Enable this option for a leaner build of Marlin that removes
* workspace offsets to slightly optimize performance.
Expand Down
12 changes: 12 additions & 0 deletions config/examples/Anet/A8/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -3966,6 +3966,18 @@

//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW

/**
* M111 - Set the debug level. Disable to save ~234 bytes of flash.
* Some hosts (Repetier Host) rely on this feature.
*/
#define DEBUG_LEVEL_GCODE

/**
* M115 - Report capabilites. Disable to save ~1150 bytes of flash.
* Some hosts (and host tft displays) rely on this feature.
*/
#define REPORT_CAPABILITIES_GCODE

/**
* Enable this option for a leaner build of Marlin that removes
* workspace offsets to slightly optimize performance.
Expand Down
12 changes: 12 additions & 0 deletions config/examples/Anet/A8plus/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -3966,6 +3966,18 @@

//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW

/**
* M111 - Set the debug level. Disable to save ~234 bytes of flash.
* Some hosts (Repetier Host) rely on this feature.
*/
#define DEBUG_LEVEL_GCODE

/**
* M115 - Report capabilites. Disable to save ~1150 bytes of flash.
* Some hosts (and host tft displays) rely on this feature.
*/
#define REPORT_CAPABILITIES_GCODE

/**
* Enable this option for a leaner build of Marlin that removes
* workspace offsets to slightly optimize performance.
Expand Down
12 changes: 12 additions & 0 deletions config/examples/Anet/A9/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -3966,6 +3966,18 @@

//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW

/**
* M111 - Set the debug level. Disable to save ~234 bytes of flash.
* Some hosts (Repetier Host) rely on this feature.
*/
#define DEBUG_LEVEL_GCODE

/**
* M115 - Report capabilites. Disable to save ~1150 bytes of flash.
* Some hosts (and host tft displays) rely on this feature.
*/
#define REPORT_CAPABILITIES_GCODE

/**
* Enable this option for a leaner build of Marlin that removes
* workspace offsets to slightly optimize performance.
Expand Down
12 changes: 12 additions & 0 deletions config/examples/Anet/E10/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -3966,6 +3966,18 @@

//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW

/**
* M111 - Set the debug level. Disable to save ~234 bytes of flash.
* Some hosts (Repetier Host) rely on this feature.
*/
#define DEBUG_LEVEL_GCODE

/**
* M115 - Report capabilites. Disable to save ~1150 bytes of flash.
* Some hosts (and host tft displays) rely on this feature.
*/
#define REPORT_CAPABILITIES_GCODE

/**
* Enable this option for a leaner build of Marlin that removes
* workspace offsets to slightly optimize performance.
Expand Down
12 changes: 12 additions & 0 deletions config/examples/Anet/E16/BTT SKR 1.3/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -3966,6 +3966,18 @@

//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW

/**
* M111 - Set the debug level. Disable to save ~234 bytes of flash.
* Some hosts (Repetier Host) rely on this feature.
*/
#define DEBUG_LEVEL_GCODE

/**
* M115 - Report capabilites. Disable to save ~1150 bytes of flash.
* Some hosts (and host tft displays) rely on this feature.
*/
#define REPORT_CAPABILITIES_GCODE

/**
* Enable this option for a leaner build of Marlin that removes
* workspace offsets to slightly optimize performance.
Expand Down
12 changes: 12 additions & 0 deletions config/examples/Anet/E16/Stock/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -3966,6 +3966,18 @@

//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW

/**
* M111 - Set the debug level. Disable to save ~234 bytes of flash.
* Some hosts (Repetier Host) rely on this feature.
*/
#define DEBUG_LEVEL_GCODE

/**
* M115 - Report capabilites. Disable to save ~1150 bytes of flash.
* Some hosts (and host tft displays) rely on this feature.
*/
#define REPORT_CAPABILITIES_GCODE

/**
* Enable this option for a leaner build of Marlin that removes
* workspace offsets to slightly optimize performance.
Expand Down
12 changes: 12 additions & 0 deletions config/examples/Anet/ET4+/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -3966,6 +3966,18 @@

//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW

/**
* M111 - Set the debug level. Disable to save ~234 bytes of flash.
* Some hosts (Repetier Host) rely on this feature.
*/
#define DEBUG_LEVEL_GCODE

/**
* M115 - Report capabilites. Disable to save ~1150 bytes of flash.
* Some hosts (and host tft displays) rely on this feature.
*/
#define REPORT_CAPABILITIES_GCODE

/**
* Enable this option for a leaner build of Marlin that removes
* workspace offsets to slightly optimize performance.
Expand Down
12 changes: 12 additions & 0 deletions config/examples/Anet/ET4-Pro/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -3966,6 +3966,18 @@

//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW

/**
* M111 - Set the debug level. Disable to save ~234 bytes of flash.
* Some hosts (Repetier Host) rely on this feature.
*/
#define DEBUG_LEVEL_GCODE

/**
* M115 - Report capabilites. Disable to save ~1150 bytes of flash.
* Some hosts (and host tft displays) rely on this feature.
*/
#define REPORT_CAPABILITIES_GCODE

/**
* Enable this option for a leaner build of Marlin that removes
* workspace offsets to slightly optimize performance.
Expand Down
12 changes: 12 additions & 0 deletions config/examples/Anet/ET4/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -3966,6 +3966,18 @@

//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW

/**
* M111 - Set the debug level. Disable to save ~234 bytes of flash.
* Some hosts (Repetier Host) rely on this feature.
*/
#define DEBUG_LEVEL_GCODE

/**
* M115 - Report capabilites. Disable to save ~1150 bytes of flash.
* Some hosts (and host tft displays) rely on this feature.
*/
#define REPORT_CAPABILITIES_GCODE

/**
* Enable this option for a leaner build of Marlin that removes
* workspace offsets to slightly optimize performance.
Expand Down
12 changes: 12 additions & 0 deletions config/examples/Anet/ET4X/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -3966,6 +3966,18 @@

//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW

/**
* M111 - Set the debug level. Disable to save ~234 bytes of flash.
* Some hosts (Repetier Host) rely on this feature.
*/
#define DEBUG_LEVEL_GCODE

/**
* M115 - Report capabilites. Disable to save ~1150 bytes of flash.
* Some hosts (and host tft displays) rely on this feature.
*/
#define REPORT_CAPABILITIES_GCODE

/**
* Enable this option for a leaner build of Marlin that removes
* workspace offsets to slightly optimize performance.
Expand Down
Loading

0 comments on commit 092a63a

Please sign in to comment.