The 3D Print Mill has an amazing feature which is an infinite Z axis. That's great because you can print very long objects in one go, but with great powers come great problems. A lot of things done by the community expect that your nozzle won't be printing at 45° and this includes calibration towers.
This package helps you generate calibration shapes that are appropriate for the CR-30 and still let you use existing g-code modifying tools to change the settings during the print, like what is demonstrated in CHEP's video.
Here are the appropriate shapes for each setting:
- Temperature — Use the temperature bridges
- Fan Speed — Also works with temperature bridges
- Retraction distance — Not available
- Retraction speed — Not available
This is made using OpenSCAD, you'll need it to generate the STL files from the source code. It especially doesn't make sense to provide STL files since the goal is to get shapes that are matching what you are going to print.
That's the equivalent of traditional temperature towers (with the same shape basically), except that instead of being stacked up the bridges are put one after the other on the Z-axis (which is infinite).
In order to print a series of bridges, the steps are:
- Customize the
temp-bridges.scad
file to fit your needs - Generate the STL file (you can use OpenSCAD's GUI or use the CLI
make temp-bridges
) - Slice the models making sure of your settings (mostly the layer height)
- Modify the gcode, using Cura plugins by example
- Profit (well, print)
Specifically, here is what settings categories do. For individual settings, please refer to the comments in the code.
- Print Settings — Overall settings about the way this is going to be printed
- Tested Value — The goal of this calibration shape is to find out which value of a setting is the best. This value will be printed on the part to make it easier to recognize after the printing. This section lets you define what values you want to test.
- Printed Text — On top of printing the tested value, the top of the
bridge contains inscriptions that can be by example the name or brand of the
material you're printing. For example on the screenshot you can see "PLA/PHA
190°C" which allows me to remember that I was printing PLA/PHA from
ColorFabb and then to know at which temperature it was extruded. The format
is
{prefix}{value}{suffix}
. - Bridge Dimensions — If you want to alter some dimensions of bridge components. All dimensions are given in layers count so that you can get a good idea of what you're doing as well as making sure that the generated shape rounds-up well when sliced, especially on smaller details.