Browse Source

Merge pull request #6293 from thinkyhead/rc_move_toshiba

Put TOSHIBA with other stepper driver options
pull/1/head
Scott Lahteine 7 years ago
committed by GitHub
parent
commit
dad907b923
  1. 6
      Marlin/Configuration.h
  2. 6
      Marlin/example_configurations/Cartesio/Configuration.h
  3. 6
      Marlin/example_configurations/Felix/Configuration.h
  4. 6
      Marlin/example_configurations/Felix/DUAL/Configuration.h
  5. 6
      Marlin/example_configurations/Hephestos/Configuration.h
  6. 6
      Marlin/example_configurations/Hephestos_2/Configuration.h
  7. 6
      Marlin/example_configurations/K8200/Configuration.h
  8. 6
      Marlin/example_configurations/K8400/Configuration.h
  9. 6
      Marlin/example_configurations/K8400/Dual-head/Configuration.h
  10. 6
      Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h
  11. 6
      Marlin/example_configurations/RigidBot/Configuration.h
  12. 6
      Marlin/example_configurations/SCARA/Configuration.h
  13. 6
      Marlin/example_configurations/TAZ4/Configuration.h
  14. 6
      Marlin/example_configurations/TinyBoy2/Configuration.h
  15. 6
      Marlin/example_configurations/WITBOX/Configuration.h
  16. 6
      Marlin/example_configurations/adafruit/ST7565/Configuration.h
  17. 6
      Marlin/example_configurations/delta/flsun_kossel_mini/Configuration.h
  18. 6
      Marlin/example_configurations/delta/generic/Configuration.h
  19. 6
      Marlin/example_configurations/delta/kossel_mini/Configuration.h
  20. 6
      Marlin/example_configurations/delta/kossel_pro/Configuration.h
  21. 6
      Marlin/example_configurations/delta/kossel_xl/Configuration.h
  22. 6
      Marlin/example_configurations/makibox/Configuration.h
  23. 6
      Marlin/example_configurations/tvrrug/Round2/Configuration.h
  24. 6
      Marlin/example_configurations/wt150/Configuration.h

6
Marlin/Configuration.h

@ -423,9 +423,6 @@
//#define COREZX
//#define COREZY
// Enable this option for Toshiba steppers
//#define CONFIG_STEPPERS_TOSHIBA
//===========================================================================
//============================== Endstop Settings ===========================
//===========================================================================
@ -747,6 +744,9 @@
#define INVERT_Y_DIR true
#define INVERT_Z_DIR false
// Enable this option for Toshiba stepper drivers
//#define CONFIG_STEPPERS_TOSHIBA
// @section extruder
// For direct drive extruder v9 set to true, for geared extruder set to false.

6
Marlin/example_configurations/Cartesio/Configuration.h

@ -422,9 +422,6 @@
//#define COREZX
//#define COREZY
// Enable this option for Toshiba steppers
//#define CONFIG_STEPPERS_TOSHIBA
//===========================================================================
//============================== Endstop Settings ===========================
//===========================================================================
@ -746,6 +743,9 @@
#define INVERT_Y_DIR true
#define INVERT_Z_DIR false
// Enable this option for Toshiba stepper drivers
//#define CONFIG_STEPPERS_TOSHIBA
// @section extruder
// For direct drive extruder v9 set to true, for geared extruder set to false.

6
Marlin/example_configurations/Felix/Configuration.h

@ -405,9 +405,6 @@
//#define COREZX
//#define COREZY
// Enable this option for Toshiba steppers
//#define CONFIG_STEPPERS_TOSHIBA
//===========================================================================
//============================== Endstop Settings ===========================
//===========================================================================
@ -730,6 +727,9 @@
#define INVERT_Y_DIR true
#define INVERT_Z_DIR true
// Enable this option for Toshiba stepper drivers
//#define CONFIG_STEPPERS_TOSHIBA
// @section extruder
// For direct drive extruder v9 set to true, for geared extruder set to false.

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

