Add Patch Marker
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
// PATCH START: KNUTWURST
|
||||||
#include "../../inc/MarlinConfig.h"
|
#include "../../inc/MarlinConfig.h"
|
||||||
|
|
||||||
#if BOTH(ANYCUBIC_TFT_DEBUG, KNUTWURST_DGUS2_TFT)
|
#if BOTH(ANYCUBIC_TFT_DEBUG, KNUTWURST_DGUS2_TFT)
|
||||||
@@ -38,3 +38,4 @@ void GcodeSuite::M9999() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
// PATCH END: KNUTWURST
|
@@ -1186,10 +1186,11 @@ private:
|
|||||||
static void M710();
|
static void M710();
|
||||||
static void M710_report(const bool forReplay=true);
|
static void M710_report(const bool forReplay=true);
|
||||||
#endif
|
#endif
|
||||||
|
// PATCH START: KNUTWURST
|
||||||
#if BOTH(ANYCUBIC_TFT_DEBUG, KNUTWURST_DGUS2_TFT)
|
#if BOTH(ANYCUBIC_TFT_DEBUG, KNUTWURST_DGUS2_TFT)
|
||||||
static void M9999();
|
static void M9999();
|
||||||
#endif
|
#endif
|
||||||
|
// PATCH END: KNUTWURST
|
||||||
|
|
||||||
static void T(const int8_t tool_index);
|
static void T(const int8_t tool_index);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user