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

    Can you help , wifi issues

    Scheduled Pinned Locked Moved
    General Discussion
    4
    8
    184
    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.
    • Richard Fundefined
      Richard F
      last edited by Richard F

      somehow both heaters and temp sensors are linked , i control 1 it affects the other
      20= tool board "can" address

      
      
      ; Sensors
      ;nozzle
      M308 S0 P"20.temp0" Y"thermistor" A"Nozzle" T100000 B4388 C7.06e-8    ; configure sensor #0
      
       ;bed
      M308 S1 P"temp2" Y"thermistor" A"Bed"  T100000 B4388 C7.06e-8 ;   configure sensor #0          ; Configure sensor #0 for the nozzle on temp input 0configure sensor #0  M308 S1 P"e0temp" Y"thermistor" T100000 B4725 C7.060000e-8 
      
      
      ;--------------------------------------------------
      ; 
      
      ; Nozzle 
      M950 H0 C"20.out0" T0                               ; create heater #0 for the nozzle
      M140 P0 H0 
      M143 H0 P0 T0 C300 S0 A0                          ; configure nozzle heater monitor
      
      
      
      ; Heaters  BED
      M950 H1 C"out0" T1                                  ; create heater #1 for the bed
      M140 P1 H1                                          ; assign bed heater to heater 1
      M143 H1 P1 T1 C100 S0 A0                            ; configure bed heater monitor
      
      
      
      
      
      ;-------------------------------------------
      
      ; Fans
      M950 F0 C"20.out1"                                  ; create part cooling fan
      M106 P0 S0 L0 X1 B0.1                               ; configure fan 0
      
      M950 F1 C"20.out2"                                  ; create hotend cooling fan
      M106 P1 S0 L0 X1 B0.1                               ; configure fan 1
      
      ; Tools
      M563 P0 S"Evo" D0  H0 F0                                               ;                M563 P0 S"Evo" D0 H1 F0 ; create tool #0
       M568 P0 R0 S0           
       
       ;M563 P1 S"Bed"  H1 F0                                               ;                M563 P0 S"Evo" D0 H1 F0 ; create tool #0
       ;M568 P1 R0 S0          
      
      Richard Fundefined droftartsundefined 2 Replies Last reply Reply Quote 0
      • Richard Fundefined
        Richard F @Richard F
        last edited by Richard F

        @Richard-FScreenshot 2024-04-24 214836.png

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

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

          Can you upload your full config.g?

          I notice you have an extra space in your tool definition.

          ; Tools
          M563 P0 S"Evo" D0  H0 F0                                               ;                M563 P0 S"Evo" D0 H1 F0 ; create tool #0
           M568 P0 R0 S0           
           
           ;M563 P1 S"Bed"  H1 F0                                               ;                M563 P0 S"Evo" D0 H1 F0 ; create tool #0
           ;M568 P1 R0 S0  
          

          Also, you do not create a tool for the bed.

          Does your DWC version match your firmware version?

          Z-Bot CoreXY Build | Thingiverse Profile

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

            @Richard-F said in i have no idea:

            ; Nozzle
            M950 H0 C"20.out0" T0 ; create heater #0 for the nozzle
            M140 P0 H0
            M143 H0 P0 T0 C300 S0 A0 ; configure nozzle heater monitor

            ; Heaters BED
            M950 H1 C"out0" T1 ; create heater #1 for the bed
            M140 P1 H1 ; assign bed heater to heater 1
            M143 H1 P1 T1 C100 S0 A0 ; configure bed heater monitor

            You have defined both the 'Nozzle' and the 'Heaters BED' as bed heaters with M140. Remove the M140 P0 H0 in the Nozzle configuration.

            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

            Richard Fundefined 1 Reply Last reply Reply Quote 0
            • Richard Fundefined
              Richard F @droftarts
              last edited by

              @droftarts Hi Ian , that worked, thanks, 🙂 I'm still getting my head around how the code works. i was trying to figure it out myself for hours, lol .. But we learn .. Thanks again Ian

              Richard Fundefined 1 Reply Last reply Reply Quote 0
              • Richard Fundefined
                Richard F @Richard F
                last edited by Richard F

                im always getting this M552 Error . im not sure why , and connection keeps dropping out. i don't think it's my network
                or signal strength

                Screenshot 2024-04-25 044627.png

                ; Configuration file for RepRapFirmware on Duet 3 Mini 5+ WiFi
                ; executed by the firmware on start-up
                ;
                ; generated by RepRapFirmware Configuration Tool v3.5.0-rc.3 on Thu Mar 14 2024 13:43:02 GMT+0000 (Greenwich Mean Time)
                
                ; General
                M550 P"Duet 3"   ; set hostname
                ;M911 S19.8 R22 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss
                
                
                
                ; Network
                M552 S1 
                M587 S"HeX" P"Spyder30"            ; configure WiFi adapter
                M586 P0 S1                         ; configure HTTP
                
                ;-------------------------------
                
                ; LED Strips
                ;M950 E0 C"io1.out" T2 ; configure LED strip #0
                
                
                -------------------------------------
                
                
                
                ; Smart Drivers
                M569 P0.0 S0 D3 V3                                                     ; driver 0.0 goes forwards (X axis)
                M569 P0.1 S0 D3 V3                                                     ; driver 0.1 goes forwards (Y axis)
                M569 P0.2 S0 D3 V3                                                     ; driver 0.2 goes forwards (Z axis)
                M569 P20.0 S0 D3 V3                                     
                
                
                ; Motor Idle Current Reduction
                M906 I50                                                               ; set motor current idle factor
                M84 S50                                                                ; set motor current idle timeout
                
                
                ;--------------------------------------
                
                ; Axes
                M584 X0.0 Y0.1 Z0.2                                                    ; set axis mapping
                M350 X16 Y16 Z16 I1                                                    ; configure microstepping with interpolation
                M906 X1000 Y1200 Z1000                                                 ; set axis driver currents
                M92 X80 Y80 Z400                                                       ; configure steps per mm
                M208 X0:300 Y0:215 Z-3:160                                             ; set minimum and maximum axis limits
                M566 x20 Y10 Z20                                                       ; set maximum instantaneous speed changes (mm/min)
                M203 X7000 Y6000 Z500                                                  ; set maximum speeds (mm/min)
                M201 X350 Y300 Z25                                                     ; set accelerations (mm/s^2)
                
                ;-------------------------------
                
                
                ; Extruders
                M584 E20.0                                                             ; set extruder mapping
                M350 E16 I1                                                            ; configure microstepping with interpolation
                M906 E900                                                              ; set extruder driver currents
                M92 E397                                                               ; configure steps per mm
                M566 E800                                                              ; set maximum instantaneous speed changes (mm/min)
                M203 E3600                                                             ; set maximum speeds (mm/min)
                M201 E1000                                                            ; set accelerations (mm/s^2)
                
                
                ;------------------------------------
                ; Kinematics
                M669 K0                                                              ; configure Cartesian kinematics
                
                ;----------------------------------------------------------------------------------------------------------
                
                ; Endstops
                M574 X1 P"!io5.in" S1                                                  ; configure X axis endstop
                M574 Y1 P"!io6.in" S1                                                  ; configure Y axis endstop
                M574 Z1 P"!io0.in" S1                                                  ; configure Z axis endstop
                
                ;------------------------
                
                
                ; Mesh Bed Compensation
                ;M557 X25:175 Y25:175 S40:40 ; define grid for mesh bed compensation
                
                
                ;-------------------------------------------------
                
                ; Sensors
                ;nozzle
                M308 S0 P"20.temp0" Y"thermistor" A"Nozzle" T100000 B4388 C7.06e-8   
                
                 ;bed
                M308 S1 P"temp2" Y"thermistor" A"Bed"  T100000 B4388 C7.06e-8 ;         
                
                
                ;--------------------------------------------------
                
                
                ; Nozzle 
                M950 H0 C"20.out0" T0
                ;M140 P0 H1                                     ; create heater #0 for the nozzle
                M143 H0 P0 T0 C0 S300 A0                          ; configure nozzle heater monitor
                
                
                
                ; Heaters  BED
                M950 H1 C"out0" T1                                  ; create heater #1 for the bed
                M140 P1 H1                                          ; assign bed heater to heater 1
                M143 H1 P1 T1 C0 S100 A0                            ; configure bed heater monitor
                
                
                
                
                
                ;-------------------------------------------
                
                ; Fans
                M950 F0 C"20.out1"                                  ; create part cooling fan
                M106 P0 S0 L0 X1 B0.1                               ; configure fan 0
                
                M950 F1 C"20.out2"                                  ; create hotend cooling fan
                M106 P1 S0 L0 X1 B0.1                               ; configure fan 1
                
                ;--------------
                
                
                ; Tools
                M563 P0 S"Evo" D0  H0 F0                                             
                 M568 P0 R0 S0           
                 
                 
                
                
                
                
                oliofundefined 1 Reply Last reply Reply Quote 0
                • oliofundefined
                  oliof @Richard F
                  last edited by

                  @Richard-F remove the M587 line from config.g -- the wifi module stores these values and M552 S1 is sufficient in config.g to start it up.

                  <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

                  Richard Fundefined 1 Reply Last reply Reply Quote 0
                  • Richard Fundefined
                    Richard F @oliof
                    last edited by

                    @oliof
                    thank you
                    , i wasn't sure 🙂

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