Browse Source

Rename movement section to motion

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

2
Marlin/Configuration.h

@ -691,7 +691,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
#endif
// @section movement
// @section motion
/**
* MOVEMENT SETTINGS

2
Marlin/example_configurations/Cartesio/Configuration.h

@ -690,7 +690,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
#endif
// @section movement
// @section motion
/**
* MOVEMENT SETTINGS

2
Marlin/example_configurations/Felix/Configuration.h

@ -673,7 +673,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
#endif
// @section movement
// @section motion
/**
* MOVEMENT SETTINGS

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

@ -671,7 +671,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
#endif
// @section movement
// @section motion
/**
* MOVEMENT SETTINGS

2
Marlin/example_configurations/Hephestos/Configuration.h

@ -683,7 +683,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
#endif
// @section movement
// @section motion
/**
* MOVEMENT SETTINGS

2
Marlin/example_configurations/Hephestos_2/Configuration.h

@ -685,7 +685,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
#endif
// @section movement
// @section motion
/**
* MOVEMENT SETTINGS

2
Marlin/example_configurations/K8200/Configuration.h

@ -708,7 +708,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
#endif
// @section movement
// @section motion
/**
* MOVEMENT SETTINGS

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

@ -691,7 +691,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
#endif
// @section movement
// @section motion
/**
* MOVEMENT SETTINGS

2
Marlin/example_configurations/RigidBot/Configuration.h

@ -685,7 +685,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
#endif
// @section movement
// @section motion
/**
* MOVEMENT SETTINGS

2
Marlin/example_configurations/SCARA/Configuration.h

@ -699,7 +699,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
#endif
// @section movement
// @section motion
/**
* MOVEMENT SETTINGS

2
Marlin/example_configurations/TAZ4/Configuration.h

@ -712,7 +712,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
#endif
// @section movement
// @section motion
/**
* MOVEMENT SETTINGS

2
Marlin/example_configurations/WITBOX/Configuration.h

@ -683,7 +683,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
#endif
// @section movement
// @section motion
/**
* MOVEMENT SETTINGS

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

@ -691,7 +691,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
#endif
// @section movement
// @section motion
/**
* MOVEMENT SETTINGS

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

@ -777,7 +777,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
#endif
// @section movement
// @section motion
/**
* MOVEMENT SETTINGS

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

@ -771,7 +771,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
#endif
// @section movement
// @section motion
/**
* MOVEMENT SETTINGS

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

@ -774,7 +774,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
#endif
// @section movement
// @section motion
/**
* MOVEMENT SETTINGS

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

@ -768,7 +768,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
#endif
// @section movement
// @section motion
/**
* MOVEMENT SETTINGS

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

@ -769,7 +769,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
#endif
// @section movement
// @section motion
/**
* MOVEMENT SETTINGS

2
Marlin/example_configurations/makibox/Configuration.h

@ -694,7 +694,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
#endif
// @section movement
// @section motion
/**
* MOVEMENT SETTINGS

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

@ -681,7 +681,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
#endif
// @section movement
// @section motion
/**
* MOVEMENT SETTINGS

Loading…
Cancel
Save