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

    Temprature sensor error unknown temperature sensor channel

    Scheduled Pinned Locked Moved
    Firmware installation
    6
    91
    4.7k
    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.
    • JTMundefined
      JTM @Phaedrux
      last edited by

      @Phaedrux version 3 now

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

        Alright, if 3.0 is installed you should try replacing the DWC files with the zip linked above. That may get you back on track.

        Once in the web interface, just upload the whole 3.0 zip file as is to the /sys folder in DWC. Then upload the 3.1.1 zip file. Don't extract them first.

        Z-Bot CoreXY Build | Thingiverse Profile

        JTMundefined 1 Reply Last reply Reply Quote 0
        • JTMundefined
          JTM @Phaedrux
          last edited by

          @Phaedrux i cant get in the web interface it is just a blank screen? sorry to be such a pain .

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

            @Phaedrux said in Temprature sensor error unknown temperature sensor channel:

            If the web interface wasn't updated along the way with the firmware, you can manually install the DWC files by extracting the DWC zip file into the /www folder on the SD card with your PC.

            https://github.com/Duet3D/RepRapFirmware/releases/download/3.1.1/DuetWebControl-SD-3.1.1.zip

            You'll have to do this.

            Z-Bot CoreXY Build | Thingiverse Profile

            JTMundefined 1 Reply Last reply Reply Quote 0
            • JTMundefined
              JTM @Phaedrux
              last edited by

              @Phaedrux im hopeless at this stuff ! i loaded that file onto the sd card and now i get this message from the web face

              Your Duet rejected the HTTP request: page not found
              Check that the SD card is mounted and has the correct files in its /www folder

              Vetiundefined 1 Reply Last reply Reply Quote 0
              • Vetiundefined
                Veti @JTM
                last edited by

                @JTM said in Temprature sensor error unknown temperature sensor channel:

                i loaded that file onto the sd card

                you have to upack the zip file

                the content of the zip file has to be in the folder www on the sd card

                JTMundefined 2 Replies Last reply Reply Quote 0
                • JTMundefined
                  JTM @Veti
                  last edited by

                  @Veti i extracted those files to the sd card www file? is that right?

                  1 Reply Last reply Reply Quote 0
                  • JTMundefined
                    JTM @Veti
                    last edited by

                    @Veti i switched it on and off and now its working !!!! i have web interface again !

                    1 Reply Last reply Reply Quote 0
                    • JTMundefined
                      JTM
                      last edited by

                      now my zprobe doesnt deploy 😞 on the bright side the temp probe is showing temp, but when i tried to heat the hotend i got an error it was too slow.

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

                        Alright you're getting somewhere.

                        Have you uploaded the 3.0 and 3.1.1 zip files?

                        @Phaedrux said in Temprature sensor error unknown temperature sensor channel:

                        Alright, if 3.0 is installed you should try replacing the DWC files with the zip linked above. That may get you back on track.

                        Once in the web interface, just upload the whole 3.0 zip file as is to the /sys folder in DWC. Then upload the 3.1.1 zip file. Don't extract them first.

                        Z-Bot CoreXY Build | Thingiverse Profile

                        JTMundefined 1 Reply Last reply Reply Quote 0
                        • JTMundefined
                          JTM @Phaedrux
                          last edited by

                          @Phaedrux yes mate, when sending the M115 command i now get firmware 3.1.1

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

                            The heaters will need to be PID tuned. That should get rid of the too slow error.

                            Here's how: https://duet3d.dozuki.com/Guide/Ender+3+Pro+and+Duet+Maestro+Guide+Part+4:+Calibration/40#s161

                            For the probe please post your config.g and deployprobe.g and retractprobe.g macros from the /sys folder. Also homeall.g

                            Copy and paste the text here.

                            Z-Bot CoreXY Build | Thingiverse Profile

                            JTMundefined 2 Replies Last reply Reply Quote 0
                            • JTMundefined
                              JTM @Phaedrux
                              last edited by

                              @Phaedrux the z probe code
                              ; Z-Probe
                              M950 S0 C"exp.heater3" ; create servo pin 0 for BLTouch
                              M558 M558 P9 H5 F100 T2000 ; set Z probe type to bltouch and the dive height + speeds
                              G31 X0 Y0 Z0 P25 ; set Z probe trigger value, offset and trigger height
                              M557 X15:215 Y15:195 S20 ; define mesh grid

                              Phaedruxundefined 1 Reply Last reply Reply Quote 0
                              • JTMundefined
                                JTM @Phaedrux
                                last edited by

                                @Phaedrux deploy probe M280 P3 S10 I1 ; deploy BLTouch
                                retract probe M280 P3 S90 I1 ; retract BLTouch
                                homeall G91 ; relative positioning
                                G1 H2 Z5 F6000 ; lift Z relative to current position
                                G1 H1 X-505 Y-455 F3000 ; move quickly to X and Y axis endstops and stop there (first pass)
                                G1 H2 X5 Y5 F6000 ; go back a few mm
                                G1 H1 X-505 Y-455 F600 ; move slowly to X and Y axis endstops once more (second pass)
                                G90 ; absolute positioning
                                G1 X15 Y15 F6000 ; go to first bed probe point and home Z
                                G30 ; home Z by probing the bed

                                ; Uncomment the following lines to lift Z after probing
                                ;G91 ; relative positioning
                                ;G1 Z5 F100 ; lift Z relative to current position
                                ;G90 ; absolute positioning

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

                                  In the deploy and retract files change the P3 to P0 and remove the I1

                                  Z-Bot CoreXY Build | Thingiverse Profile

                                  JTMundefined 1 Reply Last reply Reply Quote 0
                                  • JTMundefined
                                    JTM @Phaedrux
                                    last edited by

                                    @Phaedrux i changed the macro test files to P0 and delted the I1 but didnt work, re added the I1 and the macros work, but when i try to home z i get this error message?
                                    G28 Z
                                    Error: in file macro line 9: G30: Z probe 0 not found
                                    Error: Homing failed

                                    1 Reply Last reply Reply Quote 0
                                    • JTMundefined
                                      JTM
                                      last edited by

                                      thanks everyone for your help, it is really appreciated !

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

                                        @JTM said in Temprature sensor error unknown temperature sensor channel:

                                        M558 M558 P9 H5 F100 T2000 ; set Z probe type to bltouch and the dive height + speeds

                                        Does that line in your config.g actually have double M558 at the start?

                                        Can you post your full config.g?

                                        Z-Bot CoreXY Build | Thingiverse Profile

                                        JTMundefined 1 Reply Last reply Reply Quote 0
                                        • JTMundefined
                                          JTM @Phaedrux
                                          last edited by

                                          @Phaedrux copy and pasted full config.g file :
                                          ; General preferences
                                          G90 ; send absolute coordinates...
                                          M83 ; ...but relative extruder moves
                                          M550 P"My Printer" ; set printer name

                                          ; Network
                                          M552 S1 ; enable network
                                          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 P3 S1 ; physical drive 3 goes forwards
                                          M584 X0 Y1 Z2 E3 ; set drive mapping
                                          M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
                                          M92 X80.00 Y80.00 Z400.00 E420.00 ; set steps per mm
                                          M566 X900.00 Y900.00 Z12.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 X1200 Y1200 Z1500 E1200 I30 ; set motor currents (mA) and motor idle factor in per cent
                                          M84 S30 ; Set idle timeout

                                          ; Axis Limits
                                          M208 X0 Y0 Z0 S1 ; set axis minima
                                          M208 X500 Y450 Z500 S0 ; set axis maxima

                                          ; Endstops
                                          M574 X1 S1 P"xstop" ; configure active-high endstop for low end on X via pin xstop
                                          M574 Y1 S1 P"ystop" ; configure active-high endstop for low end on Y via pin ystop
                                          M574 Z1 S2 ; configure Z-probe endstop for low end on Z

                                          ; Z-Probe
                                          M950 S0 C"exp.heater3" ; create servo pin 0 for BLTouch
                                          M558 M558 P9 H5 F100 T2000 ; set Z probe type to bltouch and the dive height + speeds
                                          G31 X0 Y0 Z0 P25 ; set Z probe trigger value, offset and trigger height
                                          M557 X15:215 Y15:195 S20 ; define mesh grid

                                          ; Heaters
                                          M308 S0 P"bedtemp" Y"thermistor" T100000 B3950 ; 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
                                          M307 M307 H0 B0 S1.00 ; 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"spi.cs1" Y"rtd-max31865" ; configure sensor 1 as thermocouple via CS pin spi.cs1
                                          M950 H1 C"e0_heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
                                          M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit

                                          ; Fans
                                          M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
                                          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
                                          M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on

                                          ; Tools
                                          M563 P0 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
                                          ;Miscellaneous
                                          M575 P1 S1 857600

                                          Phaedruxundefined droftartsundefined 4 Replies Last reply Reply Quote 0
                                          • Phaedruxundefined
                                            Phaedrux Moderator @JTM
                                            last edited by

                                            @JTM said in Temprature sensor error unknown temperature sensor channel:

                                            ; Z-Probe
                                            M950 S0 C"exp.heater3" ; create servo pin 0 for BLTouch
                                            M558 M558 P9 H5 F100 T2000 ; set Z probe type to bltouch and the dive height + speeds
                                            G31 X0 Y0 Z0 P25 ; set Z probe trigger value, offset and trigger height
                                            M557 X15:215 Y15:195 S20 ; define mesh grid

                                            You've got M558 in there twice. Take one of them out.

                                            Z-Bot CoreXY Build | Thingiverse Profile

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