Updated 210802 Ultimate All-in-One Temperature and bridging Tower (Auto Temp Setting)

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&nbsp;E0.0</i><br><i>{if&nbsp;layer_num==6}M104&nbsp;S{temperature[0]+10}{endif}&nbsp;;&nbsp;Layer&nbsp;1</i><br><i>{if&nbsp;layer_num==56}M104&nbsp;S{temperature[0]+5}{endif}&nbsp;;&nbsp;Layer&nbsp;2</i><br><i>{if&nbsp;layer_num==106}M104&nbsp;S{temperature[0]}{endif}&nbsp;;&nbsp;Layer&nbsp;3</i><br><i>{if&nbsp;layer_num==156}M104&nbsp;S{temperature[0]-5}{endif}&nbsp;;&nbsp;Layer&nbsp;4</i><br><i>{if&nbsp;layer_num==206}M104&nbsp;S{temperature[0]-10}{endif}&nbsp;;&nbsp;Layer&nbsp;5</i><br><i>{if&nbsp;layer_num==256}M104&nbsp;S{temperature[0]-15}{endif}&nbsp;;&nbsp;Layer&nbsp;6</i><br><i>{if&nbsp;layer_num==306}M104&nbsp;S{temperature[0]-20}{endif}&nbsp;;&nbsp;Layer&nbsp;7</i><br><i>{if&nbsp;layer_num==356}M104&nbsp;S{temperature[0]-25}{endif}&nbsp;;&nbsp;Layer&nbsp;8</i><br><i>{if&nbsp;layer_num==406}M104&nbsp;S{temperature[0]-30}{endif}&nbsp;;&nbsp;Layer&nbsp;9</i><br><i>;[layer_z]</i><br>&nbsp;</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&nbsp;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>&nbsp;</p><h4>Update 210802:</h4><p>When&nbsp;I&nbsp;have&nbsp;thought&nbsp;about&nbsp;this&nbsp;for&nbsp;a&nbsp;while,&nbsp;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&nbsp;E0.0</code><br><code>{if&nbsp;layer_z&gt;1.2}M104&nbsp;S{(temperature[0]+10)-(5*int(((layer_z-1.2)/10)))}{endif}</code><br><code>;[layer_z]</code></p><p>This&nbsp;will&nbsp;work&nbsp;for&nbsp;every&nbsp;filament&nbsp;temp and&nbsp;every&nbsp;layer&nbsp;height, and if you adjust it a bit it works for every temptower heights you can think of</p><p>&nbsp;</p><p>Explanation:</p><p>{if&nbsp;layer_z&gt;<strong>AA</strong>}M104&nbsp;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>&nbsp;=&nbsp;Bottom&nbsp;Base&nbsp;Height<br><strong>temperature[0]</strong>&nbsp;=&nbsp;"Other&nbsp;layers"&nbsp;nozzle&nbsp;temp&nbsp;from&nbsp;filament&nbsp;settings<br><strong>BB</strong>&nbsp;=&nbsp;Start&nbsp;temperature,&nbsp;in&nbsp;this&nbsp;case&nbsp;10°&nbsp;above&nbsp;"temperature[0]"<br><strong>CC</strong>&nbsp;=&nbsp;Steps&nbsp;in&nbsp;temperature,&nbsp;in&nbsp;this&nbsp;case&nbsp;5°&nbsp;lower&nbsp;for&nbsp;each&nbsp;"floor"<br><strong>DD</strong>&nbsp;=&nbsp;Height&nbsp;of&nbsp;each&nbsp;"floor"</p><p>Added&nbsp;three&nbsp;3mf-files</p><p><strong>TempTower-Auto-V2-025nozzle.3mf </strong>for&nbsp;0,25&nbsp;nozzle&nbsp;and&nbsp;0,1&nbsp;layer&nbsp;height<br><strong>TempTower-Auto-V2-04nozzle.3mf </strong>for&nbsp;0,4&nbsp;nozzle&nbsp;and&nbsp;0,2&nbsp;layer&nbsp;height<br><strong>TempTower-Auto-V2-06nozzle.3mf </strong>for&nbsp;0,6&nbsp;nozzle&nbsp;and&nbsp;0,3&nbsp;layer&nbsp;height</p><p>Also I added a “plate” to STL-file, a surface to write on</p><p>Now&nbsp;it&nbsp;is&nbsp;perfect,&nbsp;three&nbsp;printer&nbsp;settings&nbsp;and&nbsp;one&nbsp;stl&nbsp;file&nbsp;for&nbsp;everything&nbsp;:-)</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&nbsp;all&nbsp;the&nbsp;parenthesis&nbsp;makes&nbsp;you&nbsp;wonder&nbsp;then&nbsp;it&nbsp;makes&nbsp;two&nbsp;of&nbsp;us.&nbsp;As&nbsp;I&nbsp;see&nbsp;it&nbsp;there&nbsp;are&nbsp;a&nbsp;few&nbsp;unnecessary&nbsp;ones,&nbsp;but&nbsp;if&nbsp;I&nbsp;take&nbsp;them&nbsp;away&nbsp;it&nbsp;won't&nbsp;work!?<br>I would appreciate&nbsp;if someone could explain it)</p>

Download Model from prusaprinters

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).