@ -405,9 +405,6 @@
//#define COREZX
//#define COREZY
// Enable this option for Toshiba steppers
//#define CONFIG_STEPPERS_TOSHIBA
//===========================================================================
//============================== Endstop Settings ===========================
//===========================================================================
@ -730,6 +727,9 @@
#define INVERT_Y_DIR true
#define INVERT_Z_DIR true
// Enable this option for Toshiba stepper drivers
//#define CONFIG_STEPPERS_TOSHIBA
// @section extruder
// For direct drive extruder v9 set to true, for geared extruder set to false.

6
Marlin/example_configurations/Hephestos/Configuration.h

@ -414,9 +414,6 @@
//#define COREZX
//#define COREZY
// Enable this option for Toshiba steppers
//#define CONFIG_STEPPERS_TOSHIBA
//===========================================================================
//============================== Endstop Settings ===========================
//===========================================================================
@ -738,6 +735,9 @@
#define INVERT_Y_DIR false
#define INVERT_Z_DIR true
// Enable this option for Toshiba stepper drivers
//#define CONFIG_STEPPERS_TOSHIBA
// @section extruder
// For direct drive extruder v9 set to true, for geared extruder set to false.

6
Marlin/example_configurations/Hephestos_2/Configuration.h

@ -417,9 +417,6 @@
//#define COREZX
//#define COREZY
// Enable this option for Toshiba steppers
//#define CONFIG_STEPPERS_TOSHIBA
//===========================================================================
//============================== Endstop Settings ===========================
//===========================================================================
@ -741,6 +738,9 @@
#define INVERT_Y_DIR true
#define INVERT_Z_DIR true
// Enable this option for Toshiba stepper drivers
//#define CONFIG_STEPPERS_TOSHIBA
// @section extruder
// For direct drive extruder v9 set to true, for geared extruder set to false.

6
Marlin/example_configurations/K8200/Configuration.h

@ -453,9 +453,6 @@
//#define COREZX
//#define COREZY
// Enable this option for Toshiba steppers
//#define CONFIG_STEPPERS_TOSHIBA
//===========================================================================
//============================== Endstop Settings ===========================
//===========================================================================
@ -776,6 +773,9 @@
#define INVERT_Y_DIR false // K8200: false
#define INVERT_Z_DIR false
// Enable this option for Toshiba stepper drivers
//#define CONFIG_STEPPERS_TOSHIBA
// @section extruder
// For direct drive extruder v9 set to true, for geared extruder set to false.

6
Marlin/example_configurations/K8400/Configuration.h

@ -423,9 +423,6 @@
//#define COREZX
//#define COREZY
// Enable this option for Toshiba steppers
//#define CONFIG_STEPPERS_TOSHIBA
//===========================================================================
//============================== Endstop Settings ===========================
//===========================================================================
@ -747,6 +744,9 @@
#define INVERT_Y_DIR true
#define INVERT_Z_DIR true
// Enable this option for Toshiba stepper drivers
//#define CONFIG_STEPPERS_TOSHIBA
// @section extruder
// For direct drive extruder v9 set to true, for geared extruder set to false.

6
Marlin/example_configurations/K8400/Dual-head/Configuration.h

@ -423,9 +423,6 @@
//#define COREZX
//#define COREZY
// Enable this option for Toshiba steppers
//#define CONFIG_STEPPERS_TOSHIBA
//===========================================================================
//============================== Endstop Settings ===========================
//===========================================================================
@ -747,6 +744,9 @@
#define INVERT_Y_DIR true
#define INVERT_Z_DIR true
// Enable this option for Toshiba stepper drivers
//#define CONFIG_STEPPERS_TOSHIBA
// @section extruder
// For direct drive extruder v9 set to true, for geared extruder set to false.

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

@ -423,9 +423,6 @@
//#define COREZX
//#define COREZY
// Enable this option for Toshiba steppers
//#define CONFIG_STEPPERS_TOSHIBA
//===========================================================================
//============================== Endstop Settings ===========================
//===========================================================================
@ -747,6 +744,9 @@
#define INVERT_Y_DIR true
#define INVERT_Z_DIR false
// Enable this option for Toshiba stepper drivers
//#define CONFIG_STEPPERS_TOSHIBA
// @section extruder
// For direct drive extruder v9 set to true, for geared extruder set to false.

6
Marlin/example_configurations/RigidBot/Configuration.h

