<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Duet+X4 Webcontrol-adding extruders</title>
        <description> Anyone know how to adjust the web control to add or subtract extruders in use or not currently in use to web control? (prefferably with correct labels smiling smiley )

Seems like the extruders are static and I&#039;m using 3(maybe try kraken later for 4) but web control doesn&#039;t reflect my CFG...
I&#039;m using a (heavily?)modified Ormerod cfg setup

Thanks,</description>
        <link>https://reprap.org/forum/read.php?340,519188,519188#msg-519188</link>
        <lastBuildDate>Sat, 18 Jul 2026 23:12:47 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?340,519188,520599#msg-520599</guid>
            <title>Re: Duet+X4 Webcontrol-adding extruders</title>
            <link>https://reprap.org/forum/read.php?340,519188,520599#msg-520599</link>
            <description><![CDATA[ I'm glad you got it sorted. In my next firmware release, I will include DuetWebControl in the SD image folder instead of the old web interface.]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Ormerod</category>
            <pubDate>Fri, 12 Jun 2015 03:42:21 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,519188,520514#msg-520514</guid>
            <title>Re: Duet+X4 Webcontrol-adding extruders</title>
            <link>https://reprap.org/forum/read.php?340,519188,520514#msg-520514</link>
            <description><![CDATA[ v1.06 is what I've been using <br />
<pre class="bbcode">
&lt;!DOCTYPE HTML&gt;


Ormerod Control v1.06</pre>
If I remeber right I followed <a href="http://forums.reprap.org/read.php?340,497814,page=1" target="_blank"  rel="nofollow">ZPL</a> web control links to download that /www from github separately when I updated panelDUE and the Duet shortly before I saw v1.09 duet released.<br />
but...<br />
the link you posted has this ... <br />
<pre class="bbcode">
&lt;!DOCTYPE html&gt;
&lt;!--	Duet Web Control v1.06
	
		written by Christian Hammacher
	
		licensed under the terms of the GPL v2
		see [<a href="http://www.gnu.org/licenses/gpl-2.0.html" target="_blank"  rel="nofollow">www.gnu.org</a>]
--&gt;</pre>
<br />
... yeah... You're right DC42, the version I had... whatever it was... wasnt working.   the Christian Hammacher version 1.06 is updating the extruder information... its listing all extruders I have enabled.<br />
wtf?  :S<br />
<br />
Thanks,]]></description>
            <dc:creator>Epop</dc:creator>
            <category>Ormerod</category>
            <pubDate>Thu, 11 Jun 2015 20:37:43 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,519188,520089#msg-520089</guid>
            <title>Re: Duet+X4 Webcontrol-adding extruders</title>
            <link>https://reprap.org/forum/read.php?340,519188,520089#msg-520089</link>
            <description><![CDATA[ Epop, perhaps you are using the old web interface from my repository? I have just tested adding extruders using the DuetWebControl interface, and it is working properly. You can get DuetWebControl from [<a href="https://github.com/chrishamm/DuetWebControl" target="_blank"  rel="nofollow">github.com</a>]. Download the zip and extract the files and folders into the /www folder on your SD card.]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Ormerod</category>
            <pubDate>Thu, 11 Jun 2015 04:05:26 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,519188,520028#msg-520028</guid>
            <title>Re: Duet+X4 Webcontrol-adding extruders</title>
            <link>https://reprap.org/forum/read.php?340,519188,520028#msg-520028</link>
            <description><![CDATA[ Thanks, but that happend to be me screwing around trying to get something to work and I missed it when I tried to change it back and post a proper *.cfg.  Sorry.<br />
<br />
If I start enabling tools the web control will add "0.0, " in the 'head position' frame under the 'extruder' sub heading for each but will not add controls/graphs for any (currently 5 listed)<br />
I also gave iexplore.exe v10'ish a shot for giggles.  <br />
<br />
I would also prefer to leave T0 as is in the *.cfg if I need/want to re-enable it I don't have to reconfigure, I'll just un/comment it.<br />
<br />
<pre class="bbcode">
;*** SINGLE EXTRUDER SETUP
M563 P0 D0 H1						;DEFINE TOOL 0
G10 P0 S0 R0						; SET T0 OPERATING+STANDBY TEMP
;M92 Z1066.666 E75					; SET EXTRUDER STEPS/MM
;*** MULTI-EXTRUDER SETUP
M563 P1 D1 H2						;DEFINE TOOL 1
G10 P1 S0 R0						; SET T1 OPERATING+STANDBY TEMP
M563 P2 D2 H3						;DEFINE TOOL2
G10 P2 S0 R0						; SET T2 OPERATING+STANDBY TEMP
M563 P3 D3 H4						;DEFIND TOOL3
G10 P3 S0 R0						; SET T3 OPERATING+STANDBY TEMP
M563 P4 D4 H5						;DEFIND TOOL4
G10 P4 S0 R0						; SET T4 OPERATING+STANDBY TEMP
M92 Z1066.666 E75					; SET EXTRUDER STEPS/MM
;</pre>
<br />
So... if I have the understanding.  <br />
Bed = H0<br />
Duet HE =H1<br />
Duet E-Stepper = D0<br />
then...<br />
I've set T1(P=1) to use Drive 1(first stepper on X4) and Heater 2(first HE on X4)<br />
etc... <br />
<br />
I've got blinking LEDs on the X4 so I would think I'm somewhere close...<br />
<br />
Thanks,]]></description>
            <dc:creator>Epop</dc:creator>
            <category>Ormerod</category>
            <pubDate>Wed, 10 Jun 2015 23:22:02 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,519188,519660#msg-519660</guid>
            <title>Re: Duet+X4 Webcontrol-adding extruders</title>
            <link>https://reprap.org/forum/read.php?340,519188,519660#msg-519660</link>
            <description><![CDATA[ In this bit:<br />
<br />
<pre class="bbcode">
;*** MULTI-EXTRUDER SETUP
M563 P0 D2 H2                      ; Define tool 1
G10 P0 S0 R0                       ; Set tool 1 operating and standby temperatures
M563 <b>P0</b> D3 H3					;DEFINE TOOL2
G10 <b>P0</b> S0 R0                       ; Set tool 2 operating and standby temperatures
M563 P2 D4 H4					;DEFIND TOOL3
G10 P2 S0 R0                       ; Set tool 3 operating and standby temperatures</pre>
<br />
you are defining tool 0 twice and then tool 2. Change the two P0 that I have highlighted to P1.]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Ormerod</category>
            <pubDate>Wed, 10 Jun 2015 03:49:28 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,519188,519589#msg-519589</guid>
            <title>Re: Duet+X4 Webcontrol-adding extruders</title>
            <link>https://reprap.org/forum/read.php?340,519188,519589#msg-519589</link>
            <description><![CDATA[ DC42-1.09a<br />
<br />
It populates the extruders in the 'head position' window(0.0, 0.0, 0.0, 0.0). The extruder control is Head1- Head2 and seems to be locked to E0-E1 pins<br />
<br />
<pre class="bbcode">
; Ormerod 2 config file for dc42 Duet firmware
M111 S0                             ; Debug off
M550 PDUET^2+1			        ; Machine name (can be anything you like)
M551 Preprap                        ; Machine password (currently not used)
M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xED ; MAC Address
;*** Adjust the IP address and gateway in the following 2 lines to suit your network
M552 P192.168.1.14                  ; IP address
M554 P192.168.1.1                   ; Gateway
M553 P255.255.255.0                 ; Netmask
M555 P2                             ; Set output to look like Marlin
G21                                 ; Work in millimetres
G90                                 ; Send absolute coordinates...
M83                                 ; ...but relative extruder moves
;***end limit switch change
M558 P0 X0 Y0 Z0		; SET PROBE TO SWITCH- 0 NO PROBE
M574 X1 Y2 Z1 S0 		; set endstop configuration (S0 active LOW)
M906 X525 Y375 Z575 E1100:1100:1100:1100           ; Set motor currents (mA)
;*** SINGLE EXTRUDER SETUP
;M563 P0 D0 H1                       ; Define tool 0
;G10 P0 S0 R0                        ; Set tool 0 operating and standby temperatures
;M92 Z1066.666 E75             ; Set steps per mm (single nozzle)
;*** MULTI-EXTRUDER SETUP
M563 P0 D2 H2                      ; Define tool 1
G10 P0 S0 R0                       ; Set tool 1 operating and standby temperatures
M563 P0 D3 H3					;DEFINE TOOL2
G10 P0 S0 R0                       ; Set tool 2 operating and standby temperatures
M563 P2 D4 H4					;DEFIND TOOL3
G10 P2 S0 R0                       ; Set tool 3 operating and standby temperatures
M92 Z1066.666 E75:75:75:75						; Set extruder steps/mm (TRI nozzle)
;*** If you have a Duet board with 4.7K thermistor series resistors, change R1000 to R4700 to the following M305 commands
M305 P0 T95000 R1000 H-11 L0		; E3D THERM CRIMP ON WIRE-H+L values Set the bed thermistor ADC correction
M305 P1 R1000 H-11 L0				; E3D V6-H+L values Set the bed thermistor ADC correction
M305 P1 R1000 H-11 L0				; E3D V6-H+L values Set the bed thermistor ADC correction
M305 P3 R1000 H-11 L0				; E3D V6-H+L values Set the bed thermistor ADC correction
M305 P4 T24 B4285 R1000 H-15 L0		; E3D K COUPLE-H+L values Set the bed thermistor ADC correction
;*** if you are using axis compensation, put the figures in the following command
M556 S78 X0 Y0 Z0                   ; Axis compensation here
M201 X700 Y700 Z75 E500:500:500:500            ; Accelerations (mm/s^2)
M203 X9000 Y9000 Z700 E3600       ; Maximum speeds (mm/min)
M566 X600 Y600 Z60 E20              ; Minimum speeds (mm/min)
M208 X230 Y286 Z210				; set axis maxima (adjust to suit your machine)
M208 X0 Y0 S1						; set axis minimum (adjust to make X=0 the edge of the bed)
M119</pre>
<br />
Thanks,]]></description>
            <dc:creator>Epop</dc:creator>
            <category>Ormerod</category>
            <pubDate>Tue, 09 Jun 2015 21:55:00 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,519188,519274#msg-519274</guid>
            <title>Re: Duet+X4 Webcontrol-adding extruders</title>
            <link>https://reprap.org/forum/read.php?340,519188,519274#msg-519274</link>
            <description><![CDATA[ Which firmware are you using? My Duet Web Control should automatically show your extruders and heads, but you need firmware 1.09 for it to work. And please post your config file, it might help, too.]]></description>
            <dc:creator>chrishamm</dc:creator>
            <category>Ormerod</category>
            <pubDate>Tue, 09 Jun 2015 05:57:23 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,519188,519188#msg-519188</guid>
            <title>Duet+X4 Webcontrol-adding extruders</title>
            <link>https://reprap.org/forum/read.php?340,519188,519188#msg-519188</link>
            <description><![CDATA[ Anyone know how to adjust the web control to add or subtract extruders in use or not currently in use to web control? (prefferably with correct labels smiling smiley )<br />
<br />
Seems like the extruders are static and I'm using 3(maybe try kraken later for 4) but web control doesn't reflect my CFG...<br />
I'm using a (heavily?)modified Ormerod cfg setup<br />
<br />
Thanks,]]></description>
            <dc:creator>Epop</dc:creator>
            <category>Ormerod</category>
            <pubDate>Mon, 08 Jun 2015 23:04:34 -0400</pubDate>
        </item>
    </channel>
</rss>
