3
1
Back

// Note: don't mess with this. Less than 5 makes it disappear. You can, however, // set the quantity, quality, radius, height, and placement indentations_cylinder = true; arrow_indicator_scale = 1.3; arrow_indicator_translate = [0,1,16]; arrow_scale_head = 2; // The OpenSCAD default. // Minimum size of circle fragments in mm. Quality == "rendering") ? 3 : quality == "fast preview") ? 12 : 12; // [1:1:84] /* [Holes] */ hole_dist_top = 2.5; // margins from edges h_margin = hole_dist_side*4; v_margin = hole_dist_top*2 + thickness; h_margin = thickness*2; v_margin = hole_dist_top*2 + thickness; width_mm = hp_mm(width); // where to put the output to allow faster previews. Influences segments for circles U = 44.45; // Horizontal pitch size (mm /* [Panel] */ wall(h=10, w=height-hole_dist_top*2-32); // decoration? Surface("FireballSpellSmall.png", center=true, invert=false); Am totally not using git correctly From 4fd9d8b7bf20541267f941aa2eacb4afbb30ba6a Mon Sep 17 00:00:00 2001 Subject: [PATCH] adds README.md file adds README.md file 666c48f795 adds README.md file edits README.md.

New Pull Request