Marlin dual extruder set-up instrucrions? February 27, 2014 06:56PM |
Registered: 13 years ago Posts: 198 |
Re: Marlin dual extruder set-up instrucrions? February 27, 2014 07:27PM |
Admin Registered: 16 years ago Posts: 1,470 |
// 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. // #define EXTRUDER_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis // #define EXTRUDER_OFFSET_Y {0.0, 5.00} // (in mm) for each extruder, offset of the hotend on the Y axis
Help improve the RepRap wiki!
Just click "Edit" in the top-right corner of the page and start typing. Anyone can edit the wiki! |
Re: Marlin dual extruder set-up instrucrions? February 27, 2014 08:49PM |
Registered: 13 years ago Posts: 198 |
Re: Marlin dual extruder set-up instrucrions? February 27, 2014 10:10PM |
Registered: 13 years ago Posts: 198 |
Re: Marlin dual extruder set-up instrucrions? February 27, 2014 10:21PM |
Admin Registered: 16 years ago Posts: 1,470 |
Help improve the RepRap wiki!
Just click "Edit" in the top-right corner of the page and start typing. Anyone can edit the wiki! |
Re: Marlin dual extruder set-up instrucrions? February 27, 2014 11:11PM |
Registered: 13 years ago Posts: 198 |
Re: Marlin dual extruder set-up instrucrions? SOLVED! February 28, 2014 09:21AM |
Registered: 13 years ago Posts: 198 |