
Updated 210802 Ultimate All-in-One Temperature and bridging Tower (Auto Temp Setting)
prusaprinters
<p>This is a well known test model with many remixes.<br>However, I have not seen anyone with automatic temp range.<br>Existing temp tower is “semi-automatic”, they set temperature to preset levels with custom g-code in “before layer change”<br>This print set levels from +10°C to -30°C in 5° steps in relation to temperature in filament settings.<br><strong>With this code inserted in “Before Layer Change” you don't need to edit the code for every filament.</strong><br>If you print with “Prusament PLA” standard setting the temp range will be from 225°C to 185°C, with “Prusament PETG” the range will be 260°C to 230°C and so on<br><br><i>G92 E0.0</i><br><i>{if layer_num==6}M104 S{temperature[0]+10}{endif} ; Layer 1</i><br><i>{if layer_num==56}M104 S{temperature[0]+5}{endif} ; Layer 2</i><br><i>{if layer_num==106}M104 S{temperature[0]}{endif} ; Layer 3</i><br><i>{if layer_num==156}M104 S{temperature[0]-5}{endif} ; Layer 4</i><br><i>{if layer_num==206}M104 S{temperature[0]-10}{endif} ; Layer 5</i><br><i>{if layer_num==256}M104 S{temperature[0]-15}{endif} ; Layer 6</i><br><i>{if layer_num==306}M104 S{temperature[0]-20}{endif} ; Layer 7</i><br><i>{if layer_num==356}M104 S{temperature[0]-25}{endif} ; Layer 8</i><br><i>{if layer_num==406}M104 S{temperature[0]-30}{endif} ; Layer 9</i><br><i>;[layer_z]</i><br> </p><p>It could be simplified even more with this code, (from <a href="https://www.prusaprinters.org/prints/38895">https://www.prusaprinters.org/prints/38895</a> ) but it is harder to understand if you will edit it later. The above code is more straightforward and easy to understand<br><br><i>G92 E0.0</i><br><i>M104 S{(temperature[0]+10)-(5*int(((layer_num-6)/50)))}</i><br><i>;[layer_z]</i></p><p>The STL is edited after I printed it for even numbers and 3mf file is updated with new STL<br>Print was aborted due to extruder starts clicking, that is why print in picture is not finished</p><p> </p><h4>Update 210802:</h4><p>When I have thought about this for a while, I realize the obvious, it does not work if you change layer height.</p><p>I stretch my brain a bit and come up with this:</p><p><code>;BEFORE_LAYER_CHANGE</code><br><code>G92 E0.0</code><br><code>{if layer_z>1.2}M104 S{(temperature[0]+10)-(5*int(((layer_z-1.2)/10)))}{endif}</code><br><code>;[layer_z]</code></p><p>This will work for every filament temp and every layer height, and if you adjust it a bit it works for every temptower heights you can think of</p><p> </p><p>Explanation:</p><p>{if layer_z><strong>AA</strong>}M104 S{(<strong>temperature[0]</strong>+<strong>BB</strong>)-(<strong>CC</strong>*int(((layer_z-<strong>AA</strong>)/<strong>DD</strong>)))}{endif}<br><strong>AA</strong> = Bottom Base Height<br><strong>temperature[0]</strong> = "Other layers" nozzle temp from filament settings<br><strong>BB</strong> = Start temperature, in this case 10° above "temperature[0]"<br><strong>CC</strong> = Steps in temperature, in this case 5° lower for each "floor"<br><strong>DD</strong> = Height of each "floor"</p><p>Added three 3mf-files</p><p><strong>TempTower-Auto-V2-025nozzle.3mf </strong>for 0,25 nozzle and 0,1 layer height<br><strong>TempTower-Auto-V2-04nozzle.3mf </strong>for 0,4 nozzle and 0,2 layer height<br><strong>TempTower-Auto-V2-06nozzle.3mf </strong>for 0,6 nozzle and 0,3 layer height</p><p>Also I added a “plate” to STL-file, a surface to write on</p><p>Now it is perfect, three printer settings and one stl file for everything :-)</p><p>If you want it for other printer profiles just put in the above code, adjust numbers to suit your needs and you are good to go</p><p>(If all the parenthesis makes you wonder then it makes two of us. As I see it there are a few unnecessary ones, but if I take them away it won't work!?<br>I would appreciate if someone could explain it)</p>
With this file you will be able to print Updated 210802 Ultimate All-in-One Temperature and bridging Tower (Auto Temp Setting) with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Updated 210802 Ultimate All-in-One Temperature and bridging Tower (Auto Temp Setting).