Merge pull request #3808 from thinkyhead/rc_singlenozzle

SINGLENOZZLE
This commit is contained in:
Scott Lahteine
2016-05-23 15:52:19 -07:00
22 changed files with 86 additions and 7 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.