Add "SINGLENOZZLE" extruder option

This commit is contained in:
Scott Lahteine
2016-05-20 15:45:11 -07:00
parent 319d184999
commit 69abfef82e
19 changed files with 57 additions and 0 deletions

View File

@ -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.