Twin nozzle on Ormerod 2
-
I'm attempting to put a second hot end onto an Ormerod 2 and used the reprapfirmware configuration tool https://configtool.reprapfirmware.org/Start however I must be doing something wrong. The original config.g supplied by when I bought the machine has:
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 upgradeimplying that the second nozzle is 19mm from the first. However using the configuration tool (Firmware for Duet 2 maestro 2.05.1) produces :
; Tools
M563 P0 D0 H1 F0 ; define tool 0
G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C
M563 P1 D1 H2 F0 ; define tool 1
G10 P1 X0 Y0 Z0 ; set tool 1 axis offsets
G10 P1 R0 S0 ; set initial tool 1 active and standby temperatures to 0Cdespite having entered 19 into the box on the XYZ Offset box and clicked apply the offset does not appear in the generated config.g file. Clearly I can edit the config.g file but am I missing something?
-
Thanks for reporting this, it's fixed in configtool version 3.2.1.
-
Unfortunately the URL I have for the configuration tool, given in my first post, comes up with version 3.2.0. Is there a different URL to access the latest version?
-
Have you tried refreshing your browser cache?
-
Good spot, haven't had to CTRL F5 for a long time, now works correctly. Thanks