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

    Pure Cold Extrusion (literally)

    Scheduled Pinned Locked Moved
    Firmware installation
    4
    11
    1.8k
    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.
    • scaramoucheundefined
      scaramouche
      last edited by

      Does anyone know how to setup cold extrusion?

      I use my delta printer to print porcelain using a deltawasp clay extruder which means there is no hotend or heated bed so I need to be able to start the extruder motor without it checking the thermistor temperature (I don't have one)

      If I select "no tool" in the config file then I get:

      Error: Attempting to extrude with no tool selected.

      If I define a tool with a "zero" temperature, I get:

      Error: Temperature reading fault on heater 0: unknown temperature sensor channel

      I realise that most of you guys are printing filament but would appreciate any help you can give

      Cheers

      1 Reply Last reply Reply Quote 0
      • token47undefined
        token47
        last edited by

        https://duet3d.dozuki.com/Wiki/Gcode#Section_M302_Allow_cold_extrudes

        This?

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

          https://duet3d.dozuki.com/Wiki/GCode#Section_M302_Allow_cold_extrudes

          Beat me to it!

          Z-Bot CoreXY Build | Thingiverse Profile

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

            If the current tool doesn't have any heaters assigned to it, extrusion is allowed always. So no need to use M302.

            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

            scaramoucheundefined 2 Replies Last reply Reply Quote 0
            • scaramoucheundefined
              scaramouche
              last edited by

              M302 works fine in a starting script or sent via console. I just wondered if there was a way of "embedding" it in the config files so that it runs by default

              I'll set up a macro instead

              Thanks guys

              1 Reply Last reply Reply Quote 0
              • scaramoucheundefined
                scaramouche @dc42
                last edited by

                @dc42 thanks, I'll try that

                1 Reply Last reply Reply Quote 0
                • scaramoucheundefined
                  scaramouche @dc42
                  last edited by

                  @dc42 That doesn't seem to work. If I remove "H1" from the Tools section of config file (M563 P0 D0 H1) I get the following error:

                  " Error: Attempting to extrude with no tool selected."

                  So I attached a thermistor to the board just to "fool" the board into thinking there was an active heater but then I get temperature errors. And now even Col Extrusion M302 P1 is generating errors

                  Surely there must be a way to do cold extrusion (no heater, no thermistor) for those of us who don't want to extrude hot filament? How would you suggest I force the current tool to have no heaters attached if not in the config file?

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

                    @scaramouche said in Pure Cold Extrusion (literally):

                    @dc42 That doesn't seem to work. If I remove "H1" from the Tools section of config file (M563 P0 D0 H1) I get the following error:

                    " Error: Attempting to extrude with no tool selected."

                    So I attached a thermistor to the board just to "fool" the board into thinking there was an active heater but then I get temperature errors. And now even Col Extrusion M302 P1 is generating errors

                    Surely there must be a way to do cold extrusion (no heater, no thermistor) for those of us who don't want to extrude hot filament? How would you suggest I force the current tool to have no heaters attached if not in the config file?

                    Are you running very old firmware? Please tell us what version you are using.

                    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

                    scaramoucheundefined 1 Reply Last reply Reply Quote 0
                    • scaramoucheundefined
                      scaramouche @dc42
                      last edited by

                      @dc42 I'm using version 2.0(RTOS) (2018-06-05b3)

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

                        I think there must be something wrong with your M563 command. Try sending M563 P0 D0 from the console and see whether it returns an error message. If it doesn't, send T0 and then try to extrude.

                        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

                        scaramoucheundefined 1 Reply Last reply Reply Quote 0
                        • scaramoucheundefined
                          scaramouche @dc42
                          last edited by

                          @dc42 thanks I'll try it

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