Welcome! Log In Create A New Profile

Advanced

3rd extruder

Posted by joestefano 
3rd extruder
December 24, 2016 07:07AM
I have my 3rd extruder connected to E2 of the dueX4. I can heat the hot end using DWC. I can't get it to heat with my starting script in Simplify3D. Ex 1 and 2 work fine.

M563 P0 D0 H1 ; Define tool 0
G10 P0 S0 R0 X0 Y0 ; Set tool 0 operating and standby temperatures
M563 P1 D1 H2 ; Define tool 1
G10 P1 S0 R0 X41.97 Y0 ; Set tool 1 operating and standby temperatures
M563 P2 D2 H3 ; Define tool 2
G10 P2 S0 R0 X51.97 Y0 ; Set tool 2 operating and standby temperatures

Start script S3D
T2
G10 S[extruder3_temperature] P2 R0 ; Set target temp
M116 S[extruder3_temperature] P2 R0 ; Wait for extruder current temp to reach

Also the yellow and red indicator lights on Ex3 on paneldue 4.5 do not work.

Merry Christmas
Re: 3rd extruder
December 24, 2016 08:15AM
Can you post the first 50 or so lines of the gcode file produced by S3D that you expected to heat the 3rd extruder?

The M116 command should be just M116 P2, although the extra parameters you added should be ignored.

Edited 1 time(s). Last edit at 12/24/2016 08:16AM by dc42.



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: 3rd extruder
December 24, 2016 09:13AM
I also attached a couple screen from my S3D settings

G90
M82
M106 S0
G1 X245 Y270 F4000 ;Move to purge bin.
;T0
;G10 S190 P0 R0 ; Set target temp
;M116 S190 P0 R0 ; Wait for extruder current temp to reach
;T1
;G10 S100 P1 R0 ; Set target temp
;M116 S100 P1 R0 ; Wait for extruder current temp to reach
T2
G10 S[extruder3_temperature] P2 R0 ; Set target temp
M116 S[extruder3_temperature] P2 R0 ; Wait for extruder current temp to reach
G1 E20 F200 ; Purge E(xx) and F(speed)
G92 E0
G1 E-5.0000 F900
G1 Z0.180 F1002
; layer 1, Z = 0.18
M104 S190 T0
T2
; tool H0.200 W0.400
; skirt
G1 X135.113 Y81.850 F4800
G1 E0.0000 F270
G92 E0
G1 X137.850 Y79.113 E0.1159 F2880
G1 X138.365 Y78.900 E0.1325
G1 X167.635 Y78.900 E1.0087
G1 X168.150 Y79.113 E1.0254
G1 X170.887 Y81.850 E1.1413
G1 X171.100 Y82.365 E1.1579
G1 X171.100 Y111.635 E2.0341
G1 X170.887 Y112.150 E2.0508
G1 X168.150 Y114.887 E2.1667
G1 X167.635 Y115.100 E2.1833
G1 X138.365 Y115.100 E3.0595
G1 X137.850 Y114.887 E3.0762
G1 X135.113 Y112.150 E3.1921
G1 X134.900 Y111.635 E3.2087
G1 X134.900 Y82.365 E4.0849
G1 X135.113 Y81.850 E4.1016
G92 E0
G1 E-5.0000 F900
G1 X137.850 Y79.113 F5760
G1 X138.365 Y78.900 F57
Attachments:
open | download - Ex3.png (220.6 KB)
open | download - Ex3_2.png (217.4 KB)
Re: 3rd extruder
December 24, 2016 10:49AM
Quote

M104 S190 T0
T2

Maybe that is the problem, because the G10 line for T0 is out commented?
Re: 3rd extruder
December 24, 2016 12:49PM
The problem I can see is this line:

G10 S[extruder3_temperature] P2 R0 ; Set target temp

You evidently expected S3D to substitute for the temperature variable, but it didn't.



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: 3rd extruder
December 24, 2016 01:04PM
When defining a new tool in DWC if my 3rd extruder is connected to E2 on the Duex4 what should the Heater and drive be set at? I have it set to Heater 3 and drive 2 (it works but not sure why)
Is M563 for the 3rd extruder correct?
Re: 3rd extruder
December 24, 2016 01:10PM
Yes, I agree. I will continue to try different settings in S3D. my 1st and 2nd extruder are working as they should. Can you please check my M563?
Re: 3rd extruder
December 24, 2016 02:47PM
Quote
joestefano
Yes, I agree. I will continue to try different settings in S3D. my 1st and 2nd extruder are working as they should. Can you please check my M563?

Your M563 P2 command looks good to me.

Edited 1 time(s). Last edit at 12/24/2016 02:48PM by dc42.



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: 3rd extruder
December 24, 2016 03:09PM
Don't know how but I fixed it. (wish I did) I am doing all this testing while I wait for my DueX2. This is a pic of my Test Bed
Thank you for your help.
Attachments:
open | download - Test Bed2.jpg (29.3 KB)
Re: 3rd extruder
December 24, 2016 03:22PM
David, Also the yellow and red indicator lights on Ex3 on paneldue 4.3 do not work. version 1.15beta2.
I just saw the update I'll try that. is there any other way to install the update besides the usb port? Can I use DWC?

Edited 3 time(s). Last edit at 12/24/2016 03:27PM by joestefano.
Re: 3rd extruder
December 24, 2016 03:36PM
Quote
joestefano
David, Also the yellow and red indicator lights on Ex3 on paneldue 4.3 do not work. version 1.15beta2.
I just saw the update I'll try that. is there any other way to install the update besides the usb port? Can I use DWC?

Currently you can only update PanelDue firmware via USB. I have it on my list to support updating it via DWC.



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: 3rd extruder
December 25, 2016 09:24AM
Updated to latest version of PanelDue and the 3rd Ex/heater indicator lights don't work.
Re: 3rd extruder
December 26, 2016 02:28AM
Thanks, assuming i can reproduce that I'll fix it in the next PanelDue firmware release.



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: 3rd extruder
December 26, 2016 07:49AM
Quote
joestefano
Updated to latest version of PanelDue and the 3rd Ex/heater indicator lights don't work.

I can confirm that. I also notice some inconsistency with PanelDue, so I will use this chance to tell about it smiling smiley
Perhaps there is some misunderstanding from my side as well, but basically we have 4 hotend icons on PanelDue, numbered 1 to 4. I would guess they supposed to represent Tools? Or is it a Heater representation?
I have a 3-in-1-out configuration, so only one heater and 3 extruder drives. If I change tools, only the first Hotend icon is active (numbered 1), always. It seems I can change the temp settings, but I cannot manually extrude or retract the filament, unless I am set to Tool 0. I find it also confusing, that Tools are 0-x and PanelDue shows 1-4. But it will be OK, if it shows the heaters. I do think, that Tools are more appropriate here though.
If I would change the tools in DWC, and try to extrude on PanelDue - sometimes the DUET hangs up and needs to be reset. the same happens if I try to select the second Hotend icon on PanelDue.

These are not complains really, it is just a feedback from a random user.
Re: 3rd extruder
December 26, 2016 04:13PM
The icons at the top represent tools, but the figures in the columns represent heaters. I agree it is confusing that 4 tools are always shown. Work is in hand to change it.



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Sorry, only registered users may post in this forum.

Click here to login