Browse Source

Add MANUAL_E_MOVES_RELATIVE to more configs

Scott Lahteine 7 years ago
parent
commit
b3efbc6e6e

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

425
 
425
 
426
 #if ENABLED(ULTIPANEL)
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
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
429
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
429
 #endif
430
 #endif
430
 
431
 

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

425
 
425
 
426
 #if ENABLED(ULTIPANEL)
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
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
429
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
429
 #endif
430
 #endif
430
 
431
 

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

424
 // @section lcd
424
 // @section lcd
425
 
425
 
426
 #if ENABLED(ULTIPANEL)
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
   //#define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
429
   //#define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
429
 #endif
430
 #endif
430
 
431
 

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

425
 
425
 
426
 #if ENABLED(ULTIPANEL)
426
 #if ENABLED(ULTIPANEL)
427
   #define MANUAL_FEEDRATE {50*60, 50*60, 4*60, 0} // Feedrates for manual moves along X, Y, Z, E from panel
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
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
429
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
429
 #endif
430
 #endif
430
 
431
 

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

425
 
425
 
426
 #if ENABLED(ULTIPANEL)
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
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
429
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
429
 #endif
430
 #endif
430
 
431
 

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

432
 
432
 
433
 #if ENABLED(ULTIPANEL)
433
 #if ENABLED(ULTIPANEL)
434
   #define MANUAL_FEEDRATE {50*60, 50*60, 4*60, 60} // Feedrates for manual moves along X, Y, Z, E from panel
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
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
436
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
436
 #endif
437
 #endif
437
 
438
 

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

425
 
425
 
426
 #if ENABLED(ULTIPANEL)
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
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
429
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
429
 #endif
430
 #endif
430
 
431
 

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

425
 
425
 
426
 #if ENABLED(ULTIPANEL)
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
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
429
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
429
 #endif
430
 #endif
430
 
431
 

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

425
 
425
 
426
 #if ENABLED(ULTIPANEL)
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
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
429
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
429
 #endif
430
 #endif
430
 
431
 

Loading…
Cancel
Save