Browse Source

Bring configs up to date (MANUAL_FEEDRATE)

Scott Lahteine 5 years ago
parent
commit
7cce6b8d68

+ 4
- 1
Marlin/Configuration_adv.h View File

@@ -573,8 +573,11 @@
573 573
 
574 574
 // @section lcd
575 575
 
576
-#if ENABLED(ULTIPANEL)
576
+#if EITHER(ULTIPANEL, EXTENSIBLE_UI)
577 577
   #define MANUAL_FEEDRATE {50*60, 50*60, 4*60, 60} // Feedrates for manual moves along X, Y, Z, E from panel
578
+#endif
579
+
580
+#if ENABLED(ULTIPANEL)
578 581
   #define MANUAL_E_MOVES_RELATIVE // Show LCD extruder moves as relative rather than absolute positions
579 582
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
580 583
 #endif

+ 4
- 1
config/examples/Anet/A8plus/Configuration_adv.h View File

@@ -573,8 +573,11 @@
573 573
 
574 574
 // @section lcd
575 575
 
576
-#if ENABLED(ULTIPANEL)
576
+#if EITHER(ULTIPANEL, EXTENSIBLE_UI)
577 577
   #define MANUAL_FEEDRATE {50*60, 50*60, 4*60, 60} // Feedrates for manual moves along X, Y, Z, E from panel
578
+#endif
579
+
580
+#if ENABLED(ULTIPANEL)
578 581
   #define MANUAL_E_MOVES_RELATIVE // Show LCD extruder moves as relative rather than absolute positions
579 582
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
580 583
 #endif

+ 4
- 1
config/examples/BQ/Hephestos/Configuration_adv.h View File

@@ -573,8 +573,11 @@
573 573
 
574 574
 // @section lcd
575 575
 
576
-#if ENABLED(ULTIPANEL)
576
+#if EITHER(ULTIPANEL, EXTENSIBLE_UI)
577 577
   #define MANUAL_FEEDRATE {120*60, 120*60, 18*60, 60}  // Feedrates for manual moves along X, Y, Z, E from panel
578
+#endif
579
+
580
+#if ENABLED(ULTIPANEL)
578 581
   #define MANUAL_E_MOVES_RELATIVE // Show LCD extruder moves as relative rather than absolute positions
579 582
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
580 583
 #endif

+ 4
- 1
config/examples/BQ/Hephestos_2/Configuration_adv.h View File

@@ -573,8 +573,11 @@
573 573
 
574 574
 // @section lcd
575 575
 
576
-#if ENABLED(ULTIPANEL)
576
+#if EITHER(ULTIPANEL, EXTENSIBLE_UI)
577 577
   #define MANUAL_FEEDRATE {50*60, 50*60, 4*60, 60} // Feedrates for manual moves along X, Y, Z, E from panel
578
+#endif
579
+
580
+#if ENABLED(ULTIPANEL)
578 581
   #define MANUAL_E_MOVES_RELATIVE // Show LCD extruder moves as relative rather than absolute positions
579 582
   //#define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
580 583
 #endif

+ 4
- 1
config/examples/BQ/WITBOX/Configuration_adv.h View File

@@ -573,8 +573,11 @@
573 573
 
574 574
 // @section lcd
575 575
 
576
-#if ENABLED(ULTIPANEL)
576
+#if EITHER(ULTIPANEL, EXTENSIBLE_UI)
577 577
   #define MANUAL_FEEDRATE {120*60, 120*60, 18*60, 60}  // Feedrates for manual moves along X, Y, Z, E from panel
578
+#endif
579
+
580
+#if ENABLED(ULTIPANEL)
578 581
   #define MANUAL_E_MOVES_RELATIVE // Show LCD extruder moves as relative rather than absolute positions
579 582
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
580 583
 #endif

+ 4
- 1
config/examples/Creality/Ender-2/Configuration_adv.h View File

@@ -573,8 +573,11 @@
573 573
 
574 574
 // @section lcd
575 575
 
576
-#if ENABLED(ULTIPANEL)
576
+#if EITHER(ULTIPANEL, EXTENSIBLE_UI)
577 577
   #define MANUAL_FEEDRATE {50*60, 50*60, 4*60, 0} // Feedrates for manual moves along X, Y, Z, E from panel
578
+#endif
579
+
580
+#if ENABLED(ULTIPANEL)
578 581
   #define MANUAL_E_MOVES_RELATIVE // Show LCD extruder moves as relative rather than absolute positions