@ -420,9 +420,6 @@
//#define COREZX
//#define COREZY
// Enable this option for Toshiba steppers
//#define CONFIG_STEPPERS_TOSHIBA
//===========================================================================
//============================== Endstop Settings ===========================
//===========================================================================
@ -746,6 +743,9 @@
#define INVERT_Y_DIR false
#define INVERT_Z_DIR false
// Enable this option for Toshiba stepper drivers
//#define CONFIG_STEPPERS_TOSHIBA
// @section extruder
// For direct drive extruder v9 set to true, for geared extruder set to false.

6
Marlin/example_configurations/SCARA/Configuration.h

@ -438,9 +438,6 @@
//#define COREZX
//#define COREZY
// Enable this option for Toshiba steppers
//#define CONFIG_STEPPERS_TOSHIBA
//===========================================================================
//============================== Endstop Settings ===========================
//===========================================================================
@ -762,6 +759,9 @@
#define INVERT_Y_DIR false
#define INVERT_Z_DIR true
// Enable this option for Toshiba stepper drivers
//#define CONFIG_STEPPERS_TOSHIBA
// @section extruder
// For direct drive extruder v9 set to true, for geared extruder set to false.

6
Marlin/example_configurations/TAZ4/Configuration.h

@ -443,9 +443,6 @@
//#define COREZX
//#define COREZY
// Enable this option for Toshiba steppers
//#define CONFIG_STEPPERS_TOSHIBA
//===========================================================================
//============================== Endstop Settings ===========================
//===========================================================================
@ -767,6 +764,9 @@
#define INVERT_Y_DIR true
#define INVERT_Z_DIR false
// Enable this option for Toshiba stepper drivers
//#define CONFIG_STEPPERS_TOSHIBA
// @section extruder
// For direct drive extruder v9 set to true, for geared extruder set to false.

6
Marlin/example_configurations/TinyBoy2/Configuration.h

@ -473,9 +473,6 @@
//#define COREZX
//#define COREZY
// Enable this option for Toshiba steppers
//#define CONFIG_STEPPERS_TOSHIBA
//===========================================================================
//============================== Endstop Settings ===========================
//===========================================================================
@ -798,6 +795,9 @@
#define INVERT_Y_DIR false
#define INVERT_Z_DIR false
// Enable this option for Toshiba steppers
//#define CONFIG_STEPPERS_TOSHIBA
// @section extruder
// For direct drive extruder v9 set to true, for geared extruder set to false.

6
Marlin/example_configurations/WITBOX/Configuration.h

@ -414,9 +414,6 @@
//#define COREZX
//#define COREZY
// Enable this option for Toshiba steppers
//#define CONFIG_STEPPERS_TOSHIBA
//===========================================================================
//============================== Endstop Settings ===========================
//===========================================================================
@ -738,6 +735,9 @@
#define INVERT_Y_DIR false
#define INVERT_Z_DIR true
// Enable this option for Toshiba stepper drivers
//#define CONFIG_STEPPERS_TOSHIBA
// @section extruder
// For direct drive extruder v9 set to true, for geared extruder set to false.

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

@ -423,9 +423,6 @@
//#define COREZX
//#define COREZY
// Enable this option for Toshiba steppers
//#define CONFIG_STEPPERS_TOSHIBA
//===========================================================================
//============================== Endstop Settings ===========================
//===========================================================================
@ -747,6 +744,9 @@
#define INVERT_Y_DIR true
#define INVERT_Z_DIR false
// Enable this option for Toshiba stepper drivers
//#define CONFIG_STEPPERS_TOSHIBA
// @section extruder
// For direct drive extruder v9 set to true, for geared extruder set to false.

6
Marlin/example_configurations/delta/flsun_kossel_mini/Configuration.h

@ -491,9 +491,6 @@
#endif
// Enable this option for Toshiba steppers
//#define CONFIG_STEPPERS_TOSHIBA
//===========================================================================
//============================== Endstop Settings ===========================
//===========================================================================
@ -863,6 +860,9 @@
#define INVERT_Y_DIR true
#define INVERT_Z_DIR true
// Enable this option for Toshiba stepper drivers
//#define CONFIG_STEPPERS_TOSHIBA
// @section extruder
// For direct drive extruder v9 set to true, for geared extruder set to false.

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

