Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Duet dementia

    Scheduled Pinned Locked Moved
    General Discussion
    4
    23
    803
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T3P3Tonyundefined
      T3P3Tony administrators @Ethelred
      last edited by

      @Ethelred sounds like the kinematics in config.g has changed/been lost/been overridden in some way. Can you post your config.g please

      www.duet3d.com

      1 Reply Last reply Reply Quote 0
      • Ethelredundefined
        Ethelred
        last edited by

        Now as well, I'm unable to log onto the printer via the web interface. So I removed and read the SD card on the computer. Did a line-by-line visual compare of SD-config.g (below) with a same date backup copy on the computer. Exact match !

        ////////////////////////////////////////////////////////////////////////////////////////////////

        ; Configuration file for Duet WiFi (firmware version 3.4)
        ; executed by the firmware on start-up
        ;
        ; EDITED RAB 02/22/2024 // Chg ExtFeed to P4 was P3 // Deleted PurgeMotor //

        ; General preferences
        M575 P1 S1 B57600 ; enable support for PanelDue
        G90 ; send absolute coordinates...
        M83 ; ...but relative extruder moves
        ; M550 P ; set printer name
        M665 R212.69 L380 B135 H278.937 ; Set R=delta radius, L=diagonal rod length, B-printable radius and H-homed height
        M666 X0 Y0 Z0 ; put your endstop adjustments here, or let auto calibration find them

        ; Network
        M550 P# FOLLY ; Set machine name
        ; M551 P ; Set password
        M540 PBE:EF:DE:AD:FE:ED ; Set MAC address
        M552 S1
        ; M552 P"0.10.0.0.173" ; Enable network and acquire dynamic address via DHCP
        M586 P0 S1 ; Enable HTTP
        M586 P1 S0 ; Disable FTP
        M586 P2 S0 ; Disable Telnet

        ; Drives
        M569 P0 S1 ; physical drive 0 goes forwards
        M569 P1 S1 ; physical drive 1 goes forwards
        M569 P2 S1 ; physical drive 2 goes forwards
        M569 P4 S0 ; physical drive 4 goes backwards
        M584 X0 Y1 Z2 E4 ; set drive mapping (WAS E3)
        M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
        M92 X160.00 Y160.00 Z160.00 E509.93 ; set steps per mm
        M566 X750.00 Y750.00 Z750.00 E2000 ; set max instant speed chg (mm/min) chg 09/09 was 600XYZ
        M203 X30000.00 Y30000.00 Z30000.00 E9000.00 ; set maximum speeds (mm/min)
        M201 X2836.33 Y2836.33 Z2836.33 E3000.00 ; set accelerations (mm/s^2)
        ;
        ; Input Shaping
        ; M955 P0 C"spi.cs4+spi.cs3" ; Accelerometer
        M593 P"ZVD" F36 ; Input shaping / Frequency
        ;
        M572 D0 S0.055 ; SET PRESSURE ADVANCE
        M906 X1200 Y1200 Z1200 E1000 I50 ; set motor currents (mA) and motor idle factor in per cent
        M84 S2 ; Set idle timeout

        ; Axis Limits
        M208 Z0 S1 ; set minimum Z

        ; Endstops
        M574 X2 S1 P"xstop" ; configure switch-type (e.g. microswitch) endstop for high end on X via pin xstop
        M574 Y2 S1 P"ystop" ; configure switch-type (e.g. microswitch) endstop for high end on Y via pin ystop
        M574 Z2 S1 P"zstop" ; configure switch-type (e.g. microswitch) endstop for high end on Z via pin zstop
        M666 X0.29 Y-0.46 Z0.17 ; Endstop offset

        ; Z-Probe
        M558 P1 C"zprobe.in" H3.5 A5 S0.01 R1 F120 T4500 ; set Z probe type to unmodulated and the dive height + speeds
        G31 P500 X0 Y-20.3 Z2.92 ; set Z probe trigger value, offset and trigger height
        M557 R130 S50 ; define mesh grid

        ; Heaters
        M308 S0 P"bedtemp" Y"thermistor" T100000 B4725 C7.06e-8 A"BED H0" ; configure sensor 0 as thermistor on pin bedtemp
        M950 H0 C"bedheat" T0 ; create bed heater output on bedheat
        M307 H0 R0.146 K0.089:0.000 D29.12 E1.35 S1.00 B0 ; Set PID for 100C HPB Heater
        M140 H0 ; map heated bed to heater 0
        M143 H0 S130 ; set temperature limit for heater 0 to 130C

        M308 S1 P"e0temp" Y"thermistor" T100000 B4725 C7.06e-8 A"E0 heater" ; configure sensor 1 as thermistor on pin e0temp
        M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
        M307 H1 R1.497 K0.440:0.000 D7.74 E1.35 S1.00 B0 V23.9 ; H1 Extruder PID parameters // 230 (NOTE - FUSED @ 165C)
        M143 H1 S286 ; Set MAXIMUM OVERSHOOT TEMP limit for H-1 WORKING TEMP = 280C w

        ; Fans
        M950 F0 C"fan0" Q250 ; PARTFAN on pin fan0 and set its frequency
        M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off

        ; Tools
        M563 P0 S"EXTRUDER" D0 H1 ; define tool 0 Extruder heater
        M563 P1 S"EXTRUDER" D0 H1 ; define tool 1 Extruder heater (Added 06-23 for dual filament extrusion)
        G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
        G10 P0 R0 S0 ; set initial tool 0 active >>>> was P99

        ; Miscellaneous
        M501 ; load saved parameters from non-volatile memory
        T0 ; select first tool

        droftartsundefined 2 Replies Last reply Reply Quote 0
        • droftartsundefined
          droftarts administrators @Ethelred
          last edited by

          @Ethelred Sounds like a failing SD card. Connect via USB and send M122, and post the response. You should be able to test the SD card via USB too, see https://docs.duet3d.com/en/User_manual/RepRapFirmware/SD_card

          Backup the card to your PC. Then either reformat it, or replace it. Then copy the backup to the SD card and try again.

          Ian

          Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

          1 Reply Last reply Reply Quote 0
          • Ethelredundefined
            Ethelred
            last edited by

            No joy - SDformatter. Copied full system back and exact same behavior.

            Phaedruxundefined 1 Reply Last reply Reply Quote 0
            • Phaedruxundefined
              Phaedrux Moderator @Ethelred
              last edited by

              @Ethelred said in Duet dementia:

              Copied full system back

              To a new SD card, or the same one?

              Z-Bot CoreXY Build | Thingiverse Profile

              1 Reply Last reply Reply Quote 0
              • droftartsundefined
                droftarts administrators @Ethelred
                last edited by

                @Ethelred said in Duet dementia:

                M550 P# FOLLY ; Set machine name
                ...
                M540 PBE:EF:DE:AD:FE:ED ; Set MAC address

                That M550 command is wrong, and I don't know the effect of the format you have used. It should be M550 P"FOLLY".

                M540 is also redundant, see https://docs.duet3d.com/en/User_manual/Reference/Gcodes#m540-set-mac-address

                On WiFi-equipped Duet boards (Duet 3 Mini 5+ WiFi and Duet 2 WiFi) the MAC address is unique and set on the WiFi Module so this command has no effect.

                Please post the response to M122. Also the response to the SD card troubleshooting commands: https://docs.duet3d.com/en/User_manual/RepRapFirmware/SD_card#troubleshooting-sd-card-issues

                Ian

                Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                1 Reply Last reply Reply Quote 0
                • Ethelredundefined
                  Ethelred
                  last edited by

                  Reformatted old SD. Ethernet board. M122 and M39 appear ok to these old eyes.
                  console.txt m39.png

                  droftartsundefined Phaedruxundefined 2 Replies Last reply Reply Quote 0
                  • Phaedruxundefined
                    Phaedrux Moderator
                    last edited by

                    Can you update your firmware/dwc/etc to 3.5.1?
                    https://github.com/Duet3D/RepRapFirmware/releases

                    Z-Bot CoreXY Build | Thingiverse Profile

                    1 Reply Last reply Reply Quote 0
                    • droftartsundefined
                      droftarts administrators @Ethelred
                      last edited by

                      @Ethelred did you make the changes I suggested to config.g?

                      Ian

                      Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                      1 Reply Last reply Reply Quote 0
                      • Ethelredundefined
                        Ethelred
                        last edited by

                        Changes made to config file as suggested and 3.5.1 update installed.
                        Strange behavior persists. !!!

                        Ethelredundefined 1 Reply Last reply Reply Quote 0
                        • Phaedruxundefined
                          Phaedrux Moderator @Ethelred
                          last edited by

                          @Ethelred said in Duet dementia:

                          Reformatted old SD.

                          Do you have a fresh sd card to try?

                          Can you send M98 P"config.g" and report the results?

                          Z-Bot CoreXY Build | Thingiverse Profile

                          1 Reply Last reply Reply Quote 0
                          • Ethelredundefined
                            Ethelred @Ethelred
                            last edited by

                            SD on the way - What would one do without Amazon ?

                            m98.png

                            I'm in the dark as to "open file count", it's impact , and what to and how to mitigate it.

                            1 Reply Last reply Reply Quote 0
                            • Phaedruxundefined
                              Phaedrux Moderator
                              last edited by

                              @Ethelred said in Duet dementia:

                              Can you post your config-override.g?

                              Z-Bot CoreXY Build | Thingiverse Profile

                              Ethelredundefined 1 Reply Last reply Reply Quote 0
                              • Ethelredundefined
                                Ethelred @Phaedrux
                                last edited by

                                @Phaedrux
                                Config-overide. Sorry to be so unresponsive but what with cleaning out and moving house priorities get confused. Hopefully new SD tomorrow.

                                O'RIDE.png

                                Phaedruxundefined 1 Reply Last reply Reply Quote 0
                                • Phaedruxundefined
                                  Phaedrux Moderator @Ethelred
                                  last edited by

                                  @Ethelred said in Duet dementia:

                                  Hopefully new SD tomorrow.

                                  yes I'm curious to see if it makes a difference.

                                  Z-Bot CoreXY Build | Thingiverse Profile

                                  1 Reply Last reply Reply Quote 0
                                  • Phaedruxundefined
                                    Phaedrux Moderator
                                    last edited by Phaedrux

                                    Also, can you please post your tool change files if they exist?

                                    tpre0.g tpost0.g

                                    Can you upload the actual files as well for config.g, config-override.g, tool change files, etc?

                                    Z-Bot CoreXY Build | Thingiverse Profile

                                    Ethelredundefined 1 Reply Last reply Reply Quote 0
                                    • Ethelredundefined
                                      Ethelred @Phaedrux
                                      last edited by

                                      @Phaedrux New, fast, big SD same behavior. No tpre0.g tpost0.g files.

                                      I'm thinking a controller board glitch. Initial fail followed a perfect print with NO changes whatsoever. My problem (one of many) is that I'm electronically and software challenged. I'm tempted to buy a new board or take up golf.

                                      config.g config-override.g

                                      1 Reply Last reply Reply Quote 0
                                      • Phaedruxundefined
                                        Phaedrux Moderator
                                        last edited by

                                        Can you give a run down of the issues you're currently seeing?

                                        Z-Bot CoreXY Build | Thingiverse Profile

                                        1 Reply Last reply Reply Quote 0
                                        • Ethelredundefined
                                          Ethelred
                                          last edited by

                                          Same as original post.. To recap
                                          The printer homes normally. Don't know if thehoming offset leaves the nozzle in the correct location (no way to measure that). If, for example I command a simple G1 X100 the nozzle scoots away in an approximately 45 deg angle for perhaps 80-100mm and the Z ht looks to drop perhaps 20mm. If I reverse with a G1 X-100 it appears to return to the original position. Crazy.

                                          droftartsundefined 1 Reply Last reply Reply Quote 0
                                          • droftartsundefined
                                            droftarts administrators @Ethelred
                                            last edited by

                                            @Ethelred Because you have M501 at the end of your config.g, it's loading config-override.g:

                                            ; config-override.g file generated in response to M500 at 2024-02-17 17:01
                                            ; This is a system-generated file - do not edit
                                            ; Delta parameters
                                            M665 L381.533:381.533:381.533 R214.834 H274.650 B140.0 X0.377 Y0.115 Z279.000
                                            M666 X0.760 Y-0.369 Z-0.391 A0.00 B0.00
                                            ; Heater model parameters
                                            M307 H0 R0.152 K0.097:0.000 D50.63 E1.35 S1.00 B0
                                            M307 H1 R2.560 K0.469:0.016 D5.82 E1.35 S1.00 B0 V23.6
                                            ; Z probe parameters
                                            G31 K0 P500 X0.0 Y-20.3 Z2.95
                                            ; Workplace coordinates
                                            G10 L2 P1 X0.00 Y0.00 Z0.00
                                            G10 L2 P2 X0.00 Y0.00 Z0.00
                                            G10 L2 P3 X0.00 Y0.00 Z0.00
                                            G10 L2 P4 X0.00 Y0.00 Z0.00
                                            G10 L2 P5 X0.00 Y0.00 Z0.00
                                            G10 L2 P6 X0.00 Y0.00 Z0.00
                                            G10 L2 P7 X0.00 Y0.00 Z0.00
                                            G10 L2 P8 X0.00 Y0.00 Z0.00
                                            G10 L2 P9 X0.00 Y0.00 Z0.00
                                            

                                            I think this bit must be causing problems:
                                            M665 ... Z279.000

                                            That's just wrong! It should be around zero, like the X and Y. Maybe calibration went wrong, and it's saved that. Try setting it to Z0, and/or redo the delta calibration and save it with M500, and see if it behaves after that.

                                            Ian

                                            Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                                            1 Reply Last reply Reply Quote 4
                                            • First post
                                              Last post
                                            Unless otherwise noted, all forum content is licensed under CC-BY-SA