Duet3D Logo

    Duet3D

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

    temperature reading fault on heater 1

    Firmware installation
    5
    6
    114
    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.
    • TRIPZ2757
      TRIPZ2757 last edited by

      I have a tevo little monster and it wont heat up to load filament all the wires are correct i checked everything

      1 Reply Last reply Reply Quote 0
      • SIam
        SIam last edited by

        Have you done a PID tuning?
        https://duet3d.dozuki.com/Wiki/Tuning_the_heater_temperature_control

        Hypercube-Evolution-Hybrid, Piezo Orion, Orbiter
        Duet WiFi 1.02 or later + DueX5
        RepRapFirmware for Duet 2 WiFi/Ethernet 3.4.0beta4 (2021-09-27 11:30:36)
        Duet WiFi Server: 1.26
        Duet Web Control 3.4.0beta4 (2021-09-27)

        1 Reply Last reply Reply Quote 0
        • jens55
          jens55 last edited by

          Might want to post your config file as well.

          TRIPZ2757 1 Reply Last reply Reply Quote 0
          • TRIPZ2757
            TRIPZ2757 @jens55 last edited by

            @jens55

            ; Configuration file for Duet Ethernet (firmware version 3.00)
            ; executed by the firmware on start-up
            ;

            ; Network
            M550 P"DuetTLM" ; Set machine name
            ;M551 P"password" ; Machine password (used for FTP)
            M552 S1 ; Enable network
            M586 P0 S1 ; Enable HTTP
            M586 P1 S1 ; Enable FTP
            M586 P2 S0 ; Disable Telnet

            ; General preferences
            M111 S0 ; Debugging off
            G21 ; Work in millimetres
            G90 ; Send absolute coordinates...
            M83 ; ...but relative extruder moves
            M555 P1 ; Set firmware compatibility to look like RepRapFirmare
            M665 R157 L398 B175 H525 ; Set delta radius, diagonal rod length, printable radius and homed height
            M666 X0 Y0 Z0 ; Put your endstop adjustments here, or let auto calibration find them
            M208 Z0 S1 ; Set minimum Z

            ; Endstops
            M574 X2 S1 P"xstop" ; X high active high endstop switch
            M574 Y2 S1 P"ystop" ; Y high active high endstop switch
            M574 Z2 S1 P"zstop" ; Z high active high endstop switch

            ; Filament Sensor
            M591 D0 P1 C"e0_stop" S1 ; filament monitor connected to E0_stop

            ; BL-Touch
            ;M558 P9 X0 Y0 Z0 H3 F100 T5000 ; Set Z probe type to unmodulated and the dive height + speeds
            ;M307 H3 A-1 C-1 D-1 ; reserve Heater 3 Pin for M42 or servo use

            M558 P9 C"^zprobe.in" H3 F100 T5000 ; BLTouch connected to Z probe IN pin
            M950 S0 C"exp.heater3" ; create servo/gpio 0 on heater 3 pin on expansion connector
            M280 P0 S10 ; send control signal to BLTouch through servo/gpio 0

            ; Offset depending on nozzle size
            ; G31 P25 X0 Y-21 Z1.2 ; Set Z probe trigger value, offset and trigger height for 0.4mm Nozzle
            G31 P25 X0 Y-21 Z1.208 ; Set Z probe trigger value, offset and trigger height for 0.6mm Nozzle

            M557 R150 S15 ; mesh grid

            ; Drives
            M569 P0 S0 ; Drive 0 goes forwards
            M569 P1 S0 ; Drive 1 goes forwards
            M569 P2 S0 ; Drive 2 goes forwards
            M569 P3 S0 ; Drive 3 goes forwards
            M350 E32 I0 ; Configure microstepping without interpolation
            M350 X32 Y32 Z32 I1 ; Configure microstepping with interpolation
            M92 X160 Y160 Z160 E1607.45 ; Set steps per mm
            M566 X1200 Y1200 Z1200 E3000 ; Set maximum instantaneous speed changes (mm/min)
            M203 X39960 Y39960 Z39960 E3000 ; Set maximum speeds (mm/min)
            M201 X1000 Y1000 Z1000 E1500 ; Set accelerations (mm/s^2)
            M906 X1800 Y1800 Z1800 E1500 I30 ; Set motor currents (mA) and motor idle factor in per cent
            M84 S30 ; Set idle timeout

            ; Heaters
            M143 S285 ; Set maximum heater temperature to 285C
            M308 S0 P"bed_temp" Y"thermistor" T100000 B4607 C8.950070e-8 R4700 ; Set thermistor + ADC parameters for heater 0
            ;M308 S1 P"e0_temp" Y"thermistor" T100000 B4607 C8.950070e-8 R4700 ; Set thermistor + ADC parameters for heater 0
            M308 S1 P"spi.cs1" Y"rtd-max31865" ; create sensor number 1 as a PT100 sensor in the first position on the Duet 2 daughter board connector

            M950 H0 C"bed_heat" T0 ; heater 0 uses the bed_heat pin, sensor 0
            M950 H1 C"e0_heat" T1 ; heater 0 uses the bed_heat pin, sensor 0

            M301 H0 S1.00 P10 I0.1 D200 T0.4 W180 B30 ; Use PID on bed heater (may require further tuning)

            ; Tools
            M563 P0 D0 H1 ; 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

            ; Fans
            M950 F0 C"Fan0" Q500 ; Set fan 0 value, PWM signal inversion and frequency.
            M950 F1 C"Fan1" Q500 ; ; Set fan 1 value, PWM signal inversion and frequency.
            M106 P0 S0 H-1 ; Set fan 0 thermostatic control is turned off and switch off fan
            M106 P1 H1 T45 ; Set fan 1 thermostatic control on and start Temp at 45 degree

            ; Custom settings are not configured

            ; Miscellaneous
            M501 ; Load saved parameters from non-volatile memory

            M575 P1 S1 B57600 ;panel

            yea idk what im doing wrong everything is connected correctly

            engikeneer dc42 2 Replies Last reply Reply Quote 0
            • engikeneer
              engikeneer @TRIPZ2757 last edited by

              @tripz2757 might help if you tell us what the exact fault is you're getting...
              Temperature rising too slowly?
              Temperature excursion?
              Etc

              Home-built CoreXY, Duet Wifi, Chimera direct drive, 2x BMG, 300x300x300 build volume
              i3 clone with a bunch of mods

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

                @tripz2757 if you send M308 S1 with no other parameters, it should provide more details of the temperature reading fault.

                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

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