5axes / Calibration-Shapes

A Cura plugin that adds simple shapes (cube, cylinder, tube) and also 24 Calibration and test parts + 7 Postprocessing scripts
GNU Affero General Public License v3.0
330 stars 69 forks source link

How do you use temp tower script? #65

Open evilC opened 2 years ago

evilC commented 2 years ago

I see the TempFanTower script in the Post Processing menu, but I don't see how to actually generate and add the model which uses these values. Please advise

5axes commented 2 years ago
gohma231 commented 2 years ago

If I want to print the temp tower at a different layer height, I planned to use this procedure:

Desired Layer height: 0.2 mm = h_layer Increase height of model to multiple of 0.2 mm (uncheck snap scaling): height_0 = 58.9971 mm -> height_1 = 59.2 mm Count number of base layers: n_base = 4 Number of different temperatures: 7 = n

(h - h_layer x n_base) / (n x h_layer) = Change Layer Setting

Or for the above settings...

(59.6 mm - (0.2 mm 4)) / (7 0.2) = 42 Layers per temperature change

This info is primarily for all to see or for someone more knowledgeable than I to point out potential issues.