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

    Temperature setting gone.

    Scheduled Pinned Locked Moved Solved
    General Discussion
    3
    10
    456
    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.
    • synergy41undefined
      synergy41
      last edited by

      Hello everyone,
      the display of the temperature setting disappeared from the display panel on my computer.
      do you have an idea.
      Thank you.

      I LOVE MY DUET WIFI

      Board: Duet 2 WiFi (2WiFi)
      Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.4.1 (2022-06-01)
      Duet WiFi Server Version: 1.26
      Duet Web Control 3.4.1

      Cura 4.10

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

        Can you show a photo of what you mean?

        Have you recently changed anything? Firmware update? Does your DWC version match your firmware version?

        Z-Bot CoreXY Build | Thingiverse Profile

        synergy41undefined 1 Reply Last reply Reply Quote 0
        • synergy41undefined
          synergy41 @Phaedrux
          last edited by

          @phaedrux Here is a picture. Yes I made an update recently.
          Little monster.png

          I LOVE MY DUET WIFI

          Board: Duet 2 WiFi (2WiFi)
          Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.4.1 (2022-06-01)
          Duet WiFi Server Version: 1.26
          Duet Web Control 3.4.1

          Cura 4.10

          1 Reply Last reply Reply Quote 0
          • synergy41undefined
            synergy41
            last edited by

            no one can help me. I just made an update, before it worked very well. I attach my config file.

            config.g

            ; Configuration file for Duet WiFi (firmware version 1.21)
            ; executed by the firmware on start-up
            ;
            ; generated by RepRapFirmware Configuration Tool v2 on Sun Mar 17 2019 11:25:52 GMT+0100 (heure normale d’Europe centrale)
            
            
            ; ----------------------------------------------------------------------------------------------------------------------------------------------
            ; General preferences
            ; ----------------------------------------------------------------------------------------------------------------------------------------------
            G90                                                ; Send absolute coordinates...
            M83                                                ; ...but relative extruder moves
            M665 R160.00 L400.00 H520.00 B140.00  ;M665 R160 L400 B150 H520; Set delta radius, diagonal rod length, printable radius and homed height H500
            M666 X0 Y0 Z0                                      ; Put your endstop adjustments here, or let auto calibration find them
            ; -----------------------------------------------------------------------------------------------------------------------------------------------
            
            ; -----------------------------------------------------------------------------------------------------------------------------------------------
            ; Network
            ; -----------------------------------------------------------------------------------------------------------------------------------------------
            M550 P"LittleMonsterWifi"                                   ; Set machine name
            M552 S1                                            ; Enable network
            ;M587 S"Livebox-2AF2" P"........................." ; Configure access point. You can delete this line once connected
            M586 P0 S1                                         ; Enable HTTP
            M586 P1 S0                                         ; Disable FTP
            M586 P2 S0                                         ; Disable Telnet
            ; -----------------------------------------------------------------------------------------------------------------------------------------------
            
            ; -----------------------------------------------------------------------------------------------------------------------------------------------
            ; Drives
            ; -----------------------------------------------------------------------------------------------------------------------------------------------
            M569 P0 S1                                         ; Drive 0 goes forwards
            M569 P1 S1                                         ; Drive 1 goes forwards
            M569 P2 S1                                         ; Drive 2 goes forwards
            M569 P3 S1                                         ; Drive 3 goes forwards
            M350 X16 Y16 Z16 E16 I1                            ; Configure microstepping with interpolation
            M92 X80.00 Y80.00 Z80.00 E427.190                  ; Set steps per mm
            M566 X1200.00 Y1200.00 Z1200.00 E1200.00           ; Set maximum instantaneous speed changes (mm/min)
            M203 X19980.00 Y19980.00 Z19980.00 E3600.00        ; Set maximum speeds (mm/min)
            M201 X1000.00 Y1000.00 Z1000.00 E1000.00           ; Set accelerations (mm/s^2)
            M906 X1000.00 Y1000.00 Z1000.00 E800.00 I60        ; Set motor currents (mA) and motor idle factor in per cent
            M84 S30                                            ; Set idle timeout
            
            ; -----------------------------------------------------------------------------------------------------------------------------------------------
            ; Axis Limits
            ; -----------------------------------------------------------------------------------------------------------------------------------------------
            M208 Z0 S1                                         ; Set minimum Z
            ; -----------------------------------------------------------------------------------------------------------------------------------------------
            
            ; -----------------------------------------------------------------------------------------------------------------------------------------------
            ; Endstops
            ; -----------------------------------------------------------------------------------------------------------------------------------------------
            M574 X2 S1 P"xstop"                                ; ok Set active high endstops
            M574 Y2 S1 P"ystop"                                ; ok Set active high endstopS
            M574 Z2 S1 P"zstop"                                ; ok Set active high endstops
            ; -----------------------------------------------------------------------------------------------------------------------------------------------
            
            ; -----------------------------------------------------------------------------------------------------------------------------------------------
            ; Z-Probe
            ; -----------------------------------------------------------------------------------------------------------------------------------------------
            M558 P9 C"^zprobe.in+zprobe.mod" H5 F300 T3000    ; Set Z probe type to bltouch and the dive height + speeds H10
            M950 S0 C"exp.heater3"                             ; create servo pin 0 for BLTouch
            G31 P500 X0 Y25 Z0.00                             ; Set Z probe trigger value, offset and trigger height 2.45; 2.658
            M557 R140 S25                                      ; Define mesh grid
            ; -----------------------------------------------------------------------------------------------------------------------------------------------
            
            ; -----------------------------------------------------------------------------------------------------------------------------------------------
            ; Heaters
            ; -----------------------------------------------------------------------------------------------------------------------------------------------
            M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 R4700 ; configure sensor 0 as thermistor on pin bedtemp
            M950 H0 C"bedheat" T0                              ; create bed heater output on bedheat and map it to sensor 0
            M140 H0 P0                                         ; resets the temperature limit for the heater to the default for bed heaters
            M143 H0 S120                                       ; set temperature limit for heater 0 to 120C
            M307 H0 B0 S1.00                                   ; enable bang-bang mode for the bed heater and set PWM limit
            M308 S1 P"e0temp" Y"thermistor" T100000 B4725 C7.060000e-8 R4700  ; 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
            M143 H1 S280                                       ; set temperature limit for heater 1 to 280C
            ;M307 H1 A437.1 C302.4 D0.6 S1.00 V24.3 B0         ; PID tuning ed3 v6 buse 0,4
            ; -----------------------------------------------------------------------------------------------------------------------------------------------
            
            ; -----------------------------------------------------------------------------------------------------------------------------------------------
            ; Fans
            ; -----------------------------------------------------------------------------------------------------------------------------------------------
            M950 F0 C"fan0" Q500                              ; create fan 0 on pin fan0 and set its frequency FAN IMPRESSION
            M106 P0 S0 H-1                                    ; set fan 0 value. Thermostatic control is turned off
            M950 F1 C"fan1" Q500                              ; create fan 1 on pin fan1 and set its frequency FAN BUSE
            M106 P1 S1 H1 T45                                 ; set fan 1 value. Thermostatic control is turned on
            M950 F2 C"fan2" Q500                              ; create fan 2 on pin fan2 and set its frequency FAN BOITIER MCU
            ;M106 P2 S0 H-1                                   ; set fan 2 value. Thermostatic control is turned off
            M106 P2 F100 L0.4 B0.5 T33:40 H100:101:102        ; Set fan 2 Duet case fan. Turns on when the MCU temperature (virtual heater 100)
            ; -----------------------------------------------------------------------------------------------------------------------------------------------
            
            ; -----------------------------------------------------------------------------------------------------------------------------------------------
            ; Tools
            ; -----------------------------------------------------------------------------------------------------------------------------------------------
            M563 P0 D0 H1					                  ; Define tool 0
            G10 P0 S0 R0					                  ; Set tool 0 operating and standby temperatures
            
            ;*** If you have a single-nozzle build, comment the next 2 lines
            M563 P1 D1 H2					                  ; Define tool 1
            G10 P1 S0 R0					                  ; Set tool 1 operating and standby temperatures
            M579 X0.996 Y0.993 Z1.00                          ; scaling factor for Cartesian cords x1.01266 Y1.00908 X0.99453
            ; ------------------------------------------------------------------------------------------------------------------------------------------------
            
            ; ------------------------------------------------------------------------------------------------------------------------------------------------
            ; Automatic saving after power loss is not enabled
            ; ------------------------------------------------------------------------------------------------------------------------------------------------
            
            ; ------------------------------------------------------------------------------------------------------------------------------------------------
            ; Custom settings are not configured
            
            M575 P1 B57600 S1; panel due
            ; ------------------------------------------------------------------------------------------------------------------------------------------------
            
            ; ------------------------------------------------------------------------------------------------------------------------------------------------
            ; Miscellaneous
            ; ------------------------------------------------------------------------------------------------------------------------------------------------
            G29 S1
            M501                                             ; Load saved parameters from non-volatile memory
            ; ------------------------------------------------------------------------------------------------------------------------------------------------
            
            

            I LOVE MY DUET WIFI

            Board: Duet 2 WiFi (2WiFi)
            Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.4.1 (2022-06-01)
            Duet WiFi Server Version: 1.26
            Duet Web Control 3.4.1

            Cura 4.10

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

              How many tools do you actually have?

              Your config shows two tools being defined, but there is no heater or extruder defined for the second tool.

              ;*** If you have a single-nozzle build, comment the next 2 lines
              M563 P1 D1 H2					                  ; Define tool 1
              G10 P1 S0 R0					                  ; Set tool 1 operating and standby temperatures
              

              I think those lines should be commented out.

              G29 S1
              

              G29 S1 should not be used in config.g. Load the heightmap in your slicer start gcode after homing the z axis.

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

              Z-Bot CoreXY Build | Thingiverse Profile

              synergy41undefined 1 Reply Last reply Reply Quote 0
              • synergy41undefined
                synergy41 @Phaedrux
                last edited by

                @phaedrux

                I have an extruder and heater EV6

                here is the M122

                08/02/2022, 19:08:54	M122
                === Diagnostics ===
                RepRapFirmware for Duet 2 WiFi/Ethernet version 3.3 (2021-06-15 21:44:54) running on Duet WiFi 1.02 or later
                Board ID: 08DDM-9FAM2-LW4SD-6J9FL-3SJ6J-KJZ7Y
                Used output buffers: 3 of 24 (12 max)
                === RTOS ===
                Static ram: 23876
                Dynamic ram: 74368 of which 68 recycled
                Never used RAM 16104, free system stack 134 words
                Tasks: NETWORK(ready,13.0%,237) HEAT(delaying,0.0%,330) Move(notifyWait,0.1%,305) MAIN(running,86.2%,503) IDLE(ready,0.7%,29), total 100.0%
                Owned mutexes: WiFi(NETWORK)
                === Platform ===
                Last reset 00:02:18 ago, cause: power up
                Last software reset at 2022-02-06 20:59, reason: User, GCodes spinning, available RAM 16104, slot 2
                Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0041f000 BFAR 0xe000ed38 SP 0x00000000 Task MAIN Freestk 0 n/a
                Error status: 0x00
                Aux0 errors 0,0,0
                Step timer max interval 0
                MCU temperature: min 14.1, current 22.3, max 22.6
                Supply voltage: min 24.2, current 24.4, max 24.7, under voltage events: 0, over voltage events: 0, power good: yes
                Heap OK, handles allocated/used 0/0, heap memory allocated/used/recyclable 0/0/0, gc cycles 0
                Driver 0: position 70738, standstill, SG min/max 0/118
                Driver 1: position 70738, standstill, SG min/max 0/130
                Driver 2: position 70738, standstill, SG min/max 0/143
                Driver 3: position 0, standstill, SG min/max not available
                Driver 4: position 0, standstill, SG min/max not available
                Driver 5: position 0
                Driver 6: position 0
                Driver 7: position 0
                Driver 8: position 0
                Driver 9: position 0
                Driver 10: position 0
                Driver 11: position 0
                Date/time: 2022-02-08 19:08:53
                Cache data hit count 4294967295
                Slowest loop: 11.14ms; fastest: 0.16ms
                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.3ms, write time 0.0ms, max retries 0
                === Move ===
                DMs created 83, maxWait 106475ms, bed compensation in use: mesh, comp offset 0.000
                === MainDDARing ===
                Scheduled moves 5, completed moves 5, 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: 15.66ms; 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.26
                WiFi MAC address 5c:cf:7f:ee:6a:e7
                WiFi Vcc 3.40, reset reason Turned on by main processor
                WiFi flash size 4194304, free heap 25512
                WiFi IP address 192.168.1.18
                WiFi signal strength -66dBm, mode 802.11n, reconnections 0, sleep mode modem
                Clock register 00002002
                Socket states: 0 0 0 0 0 0 0 0
                

                M98 P"config.g"

                08/02/2022, 19:10:10	M98 P"config.g"
                HTTP is enabled on port 80
                FTP is disabled
                TELNET is disabled
                Error: in file macro line 34 column 19: M350: array too long, max length = 0
                Error: in file macro line 35 column 27: M92: array too long, max length = 0
                Error: in file macro line 36 column 34: M566: array too long, max length = 0
                Error: in file macro line 37 column 37: M203: array too long, max length = 0
                Error: in file macro line 38 column 34: M201: array too long, max length = 0
                Error: in file macro line 39 column 34: M906: array too long, max length = 0
                Error: Sensor number out of range
                Error: bad drive number
                Error: Tool 0 not found
                Error: bad drive number
                Error: Tool 1 not found
                Warning: the height map was loaded when the current Z=0 datum was not determined probing. This may result in a height offset.
                Warning: Heater 0 appears to be over-powered. If left on at full power, its temperature is predicted to reach 277C
                

                thank you for your help

                I LOVE MY DUET WIFI

                Board: Duet 2 WiFi (2WiFi)
                Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.4.1 (2022-06-01)
                Duet WiFi Server Version: 1.26
                Duet Web Control 3.4.1

                Cura 4.10

                1 Reply Last reply Reply Quote 0
                • synergy41undefined
                  synergy41
                  last edited by

                  Hello, no one can help me

                  I LOVE MY DUET WIFI

                  Board: Duet 2 WiFi (2WiFi)
                  Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.4.1 (2022-06-01)
                  Duet WiFi Server Version: 1.26
                  Duet Web Control 3.4.1

                  Cura 4.10

                  dc42undefined 1 Reply Last reply Reply Quote 0
                  • dc42undefined
                    dc42 administrators @synergy41
                    last edited by

                    @synergy41 it looks like you haven't assigned any driver to the extruder. If your extruder is connected to the E0 motor output, add this before line 34:

                    M584 X0 Y1 Z2 E3

                    Duet WiFi hardware designer and firmware engineer
                    Please do not ask me for Duet support via PM or email, use the forum
                    http://www.escher3d.com, https://miscsolutions.wordpress.com

                    synergy41undefined 1 Reply Last reply Reply Quote 1
                    • synergy41undefined
                      synergy41 @dc42
                      last edited by

                      @dc42
                      Thank you, that was right.
                      It's passing something weird then during the update to 3.3

                      I LOVE MY DUET WIFI

                      Board: Duet 2 WiFi (2WiFi)
                      Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.4.1 (2022-06-01)
                      Duet WiFi Server Version: 1.26
                      Duet Web Control 3.4.1

                      Cura 4.10

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

                        I think the problem was that your old config didn't have an M584 command and there were defaults in older firmware. There a no longer defaults and the M584 command must be present.

                        Z-Bot CoreXY Build | Thingiverse Profile

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