More "zero extruders" changes (#15213)

This commit is contained in:
Scott Lahteine
2019-09-10 02:20:49 -05:00
committed by GitHub
parent 54abf3aeba
commit 584c86bed1
27 changed files with 1068 additions and 841 deletions

View File

@@ -543,10 +543,17 @@ private:
static void M100();
#endif
static void M104();
#if EXTRUDERS
static void M104();
static void M109();
#endif
static void M105();
static void M106();
static void M107();
#if FAN_COUNT > 0
static void M106();
static void M107();
#endif
#if DISABLED(EMERGENCY_PARSER)
static void M108();
@@ -557,8 +564,6 @@ private:
#endif
#endif
static void M109();
static void M110();
static void M111();
@@ -599,7 +604,7 @@ private:
//static void M191();
#endif
#if HAS_LCD_MENU
#if HOTENDS && HAS_LCD_MENU
static void M145();
#endif
@@ -660,7 +665,11 @@ private:
#endif
static void M220();
static void M221();
#if EXTRUDERS
static void M221();
#endif
static void M226();
#if ENABLED(PHOTO_GCODE)