Relative Temperature & Bridging Tower - Adjustable Layer Height Remix

Relative Temperature & Bridging Tower - Adjustable Layer Height Remix

prusaprinters

<p>I really liked the concept of a relative temperature tower that supports any material, but I also wanted to be able to change the layer height/nozzle size easily, so I rewrote the layer change G-code to be layer-independent.</p><p><code>;BEFORE_LAYER_CHANGE</code><br><code>G92 E0.0</code><br><code>{if &nbsp; &nbsp;layer_z &gt; 81+layer_height/2} M104 S{temperature[0] -30} ; Layer 9</code><br><code>{elsif layer_z &gt; 71+layer_height/2} M104 S{temperature[0] -25} ; Layer 8</code><br><code>{elsif layer_z &gt; 61+layer_height/2} M104 S{temperature[0] -20} ; Layer 7</code><br><code>{elsif layer_z &gt; 51+layer_height/2} M104 S{temperature[0] -15} ; Layer 6</code><br><code>{elsif layer_z &gt; 41+layer_height/2} M104 S{temperature[0] -10} ; Layer 5</code><br><code>{elsif layer_z &gt; 31+layer_height/2} M104 S{temperature[0] &nbsp;-5} ; Layer 4</code><br><code>{elsif layer_z &gt; 21+layer_height/2} M104 S{temperature[0]} &nbsp; &nbsp; ; Layer 3</code><br><code>{elsif layer_z &gt; 11+layer_height/2} M104 S{temperature[0] &nbsp;+5} ; Layer 2</code><br><code>{elsif layer_z &gt; &nbsp;1+layer_height/2} M104 S{temperature[0] +10} ; Layer 1</code><br><code>{endif}</code><br><code>;[layer_z]</code></p>

Download Model from prusaprinters

With this file you will be able to print Relative Temperature & Bridging Tower - Adjustable Layer Height Remix 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 Relative Temperature & Bridging Tower - Adjustable Layer Height Remix.