Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    Temps in shared nozzle setups with two filaments

    Tuning and tweaking
    6
    15
    1846
    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.
    • Kodachrome
      Kodachrome last edited by

      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
      • whosrdaddy
        whosrdaddy last edited by

        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.

        Kodachrome 1 Reply Last reply Reply Quote 0
        • Kodachrome
          Kodachrome @whosrdaddy last edited by

          @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
          • Phaedrux
            Phaedrux Moderator last edited by

            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

            Kodachrome 1 Reply Last reply Reply Quote 0
            • Kodachrome
              Kodachrome @Phaedrux last edited by Kodachrome

              @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
              • dc42
                dc42 administrators last edited by

                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
                • Kodachrome
                  Kodachrome last edited by Kodachrome

                  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
                  • Kodachrome
                    Kodachrome last edited by Kodachrome

                    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
                    • dc42
                      dc42 administrators last edited by

                      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

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

                        @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?

                        dc42 zerspaner_gerd 2 Replies Last reply Reply Quote 0
                        • dc42
                          dc42 administrators @Kodachrome last edited by

                          @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
                          • zerspaner_gerd
                            zerspaner_gerd @Kodachrome last edited by

                            @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
                            • dc42
                              dc42 administrators last edited by

                              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

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

                                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
                                • spegelius
                                  spegelius last edited by spegelius

                                  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
                                  • First post
                                    Last post
                                  Unless otherwise noted, all forum content is licensed under CC-BY-SA