Browse Source

Add MANUAL_E_MOVES_RELATIVE to more configs

pull/1/head
Scott Lahteine 6 years ago
parent
commit
b3efbc6e6e
  1. 1
      Marlin/src/config/examples/Anet/A2/Configuration_adv.h
  2. 1
      Marlin/src/config/examples/Anet/A2plus/Configuration_adv.h
  3. 3
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h
  4. 1
      Marlin/src/config/examples/Creality/Ender-3/Configuration_adv.h
  5. 1
      Marlin/src/config/examples/Einstart-S/Configuration_adv.h
  6. 1
      Marlin/src/config/examples/Formbot/T-Rex_2+/Configuration_adv.h
  7. 1
      Marlin/src/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h
  8. 1
      Marlin/src/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h
  9. 1
      Marlin/src/config/examples/Tronxy/X3A/Configuration_adv.h

1
Marlin/src/config/examples/Anet/A2/Configuration_adv.h

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

1
Marlin/src/config/examples/Anet/A2plus/Configuration_adv.h

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

3
Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h

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

1
Marlin/src/config/examples/Creality/Ender-3/Configuration_adv.h

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

1
Marlin/src/config/examples/Einstart-S/Configuration_adv.h

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

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

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

1
Marlin/src/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h

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

1
Marlin/src/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h

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

1
Marlin/src/config/examples/Tronxy/X3A/Configuration_adv.h

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

Loading…
Cancel
Save