Final adjustments to mechanical bits before printing starts

This commit is contained in:
TQ Hirsch
2022-04-29 22:32:52 +02:00
parent 7abbb821ec
commit f73300ff4b
2 changed files with 12 additions and 7 deletions

View File

@@ -8,6 +8,10 @@ bushing_len = 24;
nema17_face = 42.3;
m3_insert_d = 4.2;
m5_insert_d = 7.5;
m6_insert_d = 8.2;
module colorize(colorname) {
if (use_colors) {
color(colorname) union() { children(); }