Browse Source

Reprapworld Keypad move step is 1mm

pull/1/head
Scott Lahteine 8 years ago
parent
commit
6abf916575
  1. 2
      Marlin/Configuration.h
  2. 2
      Marlin/example_configurations/Felix/Configuration.h
  3. 2
      Marlin/example_configurations/Felix/DUAL/Configuration.h
  4. 2
      Marlin/example_configurations/Hephestos/Configuration.h
  5. 2
      Marlin/example_configurations/Hephestos_2/Configuration.h
  6. 2
      Marlin/example_configurations/K8200/Configuration.h
  7. 2
      Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h
  8. 2
      Marlin/example_configurations/RigidBot/Configuration.h
  9. 2
      Marlin/example_configurations/SCARA/Configuration.h
  10. 2
      Marlin/example_configurations/TAZ4/Configuration.h
  11. 2
      Marlin/example_configurations/WITBOX/Configuration.h
  12. 2
      Marlin/example_configurations/adafruit/ST7565/Configuration.h
  13. 2
      Marlin/example_configurations/delta/biv2.5/Configuration.h
  14. 2
      Marlin/example_configurations/delta/generic/Configuration.h
  15. 2
      Marlin/example_configurations/delta/kossel_mini/Configuration.h
  16. 2
      Marlin/example_configurations/delta/kossel_pro/Configuration.h
  17. 2
      Marlin/example_configurations/delta/kossel_xl/Configuration.h
  18. 2
      Marlin/example_configurations/makibox/Configuration.h
  19. 2
      Marlin/example_configurations/tvrrug/Round2/Configuration.h

2
Marlin/Configuration.h

@ -1160,7 +1160,7 @@
// is pressed, a value of 10.0 means 10mm per click.
//
//#define REPRAPWORLD_KEYPAD
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 1.0
//
// RigidBot Panel V1.0

2
Marlin/example_configurations/Felix/Configuration.h

@ -1143,7 +1143,7 @@
// is pressed, a value of 10.0 means 10mm per click.
//
//#define REPRAPWORLD_KEYPAD
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 1.0
//
// RigidBot Panel V1.0

2
Marlin/example_configurations/Felix/DUAL/Configuration.h

@ -1141,7 +1141,7 @@
// is pressed, a value of 10.0 means 10mm per click.
//
//#define REPRAPWORLD_KEYPAD
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 1.0
//
// RigidBot Panel V1.0

2
Marlin/example_configurations/Hephestos/Configuration.h

@ -1152,7 +1152,7 @@
// is pressed, a value of 10.0 means 10mm per click.
//
//#define REPRAPWORLD_KEYPAD
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 1.0
//
// RigidBot Panel V1.0

2
Marlin/example_configurations/Hephestos_2/Configuration.h

@ -1154,7 +1154,7 @@
// is pressed, a value of 10.0 means 10mm per click.
//
//#define REPRAPWORLD_KEYPAD
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 1.0
//
// RigidBot Panel V1.0

2
Marlin/example_configurations/K8200/Configuration.h

@ -1177,7 +1177,7 @@
// is pressed, a value of 10.0 means 10mm per click.
//
//#define REPRAPWORLD_KEYPAD
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 1.0
//
// RigidBot Panel V1.0

2
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h

@ -1160,7 +1160,7 @@
// is pressed, a value of 10.0 means 10mm per click.
//
#define REPRAPWORLD_KEYPAD
#define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0
#define REPRAPWORLD_KEYPAD_MOVE_STEP 1.0
//
// RigidBot Panel V1.0

2
Marlin/example_configurations/RigidBot/Configuration.h

@ -1160,7 +1160,7 @@
// is pressed, a value of 10.0 means 10mm per click.
//
//#define REPRAPWORLD_KEYPAD
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 1.0
//
// RigidBot Panel V1.0

2
Marlin/example_configurations/SCARA/Configuration.h

@ -1168,7 +1168,7 @@
// is pressed, a value of 10.0 means 10mm per click.
//
//#define REPRAPWORLD_KEYPAD
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 1.0
//
// RigidBot Panel V1.0

2
Marlin/example_configurations/TAZ4/Configuration.h

@ -1181,7 +1181,7 @@
// is pressed, a value of 10.0 means 10mm per click.
//
//#define REPRAPWORLD_KEYPAD
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 1.0
//
// RigidBot Panel V1.0

2
Marlin/example_configurations/WITBOX/Configuration.h

@ -1152,7 +1152,7 @@
// is pressed, a value of 10.0 means 10mm per click.
//
//#define REPRAPWORLD_KEYPAD
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 1.0
//
// RigidBot Panel V1.0

2
Marlin/example_configurations/adafruit/ST7565/Configuration.h

@ -1160,7 +1160,7 @@
// is pressed, a value of 10.0 means 10mm per click.
//
//#define REPRAPWORLD_KEYPAD
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 1.0
//
// RigidBot Panel V1.0

2
Marlin/example_configurations/delta/biv2.5/Configuration.h

@ -1255,7 +1255,7 @@
// is pressed, a value of 10.0 means 10mm per click.
//
//#define REPRAPWORLD_KEYPAD
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 1.0
//
// RigidBot Panel V1.0

2
Marlin/example_configurations/delta/generic/Configuration.h

@ -1249,7 +1249,7 @@
// is pressed, a value of 10.0 means 10mm per click.
//
//#define REPRAPWORLD_KEYPAD
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 1.0
//
// RigidBot Panel V1.0

2
Marlin/example_configurations/delta/kossel_mini/Configuration.h

@ -1252,7 +1252,7 @@
// is pressed, a value of 10.0 means 10mm per click.
//
//#define REPRAPWORLD_KEYPAD
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 1.0
//
// RigidBot Panel V1.0

2
Marlin/example_configurations/delta/kossel_pro/Configuration.h

@ -1252,7 +1252,7 @@
// is pressed, a value of 10.0 means 10mm per click.
//
//#define REPRAPWORLD_KEYPAD
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 1.0
//
// RigidBot Panel V1.0

2
Marlin/example_configurations/delta/kossel_xl/Configuration.h

@ -1254,7 +1254,7 @@
// is pressed, a value of 10.0 means 10mm per click.
//
//#define REPRAPWORLD_KEYPAD
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 1.0
//
// RigidBot Panel V1.0

2
Marlin/example_configurations/makibox/Configuration.h

@ -1163,7 +1163,7 @@
// is pressed, a value of 10.0 means 10mm per click.
//
//#define REPRAPWORLD_KEYPAD
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 1.0
//
// RigidBot Panel V1.0

2
Marlin/example_configurations/tvrrug/Round2/Configuration.h

@ -1154,7 +1154,7 @@
// is pressed, a value of 10.0 means 10mm per click.
//
//#define REPRAPWORLD_KEYPAD
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 1.0
//
// RigidBot Panel V1.0

Loading…
Cancel
Save