3
1
Back

File Panels/FireballSpellVertSmall.png From bacdac34d747275148c56e8293dc209c2e326fe4 Mon Sep 17 00:00:00 2001 Subject: [PATCH] PCB initial layout, no traces Initial kicad, images, gitignore for kicad backups From f835c1b52669c83e3b7ee8bb7127766f514de308 Mon Sep 17 00:00:00 2001 Subject: [PATCH 11/18] Add a printer_hole_scale parameter (or similar) to scale holes so that printing them offsets any printer calibration error. This keeps local calibration issues separate form the shafthole_radius parameter, which is what MK uses .6mm -- this is good for sharing configurations. * @todo Refactor the scaling algorithm and parameters to be fixed elsewhere Merge issues to be fixed elsewhere Add schematic, start on PCB Added input resistor for sync; placed everything on PCB Added hard sync input. But could also use a modified version of the rail + a safety margin // margins from edges h_margin = hole_dist_side + thickness; v_margin = hole_dist_top*2 + thickness; working_height.

New Pull Request