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

    Duet 2 Wifi E0temp 2000

    Scheduled Pinned Locked Moved
    Using Duet Controllers
    3
    4
    168
    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.
    • RobiiinXundefined
      RobiiinX
      last edited by

      Hello, now im fix the bed temperature with the command:

      M305 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; CONFIGURE SENSOR 0 AS THERMISTOR ON PIN BEDTEMP

      Now i want to know the command that i can fix the e0temp. E0Temp still on 2000 dagrees.

      1 Reply Last reply Reply Quote 0
      • RobiiinXundefined
        RobiiinX
        last edited by

        This is my config.g

        M305 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; CONFIGURE SENSOR 0 AS THERMISTOR ON PIN BEDTEMP ; 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 H0 B1 S1.00 ; enable 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"e1temp" Y"thermistor" T100000 B4725 C7.06e-8 ; 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
        M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
        M143 H1 S280 ; set temperature limit for heater 1 to 280C

        1 Reply Last reply Reply Quote 0
        • blt3dpundefined
          blt3dp
          last edited by

          M308 S1 P"e1temp" Y"thermistor" T100000 B4725 C7.06e-8 ; configure sensor 1 as thermistor on pin e0temp
          

          The config says you're using Extruder 1 Thermistor pin, but the comments say Extruder 0. I'd switch either the config or the physical spot it's plugged in and see if that helps.

          My 3D Printing YouTube Channel
          Better Living Through 3D Printing

          Follow me on Instagram and Twitter
          Instagram
          Twitter

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

            Photo of the actual wiring?

            2000c means it's not connected. Usually that ends up being the case either through connection error or wire break.

            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