579 582
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
580 583
 #endif

+ 4
- 1
config/examples/Creality/Ender-3/Configuration_adv.h View File

@@ -573,8 +573,11 @@
573 573
 
574 574
 // @section lcd
575 575
 
576
-#if ENABLED(ULTIPANEL)
576
+#if EITHER(ULTIPANEL, EXTENSIBLE_UI)
577 577
   #define MANUAL_FEEDRATE {50*60, 50*60, 4*60, 2*60} // Feedrates for manual moves along X, Y, Z, E from panel
578
+#endif
579
+
580
+#if ENABLED(ULTIPANEL)
578 581
   #define MANUAL_E_MOVES_RELATIVE // Show LCD extruder moves as relative rather than absolute positions
579 582
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
580 583
 #endif

+ 4
- 1
config/examples/FlashForge/CreatorPro/Configuration_adv.h View File

@@ -573,8 +573,11 @@
573 573
 
574 574
 // @section lcd
575 575
 
576
-#if ENABLED(ULTIPANEL)
576
+#if EITHER(ULTIPANEL, EXTENSIBLE_UI)
577 577
   #define MANUAL_FEEDRATE {50*60, 50*60, 4*60, 60} // Feedrates for manual moves along X, Y, Z, E from panel
578
+#endif
579
+
580
+#if ENABLED(ULTIPANEL)
578 581
   #define MANUAL_E_MOVES_RELATIVE // Show LCD extruder moves as relative rather than absolute positions
579 582
   //#define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
580 583
 #endif

+ 4
- 1
config/examples/JGAurora/A5/Configuration_adv.h View File

@@ -573,8 +573,11 @@
573 573
 
574 574
 // @section lcd
575 575
 
576
-#if ENABLED(ULTIPANEL)
576
+#if EITHER(ULTIPANEL, EXTENSIBLE_UI)
577 577
   #define MANUAL_FEEDRATE {80*60, 80*60, 12*60, 60} // Feedrates for manual moves along X, Y, Z, E from panel
578
+#endif
579
+
580
+#if ENABLED(ULTIPANEL)
578 581
   #define MANUAL_E_MOVES_RELATIVE // Show LCD extruder moves as relative rather than absolute positions
579 582
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
580 583
 #endif

+ 4
- 1
config/examples/SCARA/Configuration_adv.h View File

@@ -573,8 +573,11 @@
573 573
 
574 574
 // @section lcd
575 575
 
576
-#if ENABLED(ULTIPANEL)
576
+#if EITHER(ULTIPANEL, EXTENSIBLE_UI)
577 577
   #define MANUAL_FEEDRATE {50*60, 50*60, 10*60, 60}  // Feedrates for manual moves along X, Y, Z, E from panel
578
+#endif
579
+
580
+#if ENABLED(ULTIPANEL)
578 581
   #define MANUAL_E_MOVES_RELATIVE // Show LCD extruder moves as relative rather than absolute positions
579 582
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
580 583
 #endif

+ 4
- 1
config/examples/STM32/Black_STM32F407VET6/Configuration_adv.h View File

@@ -573,8 +573,11 @@
573 573
 
574 574
 // @section lcd
575 575
 
576
-#if ENABLED(ULTIPANEL)
576
+#if EITHER(ULTIPANEL, EXTENSIBLE_UI)
577 577
   #define MANUAL_FEEDRATE {50*60, 50*60, 4*60, 60} // Feedrates for manual moves along X, Y, Z, E from panel
578
+#endif
579
+
580
+#if ENABLED(ULTIPANEL)
578 581
   #define MANUAL_E_MOVES_RELATIVE // Show LCD extruder moves as relative rather than absolute positions
579 582
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
580 583
 #endif

+ 4
- 1
config/examples/Wanhao/Duplicator 6/Configuration_adv.h View File

@@ -573,8 +573,11 @@
573 573
 
574 574
 // @section lcd
575 575
 
576
-#if ENABLED(ULTIPANEL)
576
+#if EITHER(ULTIPANEL, EXTENSIBLE_UI)
577 577
   #define MANUAL_FEEDRATE {70*60, 70*60, 15*60, 6*60} // Feedrates for manual moves along X, Y, Z, E from panel
578
+#endif
579
+
580
+#if ENABLED(ULTIPANEL)
578 581
   #define MANUAL_E_MOVES_RELATIVE // Show LCD extruder moves as relative rather than absolute positions
579 582
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
580 583
 #endif

Loading…
Cancel
Save