Skip to content

Instantly share code, notes, and snippets.

:root {
--primary: #09F;
--accent: #57A;
--background: #080808;
--background-elevated: #222;
--background-hover: rgba(255, 255, 255, 0.1);
--sidebar-background: #1a2129;
--border-dim: #666;
include <BOSL2/std.scad>
// use -D on cli to render one part
// -D=top_leg
// -D=bottom_leg
// -D=top_ring
// -D=mid_ring_segment
// -D=bottom_ring
// empty for full-size preview
part=""; // ["","top_leg","bottom_leg","top_ring","mid_ring_segment","bottom_ring"]
preview_amount_degrees = 360;