Why heater blocks on hotends?

What does the "c." listed under weapon length mean?

Why don’t airliners have temporary liveries?

What can plausibly explain many of my very long and low-tech bridges?

How to make a setting relevant?

Float division returns "inf" and 0

Is it possible to express disjunction through conjunction and implication?

Should I "tell" my exposition or give it through dialogue?

How to translate “Me doing X” like in online posts?

How many pairs of subsets can be formed?

Can an Eldritch Knight use Action Surge and thus Arcane Charge even when surprised?

What are the words for people who cause trouble believing they know better?

What risks are there when you clear your cookies instead of logging off?

Cause of continuous spectral lines

How do photons get into the eyes?

How to pass a regex when finding a directory path in bash?

Notation of last measure of a song with a pickup measure

Why does Kathryn say this in 12 Monkeys?

How can drunken, homicidal elves successfully conduct a wild hunt?

What is this solid state starting relay component?

Smooth switching between 12v batteries, with toggle switch

Do any instruments not produce overtones?

Java guess the number

Trapping Rain Water

Is it recommended against to open-source the code of a webapp?



Why heater blocks on hotends?














2












$begingroup$


I understand that heater blocks act as kind of “low-pass-filter” on the temperature change of the hotend, but why do we need that? Wouldn’t it be better to have as little metal as possible in order to be able to control temperature changes quickly and precisely (using PID, pwm plus maybe some predictions based on printed g-code)?










share|improve this question









