Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    Solved hotend heater displaying n/a

    Duet Hardware and wiring
    2
    5
    70
    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.
    • cj19944
      cj19944 last edited by

      Setting up a new printer i think i have put in the right information but my hotend is displaying n/a be9dc289-eb34-4a02-b7ca-b93333361a49-image.png

      ; Heaters
      M308 S0 P"temp0" Y"pt1000" ; configure sensor 0 as PT1000 on pin temp0
      M950 H0 C"out1" T0 ; create nozzle heater output on out1 and map it to sensor 0
      M307 H0 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
      M143 H0 S280 ; set temperature limit for heater 0 to 280C
      thanks if anyone know the answers.

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

        Can you post your full config.g please along with the results of M122 and M98 P"config.g"? thanks.

        Z-Bot CoreXY Build | Thingiverse Profile

        cj19944 1 Reply Last reply Reply Quote 1
        • cj19944
          cj19944 @Phaedrux last edited by

          @phaedrux f2df33f0-e82e-44b7-a8dc-9596fdccab1e-image.png
          m112 response too long config.g
          thanks.

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

            M98 P"config.g" is the full command. M98 by itself is nothing.

            Check the console tab for the output of M122.

            Be careful, M112 is to reset the board.

            ; Heaters
            M308 S0 P"temp0" Y"pt1000"              ; configure sensor 0 as PT1000 on pin temp0
            M950 H0 C"out1" T0                      ; create nozzle heater output on out1 and map it to sensor 0
            M307 H0 B0 S1.00                        ; disable bang-bang mode for heater  and set PWM limit
            M143 H0 S280                            ; set temperature limit for heater 0 to 280C
            
            ; Fans
            
            ; Tools
            M563 P0 D0 F0                           ; define tool 0
            

            Your tool configuration is missing the heater assignment.

            Add H0 to the end of the M563 command to assign heater0 to tool0.

            No heated bed?

            Z-Bot CoreXY Build | Thingiverse Profile

            cj19944 1 Reply Last reply Reply Quote 1
            • cj19944
              cj19944 @Phaedrux last edited by cj19944

              @phaedrux Hi thanks so much that worked appreciate your help,
              and no still waiting on the bed from china who so knows how long that will take.

              1 Reply Last reply Reply Quote 0
              • Topic has been marked as a question  Phaedrux Phaedrux 
              • Topic has been marked as solved  Phaedrux Phaedrux 
              • First post
                Last post
              Unless otherwise noted, all forum content is licensed under CC-BY-SA