Browse Source

Add MANUAL_E_MOVES_RELATIVE to more configs

Scott Lahteine 6 years ago
parent
commit
b3efbc6e6e

+ 1
- 0
Marlin/src/config/examples/Anet/A2/Configuration_adv.h View File

@@ -425,6 +425,7 @@
425 425
 
426 426
 #if ENABLED(ULTIPANEL)
427 427
   #define MANUAL_FEEDRATE {50*60, 50*60, 4*60, 60} // Feedrates for manual moves along X, Y, Z, E from panel
428
+  #define MANUAL_E_MOVES_RELATIVE // Show LCD extruder moves as relative rather than absolute positions
428 429
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
429 430
 #endif
430 431
 

+ 1
- 0
Marlin/src/config/examples/Anet/A2plus/Configuration_adv.h View File

@@ -425,6 +425,7 @@
425 425
 
426 426
 #if ENABLED(ULTIPANEL)
427 427
   #define MANUAL_FEEDRATE {50*60, 50*60, 4*60, 60} // Feedrates for manual moves along X, Y, Z, E from panel
428
+  #define MANUAL_E_MOVES_RELATIVE // Show LCD extruder moves as relative rather than absolute positions
428 429
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
429 430
 #endif
430 431
 

+ 2
- 1
Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h View File

@@ -424,7 +424,8 @@
424 424
 // @section lcd
425 425
 
426 426
 #if ENABLED(ULTIPANEL)
427
-  #define MANUAL_FEEDRATE { 50*60, 50*60, 4*60, 60 } // Feedrates for manual moves along X, Y, Z, E from panel
427
+  #define MANUAL_FEEDRATE {50*60, 50*60, 4*60, 60} // Feedrates for manual moves along X, Y, Z, E from panel
428
+  #define MANUAL_E_MOVES_RELATIVE // Show LCD extruder moves as relative rather than absolute positions
428 429
   //#define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
429 430
 #endif
430 431
 

+ 1
- 0
Marlin/src/config/examples/Creality/Ender-3/Configuration_adv.h View File

@@ -425,6 +425,7 @@
425 425
 
426 426
 #if ENABLED(ULTIPANEL)
427 427
   #define MANUAL_FEEDRATE {50*60, 50*60, 4*60, 0} // Feedrates for manual moves along X, Y, Z, E from panel
428
+  #define MANUAL_E_MOVES_RELATIVE // Show LCD extruder moves as relative rather than absolute positions
428 429
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
429 430
 #endif
430 431
 

+ 1
- 0
Marlin/src/config/examples/Einstart-S/Configuration_adv.h View File

@@ -425,6 +425,7 @@
425 425
 
426 426
 #if ENABLED(ULTIPANEL)
427 427
   #define MANUAL_FEEDRATE {50*60, 50*60, 4*60, 60} // Feedrates for manual moves along X, Y, Z, E from panel
428
+  #define MANUAL_E_MOVES_RELATIVE // Show LCD extruder moves as relative rather than absolute positions
428 429
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
429 430
 #endif
430 431
 

+ 1
- 0
Marlin/src/config/examples/Formbot/T-Rex_2+/Configuration_adv.h View File

@@ -432,6 +432,7 @@
432 432
 
433 433
 #if ENABLED(ULTIPANEL)
434 434
   #define MANUAL_FEEDRATE {50*60, 50*60, 4*60, 60} // Feedrates for manual moves along X, Y, Z, E from panel
435
+  #define MANUAL_E_MOVES_RELATIVE // Show LCD extruder moves as relative rather than absolute positions
435 436
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
436 437
 #endif
437 438
 

+ 1
- 0
Marlin/src/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h View File

@@ -425,6 +425,7 @@
425 425
 
426 426
 #if ENABLED(ULTIPANEL)
427 427
   #define MANUAL_FEEDRATE {50*60, 50*60, 4*60, 60} // Feedrates for manual moves along X, Y, Z, E from panel
428
+  #define MANUAL_E_MOVES_RELATIVE // Show LCD extruder moves as relative rather than absolute positions
428 429
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
429 430
 #endif
430 431
 

+ 1
- 0
Marlin/src/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h View File

@@ -425,6 +425,7 @@
425 425
 
426 426
 #if ENABLED(ULTIPANEL)
427 427
   #define MANUAL_FEEDRATE {50*60, 50*60, 4*60, 60} // Feedrates for manual moves along X, Y, Z, E from panel
428
+  #define MANUAL_E_MOVES_RELATIVE // Show LCD extruder moves as relative rather than absolute positions
428 429
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
429 430
 #endif
430 431
 

+ 1
- 0
Marlin/src/config/examples/Tronxy/X3A/Configuration_adv.h View File

@@ -425,6 +425,7 @@
425 425
 
426 426
 #if ENABLED(ULTIPANEL)
427 427
   #define MANUAL_FEEDRATE {50*60, 50*60, 4*60, 60} // Feedrates for manual moves along X, Y, Z, E from panel
428
+  #define MANUAL_E_MOVES_RELATIVE // Show LCD extruder moves as relative rather than absolute positions
428 429
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
429 430
 #endif
430 431
 

Loading…
Cancel
Save