3
1
Back

The outer circumference of the rail + a safety margin // margins from edges h_margin = hole_dist_side*4; v_margin = hole_dist_top*2; output_column = width_mm - hole_dist_side - thickness; module label(string, size=4, halign="center", font=default_label_font) { color([1,0,0]) linear_extrude(height) text(string, size, halign=halign, font=font); } From d8a7439c05979d3c73da6a91162e90a1a48a57e5 Mon Sep 17 00:00:00 2001 Subject: [PATCH.

New Pull Request