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 @A Former User
      last edited by

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

      C"^zprobe.in"

      Genius ! thanks mate did the trick now homes all axis ! temp sensor works, extruder works all i need now is to calibrate i think 🙂 woohoo !! thanks so much to everyone for your help !

      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

        Can't believe I didn't catch that!

        Z-Bot CoreXY Build | Thingiverse Profile

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

          @Phaedrux you guys are awesome ! appreciate the help as i'm as green as it gets almost ! lol
          Ive calibrated my steps so now all axis move the perfect distance, extruder extrudes exactly 100mm when i tell it too, only issue i have is homing Z. I have used the test and calibrate procedure in this link https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe
          i have done the calibration several times i manually move the bed up to be catching a width of paper, send M92 Z0 comand to set sero. i then drop the bed down 10mm and send G30 S-1 and i consistently get an av figure of 1.8mm. Now i changed my congig.g code which was G31 X0 Y0 Z0 P25 to G31 X0 Y0 Z1.8 P25 and it still home 14mm high ? am i doing something wrong obviously?

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

            1.8mm trigger height sounds reasonable. 14mm high? Where is that coming from? How are you measuring that? After homing if you jog to z0 the nozzle should be touching the bed.

            Z-Bot CoreXY Build | Thingiverse Profile

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

              @Phaedrux i have a E3d super volcano on this machine so i measure from the bottom of the block with a ruler to the bed and it homes 14mm high every time. i can move the nozzle to the bed via the controls sure, but i thought it would home to the required printing height each time if set correctly?

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

                @Phaedrux when i home Z it raises the bed hits the Zprobe then the bed drops 10mm or so?

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

                  @JTM what height does DWC report Z is at after homing Z? If 0, but nozzle is off bed, post your homeall.g and homez.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

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

                    @droftarts its says 0 on the console
                    homeall :
                    generated by RepRapFirmware Configuration Tool v3.1.4 on Wed Sep 16 2020 07:34:10 GMT+1000 (Australian Eastern Standard Time)
                    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

                    Home z:
                    ; generated by RepRapFirmware Configuration Tool v3.1.4 on Wed Sep 16 2020 07:34:11 GMT+1000 (Australian Eastern Standard Time)
                    G91 ; relative positioning
                    G1 H2 Z5 F6000 ; lift Z relative to current position
                    G90 ; absolute positioning
                    G1 X15 Y15 F6000 ; go to first probe point
                    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 @JTM
                      last edited by

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

                      i can move the nozzle to the bed via the controls sure, but i thought it would home to the required printing height each time if set correctly?

                      The print height gets set by the slicer.

                      The important thing is that after homing you can do a G90 G1 Z0 move and the nozzle touches the bed. If that works, then when you start the print it will go to the right height.

                      Maybe show a photo of what you mean with the 14mm if you still think something is wrong.

                      Z-Bot CoreXY Build | Thingiverse Profile

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

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

                        G90 G1 Z0

                        that did the trick ! so when the print starts it moves to z position 0? i didnt know that. I am trying a print lets see what happens but im finding i have to heat the extruder manually before starting a print. Ill figure it out tommorow 🙂

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

                          ![0_1600329782267_E2B2A79B-9311-4AC2-BCFF-1A5728E3112A.jpeg](Uploading 100%) I have started a print almost completed ! There are a couple of bugs to iron out but this board is amazing! So quite ! I have the wrong nozzle for the print as it was a rush to see it working but almost done! Just printing in reverse ! Lol but I’m sure there is an easy fix for it !
                          Thanks heaps guys I really appreciate all the help !

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

                            you have to wait a bit after the image upload reaches 100% otherwise the image will no be displayed

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

                              ![0_1600330423710_31E7A5BE-1942-488F-8CDB-FE2DC379A516.jpeg](Uploading 100%)

                              I’ll try again

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

                                @JTM
                                wait for it to display in the preview window

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

                                  ![0_1600333403425_BC369645-8C18-4234-9079-591754519CEB.jpeg](Uploading 100%) I don’t think I can load pictures from my mobile?

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

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

                                    ![0_1600333403425_BC369645-8C18-4234-9079-591754519CEB.jpeg](Uploading 100%) I don’t think I can load pictures from my mobile?

                                    There were problems uploading images to the forum from some versions of Chrome. Is Chrome up to date on your smartphone? Or are you using a different browser?

                                    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

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

                                      @dc42 I think so mate, had an update not long ago.

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

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

                                        so when the print starts it moves to z position 0?

                                        Well no when the print starts it will move the first layer height set by the slicer. 0.2 or whatever you have it set to.

                                        Z-Bot CoreXY Build | Thingiverse Profile

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

                                          @Phaedrux yes it does move to the correct height for printing. I worked out why the machine was printing in reverse, embarrased to admit but i had the X and Y motors and end stops back to front ! lol
                                          I have the machine printing but for some reason it doesn't start the heater automatically, i have to heat the extruder then start a print to get t printing. Not sure what this error is :

                                          Error: Temperature reading fault on heater 0: sensor open circuit
                                          Resume state saved
                                          Printing paused at X0.0 Y0.0 Z0.0

                                          I will try my friend google and see what i can come up with, thanks again for all the help guys !

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

                                            @Phaedrux i am getting this error when trying to print:
                                            Warning: Tool 0 was not driven because its heater temperatures were not high enough or it has a heater fault

                                            I'm guessing that the extruder temp is set below the temp (260c) i want to print at. how do i change that if that's the case?
                                            Thanks in advance

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