$endgroup$

















    2












    $begingroup$


    I understand that heater blocks act as kind of “low-pass-filter” on the temperature change of the hotend, but why do we need that? Wouldn’t it be better to have as little metal as possible in order to be able to control temperature changes quickly and precisely (using PID, pwm plus maybe some predictions based on printed g-code)?










    share|improve this question









    $endgroup$















      2












      2








      2





      $begingroup$


      I understand that heater blocks act as kind of “low-pass-filter” on the temperature change of the hotend, but why do we need that? Wouldn’t it be better to have as little metal as possible in order to be able to control temperature changes quickly and precisely (using PID, pwm plus maybe some predictions based on printed g-code)?










      share|improve this question









      $endgroup$




      I understand that heater blocks act as kind of “low-pass-filter” on the temperature change of the hotend, but why do we need that? Wouldn’t it be better to have as little metal as possible in order to be able to control temperature changes quickly and precisely (using PID, pwm plus maybe some predictions based on printed g-code)?







      hotend






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 9 hours ago









      user1282931user1282931

      1362




      1362






















          2 Answers
          2






          active

          oldest

          votes


















          1












          $begingroup$

          I think the idea is to not change the temperature fast. You want it to maintain a certain temperature so you have consistent flow. The extra mass at the hot end provides the mass which is needed to maintain the heat. If you don't maintain the heat while you print, you'll have inconsistent filament flow, which will screw up your print.






          share|improve this answer









          $endgroup$













          • $begingroup$
            But if we want to extrude fast, we have to heat thefilament faster. One way to do that is creating longer heat zones (volcano), but that leads to more oozing as well as increased friction (larger contact area). It seems a better approach would be to pump in more heat - but then we need to beable to stop quickly if extrudion stops or slows down
            $endgroup$
            – user1282931
            8 hours ago








          • 3




            $begingroup$
            @user1282931 - If you want to "extrude fast" you need to keep heat in the hot end. You can't do that unless you have mass. Without the mass, the faster you extrude, the faster you're going to cool the hot end and the funkier the extrusion is going to be.
            $endgroup$
            – Pᴀᴜʟsᴛᴇʀ2
            8 hours ago










          • $begingroup$
            It seems all the heat that exits the hotend needs to be provided by the cartridge anyway, whether there is a block or not. Can’t I compensate for that by keeping the heater cartridge on and having the nozzle always a bit over the target temperature?
            $endgroup$
            – user1282931
            8 hours ago








          • 3




            $begingroup$
            It doesn't seem I'm going to convince you that's why there's mass in the hot end. You have mass to keep the temperature constant. You DON'T WANT it to be changing temps fast ... you want it to be constant. The only reason to change temps is when you change filaments (ie: say from PLA to PETG or whatever). Running the heater cartridge all the time will be hot spots. The closer to the cartridge, the hotter it'll be. The mass in the hot end also helps to distribute the heat so hot spots won't happen.
            $endgroup$
            – Pᴀᴜʟsᴛᴇʀ2
            8 hours ago



















          0












          $begingroup$

          Let's look at the elements and what they do:



          The Heater Cartridge (blue) is the device that converts electric to thermal energy to melt the plastic. 30 and 40 W are common.



          The Thermosensor (red) is there to give feedback to the mainboard.



          The Filament Path (gold) in this area is made up of the nozzle and the heatbreak, it contains the meltzone.



          The Heater Block (transparent green) acts as a medium to transfer the thermal energy from the Heater Cartidge to the Thermo Sensor and the Filament Path. It also acts as a dampener for the control circuit.



          Now, let's put things together and omit the wires and cold end (and internal geometry of the filament path, cause I am lazy):



          Mock up of a hotend assembly



          Now, the construction gives us several reasons for the shape of the heater block:




          • Ease of construction. Taking a simple block and adding a couple of holes and one cut allows very fast production.

          • Maximum contact surface. To get the maximum contact surface to the heater cartrige, the heater block has to make contact along its whole length, dictating a minimum size in 2 direction. The same is true for the thermosensor.

          • The heater block transmits temperature pretty much radially from the heater cartridge. Because it is metal, the gradient between areas is very low, but it is measureable. These would be the thermal equivalent lines on heating up:


          Heating lines around the Heater Cartridge



          You may easily notice that the temperature lines appear more straight as they come closer to the filament path and thermosensor. This helps to give the filament in the heatbreak and nozzle an evener heating and better printing.



          The mockup I made has a deliberate flaw though: a change in temperature first affects the filament and then shows up on the sensor, making the temperature in the filament path wobble to the extreme. The Heater Block acts pretty much as a transmitter just as much as a time dilation between the heating command and the pickup.



          Because this arrangement is not very good, let's swap sensor and filament path around and look at the same lines.



          Arrangement 2 of a Hotend assembly



          Now we have a much shorter feedback loop, allowing our printer to react quicker to temperature changes and the filament path also gets heated more evenly. The temperature inside the filament path does change less around the target temperature. The whole block now acts mostly as a distribution medium but also as a storage for heat energy:



          Up to this point, we did not take into account a very simple fact: the hotend drains thermal energy via two areas:




          • The outer surface of the heater block emits heat to the air.

          • Filament gets molten and extruded.


          Factor 1 is simple and here a bigger heater block actually is positive: The thermal 'storage' capacity is dependant on the volume, so goes with $xyz approx a^3$. The surface to emit heat from goes with $2times(xy+xz+yz)approx 6times a^2$. Plotting a graph of that shows us the square-cube law: the capacity increase for one unit does increase the surface just by a fraction of that, so the storage gets better the larger the heater block is.



          Factor 2 is why we need to have a storage of thermal energy in the first place: the flow of filament is not exactly the same all the time. Of course, we have moments of even flow, but we also have moments of low or no flow when the printer moves between parts of the print. This alteration of the drain of thermal energy from the heater block means that if we would go down to a bare minimum size, we'd heat up the block fast whenever we are on a move action and cool as the extrusion starts till equilibrium is achieved again. The more thermal capacity is there to store energy, the less the lack of extrusion will immediately affect the print and the more even the temperature will be in the filament path.



          Fast printing?!



          How is faster printing achieved with a special hotend? Well, 4 factors are used in hotends meant for very fast or very hot printing:




          • Longer, more powerful heater cartridge.

          • Longer filament path.

          • Extra large Heater Block to even out the temperature changes under extrusion more.

          • Insulating the Heater Block to the air.


          One of the prime examples would be an e3D-Volcano.






          share|improve this answer











          $endgroup$














            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "640"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            noCode: true, onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2f3dprinting.stackexchange.com%2fquestions%2f10154%2fwhy-heater-blocks-on-hotends%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1












            $begingroup$

            I think the idea is to not change the temperature fast. You want it to maintain a certain temperature so you have consistent flow. The extra mass at the hot end provides the mass which is needed to maintain the heat. If you don't maintain the heat while you print, you'll have inconsistent filament flow, which will screw up your print.






            share|improve this answer









            $endgroup$













            • $begingroup$
              But if we want to extrude fast, we have to heat thefilament faster. One way to do that is creating longer heat zones (volcano), but that leads to more oozing as well as increased friction (larger contact area). It seems a better approach would be to pump in more heat - but then we need to beable to stop quickly if extrudion stops or slows down
              $endgroup$
              – user1282931
              8 hours ago








            • 3




              $begingroup$
              @user1282931 - If you want to "extrude fast" you need to keep heat in the hot end. You can't do that unless you have mass. Without the mass, the faster you extrude, the faster you're going to cool the hot end and the funkier the extrusion is going to be.
              $endgroup$
              – Pᴀᴜʟsᴛᴇʀ2
              8 hours ago










            • $begingroup$
              It seems all the heat that exits the hotend needs to be provided by the cartridge anyway, whether there is a block or not. Can’t I compensate for that by keeping the heater cartridge on and having the nozzle always a bit over the target temperature?
              $endgroup$
              – user1282931
              8 hours ago








            • 3




              $begingroup$
              It doesn't seem I'm going to convince you that's why there's mass in the hot end. You have mass to keep the temperature constant. You DON'T WANT it to be changing temps fast ... you want it to be constant. The only reason to change temps is when you change filaments (ie: say from PLA to PETG or whatever). Running the heater cartridge all the time will be hot spots. The closer to the cartridge, the hotter it'll be. The mass in the hot end also helps to distribute the heat so hot spots won't happen.
              $endgroup$
              – Pᴀᴜʟsᴛᴇʀ2
              8 hours ago
















            1












            $begingroup$

            I think the idea is to not change the temperature fast. You want it to maintain a certain temperature so you have consistent flow. The extra mass at the hot end provides the mass which is needed to maintain the heat. If you don't maintain the heat while you print, you'll have inconsistent filament flow, which will screw up your print.






            share|improve this answer









            $endgroup$













            • $begingroup$
              But if we want to extrude fast, we have to heat thefilament faster. One way to do that is creating longer heat zones (volcano), but that leads to more oozing as well as increased friction (larger contact area). It seems a better approach would be to pump in more heat - but then we need to beable to stop quickly if extrudion stops or slows down
              $endgroup$
              – user1282931
              8 hours ago








            • 3




              $begingroup$
              @user1282931 - If you want to "extrude fast" you need to keep heat in the hot end. You can't do that unless you have mass. Without the mass, the faster you extrude, the faster you're going to cool the hot end and the funkier the extrusion is going to be.
              $endgroup$
              – Pᴀᴜʟsᴛᴇʀ2
              8 hours ago










            • $begingroup$
              It seems all the heat that exits the hotend needs to be provided by the cartridge anyway, whether there is a block or not. Can’t I compensate for that by keeping the heater cartridge on and having the nozzle always a bit over the target temperature?
              $endgroup$
              – user1282931
              8 hours ago








            • 3




              $begingroup$
              It doesn't seem I'm going to convince you that's why there's mass in the hot end. You have mass to keep the temperature constant. You DON'T WANT it to be changing temps fast ... you want it to be constant. The only reason to change temps is when you change filaments (ie: say from PLA to PETG or whatever). Running the heater cartridge all the time will be hot spots. The closer to the cartridge, the hotter it'll be. The mass in the hot end also helps to distribute the heat so hot spots won't happen.
              $endgroup$
              – Pᴀᴜʟsᴛᴇʀ2
              8 hours ago














            1












            1








            1





            $begingroup$

            I think the idea is to not change the temperature fast. You want it to maintain a certain temperature so you have consistent flow. The extra mass at the hot end provides the mass which is needed to maintain the heat. If you don't maintain the heat while you print, you'll have inconsistent filament flow, which will screw up your print.






            share|improve this answer









            $endgroup$



            I think the idea is to not change the temperature fast. You want it to maintain a certain temperature so you have consistent flow. The extra mass at the hot end provides the mass which is needed to maintain the heat. If you don't maintain the heat while you print, you'll have inconsistent filament flow, which will screw up your print.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered 8 hours ago









            Pᴀᴜʟsᴛᴇʀ2Pᴀᴜʟsᴛᴇʀ2

            1,2042328




            1,2042328












            • $begingroup$
              But if we want to extrude fast, we have to heat thefilament faster. One way to do that is creating longer heat zones (volcano), but that leads to more oozing as well as increased friction (larger contact area). It seems a better approach would be to pump in more heat - but then we need to beable to stop quickly if extrudion stops or slows down
              $endgroup$
              – user1282931
              8 hours ago








            • 3




              $begingroup$
              @user1282931 - If you want to "extrude fast" you need to keep heat in the hot end. You can't do that unless you have mass. Without the mass, the faster you extrude, the faster you're going to cool the hot end and the funkier the extrusion is going to be.
              $endgroup$
              – Pᴀᴜʟsᴛᴇʀ2
              8 hours ago










            • $begingroup$
              It seems all the heat that exits the hotend needs to be provided by the cartridge anyway, whether there is a block or not. Can’t I compensate for that by keeping the heater cartridge on and having the nozzle always a bit over the target temperature?
              $endgroup$
              – user1282931
              8 hours ago








            • 3




              $begingroup$
              It doesn't seem I'm going to convince you that's why there's mass in the hot end. You have mass to keep the temperature constant. You DON'T WANT it to be changing temps fast ... you want it to be constant. The only reason to change temps is when you change filaments (ie: say from PLA to PETG or whatever). Running the heater cartridge all the time will be hot spots. The closer to the cartridge, the hotter it'll be. The mass in the hot end also helps to distribute the heat so hot spots won't happen.
              $endgroup$
              – Pᴀᴜʟsᴛᴇʀ2
              8 hours ago


















            • $begingroup$
              But if we want to extrude fast, we have to heat thefilament faster. One way to do that is creating longer heat zones (volcano), but that leads to more oozing as well as increased friction (larger contact area). It seems a better approach would be to pump in more heat - but then we need to beable to stop quickly if extrudion stops or slows down
              $endgroup$
              – user1282931
              8 hours ago








            • 3




              $begingroup$
              @user1282931 - If you want to "extrude fast" you need to keep heat in the hot end. You can't do that unless you have mass. Without the mass, the faster you extrude, the faster you're going to cool the hot end and the funkier the extrusion is going to be.
              $endgroup$
              – Pᴀᴜʟsᴛᴇʀ2
              8 hours ago










            • $begingroup$
              It seems all the heat that exits the hotend needs to be provided by the cartridge anyway, whether there is a block or not. Can’t I compensate for that by keeping the heater cartridge on and having the nozzle always a bit over the target temperature?
              $endgroup$
              – user1282931
              8 hours ago








            • 3




              $begingroup$
              It doesn't seem I'm going to convince you that's why there's mass in the hot end. You have mass to keep the temperature constant. You DON'T WANT it to be changing temps fast ... you want it to be constant. The only reason to change temps is when you change filaments (ie: say from PLA to PETG or whatever). Running the heater cartridge all the time will be hot spots. The closer to the cartridge, the hotter it'll be. The mass in the hot end also helps to distribute the heat so hot spots won't happen.
              $endgroup$
              – Pᴀᴜʟsᴛᴇʀ2
              8 hours ago
















            $begingroup$
            But if we want to extrude fast, we have to heat thefilament faster. One way to do that is creating longer heat zones (volcano), but that leads to more oozing as well as increased friction (larger contact area). It seems a better approach would be to pump in more heat - but then we need to beable to stop quickly if extrudion stops or slows down
            $endgroup$
            – user1282931
            8 hours ago






            $begingroup$
            But if we want to extrude fast, we have to heat thefilament faster. One way to do that is creating longer heat zones (volcano), but that leads to more oozing as well as increased friction (larger contact area). It seems a better approach would be to pump in more heat - but then we need to beable to stop quickly if extrudion stops or slows down
            $endgroup$
            – user1282931
            8 hours ago






            3




            3




            $begingroup$
            @user1282931 - If you want to "extrude fast" you need to keep heat in the hot end. You can't do that unless you have mass. Without the mass, the faster you extrude, the faster you're going to cool the hot end and the funkier the extrusion is going to be.
            $endgroup$
            – Pᴀᴜʟsᴛᴇʀ2
            8 hours ago




            $begingroup$
            @user1282931 - If you want to "extrude fast" you need to keep heat in the hot end. You can't do that unless you have mass. Without the mass, the faster you extrude, the faster you're going to cool the hot end and the funkier the extrusion is going to be.
            $endgroup$
            – Pᴀᴜʟsᴛᴇʀ2
            8 hours ago












            $begingroup$
            It seems all the heat that exits the hotend needs to be provided by the cartridge anyway, whether there is a block or not. Can’t I compensate for that by keeping the heater cartridge on and having the nozzle always a bit over the target temperature?
            $endgroup$
            – user1282931
            8 hours ago






            $begingroup$
            It seems all the heat that exits the hotend needs to be provided by the cartridge anyway, whether there is a block or not. Can’t I compensate for that by keeping the heater cartridge on and having the nozzle always a bit over the target temperature?
            $endgroup$
            – user1282931
            8 hours ago






            3




            3




            $begingroup$
            It doesn't seem I'm going to convince you that's why there's mass in the hot end. You have mass to keep the temperature constant. You DON'T WANT it to be changing temps fast ... you want it to be constant. The only reason to change temps is when you change filaments (ie: say from PLA to PETG or whatever). Running the heater cartridge all the time will be hot spots. The closer to the cartridge, the hotter it'll be. The mass in the hot end also helps to distribute the heat so hot spots won't happen.
            $endgroup$
            – Pᴀᴜʟsᴛᴇʀ2
            8 hours ago




            $begingroup$
            It doesn't seem I'm going to convince you that's why there's mass in the hot end. You have mass to keep the temperature constant. You DON'T WANT it to be changing temps fast ... you want it to be constant. The only reason to change temps is when you change filaments (ie: say from PLA to PETG or whatever). Running the heater cartridge all the time will be hot spots. The closer to the cartridge, the hotter it'll be. The mass in the hot end also helps to distribute the heat so hot spots won't happen.
            $endgroup$
            – Pᴀᴜʟsᴛᴇʀ2
            8 hours ago











            0












            $begingroup$

            Let's look at the elements and what they do:



            The Heater Cartridge (blue) is the device that converts electric to thermal energy to melt the plastic. 30 and 40 W are common.



            The Thermosensor (red) is there to give feedback to the mainboard.



            The Filament Path (gold) in this area is made up of the nozzle and the heatbreak, it contains the meltzone.



            The Heater Block (transparent green) acts as a medium to transfer the thermal energy from the Heater Cartidge to the Thermo Sensor and the Filament Path. It also acts as a dampener for the control circuit.



            Now, let's put things together and omit the wires and cold end (and internal geometry of the filament path, cause I am lazy):



            Mock up of a hotend assembly



            Now, the construction gives us several reasons for the shape of the heater block:




            • Ease of construction. Taking a simple block and adding a couple of holes and one cut allows very fast production.

            • Maximum contact surface. To get the maximum contact surface to the heater cartrige, the heater block has to make contact along its whole length, dictating a minimum size in 2 direction. The same is true for the thermosensor.

            • The heater block transmits temperature pretty much radially from the heater cartridge. Because it is metal, the gradient between areas is very low, but it is measureable. These would be the thermal equivalent lines on heating up:


            Heating lines around the Heater Cartridge



            You may easily notice that the temperature lines appear more straight as they come closer to the filament path and thermosensor. This helps to give the filament in the heatbreak and nozzle an evener heating and better printing.



            The mockup I made has a deliberate flaw though: a change in temperature first affects the filament and then shows up on the sensor, making the temperature in the filament path wobble to the extreme. The Heater Block acts pretty much as a transmitter just as much as a time dilation between the heating command and the pickup.



            Because this arrangement is not very good, let's swap sensor and filament path around and look at the same lines.



            Arrangement 2 of a Hotend assembly



            Now we have a much shorter feedback loop, allowing our printer to react quicker to temperature changes and the filament path also gets heated more evenly. The temperature inside the filament path does change less around the target temperature. The whole block now acts mostly as a distribution medium but also as a storage for heat energy:



            Up to this point, we did not take into account a very simple fact: the hotend drains thermal energy via two areas:




            • The outer surface of the heater block emits heat to the air.

            • Filament gets molten and extruded.


            Factor 1 is simple and here a bigger heater block actually is positive: The thermal 'storage' capacity is dependant on the volume, so goes with $xyz approx a^3$. The surface to emit heat from goes with $2times(xy+xz+yz)approx 6times a^2$. Plotting a graph of that shows us the square-cube law: the capacity increase for one unit does increase the surface just by a fraction of that, so the storage gets better the larger the heater block is.



            Factor 2 is why we need to have a storage of thermal energy in the first place: the flow of filament is not exactly the same all the time. Of course, we have moments of even flow, but we also have moments of low or no flow when the printer moves between parts of the print. This alteration of the drain of thermal energy from the heater block means that if we would go down to a bare minimum size, we'd heat up the block fast whenever we are on a move action and cool as the extrusion starts till equilibrium is achieved again. The more thermal capacity is there to store energy, the less the lack of extrusion will immediately affect the print and the more even the temperature will be in the filament path.



            Fast printing?!



            How is faster printing achieved with a special hotend? Well, 4 factors are used in hotends meant for very fast or very hot printing:




            • Longer, more powerful heater cartridge.

            • Longer filament path.

            • Extra large Heater Block to even out the temperature changes under extrusion more.

            • Insulating the Heater Block to the air.


            One of the prime examples would be an e3D-Volcano.






            share|improve this answer











            $endgroup$


















              0












              $begingroup$

              Let's look at the elements and what they do:



              The Heater Cartridge (blue) is the device that converts electric to thermal energy to melt the plastic. 30 and 40 W are common.



              The Thermosensor (red) is there to give feedback to the mainboard.



              The Filament Path (gold) in this area is made up of the nozzle and the heatbreak, it contains the meltzone.



              The Heater Block (transparent green) acts as a medium to transfer the thermal energy from the Heater Cartidge to the Thermo Sensor and the Filament Path. It also acts as a dampener for the control circuit.



              Now, let's put things together and omit the wires and cold end (and internal geometry of the filament path, cause I am lazy):



              Mock up of a hotend assembly



              Now, the construction gives us several reasons for the shape of the heater block:




              • Ease of construction. Taking a simple block and adding a couple of holes and one cut allows very fast production.

              • Maximum contact surface. To get the maximum contact surface to the heater cartrige, the heater block has to make contact along its whole length, dictating a minimum size in 2 direction. The same is true for the thermosensor.

              • The heater block transmits temperature pretty much radially from the heater cartridge. Because it is metal, the gradient between areas is very low, but it is measureable. These would be the thermal equivalent lines on heating up:


              Heating lines around the Heater Cartridge



              You may easily notice that the temperature lines appear more straight as they come closer to the filament path and thermosensor. This helps to give the filament in the heatbreak and nozzle an evener heating and better printing.



              The mockup I made has a deliberate flaw though: a change in temperature first affects the filament and then shows up on the sensor, making the temperature in the filament path wobble to the extreme. The Heater Block acts pretty much as a transmitter just as much as a time dilation between the heating command and the pickup.



              Because this arrangement is not very good, let's swap sensor and filament path around and look at the same lines.



              Arrangement 2 of a Hotend assembly



              Now we have a much shorter feedback loop, allowing our printer to react quicker to temperature changes and the filament path also gets heated more evenly. The temperature inside the filament path does change less around the target temperature. The whole block now acts mostly as a distribution medium but also as a storage for heat energy:



              Up to this point, we did not take into account a very simple fact: the hotend drains thermal energy via two areas:




              • The outer surface of the heater block emits heat to the air.

              • Filament gets molten and extruded.


              Factor 1 is simple and here a bigger heater block actually is positive: The thermal 'storage' capacity is dependant on the volume, so goes with $xyz approx a^3$. The surface to emit heat from goes with $2times(xy+xz+yz)approx 6times a^2$. Plotting a graph of that shows us the square-cube law: the capacity increase for one unit does increase the surface just by a fraction of that, so the storage gets better the larger the heater block is.



              Factor 2 is why we need to have a storage of thermal energy in the first place: the flow of filament is not exactly the same all the time. Of course, we have moments of even flow, but we also have moments of low or no flow when the printer moves between parts of the print. This alteration of the drain of thermal energy from the heater block means that if we would go down to a bare minimum size, we'd heat up the block fast whenever we are on a move action and cool as the extrusion starts till equilibrium is achieved again. The more thermal capacity is there to store energy, the less the lack of extrusion will immediately affect the print and the more even the temperature will be in the filament path.



              Fast printing?!



              How is faster printing achieved with a special hotend? Well, 4 factors are used in hotends meant for very fast or very hot printing:




              • Longer, more powerful heater cartridge.

              • Longer filament path.

              • Extra large Heater Block to even out the temperature changes under extrusion more.

              • Insulating the Heater Block to the air.


              One of the prime examples would be an e3D-Volcano.






              share|improve this answer











              $endgroup$
















                0












                0








                0





                $begingroup$

                Let's look at the elements and what they do:



                The Heater Cartridge (blue) is the device that converts electric to thermal energy to melt the plastic. 30 and 40 W are common.



                The Thermosensor (red) is there to give feedback to the mainboard.



                The Filament Path (gold) in this area is made up of the nozzle and the heatbreak, it contains the meltzone.



                The Heater Block (transparent green) acts as a medium to transfer the thermal energy from the Heater Cartidge to the Thermo Sensor and the Filament Path. It also acts as a dampener for the control circuit.



                Now, let's put things together and omit the wires and cold end (and internal geometry of the filament path, cause I am lazy):



                Mock up of a hotend assembly



                Now, the construction gives us several reasons for the shape of the heater block:




                • Ease of construction. Taking a simple block and adding a couple of holes and one cut allows very fast production.

                • Maximum contact surface. To get the maximum contact surface to the heater cartrige, the heater block has to make contact along its whole length, dictating a minimum size in 2 direction. The same is true for the thermosensor.

                • The heater block transmits temperature pretty much radially from the heater cartridge. Because it is metal, the gradient between areas is very low, but it is measureable. These would be the thermal equivalent lines on heating up:


                Heating lines around the Heater Cartridge



                You may easily notice that the temperature lines appear more straight as they come closer to the filament path and thermosensor. This helps to give the filament in the heatbreak and nozzle an evener heating and better printing.



                The mockup I made has a deliberate flaw though: a change in temperature first affects the filament and then shows up on the sensor, making the temperature in the filament path wobble to the extreme. The Heater Block acts pretty much as a transmitter just as much as a time dilation between the heating command and the pickup.



                Because this arrangement is not very good, let's swap sensor and filament path around and look at the same lines.



                Arrangement 2 of a Hotend assembly



                Now we have a much shorter feedback loop, allowing our printer to react quicker to temperature changes and the filament path also gets heated more evenly. The temperature inside the filament path does change less around the target temperature. The whole block now acts mostly as a distribution medium but also as a storage for heat energy:



                Up to this point, we did not take into account a very simple fact: the hotend drains thermal energy via two areas:




                • The outer surface of the heater block emits heat to the air.

                • Filament gets molten and extruded.


                Factor 1 is simple and here a bigger heater block actually is positive: The thermal 'storage' capacity is dependant on the volume, so goes with $xyz approx a^3$. The surface to emit heat from goes with $2times(xy+xz+yz)approx 6times a^2$. Plotting a graph of that shows us the square-cube law: the capacity increase for one unit does increase the surface just by a fraction of that, so the storage gets better the larger the heater block is.



                Factor 2 is why we need to have a storage of thermal energy in the first place: the flow of filament is not exactly the same all the time. Of course, we have moments of even flow, but we also have moments of low or no flow when the printer moves between parts of the print. This alteration of the drain of thermal energy from the heater block means that if we would go down to a bare minimum size, we'd heat up the block fast whenever we are on a move action and cool as the extrusion starts till equilibrium is achieved again. The more thermal capacity is there to store energy, the less the lack of extrusion will immediately affect the print and the more even the temperature will be in the filament path.



                Fast printing?!



                How is faster printing achieved with a special hotend? Well, 4 factors are used in hotends meant for very fast or very hot printing:




                • Longer, more powerful heater cartridge.

                • Longer filament path.

                • Extra large Heater Block to even out the temperature changes under extrusion more.

                • Insulating the Heater Block to the air.


                One of the prime examples would be an e3D-Volcano.






                share|improve this answer











                $endgroup$



                Let's look at the elements and what they do:



                The Heater Cartridge (blue) is the device that converts electric to thermal energy to melt the plastic. 30 and 40 W are common.



                The Thermosensor (red) is there to give feedback to the mainboard.



                The Filament Path (gold) in this area is made up of the nozzle and the heatbreak, it contains the meltzone.



                The Heater Block (transparent green) acts as a medium to transfer the thermal energy from the Heater Cartidge to the Thermo Sensor and the Filament Path. It also acts as a dampener for the control circuit.



                Now, let's put things together and omit the wires and cold end (and internal geometry of the filament path, cause I am lazy):



                Mock up of a hotend assembly



                Now, the construction gives us several reasons for the shape of the heater block:




                • Ease of construction. Taking a simple block and adding a couple of holes and one cut allows very fast production.

                • Maximum contact surface. To get the maximum contact surface to the heater cartrige, the heater block has to make contact along its whole length, dictating a minimum size in 2 direction. The same is true for the thermosensor.

                • The heater block transmits temperature pretty much radially from the heater cartridge. Because it is metal, the gradient between areas is very low, but it is measureable. These would be the thermal equivalent lines on heating up:


                Heating lines around the Heater Cartridge



                You may easily notice that the temperature lines appear more straight as they come closer to the filament path and thermosensor. This helps to give the filament in the heatbreak and nozzle an evener heating and better printing.



                The mockup I made has a deliberate flaw though: a change in temperature first affects the filament and then shows up on the sensor, making the temperature in the filament path wobble to the extreme. The Heater Block acts pretty much as a transmitter just as much as a time dilation between the heating command and the pickup.



                Because this arrangement is not very good, let's swap sensor and filament path around and look at the same lines.



                Arrangement 2 of a Hotend assembly



                Now we have a much shorter feedback loop, allowing our printer to react quicker to temperature changes and the filament path also gets heated more evenly. The temperature inside the filament path does change less around the target temperature. The whole block now acts mostly as a distribution medium but also as a storage for heat energy:



                Up to this point, we did not take into account a very simple fact: the hotend drains thermal energy via two areas:




                • The outer surface of the heater block emits heat to the air.

                • Filament gets molten and extruded.


                Factor 1 is simple and here a bigger heater block actually is positive: The thermal 'storage' capacity is dependant on the volume, so goes with $xyz approx a^3$. The surface to emit heat from goes with $2times(xy+xz+yz)approx 6times a^2$. Plotting a graph of that shows us the square-cube law: the capacity increase for one unit does increase the surface just by a fraction of that, so the storage gets better the larger the heater block is.



                Factor 2 is why we need to have a storage of thermal energy in the first place: the flow of filament is not exactly the same all the time. Of course, we have moments of even flow, but we also have moments of low or no flow when the printer moves between parts of the print. This alteration of the drain of thermal energy from the heater block means that if we would go down to a bare minimum size, we'd heat up the block fast whenever we are on a move action and cool as the extrusion starts till equilibrium is achieved again. The more thermal capacity is there to store energy, the less the lack of extrusion will immediately affect the print and the more even the temperature will be in the filament path.



                Fast printing?!



                How is faster printing achieved with a special hotend? Well, 4 factors are used in hotends meant for very fast or very hot printing:




                • Longer, more powerful heater cartridge.

                • Longer filament path.

                • Extra large Heater Block to even out the temperature changes under extrusion more.

                • Insulating the Heater Block to the air.


                One of the prime examples would be an e3D-Volcano.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited 7 hours ago

























                answered 7 hours ago









                TrishTrish

                7,73531547




                7,73531547






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to 3D Printing Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    Use MathJax to format equations. MathJax reference.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2f3dprinting.stackexchange.com%2fquestions%2f10154%2fwhy-heater-blocks-on-hotends%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

                    Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

                    Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...