Browse Source

Add "SINGLENOZZLE" extruder option

Scott Lahteine 9 years ago
parent
commit
69abfef82e

+ 3
- 0
Marlin/Configuration.h View File

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

+ 3
- 0
Marlin/example_configurations/Felix/Configuration.h View File

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

+ 3
- 0
Marlin/example_configurations/Felix/DUAL/Configuration.h View File

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

+ 3
- 0
Marlin/example_configurations/Hephestos/Configuration.h View File

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

+ 3
- 0
Marlin/example_configurations/Hephestos_2/Configuration.h View File

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

+ 3
- 0
Marlin/example_configurations/K8200/Configuration.h View File

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

+ 3
- 0
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h View File

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

+ 3
- 0
Marlin/example_configurations/RigidBot/Configuration.h View File

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

+ 3
- 0
Marlin/example_configurations/SCARA/Configuration.h View File

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

+ 3
- 0
Marlin/example_configurations/TAZ4/Configuration.h View File

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

+ 3
- 0
Marlin/example_configurations/WITBOX/Configuration.h View File

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

+ 3
- 0
Marlin/example_configurations/adafruit/ST7565/Configuration.h View File

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

+ 3
- 0
Marlin/example_configurations/delta/biv2.5/Configuration.h View File

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

+ 3
- 0
Marlin/example_configurations/delta/generic/Configuration.h View File

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

+ 3
- 0
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

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

+ 3
- 0
Marlin/example_configurations/delta/kossel_pro/Configuration.h View File

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

+ 3
- 0
Marlin/example_configurations/delta/kossel_xl/Configuration.h View File

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

+ 3
- 0
Marlin/example_configurations/makibox/Configuration.h View File

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

+ 3
- 0
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

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

Loading…
Cancel
Save