3
1
Back

969311f00cbb6d6ece9a25b5fb1d4e2884e468c0 Mon Sep 17 00:00:00 2001 .../Panels/POLYMORPH.png | Bin 0 -> 445539 bytes Images/precadsr-panel-holes.png | Bin 0 -> 70584 bytes 3D Printing/Panels/SPIDER CLIMB.png | Bin 0 -> 11916 bytes .../Panels/MIRROR IMAGE.png | Bin 0 -> 10174 bytes .../PRISMATIC SPHERE.png | Bin 0 -> 144834 bytes .../Pot_Knobs/pot_knob_two_parts_cap.stl | Bin 0 -> 297934 bytes From 8a9583e7df3009c52174c16ce501729b9c90d7ac Mon Sep 17 00:00:00 2001 From 5a420f07b2d4222c473ea8c0cf33ef6f8c915115 Mon Sep 17 00:00:00 2001 Subject: [PATCH 10/13] glide fix Notes from debugging Clock POT is too small; need more than 100k to get proper hole sizes threeUHeight = 133.35; // overall 3u height panelInnerHeight = 110; //rail clearance = ~11.675mm, top and bottom mountSurfaceHeight = (panelOuterHeight-panelInnerHeight-railHeight*2)/2; hp=5.08; hwCubeWidth = holeWidth-mountHoleDiameter; offsetToMountHoleCenterY=mountSurfaceHeight/2; offsetToMountHoleCenterX=hp;//1hp margin on each side echo(offsetToMountHoleCenterY); echo(offsetToMountHoleCenterX); module eurorackPanel(panelHp, mountHoles=2, hw = holeWidth, ignoreMountHoles=false module eurorackMountHoles(php, holes, hw) { holes = holes-holes%2;//mountHoles ought to be even.

New Pull Request