3
1
Back

[h_margin + working_width/4, row_1, 0]; left_rib_x = thickness * 1; right_rib_x = width_mm - thickness*2.5 - tolerance*6; left_rib_x = thickness * 2; right_rib_x = width_mm - col_right - thickness; // How much horizontal space needed for left-hand and right-hand sub-panels right_panel_width = width_mm - thickness*2; slider_center = (width_mm - left_panel_width - right_panel_width)/2 + left_panel_width; slider_bottom = v_margin+8; module label(string, size=4, halign="center") { color([1,0,0]) linear_extrude(height) text(string, size, halign=halign, font=font); } module pot_wh148() { module label(string, size=4, halign="center") { color([1,0,0]) linear_extrude(height) text(string, size, halign=halign); .

New Pull Request