Dual Extrusion with Different Materials March 29, 2016 06:56AM |
Registered: 7 years ago Posts: 75 |
Re: Dual Extrusion with Different Materials March 29, 2016 11:28AM |
Registered: 9 years ago Posts: 14,659 |
Re: Dual Extrusion with Different Materials March 29, 2016 11:58AM |
Registered: 8 years ago Posts: 189 |
M563 P0 D0 H1 ; Define tool 0 G10 P0 S-273 R-273 ; Set tool 0 operating and standby temperatures M563 P1 D1 H2 ; Define tool 1, uncomment if you have a dual colour upgrade G10 P1 X19 S-273 R-273 ; Set tool 1 operating and standby temperatures, uncomment if you have a dual colour upgrade
Re: Dual Extrusion with Different Materials March 31, 2016 05:59AM |
Registered: 7 years ago Posts: 75 |
Quote
orictosh
In the slic3r's printer settings > general > you should have number of extruder set to 2
I use the duet web interface, which is also set for 2 extruders.
Upon each one there is a standby and an active temp setting.
I would set both these to same temp I.e. 190 PLA as this would stop the cool down between each layer
The code below is taken from my config file which sets the printer up with 2 extruders
M563 P0 D0 H1 ; Define tool 0 G10 P0 S-273 R-273 ; Set tool 0 operating and standby temperatures M563 P1 D1 H2 ; Define tool 1, uncomment if you have a dual colour upgrade G10 P1 X19 S-273 R-273 ; Set tool 1 operating and standby temperatures, uncomment if you have a dual colour upgrade
Where is states X19 that's the offset from the other nozzle upon the x axis.
Re: Dual Extrusion with Different Materials March 31, 2016 06:01AM |
Registered: 7 years ago Posts: 75 |
Quote
dc42
The E3Dv6 hot end uses a low powered heater, 25W AFAIR compared to 40W for the Ormerod hot end. I think this is a fail-safe system, to prevent it going much over 300C if the heater stays on. You could replace the heaters by 40W ones for faster heating times. They are standard 6mm cartridges.
Re: Dual Extrusion with Different Materials March 31, 2016 06:53AM |
Registered: 8 years ago Posts: 57 |
Re: Dual Extrusion with Different Materials March 31, 2016 03:14PM |
Registered: 8 years ago Posts: 637 |
Re: Dual Extrusion with Different Materials March 31, 2016 04:23PM |
Registered: 9 years ago Posts: 14,659 |
Re: Dual Extrusion with Different Materials April 01, 2016 03:42AM |
Registered: 9 years ago Posts: 1,699 |
Quote
Darathy
I belive the Original Ormerod had a 50W heater
Re: Dual Extrusion with Different Materials April 01, 2016 08:10AM |
Registered: 8 years ago Posts: 189 |
Quote
derek5a
Quote
orictosh
In the slic3r's printer settings > general > you should have number of extruder set to 2
I use the duet web interface, which is also set for 2 extruders.
Upon each one there is a standby and an active temp setting.
I would set both these to same temp I.e. 190 PLA as this would stop the cool down between each layer
The code below is taken from my config file which sets the printer up with 2 extruders
M563 P0 D0 H1 ; Define tool 0 G10 P0 S-273 R-273 ; Set tool 0 operating and standby temperatures M563 P1 D1 H2 ; Define tool 1, uncomment if you have a dual colour upgrade G10 P1 X19 S-273 R-273 ; Set tool 1 operating and standby temperatures, uncomment if you have a dual colour upgrade
Where is states X19 that's the offset from the other nozzle upon the x axis.
Thanks orictosh,
Are you saying that when using the web interface you are able to set a standby temperature?
I'm currently using Pronterface/Slic3r.
Re: Dual Extrusion with Different Materials April 05, 2016 08:07AM |
Registered: 7 years ago Posts: 75 |
Re: Dual Extrusion with Different Materials April 05, 2016 10:47AM |
Registered: 8 years ago Posts: 57 |
Re: Dual Extrusion with Different Materials April 06, 2016 06:18AM |
Registered: 7 years ago Posts: 75 |
Re: Dual Extrusion with Different Materials April 06, 2016 09:03AM |
Registered: 8 years ago Posts: 57 |
Re: Dual Extrusion with Different Materials April 06, 2016 09:31AM |
Registered: 7 years ago Posts: 75 |