kartchnb / AutoTowersGenerator

A Cura plugin to automate the creation of 3D printer calibration towers (e.g. temperature towers, retraction towers, etc)
GNU Affero General Public License v3.0
129 stars 10 forks source link

[Github All Releases]()

AutoTowersGenerator

"I ... am rarely happier than when spending an entire day programming my computer to perform automatically a task that would otherwise take me a good ten seconds to do by hand." - Douglas Adams

This Cura plugin automates the creation of 3D printer calibration towers. You can choose from preset towers to test different temperatures, print and fan speeds, flow rates, etc. No more messing around with gcode!

And, if you have OpenSCAD installed, you can generate custom versions of these towers to suit your own needs as well.

The following "towers" are supported:

Bed Level Patterns

These aren't "towers", per se, but I've included them anyway since it's my plugin and I can do what I want.

These can help ensure your printer bed is properly leveled and your first layer is adhering well. You can find some good tips on how to best use these on this Filament Friday Video or this All 3DP article.

There are several bed print patterns available, although the concentric squares is probably all you really need. Note that these all require OpenSCAD to be installed, since they are customized to your print bed size.

Concentric Squares

Concentric Squares Bed Level Pattern Icon

Concentric Circles

Concentric Circles Bed Level Pattern Icon

Circle in Square

Circle in Square Bed Level Pattern Icon

X in Square

X in Square Bed Level Pattern Icon

Grid

Grid Bed Level Pattern Icon

Five Circles

Five Circles Bed Level Pattern Icon

Fan Towers

Fan Tower Icon

A fan tower uses a different fan speed percentage for each section of the tower and is equivalent to changing Cura's "fan speed" setting in the "Cooling" menu. The fan speed percentage for each section is printed on the tower itself. Once you've printed the tower, just find the fan speed that works best for you. Look for sections that bridge well and don't have gaps between layers.

Flow Towers

Flow Tower Icon

A flow tower uses a different flow percentage for each section of the tower and is equivalent to changing Cura's "flow" setting in the "Material" menu. The flow percentage for each section is printed on the tower itself. Once you've printed the tower, a visual inspection should help you identify the flow setting that works best. Look for sections that don't have gaps between the printed lines.

All3DP has a good article with some visual examples of what good and bad flow might look like.

Retraction Towers

Retraction Tower Icon

This is a useful way to tune your retraction settings.

A retraction tower uses a different retraction speed or retraction distance for each section of the tower. This is equivalent to changing Cura's "Retraction Speed" or "Retraction Distance" settings in the "Travel" menu. The speed or distance for each section is printed on the tower. Look for settings that give the least stringing between the two sides of the tower.

This All3DP Article may help in understanding the different retraction settings.

Speed Towers

Speed Tower Icon

Speed towers can be generated to evaluate different speed settings.

Print Speed

Print speed towers are intended to simulate changing Cura's "print speed" setting in the "Speed" menu. The print speed for each section is printed on the tower itself. Look for tower sections that don't have gaps or extra blobs.

Please note that I'm still trying to figure out the best way to change print speed during post-processing and this tower is not entirely accurate. However, it should give you a decent idea of what speed setting is best for your printer and filament.

Other Speed Settings

Speed towers can also be generated to test acceleration speed, jerk speed, junction speed, marlin linear speed, and RepRap pressure. Honestly, I don't fully understand these settings - I just vary them for you. If you're smart enough to know what these do, you don't need me to explain them to you.

Temperature Towers

Temperature Tower Icon

The correct print temperature is one of the most important things to get right and is the reason I created this plugin in the first place.

A temperature tower will print with different print temperatures for each section of the tower. There are presets for the most common filaments or you can create a custom one for your needs. The print temperature for each section is printed right on the tower itself, so it's a simple matter of choosing the one that gives the best results.

Plugin Settings

There are just a couple of settings for this plugin at the moment.

OpenSCAD Path

This is used to specify the path to where OpenSCAD is installed. Most of the time, this will be detected automatically but, if you have it installed in a non-standard location, you may need to configure this manually.

Enable LCD Messages

With this selected, the plugin will send updates to your printer's LCD as the tower is printed. Some printers don't handle the M117 gcode command that is used to send these messages, so deselect it if it causes you problems.

Install and Use

The AutoTowersGenerator plugin can be installed one of two ways.

The easiest way is to use Cura's built-in Marketplace. Just open Ultimaker-Cura and, on the blue header bar, there is a button for "Marketplace." Click that button, and search for "Auto Towers Generator". Once you've found it just click the "bug" button to install it.

It doesn't take too much effort to install manually either. You can find releases on the GitHub Releases Page. Download the .curapackage file that corresponds to your version of Cura. To install, simply "drag and drop" the .curapackage file onto a running Ultimaker-Cura window.

After installing using either method, Cura will need to be restarted. After restarting Cura, click the "Extensions" menu item at the top of the window, and in there you will find "Auto Towers" and can select any of the available towers to print.

Some Final Notes