Browse Source

Add "SINGLENOZZLE" extruder option

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

3
Marlin/Configuration.h

@ -120,6 +120,9 @@
// :[1,2,3,4]
#define EXTRUDERS 1
// For Cyclops or any "multi-extruder" that shares a single nozzle.
//#define SINGLENOZZLE
// Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
// The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder).
// For the other hotends it is their distance from the extruder 0 hotend.

3
Marlin/example_configurations/Felix/Configuration.h

@ -120,6 +120,9 @@
// :[1,2,3,4]
#define EXTRUDERS 1
// For Cyclops or any "multi-extruder" that shares a single nozzle.
//#define SINGLENOZZLE
// Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
// The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder).
// For the other hotends it is their distance from the extruder 0 hotend.

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

@ -120,6 +120,9 @@
// :[1,2,3,4]
#define EXTRUDERS 2
// For Cyclops or any "multi-extruder" that shares a single nozzle.
//#define SINGLENOZZLE
// Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
// The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder).
// For the other hotends it is their distance from the extruder 0 hotend.

3
Marlin/example_configurations/Hephestos/Configuration.h

@ -123,6 +123,9 @@
// :[1,2,3,4]
#define EXTRUDERS 1
// For Cyclops or any "multi-extruder" that shares a single nozzle.
//#define SINGLENOZZLE
// Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
// The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder).
// For the other hotends it is their distance from the extruder 0 hotend.

3
Marlin/example_configurations/Hephestos_2/Configuration.h

@ -120,6 +120,9 @@
// :[1,2,3,4]
#define EXTRUDERS 1
// For Cyclops or any "multi-extruder" that shares a single nozzle.
//#define SINGLENOZZLE
// Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
// The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder).
// For the other hotends it is their distance from the extruder 0 hotend.

3
Marlin/example_configurations/K8200/Configuration.h

@ -127,6 +127,9 @@
// :[1,2,3,4]
#define EXTRUDERS 1
// For Cyclops or any "multi-extruder" that shares a single nozzle.
//#define SINGLENOZZLE
// Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
// The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder).
// For the other hotends it is their distance from the extruder 0 hotend.

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

@ -120,6 +120,9 @@
// :[1,2,3,4]
#define EXTRUDERS 1
// For Cyclops or any "multi-extruder" that shares a single nozzle.
//#define SINGLENOZZLE
// Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
// The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder).
// For the other hotends it is their distance from the extruder 0 hotend.

3
Marlin/example_configurations/RigidBot/Configuration.h

@ -120,6 +120,9 @@
// :[1,2,3,4]
#define EXTRUDERS 1 // Single extruder. Set to 2 for dual extruders
// For Cyclops or any "multi-extruder" that shares a single nozzle.
//#define SINGLENOZZLE
// Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
// The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder).
// For the other hotends it is their distance from the extruder 0 hotend.

3
Marlin/example_configurations/SCARA/Configuration.h

@ -145,6 +145,9 @@
// :[1,2,3,4]
#define EXTRUDERS 1
// For Cyclops or any "multi-extruder" that shares a single nozzle.
//#define SINGLENOZZLE
// Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
// The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder).
// For the other hotends it is their distance from the extruder 0 hotend.

3
Marlin/example_configurations/TAZ4/Configuration.h

@ -120,6 +120,9 @@
// :[1,2,3,4]
#define EXTRUDERS 1
// For Cyclops or any "multi-extruder" that shares a single nozzle.
//#define SINGLENOZZLE
// Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
// The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder).
// For the other hotends it is their distance from the extruder 0 hotend.

3
Marlin/example_configurations/WITBOX/Configuration.h

@ -123,6 +123,9 @@
// :[1,2,3,4]
#define EXTRUDERS 1
// For Cyclops or any "multi-extruder" that shares a single nozzle.
//#define SINGLENOZZLE
// Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
// The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder).
// For the other hotends it is their distance from the extruder 0 hotend.

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

@ -120,6 +120,9 @@
// :[1,2,3,4]
#define EXTRUDERS 1
// For Cyclops or any "multi-extruder" that shares a single nozzle.
//#define SINGLENOZZLE
// Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
// The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder).
// For the other hotends it is their distance from the extruder 0 hotend.

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

@ -120,6 +120,9 @@
// :[1,2,3,4]
#define EXTRUDERS 2
// For Cyclops or any "multi-extruder" that shares a single nozzle.
//#define SINGLENOZZLE
// Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
// The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder).
// For the other hotends it is their distance from the extruder 0 hotend.

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

@ -120,6 +120,9 @@
// :[1,2,3,4]
#define EXTRUDERS 1
// For Cyclops or any "multi-extruder" that shares a single nozzle.
//#define SINGLENOZZLE
// Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
// The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder).
// For the other hotends it is their distance from the extruder 0 hotend.

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

@ -120,6 +120,9 @@
// :[1,2,3,4]
#define EXTRUDERS 1
// For Cyclops or any "multi-extruder" that shares a single nozzle.
//#define SINGLENOZZLE
// Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
// The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder).
// For the other hotends it is their distance from the extruder 0 hotend.

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

@ -126,6 +126,9 @@
// :[1,2,3,4]
#define EXTRUDERS 1
// For Cyclops or any "multi-extruder" that shares a single nozzle.
//#define SINGLENOZZLE
// Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
// The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder).
// For the other hotends it is their distance from the extruder 0 hotend.

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

@ -113,6 +113,9 @@
// :[1,2,3,4]
#define EXTRUDERS 1
// For Cyclops or any "multi-extruder" that shares a single nozzle.
//#define SINGLENOZZLE
// Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
// The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder).
// For the other hotends it is their distance from the extruder 0 hotend.

3
Marlin/example_configurations/makibox/Configuration.h

@ -120,6 +120,9 @@
// :[1,2,3,4]
#define EXTRUDERS 1
// For Cyclops or any "multi-extruder" that shares a single nozzle.
//#define SINGLENOZZLE
// Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
// The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder).
// For the other hotends it is their distance from the extruder 0 hotend.

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

@ -120,6 +120,9 @@
// :[1,2,3,4]
#define EXTRUDERS 1
// For Cyclops or any "multi-extruder" that shares a single nozzle.
//#define SINGLENOZZLE
// Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
// The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder).
// For the other hotends it is their distance from the extruder 0 hotend.

Loading…
Cancel
Save