@ -478,9 +478,6 @@
#endif
// Enable this option for Toshiba steppers
//#define CONFIG_STEPPERS_TOSHIBA
//===========================================================================
//============================== Endstop Settings ===========================
//===========================================================================
@ -849,6 +846,9 @@
#define INVERT_Y_DIR false
#define INVERT_Z_DIR false
// Enable this option for Toshiba stepper drivers
//#define CONFIG_STEPPERS_TOSHIBA
// @section extruder
// For direct drive extruder v9 set to true, for geared extruder set to false.

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

@ -478,9 +478,6 @@
#endif
// Enable this option for Toshiba steppers
//#define CONFIG_STEPPERS_TOSHIBA
//===========================================================================
//============================== Endstop Settings ===========================
//===========================================================================
@ -844,6 +841,9 @@
#define INVERT_Y_DIR false
#define INVERT_Z_DIR false
// Enable this option for Toshiba stepper drivers
//#define CONFIG_STEPPERS_TOSHIBA
// @section extruder
// For direct drive extruder v9 set to true, for geared extruder set to false.

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

@ -465,9 +465,6 @@
#endif
// Enable this option for Toshiba steppers
//#define CONFIG_STEPPERS_TOSHIBA
//===========================================================================
//============================== Endstop Settings ===========================
//===========================================================================
@ -852,6 +849,9 @@
#define INVERT_Y_DIR true
#define INVERT_Z_DIR true
// Enable this option for Toshiba stepper drivers
//#define CONFIG_STEPPERS_TOSHIBA
// @section extruder
// For direct drive extruder v9 set to true, for geared extruder set to false.

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

@ -483,9 +483,6 @@
#endif
// Enable this option for Toshiba steppers
//#define CONFIG_STEPPERS_TOSHIBA
//===========================================================================
//============================== Endstop Settings ===========================
//===========================================================================
@ -860,6 +857,9 @@
#define INVERT_Y_DIR false
#define INVERT_Z_DIR false
// Enable this option for Toshiba stepper drivers
//#define CONFIG_STEPPERS_TOSHIBA
// @section extruder
// For direct drive extruder v9 set to true, for geared extruder set to false.

6
Marlin/example_configurations/makibox/Configuration.h

@ -426,9 +426,6 @@
//#define COREZX
//#define COREZY
// Enable this option for Toshiba steppers
//#define CONFIG_STEPPERS_TOSHIBA
//===========================================================================
//============================== Endstop Settings ===========================
//===========================================================================
@ -750,6 +747,9 @@
#define INVERT_Y_DIR false
#define INVERT_Z_DIR false
// Enable this option for Toshiba stepper drivers
//#define CONFIG_STEPPERS_TOSHIBA
// @section extruder
// For direct drive extruder v9 set to true, for geared extruder set to false.

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

@ -413,9 +413,6 @@
//#define COREZX
//#define COREZY
// Enable this option for Toshiba steppers
#define CONFIG_STEPPERS_TOSHIBA
//===========================================================================
//============================== Endstop Settings ===========================
//===========================================================================
@ -743,6 +740,9 @@
#define INVERT_Y_DIR false
#define INVERT_Z_DIR true
// Enable this option for Toshiba stepper drivers
#define CONFIG_STEPPERS_TOSHIBA
// @section extruder
// For direct drive extruder v9 set to true, for geared extruder set to false.

6
Marlin/example_configurations/wt150/Configuration.h

@ -428,9 +428,6 @@
//#define COREZX
//#define COREZY
// Enable this option for Toshiba steppers
//#define CONFIG_STEPPERS_TOSHIBA
//===========================================================================
//============================== Endstop Settings ===========================
//===========================================================================
@ -752,6 +749,9 @@
#define INVERT_Y_DIR false
#define INVERT_Z_DIR false
// Enable this option for Toshiba steppers
//#define CONFIG_STEPPERS_TOSHIBA
// @section extruder
// For direct drive extruder v9 set to true, for geared extruder set to false.

Loading…
Cancel
Save