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

    Upgrading from Ver 2 to ver 3.1.1 - Bed heater not showing

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    3
    9
    457
    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.
    • CrazyJaneundefined
      CrazyJane
      last edited by CrazyJane

      I've just upgraded my Duet 2 to version 3.1.1 everything appears to be working except that the bed heater is not displaying on the Dashboard and my 7" Panel Duet (firmware v 1.24) is displaying all zeros

      Here is the config.g file heater section!Heaters.JPG
      Line 3 (M308 H0 C"bedheat") has also been tried with T0, T"Bed", T"bedheat" with no difference, Temperature panel on Dashboard shows three sensors :
      ext0, Extruder0, Extruder1

      Can anyone help?

      JoergS5undefined 1 Reply Last reply Reply Quote 0
      • JoergS5undefined
        JoergS5 @CrazyJane
        last edited by JoergS5

        @CrazyJane according to https://duet3d.dozuki.com/Wiki/Gcode#Section_M308_Set_or_report_sensor_parameters for M308 S0, the P parameter must be the pin name.
        See at the end of M308 documentation old code - new code.

        CrazyJaneundefined 2 Replies Last reply Reply Quote 0
        • CrazyJaneundefined
          CrazyJane @JoergS5
          last edited by

          @JoergS5 Will do now. Just sorted the paneldue problem,
          Missing config setting M575 P1 S1 B57600

          1 Reply Last reply Reply Quote 0
          • CrazyJaneundefined
            CrazyJane @JoergS5
            last edited by

            @JoergS5 Corrected to this:Heater2.JPG
            The sensor now displays but still no sign of the heater, what am I missing?Dashb1.JPG

            JoergS5undefined 1 Reply Last reply Reply Quote 0
            • JoergS5undefined
              JoergS5 @CrazyJane
              last edited by JoergS5

              @CrazyJane I would expect you must start bed heating with M303 to auto tune, then store them as to be used as M307 Parameters (or in override to be loaded with M501 later):

              https://duet3d.dozuki.com/Wiki/Tuning_the_heater_temperature_control in the section "All firmware versions" https://duet3d.dozuki.com/Wiki/Tuning_the_heater_temperature_control#Section_All_firmware_versions

              CrazyJaneundefined 1 Reply Last reply Reply Quote 0
              • fcwiltundefined
                fcwilt
                last edited by fcwilt

                Hi,

                In your bed heater setup you are missing

                M140 H0 ; map heated bed to heater 0

                Which should appear before the M143.

                Now I don't know if this needs to be done or not but in my setup the M307 is after the M950.

                Frederick

                Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

                CrazyJaneundefined 1 Reply Last reply Reply Quote 0
                • CrazyJaneundefined
                  CrazyJane @fcwilt
                  last edited by

                  @fcwilt Brilliant, worked first time, I don't know how I missed that. I can auto tune and refine everything else now. Thank you for your interest.

                  1 Reply Last reply Reply Quote 1
                  • CrazyJaneundefined
                    CrazyJane @JoergS5
                    last edited by

                    @JoergS5 the missing M140 line was the problem, everything is running now. Thanks for your help

                    JoergS5undefined 1 Reply Last reply Reply Quote 0
                    • JoergS5undefined
                      JoergS5 @CrazyJane
                      last edited by

                      @CrazyJane thanks to Frederick it's complete now. Thanks for information about the reason.

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