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

    Sorry , i still can not fiqure this out

    Scheduled Pinned Locked Moved Solved
    General Discussion
    4
    13
    236
    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 @Exerqtor
      last edited by

      @Exerqtor ok thanks , ill try that .

      Richard Fundefined 1 Reply Last reply Reply Quote 0
      • achrnundefined
        achrn
        last edited by

        The bed settings are in sys/dwc-settings.json What do you have in that file? It's one long line, they should be towards the end so start there and work backwards.

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

          @Richard-F im now on 3.5.1

          Screenshot 2024-04-27 134335.png

          i have 2 bed heaters showing but i only have 1 , and both bed and nozzle are reading the same temps .. Cant see what could be causing this in the code 😞

          v
          
          jay_s_ukundefined 1 Reply Last reply Reply Quote 0
          • jay_s_ukundefined
            jay_s_uk @Richard F
            last edited by

            @Richard-F you have 2 M140s. Best post your whole config.g

            Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

            Richard Fundefined 2 Replies Last reply Reply Quote 0
            • Richard Fundefined
              Richard F @jay_s_uk
              last edited by Richard F

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • Richard Fundefined
                Richard F @jay_s_uk
                last edited by Richard F

                ; 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 X800 Y1000 Z700                                                ; 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 X15 Y15 Z20                                                       ; set maximum instantaneous speed changes (mm/min)
                M203 X3000 Y3000 Z500                                                  ; set maximum speeds (mm/min)
                M201 X300 Y300 Z30                                                     ; set accelerations (mm/s^2)
                
                ;-------------------------------
                
                
                ; Extruders
                M584 E20.0                                                             ; set extruder mapping
                M350 E16 I1                                                            ; configure microstepping with interpolation
                M906 E1000                                                              ; set extruder driver currents
                M92 E397                                                               ; configure steps per mm
                M566 E800                                                              ; set maximum instantaneous speed changes (mm/min)
                M203 E2000                                                            ; set maximum speeds (mm/min)
                M201 E400                                                            ; 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
                M574 Z1 S2 ;P"20.io0.in" 
                ;------------------------
                
                
                
                ;======================================
                ;=====================================
                
                ; Probes
                M558 K0 P8 C"20.io0.in" H1.2 F20000 T1000                        ; configure metal proximity sensor via slot #0
                G31 P500 X20 Y-20 Z-0     
                
                ;GRID
                M557 X35:290 Y35:210 S80:50     F8000                            ; set Z probe trigger value, offset, and trigger height
                
                ;======================================
                ;======================================
                
                
                
                
                
                
                
                ;-------------------------------------------------
                
                ; 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 H0                                     ; 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 S110 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   
                 T0         
                 
                 
                
                
                
                
                Richard Fundefined 1 Reply Last reply Reply Quote 0
                • Richard Fundefined
                  Richard F @Richard F
                  last edited by Richard F

                  @Richard-F i got rid of 2nd m140 , i have one bed heater.. (fixed)

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

                    ; 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
                    
                    
                    
                    Richard Fundefined 1 Reply Last reply Reply Quote 0
                    • Richard Fundefined
                      Richard F @Richard F
                      last edited by Richard F

                      @Richard-F
                      Ive still no idea why its not letting me set custom bed temps though , everything's just been updated to the latest fw

                      Screenshot 2024-04-27 142040.png

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

                        You can close thread now if you like

                        @Richard-F for future problems , i fixed it by turning these off Screenshot 2024-04-27 142838.png

                        1 Reply Last reply Reply Quote 2
                        • T3P3Tonyundefined T3P3Tony marked this topic as a question
                        • T3P3Tonyundefined T3P3Tony has marked this topic as solved
                        • First post
                          Last post
                        Unless otherwise noted, all forum content is licensed under CC-BY-SA