Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. johneato
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 22
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by johneato

    • RE: Upgrading my E3D Toolchanger

      Thanks both, Phaedrux and DC42 for your replys. I searched again the ED3 site and found a reference to a filament monitor which again didn't seem to relate to the Roto. It is described it as a simple on off switch, I adjusted the config and it now works great.
      Thanks for the reassurance that the configuration for the accelerometer is correct ie 14. I am struggling a little to understand the graph for each axis, so checking config seemed like a good place to start.
      The SZP coils still await progress.

      Thanks again

      posted in Duet Hardware and wiring
      johneatoundefined
      johneato
    • Upgrading my E3D Toolchanger

      Hi,
      I have upgraded my ToolChanger from Duet2 to Duet3 and added 2 1LC Tool boards and a roto toolboard and roto extruder. Managed to find most of the data to configure it and now trying to clear up the few remaining issues.

      I have the accelerometer operating but for the life of me can’t decide if I have the orientation correct. Could some one look at the photograph and tell me if my orientation configuration is correct.
      ; Accelerometers
      M955 P122.0 I14

      20240405_200546.jpg

      Next problem is the roto filament monitor.
      It doesn't relate to any filament monitor, I can find, on the duet website. Its type is not indicated and the connectors are not correct for the roto.

      The configuration:
      ; Filament Monitor
      ; M591 D0 P3 C"122.io1.in" S1

      and response to M591 D0
      Duet3D magnetic filament monitor v1 on pin 122.io1.in, enabled when SD printing, 28.80mm/rev, allow 60% to 160%, check printing moves every 3.0mm, no data received

      I am assuming the blue wire is the data line.
      It pauses a print soon after starting.
      The filament monitor has a red led illuminated when no filament is present and extinguishes when filament is inserted.

      Final problem is the Scanning Z Probe. I have 2 SZP coils, a 12mm and a 15mm . Not sure which to use and what is the correct orientation.

      Any help greatly appreciated.

      posted in Duet Hardware and wiring
      johneatoundefined
      johneato
    • RE: Upgraded to RRF3 now I can't select tools

      @jay_s_uk said in Upgraded to RRF3 now I can't select tools:

      @johneato I think the T-1 is your issue in your tpre.
      Take that out.

      Absolutely right. That has sorted it. I also removed it from config.g. I would love to know your logic for suspecting that command.
      Thanks very much indeed for your help.

      posted in Tuning and tweaking
      johneatoundefined
      johneato
    • RE: Upgraded to RRF3 now I can't select tools

      @jay_s_uk said in Upgraded to RRF3 now I can't select tools:

      @johneato can you post your pre, post and free file contents for T0?

      ; tpre0.g
      ; called before tool 0 is selected

      ;Ensure no tool is selected
      T-1
      ;WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING!
      ;if you are using non-standard length hotends ensure the bed is lowered enough BEFORE undocking the tool!
      G1 Z15 F1000

      M98 P/macros/Coupler - Unlock ; Unlock Coupler

      G1 X-10.5 Y180 F20000 ; Move to location
      G1 X-10.5 Y200 F20000 ; Move in
      G1 X-10.5 Y220.5 F3500 ; Collect

      M98 P/macros/Coupler - Lock ; Close Coupler

      G1 X-10.5 Y130 F4000 ; Move Out

      #################

      ; tpost0.g
      ; called after tool 0 has been selected

      G1 H2 U58 F1200 ; Set brush height

      ;M98 Pprime_Right.g ;prime nozzle
      G29 S1 ;mesh levelling on

      #################

      ; tfree0.g
      ; called when tool 0 is freed

      ;Drop the bed
      G91
      G1 Z4 F1000
      G90

      ;mesh levelling off
      G29 S2

      ;Purge nozzle
      ;M98 Ppurge.g

      ;Move In
      G53 G1 X-10.5 Y150 F10000
      G53 G1 X-10.5 Y200 F10000
      G53 G1 X-10.5 Y220.5 F2500

      ;Open Coupler
      M98 P/macros/Coupler - Unlock

      ;fan off
      M106 P2 S0

      ;Move Out
      G53 G1 X-10.5 Y175 F10000

      posted in Tuning and tweaking
      johneatoundefined
      johneato
    • RE: Upgraded to RRF3 now I can't select tools

      @jay_s_uk
      Afraid that didn't help. I re ordered config as you suggested but the same outcome.

      posted in Tuning and tweaking
      johneatoundefined
      johneato
    • Upgraded to RRF3 now I can't select tools

      Updated my E3D tool changer from rrf2.5 to to rrf3.2 as recommended via version 3.00. All looks correct on DWC3.2. However I can't set the heaters to active or select a tool. If I select say T0, it will collect T0 as usual but it has no knowledge it is holding the tool. If I now select T1 it will go and collect T1 without dropping off T0. Sounds horrible. All other aspects work ok.
      All worked fine in version2 and I have gone through the rrf3 configuration numerous times but can't see an issue.

      Board: Duet 2 WiFi (2WiFi)
      Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.2 (2021-01-05)
      Duet WiFi Server Version: 1.25
      Duet Web Control 3.2.0

      ; Configuration file for Duet WiFi / Ethernet
      ; executed by the firmware on start-up

      ; General preferences
      M111 S0 ; Debugging off
      G21 ; Work in millimetres
      G90 ; Send absolute coordinates...
      M83 ; ...but relative extruder moves
      M555 P2 ; Set firmware compatibility to look like Marlin
      M667 S1 ; Select CoreXY mode

      M575 P1 S1 B115200 ; enable support for PanelDue

      ; Network
      ; Read https://duet3d.dozuki.com/Wiki/Gcode#Section_M587_Add_WiFi_host_network_to_remembered_list_or_list_remembered_networks
      M550 P"ToolChanger" ; Set machine name
      M552 S1 ; Enable Networking
      M586 P0 S1 ; Enable HTTP
      M586 P1 S0 ; Disable FTP
      M586 P2 S0 ; Disable Telnet
      M551 Preprap ; Machine password (used for FTP)

      ; Drive direction
      M569 P0 S0 ; Drive 0 X
      M569 P1 S0 ; Drive 1 Y
      M569 P2 S1 ; Drive 2 Z
      M569 P3 S0 ; Drive 3 E0
      M569 P4 S1 ; Drive 4 E1
      M569 P5 S0 ; Drive 5 E2
      M569 P6 S0 ; Drive 6 E3
      M569 P7 S0 ; Drive 7 COUPLER
      M569 P8 S1 ; Drive 8 CLEANING BRUSH (Right)
      ;M569 P9 S0 ; Drive 9 CLEANING BRUSH (Left)

      M584 X0 Y1 Z2 C7 U8 E3:4:5:6 ; Apply custom drive mapping
      M208 X-25:325.5 Y-49:250 Z-1:300 C0:260 U0:100 S0 ; Set axis maxima & minima
      M350 C8 I0 ; Configure microstepping without interpolation
      M350 X16 Y16 Z16 E16:16:16:16 U16 I1 ; Configure microstepping with interpolation
      M92 X100 Y100 Z1600 C100 U4000 E800:818:800:804 ; Set steps per mm
      M566 X400 Y400 Z8 C2 U2 E2:2:2:2 ; Set maximum instantaneous speed changes (mm/min)
      M203 X12000 Y12000 Z1000 C5000 U500 E1000:5000:5000:5000 ; Set maximum speeds (mm/min)
      M201 X3000 Y3000 Z100 C400 U400 E2500:2500:2500:2500 ; Set accelerations (mm/s^2)
      M906 X1600 Y1600 Z1000 C400 U1000 E1400:1000:1000:1000 I30 ; Set motor currents (mA) and motor idle factor in percent
      M84 S30 ; Set idle timeout

      ; Endstops
      M574 Z0 ; Set Z endstop probe
      M574 Y1 S1 P"ystop" ; set endstop configuration (Y endstop only, at Low end,
      M574 X2 S1 P"xstop" ; set endstop configuration (X endstop only, at High end,

      ;Z Probe
      M558 P8 C"zstop" H5 F120 T10000
      G31 P200 X0 Y0 Z0 ; Set Z probe trigger value, offset and trigger height
      M557 X10:290 Y20:180 S40 ; Define mesh grid

      ;Stall Detection
      M915 C S5 F0 H200 ; Coupler
      M574 U1 S3 ; Set U endstop stall detection
      M915 U S3 F0 H200 R4700 ; U Axes Right Brush

      ; Heaters
      ;Bed
      M308 S0 P"bedtemp" Y"thermistor" A"Bed" T100000 B4725 C7.06e-8 ; Set thermistor
      M950 H0 C"bedheat" T0 ; Bed heater
      M140 H0 ; Add heater to bed after RRF3.01 RC10
      M143 H0 S120 ; Set temperature limit for heater 0 (Bed)160C
      M307 H0 A313.6 C235.3 D1.8 V24.2 S0.5 B0 ; PID

      M308 S1 P"e0temp" Y"thermistor" A"T0" T100000 B4725 C7.06e-8 ; Set thermistor
      M950 H1 C"e0heat" T1 ; Extruder 0 heater
      M143 H1 S280 ; Set temperature limit for heater 1 to 280C
      ;M307 H1 A414.9 C221.2 D3.8 V24.2 B0 ; PID
      M307 H1 R1.753 C217.6 D5.37 S1.00 V24.3 ; Pid values from rrf3

      M308 S2 P"e1temp" Y"thermistor" A"T1" T100000 B4725 C7.06e-8 ; Set thermistor
      M950 H2 C"e1heat" T2 ; Extruder 1 heater
      M143 H2 S280 ; Set temperature limit for heater 2 to 280C
      M307 H2 A458.2 C218.0 D4.2 V24.2 B0 ; PID

      M308 S3 P"e2temp" Y"thermistor" A"T2" T100000 B4725 C7.06e-8 ; Set thermistor
      M950 H3 C"duex.e2heat" T3 ; Extruder 2 heater
      M143 H3 S280 ; Set temperature limit for heater 3 to 280C
      M307 H3 A484.6 C225.0 D3.6 V24.3 B0 ; PID

      M308 S4 P"e3temp" Y"thermistor" A"T3" T100000 B4725 C7.06e-8 ; Set thermistor
      M950 H4 C"duex.e3heat" T4 ; Extruder 3 heater
      M143 H4 S280 ; Set temperature limit for heater 4 to 280C
      M307 H0 A468.2 C284.7 D4.0 V 24.3 B0 ; PID

      ; Tools
      M563 P0 S"T0" D0 H1 F2 ; Define tool 0
      G10 P0 X15 Y60 Z-5.6 ; Reset tool 0 axis offsets
      G10 P0 R0 S0 ; Reset initial tool 0 active and standby temperatures to 0C

      M563 P1 S"T1" D1 H2 F4 ; Define tool 1
      G10 P1 X10 Y55 Z-30.77 ; Reset tool 1 axis offsets
      G10 P1 R0 S0 ; Reset initial tool 1 active and standby temperatures to 0C

      M563 P2 S"T2" D2 H3 F6 ; Define tool 2
      G10 P2 X-25 Y55 Z-30.69 ; Reset tool 2 axis offsets
      G10 P2 R0 S0 ; Reset initial tool 2 active and standby temperatures to 0C

      M563 P3 S"T3" D3 H4 F8 ; Define tool 3
      G10 P3 X-26 Y47 Z-39.38 ; Reset tool 3 axis offsets
      G10 P3 R0 S0 ; Reset initial tool 3 active and standby temperatures to 0C

      ; Fans
      M106 P0 S0 ; UNUSED
      M950 F1 C"fan1"
      M950 F2 C"fan2"
      M950 F3 C"duex.fan3"
      M950 F4 C"duex.fan4"
      M950 F5 C"duex.fan5"
      M950 F6 C"duex.fan6"
      M950 F7 C"duex.fan7"
      M950 F8 C"duex.fan8"

      M106 P1 S200 H1 T45 ; T0 HE
      M106 P2 S0 ; T0 PCF
      M106 P3 S200 H2 T45 ; T1 HE
      M106 P4 S0 ; T1 PCF
      M106 P5 S200 H3 T45 ; T2 HE
      M106 P6 S0 ; T2 PCF
      M106 P7 S200 H4 T45 ; T3 HE
      M106 P8 S0 ; T3 PCF

      M593 F50 ; cancel ringing at 50Hz (https://forum.e3d-online.com/threads/accelerometer-and-resonance-measurements-of-the-motion-system.3445/)
      ;M376 H15 ; bed compensation taper

      T-1 ;deselect tools

      ;M572 D0 S0.2 ; pressure advance T0
      ;M572 D1 S0.2 ; pressure advance T1
      ;M572 D2 S0.2 ; pressure advance T2
      ;M572 D3 S0.2 ; pressure advance T3

      ##################################
      ; tpre3.g
      ; called before tool 3 is selected

      ;Ensure no tool is selected
      T-1

      ;Unlock Coupler
      G0 Z3 F700
      G1 X313.5 Y150 F50000 ; Move to location
      G1 X313.5 Y200 F50000 ; Move in
      G1 X313.5 Y221 F3500 ; Collect

      M98 P/macros/Coupler - Lock ; Close Coupler

      ;WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING!
      ;if you are using non-standard length hotends ensure the bed is lowered enough BEFORE undocking the tool!
      G91
      G1 Z50 F1000
      G90
      G1 H2 U70 F1200 ; Reset brush height

      G1 X313.5 Y120 F4000 ; Move Out

      ##############################

      09/01/2021, 20:50:16 M122
      === Diagnostics ===
      RepRapFirmware for Duet 2 WiFi/Ethernet version 3.2 running on Duet WiFi 1.02 or later + DueX5
      Board ID: 08DLM-996RU-N85S4-7JKD2-3SJ6J-1A9MR
      Used output buffers: 3 of 24 (24 max)
      === RTOS ===
      Static ram: 23460
      Dynamic ram: 76344 of which 60 recycled
      Never used RAM 12216, free system stack 95 words
      Tasks: NETWORK(ready,163) HEAT(blocked,309) DUEX(blocked,35) MAIN(running,450) IDLE(ready,19)
      Owned mutexes:
      === Platform ===
      Last reset 00:52:21 ago, cause: software
      Last software reset at 2021-01-09 19:57, reason: User, GCodes spinning, available RAM 12216, slot 0
      Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0041f000 BFAR 0xe000ed38 SP 0x00000000 Task MAIN Freestk 0 n/a
      Error status: 0x0c
      Aux0 errors 0,0,0
      MCU temperature: min 38.4, current 38.6, max 39.8
      Supply voltage: min 24.2, current 24.3, max 24.5, under voltage events: 0, over voltage events: 0, power good: yes
      Driver 0: position 11950, standstill, SG min/max not available
      Driver 1: position -14050, standstill, SG min/max not available
      Driver 2: position 8000, standstill, SG min/max not available
      Driver 3: position 120000, standstill, SG min/max not available
      Driver 4: position 3300, standstill, SG min/max not available
      Driver 5: position 0, standstill, SG min/max not available
      Driver 6: position 0, standstill, SG min/max not available
      Driver 7: position 0, standstill, SG min/max not available
      Driver 8: position 0, standstill, SG min/max not available
      Driver 9: position 0, standstill, SG min/max not available
      Driver 10: position 0
      Driver 11: position 0
      Date/time: 2021-01-09 20:50:12
      Cache data hit count 3910540218
      Slowest loop: 12.55ms; fastest: 0.21ms
      I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0
      === Storage ===
      Free file entries: 10
      SD card 0 detected, interface speed: 20.0MBytes/sec
      SD card longest read time 4.3ms, write time 1.0ms, max retries 0
      === Move ===
      DMs created 83, maxWait 0ms, bed compensation in use: none, comp offset 0.000
      === MainDDARing ===
      Scheduled moves 65, completed moves 65, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
      === AuxDDARing ===
      Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
      === Heat ===
      Bed heaters = 0 -1 -1 -1, chamberHeaters = -1 -1 -1 -1
      === GCodes ===
      Segments left: 0
      Movement lock held by null
      HTTP is idle in state(s) 0
      Telnet is idle in state(s) 0
      File is idle in state(s) 0
      USB is idle in state(s) 0
      Aux is idle in state(s) 0
      Trigger is idle in state(s) 0
      Queue is idle in state(s) 0
      LCD is idle in state(s) 0
      Daemon is idle in state(s) 0
      Autopause is idle in state(s) 0
      Code queue is empty.
      === Network ===
      Slowest loop: 201.80ms; fastest: 0.10ms
      Responder states: HTTP(2) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0), 0 sessions
      HTTP sessions: 1 of 8

      • WiFi -
        Network state is active
        WiFi module is connected to access point
        Failed messages: pending 0, notready 0, noresp 1
        WiFi firmware version 1.25
        WiFi MAC address f4:cf:a2:6e:64:8e
        WiFi Vcc 3.37, reset reason Turned on by main processor
        WiFi flash size 4194304, free heap 24000
        WiFi IP address 172.24.1.106
        WiFi signal strength -48dBm, mode 802.11n, reconnections 0, sleep mode modem
        Clock register 00002002
        Socket states: 0 0 0 0 0 0 0 0
        === DueX ===
        Read count 0, 0.00 reads/min
        09/01/2021, 20:19:01 M122
        === Diagnostics ===
        RepRapFirmware for Duet 2 WiFi/Ethernet version 3.2 running on Duet WiFi 1.02 or later + DueX5
        Board ID: 08DLM-996RU-N85S4-7JKD2-3SJ6J-1A9MR
        Used output buffers: 3 of 24 (24 max)
        === RTOS ===
        Static ram: 23460
        Dynamic ram: 76344 of which 60 recycled
        Never used RAM 12216, free system stack 95 words
        Tasks: NETWORK(ready,163) HEAT(blocked,309) DUEX(blocked,35) MAIN(running,450) IDLE(ready,19)
        Owned mutexes: WiFi(NETWORK)
        === Platform ===
        Last reset 00:21:07 ago, cause: software
        Last software reset at 2021-01-09 19:57, reason: User, GCodes spinning, available RAM 12216, slot 0
        Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0041f000 BFAR 0xe000ed38 SP 0x00000000 Task MAIN Freestk 0 n/a
        Error status: 0x0c
        Aux0 errors 0,0,0
        MCU temperature: min 38.4, current 39.4, max 39.8
        Supply voltage: min 24.1, current 24.3, max 24.5, under voltage events: 0, over voltage events: 0, power good: yes
        Driver 0: position 11950, standstill, SG min/max 0/179
        Driver 1: position -14050, standstill, SG min/max 0/1023
        Driver 2: position 8000, standstill, SG min/max 0/1023
        Driver 3: position 120000, standstill, SG min/max not available
        Driver 4: position 3300, standstill, SG min/max not available
        Driver 5: position 0, standstill, SG min/max not available
        Driver 6: position 0, standstill, SG min/max not available
        Driver 7: position 0, standstill, SG min/max 33/543
        Driver 8: position 0, standstill, SG min/max 0/394
        Driver 9: position 0, standstill, SG min/max not available
        Driver 10: position 0
        Driver 11: position 0
        Date/time: 2021-01-09 20:18:58
        Cache data hit count 1571915535
        Slowest loop: 22.12ms; fastest: 0.19ms
        I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0
        === Storage ===
        Free file entries: 10
        SD card 0 detected, interface speed: 20.0MBytes/sec
        SD card longest read time 3.9ms, write time 2.3ms, max retries 0
        === Move ===
        DMs created 83, maxWait 1054604ms, bed compensation in use: none, comp offset 0.000
        === MainDDARing ===
        Scheduled moves 65, completed moves 65, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
        === AuxDDARing ===
        Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
        === Heat ===
        Bed heaters = 0 -1 -1 -1, chamberHeaters = -1 -1 -1 -1
        === GCodes ===
        Segments left: 0
        Movement lock held by null
        HTTP is idle in state(s) 0
        Telnet is idle in state(s) 0
        File is idle in state(s) 0
        USB is idle in state(s) 0
        Aux is idle in state(s) 0
        Trigger is idle in state(s) 0
        Queue is idle in state(s) 0
        LCD is idle in state(s) 0
        Daemon is idle in state(s) 0
        Autopause is idle in state(s) 0
        Code queue is empty.
        === Network ===
        Slowest loop: 36.67ms; fastest: 0.00ms
        Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0), 0 sessions
        HTTP sessions: 1 of 8
      • WiFi -
        Network state is active
        WiFi module is connected to access point
        Failed messages: pending 0, notready 0, noresp 0
        WiFi firmware version 1.25
        WiFi MAC address f4:cf:a2:6e:64:8e
        WiFi Vcc 3.37, reset reason Turned on by main processor
        WiFi flash size 4194304, free heap 24000
        WiFi IP address 172.24.1.106
        WiFi signal strength -47dBm, mode 802.11n, reconnections 0, sleep mode modem
        Clock register 00002002
        Socket states: 0 0 0 0 0 0 0 0
        === DueX ===
        Read count 1, 0.05 reads/min
        09/01/2021, 20:18:35 Upload of config.g successful after 0s
        09/01/2021, 19:58:22 T0
        Error: G0/G1: insufficient axes homed
        09/01/2021, 19:58:05 Connection established
        09/01/2021, 19:58:02 Connection interrupted, attempting to reconnect...
        HTTP request timed out
        09/01/2021, 19:57:50 Upload of config.g successful after 0s
        09/01/2021, 19:54:55 Connection established
        09/01/2021, 19:54:53 Connection interrupted, attempting to reconnect...
        HTTP request timed out
        09/01/2021, 19:54:41 Upload of config.g successful after 0s
        09/01/2021, 19:52:07 Upload of config.g successful after 0s
        09/01/2021, 19:48:59 T1
        Error: G0/G1: insufficient axes homed
        09/01/2021, 19:48:07 Auto tuning heater 1 completed after 3 idle and 5 tuning cycles in 445 seconds. This heater needs the following M307 command:
        M307 H1 R1.753 C217.6 D5.37 S1.00 V24.3
        Edit the M307 H1 command in config.g to match this. Omit the V parameter if the heater is not powered from VIN.
        09/01/2021, 19:45:50 Auto tune starting phase 3, fan off
        09/01/2021, 19:43:52 Auto tune starting phase 2, heater settling
        09/01/2021, 19:40:46 Auto tune starting phase 1, heater on
        09/01/2021, 19:40:41 M303 H1 S240
        Auto tuning heater 1 using target temperature 240.0°C and PWM 1.00 - do not leave printer unattended
        09/01/2021, 19:35:15 Connection established
        09/01/2021, 19:35:13 Connection interrupted, attempting to reconnect...
        09/01/2021, 19:35:04 M25
        Cancelled printing file 0:/gcodes/Switchbox lid.gcode, print time was 0h 0m
        Resume state saved
        Warning: Obsolete use of S parameter on G1 command. Use H parameter instead.
        Printing paused at X0.0 Y0.0 Z0.0 U0.0 C0.0
        09/01/2021, 19:35:04 Emergency stop, attemping to reconnect...
        09/01/2021, 19:34:25 M32 "0:/gcodes/Switchbox lid.gcode"
        File 0:/gcodes/Switchbox lid.gcode selected for printing
        09/01/2021, 19:28:10 T1
        Error: G0/G1: insufficient axes homed
        09/01/2021, 19:28:09 T1
        Error: G0/G1: insufficient axes homed
        09/01/2021, 19:28:09 T1
        Error: G0/G1: insufficient axes homed
        09/01/2021, 19:28:08 T1
        Error: G0/G1: insufficient axes homed
        09/01/2021, 19:28:08 T1
        Error: G0/G1: insufficient axes homed
        09/01/2021, 19:28:05 T1
        Error: G0/G1: insufficient axes homed
        09/01/2021, 19:28:03 T1
        Error: G0/G1: insufficient axes homed
        09/01/2021, 19:28:00 T1
        Error: G0/G1: insufficient axes homed
        09/01/2021, 19:27:51 Connection established
        09/01/2021, 19:27:49 Connection interrupted, attempting to reconnect...
        HTTP request timed out
        09/01/2021, 19:27:37 Upload of config.g successful after 0s
        09/01/2021, 19:26:22 Connected to 172.24.1.106
      posted in Tuning and tweaking
      johneatoundefined
      johneato
    • RE: Mesh Bed Compensation

      @Phaedrux
      That's the one. I removed reference to M376 and now it works fine.
      Thanks for your help

      posted in Tuning and tweaking
      johneatoundefined
      johneato
    • RE: Mesh Bed Compensation

      Veti
      I have just read your post again and realised I miss understood your question. I thought you were referring to the Z offsets.
      The X and y offsets have not been setup yet, just positioned to somewhere near the centre of the bed. I'll sort those when I get to multi tool printing.
      I would appreciate any steer on the mesh leveling problem

      posted in Tuning and tweaking
      johneatoundefined
      johneato
    • RE: Mesh Bed Compensation

      Veti
      "does the nozzle position really vary by 4 cm "
      Yes it does. The shortest is T0 with an E3D Aero and the longest is T3, a bondtech with a Volcano

      posted in Tuning and tweaking
      johneatoundefined
      johneato
    • RE: Mesh Bed Compensation

      Phaedrux thanks for your reply.

      M122 gives RepRapFirmware for Duet 2 WiFi/Ethernet version 2.05.1 running on Duet WiFi 1.02 or later + DueX5
      ....
      Bed compensation in use: mesh, comp offset 0.000

      The compensation shown is consistent across all tools.
      Config Files are modified versions of config supplied by E3D

      0:/sys/config.g
      ; Configuration file for Duet WiFi / Ethernet
      ; executed by the firmware on start-up

      ; General preferences
      M111 S0 ; Debugging off
      G21 ; Work in millimetres
      G90 ; Send absolute coordinates...
      M83 ; ...but relative extruder moves
      M555 P2 ; Set firmware compatibility to look like Marlin
      M669 K1 ; Select CoreXY mode

      ; Network
      ; Read https://duet3d.dozuki.com/Wiki/Gcode#Section_M587_Add_WiFi_host_network_to_remembered_list_or_list_remembered_networks
      M550 P"ToolChanger" ; Set machine name
      M552 S1 ; Enable Networking
      M586 P0 S1 ; Enable HTTP
      M586 P1 S0 ; Disable FTP
      M586 P2 S0 ; Disable Telnet
      M551 Preprap ; Machine password (used for FTP)

      ; Endstops
      M574 Z1 S2 ; Set Z endstop probe
      M574 Y1 S1 ; set endstop configuration (Y endstop only, at Low end,
      M574 X2 S1 ; set endstop configuration (X endstop only, at High end,

      M558 P7 X0 Y0 Z2 H3 F360 I0 T20000 ; Set Z probe type to switch, the axes for which it is used and the dive height + speeds
      G31 P200 X0 Y0 Z0 ; Set Z probe trigger value, offset and trigger height
      M557 X10:290 Y20:180 S40 ; Define mesh grid

      ; Drive direction
      M569 P0 S0 ; Drive 0 X
      M569 P1 S0 ; Drive 1 Y
      M569 P2 S1 ; Drive 2 Z
      M569 P3 S0 ; Drive 3 E0
      M569 P4 S1 ; Drive 4 E1
      M569 P5 S0 ; Drive 5 E2
      M569 P6 S0 ; Drive 6 E3
      M569 P7 S0 ; Drive 7 COUPLER
      M569 P8 S0 ; Drive 8 CLEANING BRUSH (Right)
      M569 P9 S0 ; Drive 9 CLEANING BRUSH (Left)

      M584 X0 Y1 Z2 C7 U8 E3:4:5:6 ; Apply custom drive mapping
      M208 X-25:325.5 Y-49:250 Z0:300 C0:260 U0:100 S0 ; Set axis maxima & minima
      M350 E8:8:8:8 C8 U8 I0 ; Configure microstepping without interpolation
      M350 X16 Y16 Z16 I1 ; Configure microstepping with interpolation
      M92 X100 Y100 Z1600 C100 U2000 E400:409:400:402 ; Set steps per mm
      M566 X400 Y400 Z8 C2 U2 E2:2:2:2 ; Set maximum instantaneous speed changes (mm/min)
      M203 X12000 Y12000 Z1000 C5000 U500 E5000:5000:5000:5000 ; Set maximum speeds (mm/min)
      M201 X3000 Y3000 Z100 C400 U400 E2500:2500:2500:2500 ; Set accelerations (mm/s^2)
      M906 X2000 Y2000 Z1000 C400 U1000 E1400:1000:1000:1000 I30 ; Set motor currents (mA) and motor idle factor in percent
      M84 S30 ; Set idle timeout

      ;Stall Detection
      M915 C S5 F0 H200 ; Coupler
      M574 U2 S3 ; Set U endstop stall detection
      M915 U S5 F0 H200 ; U Axes Right Brush

      ; Heaters
      ;Bed
      M305 P0 T100000 B4725 C7.06e-8 ; Set thermistor
      M143 H0 S160 ; Set temperature limit for heater 0 (Bed)160C
      M307 H0 A313.6 C235.3 D1.8 V24.2 S0.5 B0 ; PID

      M305 S"T0" P1 T100000 B4725 C7.06e-8 ; Set thermistor
      M143 H1 S280 ; Set temperature limit for heater 1 to 280C
      M307 H1 A414.9 C221.2 D3.8 V24.2 B0 ; PID

      M305 S"T1" P2 T100000 B4725 C7.06e-8 ; Set thermistor
      M143 H2 S280 ; Set temperature limit for heater 2 to 280C
      M307 H2 A458.2 C218.0 D4.2 V24.2 B0 ; PID

      M305 S"T2" P3 T100000 B4725 C7.06e-8 ; Set thermistor
      M143 H3 S280 ; Set temperature limit for heater 3 to 280C
      M307 H3 A484.6 C225.0 D3.6 V24.3 B0 ; PID

      M305 S"T3" P4 T100000 B4725 C7.06e-8 ; Set thermistor
      M143 H4 S280 ; Set temperature limit for heater 4 to 280C
      M307 H0 A468.2 C284.7 D4.0 V 24.3 B0 ; PID

      ; Tools
      M563 P0 S"T0" D0 H1 F2 ; Define tool 0
      G10 P0 X0 Y0 Z2.85 ; Reset tool 0 axis offsets
      G10 P0 R0 S0 ; Reset initial tool 0 active and standby temperatures to 0C

      M563 P1 S"T1" D1 H2 F4 ; Define tool 1
      G10 P1 X0 Y0 Z2.85 ; Reset tool 1 axis offsets
      G10 P1 R0 S0 ; Reset initial tool 1 active and standby temperatures to 0C

      M563 P2 S"T2" D2 H3 F6 ; Define tool 2
      G10 P2 X0 Y0 Z2.85 ; Reset tool 2 axis offsets
      G10 P2 R0 S0 ; Reset initial tool 2 active and standby temperatures to 0C

      M563 P3 S"T3" D3 H4 F8 ; Define tool 3
      G10 P3 X0 Y0 Z2.85 ; Reset tool 3 axis offsets
      G10 P3 R0 S0 ; Reset initial tool 3 active and standby temperatures to 0C

      ; Fans
      M106 P0 S0 ; UNUSED
      M106 P1 S200 H1 T45 ; T0 HE
      M106 P2 S0 ; T0 PCF
      M106 P3 S255 H2 T45 ; T1 HE
      M106 P4 S0 ; T1 PCF
      M106 P5 S255 H3 T45 ; T2 HE
      M106 P6 S0 ; T2 PCF
      M106 P7 S255 H4 T45 ; T3 HE
      M106 P8 S0 ; T3 PCF

      M593 F50 ; cancel ringing at 50Hz (https://forum.e3d-online.com/threads/accelerometer-and-resonance-measurements-of-the-motion-system.3445/)
      M376 H15 ; bed compensation taper

      ;tool offsets
      G10 P0 X15 Y60 Z-5.6 ; T0
      G10 P1 X10 Y55 Z-30.77 ; T1
      G10 P2 X-25 Y55 Z-30.65 ; T2
      G10 P3 X-26 Y47 Z-39.38 ; T3

      T-1 ;deselect tools

      ;M572 D0 S0.2 ; pressure advance T0
      ;M572 D1 S0.2 ; pressure advance T1
      ;M572 D2 S0.2 ; pressure advance T2
      ;M572 D3 S0.2 ; pressure advance T3

      ##############

      ; tpost2.g
      ; called after tool 2 has been selected

      ;heatup
      M116 P2

      ;prime nozzle
      ;M98 Pprime.g

      ;mesh levelling on
      G29 S1

      ;PCF fan on
      M106 P6 R2

      ###################

      ; tpre2.g
      ; called before tool 2 is selected

      ;Ensure no tool is selected
      T-1

      ;Unlock Coupler
      M98 P/macros/Coupler - Unlock

      ;Move to location
      G1 X224.5 Y180 F50000

      ;Move in
      G1 X224.5 Y200 F50000

      ;Collect
      G1 X224.5 Y220.5 F3500

      ;Close Coupler
      M98 P/macros/Coupler - Lock

      ;WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING!
      ;if you are using non-standard length hotends ensure the bed is lowered enough BEFORE undocking the tool!
      G91
      G1 Z40 F1000
      G90

      ;Move Out
      G1 X214.5 Y150 F4000

      posted in Tuning and tweaking
      johneatoundefined
      johneato
    • Mesh Bed Compensation

      I have recently purchased an E3D Tool changer and have just about sorted out the configuration. All is working well except for Mesh Bed Compensation. I am using a Duet 2 and RRF2. I can produce the height map with G29 and it looks fine except for a slight bowl in the center. If I use the first tool all works well when I print. However on the three remaining tools there is no mesh adjustment. I misaligned the bed slightly to exaggerate the Z movement but nothing. Each tool is configured with a G29 S1 in its tpostx.g file and in addition I included G29 S1 in the startup script in my slicer, Simply 3D.
      Any help would be appreciated.
      Regards John

      posted in Tuning and tweaking
      johneatoundefined
      johneato
    • RTOS 2 and Fan control.

      I have upgraded to the latest software versions and am having problems with the cooling fans.
      I can see the fan sliders in the DWC after editing the config file as shown below.
      The problem is that when I move the sliders they just go back to their previous position. After several attempts it will work, it then needs several more attempts to get it to move back again.
      It is the same in Edge, Firefox and chrome. The fans worked fine in the previous software release

      Firmware Name: RepRapFirmware for Duet 2 WiFi/Ethernet
      Firmware Electronics: Duet WiFi 1.02 or later
      Firmware Version: 2.0(RTOS) (2018-06-05b3)
      WiFi Server Version: 1.21
      Web Interface Version: 1.21.1

      Config extract.

      M106 P0 S0 I0 F500 H-1 ; Print Fan
      M106 P1 S0 I0 F500 H1 T45 ; Hotend fan
      M106 P2 S0 I0 F500 H-1

      posted in Firmware installation
      johneatoundefined
      johneato
    • RE: Updating Web Interface and Server

      David

      Replacement board received from T3P3 with their normal efficiency.
      Fitted in printer, firmware updated and all working fine once more.
      Thanks for your help

      posted in Firmware installation
      johneatoundefined
      johneato
    • RE: Updating Web Interface and Server

      No problem David, I'm happy to wait until the new year

      posted in Firmware installation
      johneatoundefined
      johneato
    • RE: Updating Web Interface and Server

      Its a blue production board.
      It is almost certainly an intermittent connection. I am just little concerned about warranty if I go around the WiFi module redoing all the joints.

      posted in Firmware installation
      johneatoundefined
      johneato
    • RE: Updating Web Interface and Server

      Strange thing.
      I removed the board remade the the connection on the wifi module and I was able to update both the wifi server and Interface.
      Just once. It has failed every time since. So mission completed, I have the latest firmware installed and working but will have the same problem again next update.
      Have we reached the point where I need to return the board

      posted in Firmware installation
      johneatoundefined
      johneato
    • RE: Updating Web Interface and Server

      There looks to be a crack in the joint of the bottom left hand pin, the pin nearest the board mounting hole. If you think this pin would cause the fault then I am happy to attempt a repair.

      posted in Firmware installation
      johneatoundefined
      johneato
    • RE: Updating Web Interface and Server

      Thanks for your reply David.
      This is what I am seeing on pronterface

      Connecting…
      Printer is now online.

      M997 S2
      SENDING:M997 S2
      Trying to connect at 460800 baud:
      failed
      Trying to connect at 230400 baud:
      failed
      Trying to connect at 115200 baud:
      failed
      Trying to connect at 74880 baud:
      failed
      Error: Installation failed due to comm write error
      [ERROR] Error: Installation failed due to comm write error

      posted in Firmware installation
      johneatoundefined
      johneato
    • RE: Updating Web Interface and Server

      No its running from 24v

      posted in Firmware installation
      johneatoundefined
      johneato