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

    SOLVED - Heater Temp not increasing after initial test.

    Scheduled Pinned Locked Moved Solved
    General Discussion
    4
    52
    2.6k
    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.
    • Anvilundefined
      Anvil
      last edited by Anvil

      SOLVED! - either blew the heater itself or it was bad.

      (update at bottom) So I Installed a new hotend. A Phaetus Rapido on my ender 5 plus with a duet 2 wifi. I was told that by others that upgraded to one that they just plugged it in and it played very well after PID tuning. Well i tuned it on to 200c initially just to make sure it worked... and it did. I believe it overshot it and faulted out was the error i saw. So I went to run an autotune after i restarted and the heater wont increase temp. Did I blow a fuse on the board? How can i tell?

      My other concern (and i may be just being paranoid about having messed something up) is would there be anything wrong with copying and pasting a macro for another printers PID autotune macro that i liked? could that have altered and saved some sort of config-bak heater settings that arent playing nice after running the autotune and the temp not increasing?
      can i just delete everything in the config-bak file and see if it allows the heater to increase again?

      or is it likely a fuse?

      this is the macro i copied and pasted for anyone to look at to see if it could have been that.

      ; Macro file for Duet WiFi
      ; Generated by Modix - Version 3.4.1 Macro C

      M300 S666 P666 ; beep
      M291 S3 R"Attention!" P"During auto tuning there is minimal protection against heating faults. Therefore you should not leave the printer unattended"
      M570 H0 P120 T50 ; Extend the heater H1 fault timeout to 120 seconds for testing
      G4 S1 ; wait
      M303 H0 T0 P1 S240 F1.0 ; Start the PID tune at 240c, fan at 100%

      UPDATE;

      So Im getting super frustrated with this issue. Im pretty good with the duet ecosystem and have been able to iron out any issues ive had over the past few years without having to reach out to the forum... I search for previous issues and have always found my solution without needing to post... but im super stumped on this one....

      1. I dont see how it could be a wiring issue if i only changed the connector out and put the new hotend on. So i immediately figured it was a fuse or a configuration issue.
      2. Im leaning towards config issue over fuse because in my config.g if i go to the m307 difinitions and swap T0 and T1 (bed and nozzle) and activate the bed (now nozzle defined as bed just to test functionality at all) the nozzle temp starts climbing at the same rate as the bed would until of course the board dead times out and states that the bed temp (still measuring from the bed sensor) isnt rising... so the hotend thermistor is reading properly and the heater does in fact work... something just isnt telling it to heat.
      3. I have updated all firmware and web interface to most recent... i followed the duet documentation to the T and uptaded from 2.x to 3.0 via reprap configurator before updating to latest 3.3 version. (and this is where i seem to be having some issue i cant identify)
      4. as it states in the beginning of the post. I was able to get the heater to overheat and fault out for my initial functionality test... (which is where my fear of blown fuse first came from) but after clearing fault and initiating an autotune is where i started to have my issue..
      5. config-override saved m307 pid calibration seems to state that my pid tuning for H1 (nozzle) was performed at V0... while bed states V24.1 I have tried altering the value to read v24.1 and no change... and now i just booted up this morning and there is no nozzle heater listed on my paneldue, only reading the thermistor value.

      Ive tried commenting out m501 for bootup to see if i can just start fresh and not load m500 values and still no joy
      Ive found my old .json file and copied it as much as possible for the new firmware versions so it (as much as possible) matches my old config before firmware migration to 3.0
      There just has to be something odd going on with the reprap configuration helper... There just seems to be something not being written properly and somehow not creating the nozzle heater tool. Like.. im almost to the point of wondering if naming the tool "nozzle" somehow created some redundant naming definition that confused the configurator... I have no idea... but i really need to get this going again. Please help.

      jay_s_ukundefined 1 Reply Last reply Reply Quote 0
      • jay_s_ukundefined
        jay_s_uk @Anvil
        last edited by

        @anvil the fuse for the heaters (on a 1.04 at least) is the same fuse for the motors so if that's gone you're stepper motors won't be able to move.
        Have you cleared the fault message before trying to heat?
        The typical failure method for a mosfet is to fail closed, which would result in the heater being always on.
        You can also check whether the LED near the hotend comes on when you command it.

        In terms of PID tuning, nothing wrong with using a macro from elsewhere, but the preferred method of tuning a hotend is to use the tool number rather than the heater number e.g. M303 T1 S200 as that will command the part cooling fans to be on during the second half of the tuning.

        Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

        Anvilundefined 1 Reply Last reply Reply Quote 0
        • Anvilundefined
          Anvil @jay_s_uk
          last edited by

          @jay_s_uk ok coo! should i change that in the macro file or is that a command i can send to the console?

          jay_s_ukundefined 1 Reply Last reply Reply Quote 0
          • jay_s_ukundefined
            jay_s_uk @Anvil
            last edited by

            @anvil i would just send it from the console, thats how i do it

            Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

            Anvilundefined 1 Reply Last reply Reply Quote 1
            • Anvilundefined
              Anvil @jay_s_uk
              last edited by

              @jay_s_uk it says heater not defined...

              jay_s_ukundefined 1 Reply Last reply Reply Quote 0
              • jay_s_ukundefined
                jay_s_uk @Anvil
                last edited by

                @anvil post your config and an output of M98 P"config.g"

                Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                Anvilundefined 4 Replies Last reply Reply Quote 0
                • Anvilundefined
                  Anvil @jay_s_uk
                  last edited by

                  @jay_s_uk
                  0:/sys/config.g
                  ; Configuration file for Duet WiFi (firmware version 2.03)
                  ; executed by the firmware on start-up
                  ;
                  ; generated by RepRapFirmware Configuration Tool v2.0.3 on Fri Sep 13 2019 00:35:32 GMT+0100 (British Summer Time)

                  ; General preferences
                  G90 ; send absolute coordinates...
                  M83 ; ...but relative extruder moves
                  M550 P"Ender 5 Plus" ; set printer name

                  ; Network
                  M552 S1 ; enable network
                  M586 P0 S1 ; enable HTTP
                  M586 P1 S1 ; enable FTP
                  M586 P2 S1 ; enable Telnet

                  ; Drives
                  M569 P0 S1 ; physical drive 0 goes forwards
                  M569 P1 S1 ; physical drive 1 goes forwards
                  M569 P2 S0 ; physical drive 2 goes backwards
                  M569 P3 S0 ; physical drive 3 goes backwards
                  M584 X0 Y1 Z2 E3 ; set drive mapping
                  M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
                  M92 X80.56 Y80.48 Z801.62 E674.42 ; set steps per mm
                  M572 D0 S0.02 ; pressure advance
                  M207 S1.5 F7200 Z0.2 ; firmware retraction
                  M566 X900.00 Y900.00 Z12.00 E300.00 ; set maximum instantaneous speed changes (mm/min)
                  M203 X6000.00 Y6000.00 Z300.00 E1200.00 ; set maximum speeds (mm/min)
                  M201 X500.00 Y500.00 Z20.00 E10000 ; set accelerations (mm/s^2)
                  M906 X800 Y800 Z800 E1200 I10 ; set motor currents (mA) and motor idle factor in per cent
                  M84 S30 ; Set idle timeout

                  ; Axis Limits
                  M208 X-5.5 Y0 Z-5.5 S1 ; set axis minima
                  M208 X350 Y350 Z400 S0 ; set axis maxima

                  ; Endstops
                  M574 X1 Y1 S1 ; set active high endstops

                  ; Z-Probe
                  M574 Z1 S2 ; set endstops controlled by probe
                  M307 H3 A-1 C-1 D-1 ; disable heater on PWM channel for BLTouch
                  M558 P9 H2.5 F180 T6000 ; set Z probe type to bltouch and the dive height + speeds
                  G31 P500 X42 Y11 Z2.546 ; set Z probe trigger value, offset and trigger height
                  M557 X0:305 Y0:315 S25 ; define mesh grid

                  ; Heaters
                  M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWlimit
                  M305 P0 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 0
                  M143 H0 S120 ; set temperature limit for heater 0 to 120C
                  M305 P1 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 1
                  M143 H1 S280 ; set temperature limit for heater 1 to 280C

                  ; Fans
                  M106 P1 S0 I0 F500 H-1 C”Cooling Power” ; set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned off. F500 to F0:1

                  ; Tools
                  M563 P0 D0 H1 F0:1 ; define tool 0
                  G10 P0 X0 Y0 Z0.18 ; set tool 0 axis offsets
                  G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C

                  ; Custom settings
                  M591 D0 P2 C3 S1 ; Filament Run out sensor
                  G29 S1 ; Load mesh bed

                  ; Miscellaneous
                  M501 ; load saved parameters from non-volatile memory
                  M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss

                  Ender 5 Plus
                  M303 T1 S200
                  Status
                  Idle
                  Tool Position
                  X
                  164.5
                  Y
                  0.0
                  Z
                  0.02
                  Extruder Drives
                  Drive 0
                  0.0
                  Speeds
                  Requested Speed
                  0 mm/s
                  Top Speed
                  0 mm/s
                  Sensors
                  Vin
                  24.1 V
                  MCU Temperature
                  32.2 C
                  Fan RPM
                  0
                  Z-Probe
                  0
                  Tools
                  Extra
                  Control All
                  Tool Heater Current Active Standby
                  Tool 0
                  T0 - Load Filament Heater 1
                  off 26.0 C
                  0
                  0
                  Bed Heater 0
                  off 25.6 C
                  0
                  0
                  Temperature Chart
                  System Directory

                  1 Reply Last reply Reply Quote 0
                  • Anvilundefined
                    Anvil @jay_s_uk
                    last edited by

                    @jay_s_uk
                    M98 P"config.g"
                    HTTP is enabled on port 80
                    FTP is enabled on port 21
                    TELNET is enabled on port 23

                    1 Reply Last reply Reply Quote 0
                    • Anvilundefined
                      Anvil
                      last edited by

                      I decided it was a good time to migrate to the latest firmware... i was pre 3.0 so im about done... ill post that here in a second to see if there are any glaring differences you can see

                      1 Reply Last reply Reply Quote 0
                      • Anvilundefined
                        Anvil @jay_s_uk
                        last edited by

                        @jay_s_uk

                        updated firmware config

                        0:/sys/config.g
                        ; Configuration file for Duet WiFi (firmware version 3)
                        ; executed by the firmware on start-up
                        ;
                        ; generated by RepRapFirmware Configuration Tool v3.3.13 on Fri Sep 16 2022 10:35:49 GMT-0400 (Eastern Daylight Time)

                        ; General preferences
                        M575 P1 S1 B57600 ; enable support for PanelDue
                        G90 ; send absolute coordinates...
                        M83 ; ...but relative extruder moves
                        M550 P"Ender 5 Plus IWS" ; 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 S0 ; physical drive 2 goes backwards
                        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.56 Y80.49 Z801.62 E674.42 ; set steps per mm
                        M566 X900.00 Y900.00 Z12.00 E300.00 ; set maximum instantaneous speed changes (mm/min)
                        M203 X6000.00 Y6000.00 Z300.00 E1200.00 ; set maximum speeds (mm/min)
                        M201 X500.00 Y500.00 Z20.00 E10000.00 ; set accelerations (mm/s^2)
                        M906 X800 Y800 Z800 E1200 I10 ; 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 X350 Y350 Z400 S0 ; set axis maxima

                        ; Endstops
                        M574 X1 S1 P"xstop" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin xstop
                        M574 Y1 S1 P"ystop" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin ystop

                        ; Z-Probe
                        M558 P0 H5 F120 T6000 ; disable Z probe but set dive height, probe speed and travel speed
                        M556 S50 X0 Y0 Z0 ; set orthogonal axis compensation parameters
                        M557 X0:315 Y0:315 S25 ; define mesh grid

                        ; Heaters
                        M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; 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"e0temp" Y"thermistor" T100000 B4138 ; 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

                        ; 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 S"Nozzle" 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
                        M501 ; load saved parameters from non-volatile memory
                        M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss

                        Ender 5 Plus IWS
                        Send code...
                        Status
                        Idle
                        Mode: FFF
                        Tool Position
                        X
                        0.0
                        Y
                        0.0
                        Z
                        0.00
                        Extruder Drives
                        Drive 0
                        0.0
                        Speeds
                        Requested Speed
                        0 mm/s
                        Top Speed
                        0 mm/s
                        Sensors
                        Vin
                        24.1 V
                        MCU Temperature
                        32.4 C
                        Tools
                        Extra
                        Control All
                        Tool Heater Current Active Standby
                        Nozzle
                        T0 - Load Filament Heater 1
                        off 26.2 C
                        0
                        0
                        Bed Heater 0
                        off 25.8 C
                        0
                        0
                        Temperature Chart
                        System Directory

                        1 Reply Last reply Reply Quote 0
                        • Anvilundefined
                          Anvil @jay_s_uk
                          last edited by

                          @jay_s_uk

                          M98 P"config.g"
                          HTTP is enabled on port 80
                          FTP is disabled
                          TELNET is disabled
                          Warning: M307: heater 0 appears to be over-powered. If left on at full power, its temperature is predicted to reach 365C.

                          hmm not sure what thats about

                          Rushmere3Dundefined 1 Reply Last reply Reply Quote 0
                          • Rushmere3Dundefined
                            Rushmere3D @Anvil
                            last edited by

                            @anvil What command did you put in the console to PID the hotend? The one Jay gave was an example, you don't have a T1 so that wouldn't work.

                            Follow my adventures in 3D Printing, laser cutting and electronics. https://linktr.ee/Rushmere3D

                            Anvilundefined 1 Reply Last reply Reply Quote 0
                            • Anvilundefined
                              Anvil @Rushmere3D
                              last edited by

                              @rushmere3d

                              i used T0 for the command after firmware update and it says "no heater tuned"

                              1 Reply Last reply Reply Quote 0
                              • Anvilundefined
                                Anvil
                                last edited by

                                Hotend heater gets error of "temperature rising too slowly"

                                jay_s_ukundefined 1 Reply Last reply Reply Quote 0
                                • jay_s_ukundefined
                                  jay_s_uk @Anvil
                                  last edited by

                                  @anvil ah yes, I mean T0 not T1. Where do you see that error about no heater tuned?
                                  When you send M303 do you see any rise out of the temperature at all?

                                  Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                                  Anvilundefined 3 Replies Last reply Reply Quote 0
                                  • Anvilundefined
                                    Anvil @jay_s_uk
                                    last edited by

                                    @jay_s_uk both on the web interface and my paneldue

                                    but currently im dealing with a random "incompatible firmware version" that randomly popped up after working fine for a bed tune and trying to tune the nozzle...

                                    grrrrrrr

                                    1 Reply Last reply Reply Quote 0
                                    • Anvilundefined
                                      Anvil @jay_s_uk
                                      last edited by

                                      @jay_s_uk
                                      ok got everything connected again and the right firmware all going...

                                      but yes the heater rises verrrrryyyyyy slooooowly...
                                      idle at same temp as be so i know the thermistors are correct... but ya it goes from 26.8 to like 27.4 before it says its not increasing fast enough

                                      jay_s_ukundefined 1 Reply Last reply Reply Quote 0
                                      • jay_s_ukundefined
                                        jay_s_uk @Anvil
                                        last edited by

                                        @anvil sounds like you have a wiring issue. I'd start by using a multimeter to check the heater of the rapido

                                        Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                                        1 Reply Last reply Reply Quote 0
                                        • Anvilundefined
                                          Anvil @jay_s_uk
                                          last edited by

                                          @jay_s_uk

                                          does the rapido need to be double fed or something? specs say its a 115w heater... not sure why its not heating. its all wired correctly. I cant find any documentation on a wiring diagram for it.

                                          jay_s_ukundefined 1 Reply Last reply Reply Quote 0
                                          • jay_s_ukundefined
                                            jay_s_uk @Anvil
                                            last edited by

                                            @anvil no, it doesn't need to be double fed. Are you using the right voltage version for your system?
                                            Have you checked it with a multimeter?

                                            Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

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