Scale foot filet with foot height

This commit is contained in:
Joel Ebel 2018-05-19 15:48:55 -04:00
parent 791720c361
commit f424cccd04

View File

@ -80,7 +80,7 @@ FootHeight = 8;
FootDia = 8; FootDia = 8;
// - Diamètre trou - Hole diameter // - Diamètre trou - Hole diameter
FootHole = 2.2606; // tap size for #4 coarse-thread FootHole = 2.2606; // tap size for #4 coarse-thread
FootFilet = Thick; FootFilet = FootHeight/4;
// Foot centers are specified as distance from PCB top-left corner. // Foot centers are specified as distance from PCB top-left corner.
// X is along the "length" axis, and Y is along the "width" axis. // X is along the "length" axis, and Y is along the "width" axis.