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

    Suddenly extrusion buttons Extrude/Retract are grey!

    Scheduled Pinned Locked Moved
    RepRapFirmware on other controllers
    6
    30
    1.4k
    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.
    • jay_s_ukundefined
      jay_s_uk @tecno
      last edited by

      @tecno have you updated the firmware too?
      try switching to tool 0

      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

      tecnoundefined 1 Reply Last reply Reply Quote 0
      • tecnoundefined
        tecno @jay_s_uk
        last edited by

        @jay_s_uk
        No, will do
        What lines in config needs to be changed for T0

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

          @tecno said in Suddenly extrusion buttons Extrude/Retract are grey!:

          ; Tools
          M563 P1 H1 F0 ; P1 = tool1 H1 = heater1 F1 = fan1
          G10 P1 X0 Y0 Z0 ; set tool 0 axis offsets
          G10 P1 R0 S0 ; set initial tool 0 active and standby temperatures to 0C

          ; Custom settings are not defined

          ; Miscellaneous
          T1 ; select first tool

          change those to these

          ; Tools
          M563 P0 H1 F0                                  ; P1 = tool1 H1 = heater1 F1 = fan1
          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
          T0     
          

          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

          tecnoundefined 1 Reply Last reply Reply Quote 0
          • tecnoundefined
            tecno @jay_s_uk
            last edited by

            @jay_s_uk

            OK, done that. But still no M302 P1 = all gray buttons

            tecnoundefined deckingmanundefined 2 Replies Last reply Reply Quote 0
            • tecnoundefined
              tecno @tecno
              last edited by

              Updated FW = still same error

              1 Reply Last reply Reply Quote 0
              • deckingmanundefined
                deckingman @tecno
                last edited by deckingman

                @tecno said in Suddenly extrusion buttons Extrude/Retract are grey!:

                @jay_s_uk

                OK, done that. But still no M302 P1 = all gray buttons

                If you've changed the tool from T1 to T0, then you need to use M302 P0 not M302 P1.

                Edit. Ignore that crap. Next time I'll try and engage my brain before typing.....

                Ian
                https://somei3deas.wordpress.com/
                https://www.youtube.com/@deckingman

                jay_s_ukundefined tecnoundefined 2 Replies Last reply Reply Quote 0
                • jay_s_ukundefined
                  jay_s_uk @deckingman
                  last edited by

                  @deckingman i thought M302 was system wide? https://docs.duet3d.com/en/User_manual/Reference/Gcodes#m302-allow-cold-extrudes
                  P1 = allow, P0 = not allow?

                  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

                  deckingmanundefined 1 Reply Last reply Reply Quote 0
                  • tecnoundefined
                    tecno @deckingman
                    last edited by

                    @deckingman said in Suddenly extrusion buttons Extrude/Retract are grey!:

                    @tecno said in Suddenly extrusion buttons Extrude/Retract are grey!:

                    @jay_s_uk

                    OK, done that. But still no M302 P1 = all gray buttons

                    If you've changed the tool from T1 to T0, then you need to use M302 P0 not M302 P1.

                    2022-08-18 12:57:49	M302
                    Cold extrusion is forbidden (use M302 P1 to allow it), min. extrusion temperature 160.0C, min. retraction temperature 90.0C
                    2022-08-18 12:57:39	M302 P0
                    
                    1 Reply Last reply Reply Quote 0
                    • deckingmanundefined
                      deckingman @jay_s_uk
                      last edited by

                      @jay_s_uk said in Suddenly extrusion buttons Extrude/Retract are grey!:

                      @deckingman i thought M302 was system wide? https://docs.duet3d.com/en/User_manual/Reference/Gcodes#m302-allow-cold-extrudes
                      P1 = allow, P0 = not allow?

                      Oh crap - you are right of course - more caffeine needed 🙂

                      Ian
                      https://somei3deas.wordpress.com/
                      https://www.youtube.com/@deckingman

                      tecnoundefined 1 Reply Last reply Reply Quote 1
                      • tecnoundefined
                        tecno @deckingman
                        last edited by

                        I hope I have finally found the error, did run RRF Config Tool and copied the config.g and now it looks lite it is working. Do have to finetune motorparameters. I can not see any differences other than speeds.

                        Will report my findings.

                        So it looks like writing data on µSD card is somehow corrupted. Is it possible the write process is too fast and no CRC or whatever to verify is done?

                        deckingmanundefined gloomyandyundefined 2 Replies Last reply Reply Quote 0
                        • deckingmanundefined
                          deckingman @tecno
                          last edited by

                          @tecno said in Suddenly extrusion buttons Extrude/Retract are grey!:

                          ................ Is it possible the write process is too fast and no CRC or whatever to verify is done?

                          In DWC - Settings - Machine Specific, there is a toggle entitled "Use CRC32 checksums for uploads" or some such. Make sure it's "On".

                          Ian
                          https://somei3deas.wordpress.com/
                          https://www.youtube.com/@deckingman

                          tecnoundefined 1 Reply Last reply Reply Quote 0
                          • tecnoundefined
                            tecno @deckingman
                            last edited by

                            @deckingman

                            Has always been ON

                            1 Reply Last reply Reply Quote 0
                            • gloomyandyundefined
                              gloomyandy @tecno
                              last edited by

                              @tecno said in Suddenly extrusion buttons Extrude/Retract are grey!:

                              So it looks like writing data on µSD card is somehow corrupted. Is it possible the write process is too fast and no CRC or whatever to verify is done?

                              What makes you think there is an SD card corruption? Do you have an example of a corrupt file?

                              What make and size of SD card are you using? Try inserting it in a Windows PC and checking it for errors.

                              tecnoundefined 1 Reply Last reply Reply Quote 0
                              • tecnoundefined
                                tecno @gloomyandy
                                last edited by

                                @gloomyandy

                                Hi Andy,
                                Config.g was damaged obviously as it did work with a new copy written on card.

                                32G from Sandisk, no errors in Win.

                                1 Reply Last reply Reply Quote 0
                                • gloomyandyundefined
                                  gloomyandy
                                  last edited by

                                  @tecno So do you have the damaged version of the file? If so please post it....

                                  tecnoundefined 1 Reply Last reply Reply Quote 0
                                  • tecnoundefined
                                    tecno @gloomyandy
                                    last edited by

                                    @gloomyandy
                                    As requested
                                    config.g

                                    gloomyandyundefined 1 Reply Last reply Reply Quote 0
                                    • gloomyandyundefined
                                      gloomyandy @tecno
                                      last edited by

                                      @tecno It seems unlikely that your file has any sort of SD card read/write corruption. I would have expected to see large parts of the file missing, invalid characters, lines oddly truncated, but that file seems to be perfectly formatted and complete.

                                      I did however notice that your tool definition line M563 does not have a D parameter, which means that the tool will have no extruder drive associated with it (and is probably what caused your problem). See: https://docs.duet3d.com/en/User_manual/Reference/Gcodes#m563-define-or-remove-a-tool
                                      "If there is no 'D' field the tool has no drives."

                                      tecnoundefined 1 Reply Last reply Reply Quote 1
                                      • tecnoundefined
                                        tecno @gloomyandy
                                        last edited by

                                        @gloomyandy

                                        OK, You found a problem and that is the part Jay was helping with as regards fan issue.
                                        Can very well be so that editing those lines D somehow disappeared with copy/paste.

                                        Thanks for looking into this, as always appreciated.

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

                                          @tecno said in Suddenly extrusion buttons Extrude/Retract are grey!:

                                          M563 P1 H1 F0

                                          You don't have a motor assigned to the tool. You need a D value.

                                          EDIT: I see Gloomyandy got you there first.

                                          Z-Bot CoreXY Build | Thingiverse Profile

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