Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Dizzwold
    3. Best
    • Profile
    • Following 1
    • Followers 0
    • Topics 40
    • Posts 286
    • Best 17
    • Controversial 0
    • Groups 0

    Best posts made by Dizzwold

    • RE: Possible corrupt sd card, G29 Network Error

      @jay_s_uk

      Thank you.

      I've also just noticed something in my config.g that I thick, with looking in the dictionary ,is causing conflict. In M950 shouldn't my bed heater be H0 (H zero), rather than T0 (T zero), and my nozzle be T0 (T zero) instead of T1?

      ; Configuration file for Duet 3 MB 6HC (firmware version 3.3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.3.13 on Mon Sep 19 2022 16:04:20 GMT+0100 (British Summer Time)
      
      ; General preferences
      M575 P1 S1 B57600                                  ; enable support for PanelDue
      G90                                                ; send absolute coordinates...
      M83                                                ; ...but relative extruder moves
      M550 P"Duet 3"                                     ; set printer name
      M669 K1                                            ; select CoreXY mode
      
      ; Network
      M552 P
      
      ; Bed Leadscrew Positions
      M671 X5:278 Y146:146 P2.0						; middle left, middle right
      
      G4 S1												;wait for expansion boards to start
      
      ; Drives
      M569 P0.0 S0                                       ; physical drive 0.0 goes backwards
      M569 P0.1 S0                                       ; physical drive 0.1 goes backwards
      M569 P0.2 S1                                       ; physical drive 0.2 goes forwards
      M569 P0.3 S1
      M569 P121.0 S0                                       ; physical drive 0.3 goes forwards
      M584 X0.0 Y0.1 Z0.2:0.3 E121.0                           ; set drive mapping
      M350 X16 Y16 Z16 E16 I1                            ; configure microstepping with interpolation
      M92 X80.00 Y80.00 Z400.00 E333.40                  ; set steps per mm
      M566 X900.00 Y900.00 Z60.00 E120.00                ; set maximum instantaneous speed changes (mm/min)
      M203 X6000.00 Y6000.00 Z180.00 E1200.00            ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z20.00 E250.00                ; set accelerations (mm/s^2)
      M906 X900 Y900 Z900 E800 I30                       ; set motor currents (mA) and motor idle factor in per cent
      M84 S30                                            ; Set idle timeout
      
      ; Axis Limits
      M208 X-2 Y-8 Z0 S1                                 ; set axis minima
      M208 X330 Y330 Z400 S0                             ; set axis maxima
      
      ; Endstops
      M574 X1 S1 P"!121.io1.in"                              ; configure switch-type (e.g. microswitch) endstop for low end on X via pin !io1.in
      M574 Y1 S1 P"!io2.in"                              ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin !io2.in
      
      
      ; Z-Probe
      M574 Z1 Z1 S2									   ; set endstops controlled be probe
      M558 P8 C"^!121.io0.in" H5 F120 T6000                 ; set Z probe type to switch and the dive height + speeds
      G31 P500 X-46 Y-19 Z2.45                            ; set Z probe trigger value, offset and trigger height
      M557 X19:244 Y-2:304 P9                           ; define mesh grid
      
      ; Heaters
      M308 S0 P"temp0" Y"thermistor" T100000 B4138       ; configure sensor 0 as thermistor on pin temp0
      M950 H0 C"out0" T0                                 ; create bed heater output on out0 and map it to sensor 0
      M307 H0 R0.187 K0.192:0.000 D1.89 E1.35 S1.00 B0   ; disable bang-bang mode for the bed heater and set PWM limit
      M140 H0                                            ; map heated bed to heater 0
      M143 H0 S120                                       ; set temperature limit for heater 0 to 120C
      M308 S1 P"121.temp0" Y"thermistor" T100000 B4138       ; configure sensor 1 as thermistor on pin temp1
      M950 H1 C"121.out0" T1                                 ; create nozzle heater output on out1 and map it to sensor 1
      M307 H1 R2.498 K0.275:0.349 D6.79 E1.35 S1.00 B0 V24.0  ; disable bang-bang mode for heater  and set PWM limit
      M143 H1 S280                                       ; set temperature limit for heater 1 to 280C
      
      ; Fans
      M950 F0 C"121.out1" Q500                               ; create fan 0 on pin out4 and set its frequency
      M106 P0 C"Print Cooler" S0 H-1                     ; set fan 0 name and value. Thermostatic control is turned off
      M950 F1 C"121.out2" Q500                               ; create fan 1 on pin out5 and set its frequency
      M106 P1 C"Extruder Cooling" S1 H1 T45              ; set fan 1 name and value. Thermostatic control is turned on
      
      ; Tools
      M563 P0 S"Hemera" 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
      
      ; Custom settings are not defined
      ; Emergency Stop
      M950 J1 C"io4.in"
      M851 P1 T0 S0 R0
      
      
      ; Miscellaneous
      M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss
      
      T0
      
      M501
      

      Screen Shot 2022-11-09 at 15.51.43.png

      So far so good with using the ethernet, and without fully commissioning I ran a G32 once with no problems, no running a second scan for unknown reasons and no network error.
      Without further testing I can't say if this was linked to the previous board, found to have an sd card issue or not.

      Sorry "I thick" , * I think.

      posted in General Discussion
      Dizzwoldundefined
      Dizzwold
    • RE: NPN Inductive Z Probe

      @norder

      Thank you for your detailed guidance. I've tinkered with your example code, but not had a good chance to test it (I've got a lot on at the minuet).
      I have had to omit the G92 Z0 in the homez as this resets the the settings previously entered for the trigger height in config.g.
      I appreciate you have different z probes, and what you've sent above is an example. Thank you, It does help a lot.

      I'll try and get time to test/tinker/play tomorrow, but it may be at the weekend until I get good chance to do so.

      Dizzwold.

      posted in Tuning and tweaking
      Dizzwoldundefined
      Dizzwold
    • RE: Hotend 100˚ less on ToolBoard?

      @Dizzwold

      Yep, a clone Toolboard and clone Hemera.

      I'm disabled, and on UK benefits due to health, so after purchasing the original and authentic Duet3 6HC, I couldn't afford the authentic Toolboard or Hemera, so please don't hold that against me. I will over time manage to afford these as original products.

      posted in Tuning and tweaking
      Dizzwoldundefined
      Dizzwold
    • RE: Max distance for control board from machine?

      @mandragora @Norder @jay_s_uk @deckingman ,

      Thank you guy's, these are all very informative and valued information. This give me a lot to consider, and decide upon which way to go with this.

      I've added a photo below. Sorry, I should have done this in first post so you all had a better understanding.

      @Norder I already have a second floor/partition, but this directly above the "built-in" soundproof chamber. I was planning on using this as my filament storage. When I say built-in, it's breeze blocks and plaster. I've already had to strap one side with an addition joist in the loft to take the extra weight of the TecSound soundproofing and soundproof plasterboard as this was unsupported and above a stair case (it did have small notched joist, but not enough for the addition weight).
      wNMNvJxHR8ygYCm57W++ng.jpg
      I'll have to take some temperature reading in the partition above. I suppose I could have it in an enclosure (in the above partition), and have a fan and duct in the timber above the door if needed. Then run cables to the paneldue, that will hopefully sit to the right of the door on the cable trunking.

      Thank you again guy's for your time and advice.

      posted in General Discussion
      Dizzwoldundefined
      Dizzwold
    • RE: Flashing firmware on Mac OS X

      @droftarts

      Hi Ian,

      Thank you again for your help and input.

      I figured the above out in the end (or I hope I have).

      Here is my example from the terminal. Maybe this will help others.

      Mrxxxx's-imac:~ $ bossac -e -w -v -b -R -p /dev/tty.usbmodemFD131 /Users/Mrxxxx/Downloads/PanelDueFirmware-logo-3.4.1-v3-7.0.bin 
      Erase flash
      
      Done in 1.302 seconds
      Write 218036 bytes to flash (426 pages)
      [==============================] 100% (426/426 pages)
      Done in 7.088 seconds
      Verify 218036 bytes of flash
      [==============================] 100% (426/426 pages)
      Verify successful
      Done in 5.581 seconds
      Set boot flash true
      Mrxxxx-imac:~ $ 
      

      Thank you for your help.

      One happy smily bunny.

      posted in Firmware installation
      Dizzwoldundefined
      Dizzwold
    • RE: NPN Inductive Z Probe

      @norder

      Thank you again for your help, I'm very grateful.

      I'll have a look at the home all and homez files.

      @norder said in NPN Inductive Z Probe:

      This is not necessary because the G29 command that does the MeshBedLeveling has already calculated this offset.

      I'd been advised in a previous thread that this wasn't calculated and had to allow for this myself, but was also told that the probe would just report "Unreachable", and continue.

      I'll go and look at the files and see what I can do.

      posted in Tuning and tweaking
      Dizzwoldundefined
      Dizzwold
    • RE: Possible corrupt sd card, G29 Network Error

      @jay_s_uk

      Seriously, a big Thank you for your help @jay_s_uk .

      I'm really grateful for your time and guidance.

      posted in General Discussion
      Dizzwoldundefined
      Dizzwold
    • RE: Considering Duet3, New to RPi

      Hi All,

      So it looks like I'm swaying toward the Duet 3 Mini 5 as few have commented on. This way I can also upgrade ‘if and when’ needed.

      It looks like I'll have to wait a few weeks before any more Duet 3 Mini 5's are ready, No Pressure David. LOL

      I am most grateful for everyone's input and advice.

      No doubt I'll be back again with yet more questions, but for now I think I have a bit of reading to do, to familiarise myself better with the Duet system.

      Also any more comments and / or suggestions are very welcome.

      Thank you,

      Dizzwold.

      posted in Using Duet Controllers
      Dizzwoldundefined
      Dizzwold
    • RE: Twin Z axis Motors and MBLA

      @jay_s_uk @Phaedrux

      Hi Guys,

      I had just written a reply stating that I still hadn't quite figured it out, but I think I've kind-of grasp both your ideas, although they need tidying up they both work;
      Screen Shot 2022-11-10 at 14.05.08.png

      Bed.g

      ; bed.g
      ; called to perform automatic bed compensation via G32
      ;
      ; generated by RepRapFirmware Configuration Tool v3.3.13 on Mon Sep 19 2022 16:04:20 GMT+0100 (British Summer Time)
      ;M561 ; clear any bed transform
      ;G29  ; probe the bed and enable compensation
      M671  X5:278 Y146:146 P2.0
      G28			; home
      G30 P0 X5 Y146 Z-9999				; probe front left
      G30 P1 X278 Y146 Z-9999	S2		; probe front right
      G1  X0 Y0 F12000
      ;G28
      M671 X5:278:278:5 Y5:5:302:302 P0.5
      G28
      G30 P0 X5 Y5 Z-9999				; probe front left
      G30 P1 X278 Y5 Z-9999			; probe front right
      G30 P2 X278 Y302 Z-9999			; probe rear right
      G30 P3 X5 Y302 Z-9999 S4  		 ;probe rear left
      G1  X0 Y0 F12000
      

      Config.g

      ; Configuration file for Duet 3 MB 6HC (firmware version 3.3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.3.13 on Mon Sep 19 2022 16:04:20 GMT+0100 (British Summer Time)
      
      ; General preferences
      M575 P1 S1 B57600                                  ; enable support for PanelDue
      G90                                                ; send absolute coordinates...
      M83                                                ; ...but relative extruder moves
      M550 P"Duet 3"                                     ; set printer name
      M669 K1                                            ; select CoreXY mode
      
      ; Network
      M552 Pxxx.xxx.xxx.xxx
      
      ; Bed Leadscrew Positions
      M671 X5:278 Y146:146 P2.0						; middle left, middle right
      M671 X5:278:278:5 Y5:5:302:302 P0.5
      
      G4 S1												;wait for expansion boards to start
      
      ; Drives
      M569 P0.0 S0                                       ; physical drive 0.0 goes backwards
      M569 P0.1 S0                                       ; physical drive 0.1 goes backwards
      M569 P0.2 S1                                       ; physical drive 0.2 goes forwards
      M569 P0.3 S1
      M569 P121.0 S0                                       ; physical drive 0.3 goes forwards
      M584 X0.0 Y0.1 Z0.2:0.3 E121.0                           ; set drive mapping
      M350 X16 Y16 Z16 E16 I1                            ; configure microstepping with interpolation
      M92 X80.00 Y80.00 Z400.00 E333.40                  ; set steps per mm
      M566 X900.00 Y900.00 Z60.00 E120.00                ; set maximum instantaneous speed changes (mm/min)
      M203 X6000.00 Y6000.00 Z180.00 E1200.00            ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z20.00 E250.00                ; set accelerations (mm/s^2)
      M906 X900 Y900 Z900 E800 I30                       ; set motor currents (mA) and motor idle factor in per cent
      M84 S30                                            ; Set idle timeout
      
      ; Axis Limits
      M208 X-2 Y-8 Z0 S1                                 ; set axis minima
      M208 X330 Y330 Z400 S0                             ; set axis maxima
      
      ; Endstops
      M574 X1 S1 P"!121.io1.in"                              ; configure switch-type (e.g. microswitch) endstop for low end on X via pin !io1.in
      M574 Y1 S1 P"!io2.in"                              ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin !io2.in
      
      
      ; Z-Probe
      M574 Z1 Z1 S2									   ; set endstops controlled be probe
      M558 P8 C"^!121.io0.in" H5 F120 T6000                 ; set Z probe type to switch and the dive height + speeds
      G31 P500 X-46 Y-19 Z2.45                            ; set Z probe trigger value, offset and trigger height
      M557 X19:244 Y-2:304 P9                           ; define mesh grid
      
      ; Heaters
      M308 S0 P"temp0" Y"thermistor" T100000 B4138       ; configure sensor 0 as thermistor on pin temp0
      M950 H0 C"out0" T0                                 ; create bed heater output on out0 and map it to sensor 0
      M307 H0 R0.187 K0.192:0.000 D1.89 E1.35 S1.00 B0   ; disable bang-bang mode for the bed heater and set PWM limit
      M140 H0                                            ; map heated bed to heater 0
      M143 H0 S120                                       ; set temperature limit for heater 0 to 120C
      M308 S1 P"121.temp0" Y"thermistor" T100000 B4138       ; configure sensor 1 as thermistor on pin temp1
      M950 H1 C"121.out0" T1                                 ; create nozzle heater output on out1 and map it to sensor 1
      M307 H1 R2.498 K0.275:0.349 D6.79 E1.35 S1.00 B0 V24.0  ; disable bang-bang mode for heater  and set PWM limit
      M143 H1 S280                                       ; set temperature limit for heater 1 to 280C
      
      ; Fans
      M950 F0 C"121.out1" Q500                               ; create fan 0 on pin out4 and set its frequency
      M106 P0 C"Print Cooler" S0 H-1                     ; set fan 0 name and value. Thermostatic control is turned off
      M950 F1 C"121.out2" Q500                               ; create fan 1 on pin out5 and set its frequency
      M106 P1 C"Extruder Cooling" S1 H1 T45              ; set fan 1 name and value. Thermostatic control is turned on
      
      ; Tools
      M563 P0 S"Hemera" 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
      
      ; Custom settings are not defined
      ; Emergency Stop
      M950 J1 C"io4.in"
      M851 P1 T0 S0 R0
      
      
      ; Miscellaneous
      M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss
      
      T0
      
      M501
      

      *Nb, I've omited M98 P"Bed_Adjusting_Screws.g" from bed.g.
      Screen Shot 2022-11-10 at 14.35.54.png
      Bed Adjusting Screw Macro

      G28
      M671  X5:278:278:5 Y5:5:302:302 P0.5
      G30  P0 X5 Y5 Z-9999				; probe front left
      G30  P1 X278 Y5 Z-9999			; probe front right
      G30  P2 X278 Y302 Z-9999			; probe rear right
      G30  P3 X5 Y302 Z-9999 S4  		 ;probe rear left
      G1   X0 Y0 F12000
      

      So it looks like I've learnt more than I even expected today.

      Now I'll try the bed pid again...

      Thank you both again for your help, I'm really grateful. You have the patience of saint's.

      posted in Tuning and tweaking
      Dizzwoldundefined
      Dizzwold
    • RE: 8mm Cast Tool Plate Design Advice

      @jay_s_uk

      The thought I had was to use 6mm deep magnet and leave 2mm on top, but with your failure it maybe best just to go with the large PEI sheet.

      As @deckingman has previously commented and written-up on, and currently uses, you can always use a glass plate on top.

      posted in General Discussion
      Dizzwoldundefined
      Dizzwold
    • RE: Storing temperature values to log file?

      @T3P3Tony @jay_s_uk

      Hi Guys,

      Thank you for that.

      Ah, okay, so I'm taking the information for the sensor from the S2 part of the config.g rather than the actual board input connection "Temp1".
      Edit.
      Which I beleieve means changing;
      M118 S{"Message to Show: " ^ sensors.analog[1].lastReading ^ " C"} L1
      to
      M118 S{"Temp 2: " ^ sensors.analog[2].lastReading ^ " C"} L1
      Thank you again for your help and advice.

      Dizzwold.

      posted in Using Duet Controllers
      Dizzwoldundefined
      Dizzwold
    • RE: Emergency Stop Button

      @jay_s_uk

      Forgot this in my post;
      FIRMWARE_NAME: RepRapFirmware for Duet 3 MB6HC FIRMWARE_VERSION: 3.4.5 ELECTRONICS: Duet 3 MB6HC v1.01 FIRMWARE_DATE: 2022-11-30 19:35:23

      Hi Jay s,

      Thank you for your reply.

      I did have it wired to io_4, '3.3v' and 'in'.

      I've then tried it with 'in' and 'gnd', which made it work when releasing the emergency stop button.

      So I changed;

      M950 J1 C"io4.in"
      to
      M950 J1 C"!io4.in"

      ; Emergency Stop
      M950 J1 C"!io4.in"
      M581 P1 T0 S0 R0
      M582 T0
      

      Which now seems to work.

      Dizzwold.

      posted in Tuning and tweaking
      Dizzwoldundefined
      Dizzwold
    • RE: External Relay with PS_ON - Which line to switch?

      @gtj0

      Just found this and thought it might be handy for future use considering the wiring.

      If you click the link at the top to open in a browser window, then save, download. Then you can play with it.
      https://jubilee3d.com/index.php?title=Duet3_Frame_Wiring_Diagrams

      Dizz.

      posted in Duet Hardware and wiring
      Dizzwoldundefined
      Dizzwold
    • RE: Changed ISP

      @Phaedrux @Exerqtor @markz

      @Phaedrux said in Changed ISP:

      Does it still think it's in SBC mode?

      No. It just all of a sudden worked on my network on the new static ip address I'd given it 192.168.0.xxx (on Now Broadband).
      Before I was with Talktalk Broadband on 192.168.1.xxx, but when I changed ISP if I typed in my browser the duets static ip address it couldn't be found. Angry ip scanner couldn't find it. I had no network leds illuminated on the ethernet connector.
      Here's the result from M122 in DWC using my browser on the new static ip address;

      27/02/2023, 10:45:44 	M122
      === Diagnostics ===
      RepRapFirmware for Duet 3 MB6HC version 3.4.4 (2022-10-20 16:19:01) running on Duet 3 MB6HC v1.01 (standalone mode)
      Board ID: 0JD2M-999AL-D25SW-6J9D0-3SD6M-9PY70
      Used output buffers: 8 of 40 (20 max)
      === RTOS ===
      Static ram: 152824
      Dynamic ram: 97204 of which 312 recycled
      Never used RAM 100332, free system stack 200 words
      Tasks: NETWORK(ready,27.1%,220) ETHERNET(notifyWait,0.2%,568) HEAT(notifyWait,0.0%,328) Move(notifyWait,0.0%,351) CanReceiv(notifyWait,0.0%,798) CanSender(notifyWait,0.0%,335) CanClock(delaying,0.0%,349) TMC(notifyWait,8.1%,91) MAIN(running,63.9%,925) IDLE(ready,0.7%,30), total 100.0%
      Owned mutexes:
      === Platform ===
      Last reset 00:00:18 ago, cause: software
      Last software reset at 2023-02-27 10:45, reason: User, GCodes spinning, available RAM 100332, slot 2
      Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0043c000 BFAR 0x00000000 SP 0x00000000 Task MAIN Freestk 0 n/a
      Error status: 0x00
      Aux0 errors 0,0,0
      Step timer max interval 126
      MCU temperature: min 27.3, current 28.5, max 28.6
      Supply voltage: min 24.2, current 24.2, max 24.3, under voltage events: 0, over voltage events: 0, power good: yes
      12V rail voltage: min 12.1, current 12.1, max 12.2, under voltage events: 0
      Heap OK, handles allocated/used 0/0, heap memory allocated/used/recyclable 0/0/0, gc cycles 0
      Events: 0 queued, 0 completed
      Driver 0: standstill, SG min 0, mspos 8, reads 35321, writes 14 timeouts 0
      Driver 1: standstill, SG min 0, mspos 8, reads 35321, writes 14 timeouts 0
      Driver 2: standstill, SG min 0, mspos 8, reads 35322, writes 14 timeouts 0
      Driver 3: standstill, SG min 0, mspos 8, reads 35322, writes 14 timeouts 0
      Driver 4: standstill, SG min 0, mspos 8, reads 35325, writes 11 timeouts 0
      Driver 5: standstill, SG min 0, mspos 8, reads 35325, writes 11 timeouts 0
      Date/time: 2023-02-27 10:45:43
      Slowest loop: 1.69ms; fastest: 0.05ms
      === Storage ===
      Free file entries: 10
      SD card 0 detected, interface speed: 25.0MBytes/sec
      SD card longest read time 0.7ms, write time 0.0ms, max retries 0
      === Move ===
      DMs created 125, segments created 0, maxWait 0ms, bed compensation in use: none, comp offset 0.000
      === MainDDARing ===
      Scheduled moves 0, completed 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
      === AuxDDARing ===
      Scheduled moves 0, completed 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
      === Heat ===
      Bed heaters 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1, chamber heaters -1 -1 -1 -1, ordering errs 0
      Heater 1 is on, I-accum = 0.0
      === 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
      SBC is idle in state(s) 0
      Daemon is idle in state(s) 0
      Aux2 is idle in state(s) 0
      Autopause is idle in state(s) 0
      Code queue is empty
      === CAN ===
      Messages queued 184, received 529, lost 0, boc 0
      Longest wait 3ms for reply type 6026, peak Tx sync delay 622, free buffers 50 (min 49), ts 92/91/0
      Tx timeouts 0,0,0,0,0,0
      === Network ===
      Slowest loop: 2.41ms; fastest: 0.03ms
      Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0) Telnet(0)
      HTTP sessions: 1 of 8
      = Ethernet =
      State: active
      Error counts: 0 0 0 1 0 0
      Socket states: 2 2 2 2 2 0 0 0
      === Multicast handler ===
      Responder is inactive, messages received 0, responses 0
      

      I'm really grateful for everyone's help and input.

      Thank you.

      posted in General Discussion
      Dizzwoldundefined
      Dizzwold
    • RE: Disabling Thermostatic Fan on Start-Up

      @fcwilt ,

      Mmm, Lamb Tagine

      @Phaedrux ,

      Thank you for that. I'll read up on this.

      posted in Tuning and tweaking
      Dizzwoldundefined
      Dizzwold
    • RE: Correct wiring for Emergency Stop Button

      @jay_s_uk @jens55 @Herve_Smith

      Yes, Multiple threads from the same person and I thought it was working correctly.
      I've had to remove my printer from it's enclosure (as it were), disconnect everything, so I could work inside the enclosure. I needed to quickly print a few items for inside the enclosure before I can put everything back (not realising I need to print anything before removing it all). So I've connected it all back together on my work bench.
      The part cooling fan was on 100% and wouldn't turn off, the tool heater couldn't be found, machine reset, all to name a few issues when I switched it on.
      I isolated this to my emergency stop button that was basically putting the printer into a constant emergency stop.
      Don't ask me why, it just did, when it worked fine before???

      Yep following the guide below states to use 3.3v and ioxin, not ioxin and gnd.
      https://docs.duet3d.com/User_manual/Connecting_hardware/IO_E_stop

      I'll give the ioxin and gnd a try tomorrow.

      Thanks guys for your advice.

      posted in Duet Hardware and wiring
      Dizzwoldundefined
      Dizzwold
    • RE: Changed ISP

      @Phaedrux

      Ah, Okay...

      It's not been used for around 3 weeks and the cupboard I keep it in (my printer cupboard), is usually around 15˚c if its door is left closed and not in use (possibly lower than that overnight). It's a double wall to the outside, but a very small cavity, so I've studded this with Rockwool, soundproof plaster board and Tecsound mass loaded vinyl sound proof membrane. Yes you could say this is cold, but it's not damp.

      The SD card has been left in the board untouched, not nocked or moved in anyway until last Saturday 25/2/23 when I had the issues.

      I'll have to take the board of it's mounting to look and take some pictures of the SD card readers solder joints, and the reader itself.

      Like I say, it all of a sudden sprang back into life and I've ran a 10 hour print today with no issues?

      Dizzwold.

      posted in General Discussion
      Dizzwoldundefined
      Dizzwold