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

Temps in shared nozzle setups with two filaments

Scheduled Pinned Locked Moved
Tuning and tweaking
6
15
2.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.
  • undefined
    Kodachrome
    last edited by 23 Apr 2018, 14:23

    Using Prometheus System (well Filaswitch Script and Simplify3D) and shared nozzle setup.

    Layer 1 on Tool 0 (black filament) should be 220c.. which appears to be set as Active.
    Layer 1 on Tool 1 (support) should be 235c when its printing... however even though Tool0 is selected, Tool1's temps are being set!?

    See Image:
    0_1524493232382_dff62094-9f17-4c81-bbde-bdb4cbeb9f81-image.png

    When I manually select the tools in the WebUI this isnt happening?

    1 Reply Last reply Reply Quote 0
    • undefined
      whosrdaddy
      last edited by 23 Apr 2018, 14:28

      Set a lower standby temperature (for example 190°C) for both tools,
      since both tools are in standby and they use the same heater, it seems to take highest standby temperature value for that heater.

      undefined 1 Reply Last reply 23 Apr 2018, 16:56 Reply Quote 0
      • undefined
        Kodachrome @whosrdaddy
        last edited by 23 Apr 2018, 16:56

        @whosrdaddy

        I cant really do (manually, for the duration of the print?) that as Im using a post processing script.. so it will switch temps as it switches filament for a dual/triple colour print.

        However, the behaviour I described seems to only happen on the first layer. I came back to the print to find it going up and down in temp as expected per filament. Luckily the two filaments are close enough in range compatibility to be printable on that initial layer at the higher temp.

        1 Reply Last reply Reply Quote 0
        • undefined
          Phaedrux Moderator
          last edited by 23 Apr 2018, 17:27

          Are you using M104 to set the temps or G10? G10 will let you set the standby temp as well.

          Z-Bot CoreXY Build | Thingiverse Profile

          undefined 1 Reply Last reply 29 Apr 2018, 08:44 Reply Quote 0
          • undefined
            Kodachrome @Phaedrux
            last edited by Kodachrome 29 Apr 2018, 08:44

            @phaedrux

            Im not manually doing anything manually, its GCode from S3D... I cannot be manually switching temps over a 7hr print between the set temp for PVB vs the set temp for Support filament!!

            I dont want or even understand the context of a standby temp in this scenario, there is one nozzle, one heater.

            In a nutshell:

            • Why is it trying to force in a "standby" temp in a shared nozzle scenario? I thought standby was for multiple nozzle setups to allow faster heating up when switching nozzles? I dont want or need this.
            • Even if we must endure pointless standby temps.. surely its a bug that the temp I set in S3D for Extruder 2 or 3 is being used as Extruder 1's temp, despite the UI showing a different set temp!

            Just have a look at the image!

            EDIT:
            Ignoring reasons why the above isnt working and opposed to going around in circles in typical internet forum fashion, lets just use product management methodology to cut to the point:

            "As a user I want to specify two different temps per shared nozzle extruder in S3D/Duet so that I can print filament at X temp but support at Y temp".

            How do you do this with S3D and Duet?

            1 Reply Last reply Reply Quote 0
            • undefined
              dc42 administrators
              last edited by 29 Apr 2018, 12:59

              Which firmware version are you running, and what GCode appears in the file you are printing when you change filaments?

              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
              • undefined
                Kodachrome
                last edited by Kodachrome 5 Feb 2018, 16:52 2 May 2018, 16:52

                V1.21RC4 is what Im using.

                image of settings

                According to the script author that Gcode is correct.
                http://distechforum.com/showthread.php?tid=127&pid=484#pid484

                1 Reply Last reply Reply Quote 0
                • undefined
                  Kodachrome
                  last edited by Kodachrome 5 Apr 2018, 17:31 4 May 2018, 17:26

                  Just testing simple single colour Cube prints for calibration.. problem still there!
                  Basically if you have any defined tools with temps it sets the highest temp from any "extruder" as the standby temp for "all extruders". For reasons I dont understand, any "standby" temp seems to trump "active" temps, so it becomes the actual temp on the extruder hotend.

                  So even if I'm only printing with Ext2, it sends Ext1's temp setting as Standby, forcing Ext2 to be a completely diff temp than it should be. It then (after it starts printing), brings the temp down to the actual active setting for Ext2.

                  When doing a single colour print this likely only happens once.. but when doing a multi colour print (or with Support filament) then this happens 100's of times.. if the temps are not "friendly" across all filaments chaos ensues.

                  This is surely a bug?

                  1 Reply Last reply Reply Quote 0
                  • undefined
                    dc42 administrators
                    last edited by 5 May 2018, 10:20

                    The M104 and M109 commands set both the active and standby temperatures of the specified tool. In your GCode, the M109 S210 command is the last one. So it sets T1 to 210C. Because T1 and T0 share the same heater, this overrides the previous M109 S200 command. Any printer firmware will behave the same way with that sequence of GCodes.

                    If you want to use the active/standby temperature feature of RRF, configure your slicer to generate G10 commands instead of M104/M109, and M116 commands when you want to wait for a tool to reach temperature. However, as you have only one tool heater, you have no need of standby temperatures.

                    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

                    undefined 1 Reply Last reply 5 May 2018, 13:22 Reply Quote 0
                    • undefined
                      Kodachrome @dc42
                      last edited by Kodachrome 5 May 2018, 13:23 5 May 2018, 13:22

                      @dc42
                      Thanks for clarifying, glad to know I'm not going mad!

                      So when you say "configure my slicer to generate G10 commands instead of M104".. I'm using S3D, it doesnt support this does it?

                      Also you mention I don't need standby temps.. I know this!.. As far as I'm concerned I'm not setting them, but Duet/RRF (unlike Repetier) is interpreting S3D's gcode's temps for the other extruders as "standby temps". On the Duet side.. how can I just remove Standby support entirely?

                      undefined undefined 2 Replies Last reply 5 May 2018, 14:27 Reply Quote 0
                      • undefined
                        dc42 administrators @Kodachrome
                        last edited by 5 May 2018, 14:27

                        @kodachrome said in Temps in shared nozzle setups with two filaments:

                        @dc42
                        Thanks for clarifying, glad to know I'm not going mad!

                        So when you say "configure my slicer to generate G10 commands instead of M104".. I'm using S3D, it doesnt support this does it?

                        Also you mention I don't need standby temps.. I know this!.. As far as I'm concerned I'm not setting them, but Duet/RRF (unlike Repetier) is interpreting S3D's gcode's temps for the other extruders as "standby temps". On the Duet side.. how can I just remove Standby support entirely?

                        The problem you are getting is nothing to do with standby temperature support. It is caused by the slicer assuming you have two different heaters when you have only one.

                        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
                        • undefined
                          zerspaner_gerd @Kodachrome
                          last edited by 5 May 2018, 17:26

                          @kodachrome said in Temps in shared nozzle setups with two filaments:

                          So when you say "configure my slicer to generate G10 commands instead of M104".. I'm using S3D, it doesnt support this does it?

                          Would also be possible:

                          0_1525540845251_Firmware Configuration S3D.JPG

                          Just share the factory file, maybe one can help.

                          Board: Duet WiFi 1.03 | Firmware Version: 3.1.1 | WiFi Server Version: 1.23 | Web Interface Version: 3.1.1

                          1 Reply Last reply Reply Quote 0
                          • undefined
                            dc42 administrators
                            last edited by 5 May 2018, 17:41

                            When using G10 to set temperatures, use M116 to stabilise temperatures, not M109 or M190.

                            Also bear in mind that G10 doesn't actually select the tool, so there needs to be a T command somewhere in the start GCode.

                            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

                            undefined 1 Reply Last reply 5 May 2018, 20:48 Reply Quote 0
                            • undefined
                              zerspaner_gerd @dc42
                              last edited by 5 May 2018, 20:48

                              Unfortunately brings a stabilization nothing if previously no temperature was specified, and since I have not found for S3D. (Two lines do not work)

                              But fortunately, S3D does not write M109 into program code, so I left that on M109.

                              M116 is only in Tool Changes Macro

                              That works for me.

                              Board: Duet WiFi 1.03 | Firmware Version: 3.1.1 | WiFi Server Version: 1.23 | Web Interface Version: 3.1.1

                              1 Reply Last reply Reply Quote 0
                              • undefined
                                spegelius
                                last edited by spegelius 5 Dec 2018, 17:36 12 May 2018, 17:34

                                Hello, new use here in the forums. I'm the author of the Filaswitch tool and pondering about how to fix this temperature problem. I've previously had a Marlin based board and with it, tool change after M104-command doesn't force the temperature to change to something that was set for that tool. So Marlin seems to behave differently in this regard.

                                In Filaswitch the temperature change is initiated before the actual tool change, just to make sure that nozzle is closer to correct temperature before new filament is fed to the nozzle. So for example we have active tool T0 (210C) and we are going to be switching to T1 (220C). The sequence would be:
                                T0
                                .
                                .
                                .
                                M104 S220 T0
                                (filament long retract g-code...)
                                T1
                                (filament long feed g-code...)

                                If I understand correctly, in Duet the tool change will result in the temperature being changed to whatever T1 is set to be.
                                So perhaps the fix would be:
                                T0
                                .
                                .
                                .
                                M104 S220 T0
                                M104 S220 T1
                                (filament long retract g-code...)
                                T1
                                (filament long feed g-code...)
                                .
                                .
                                .
                                M104 S210 T0
                                M104 S210 T1
                                (filament long retract g-code...)
                                T0
                                (filament long feed g-code...)

                                Support for G10 is a possibility, but will need more time as I need to understand all the changes the new command entails.

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