the company provide CAD files and all but also simple spec sheet drawing in PDF
here is what I mean; http://www.hammondmfg.com/pdf/1555FF42.pdf
the screws are 68 x 77 apart.
I added mounting holes in PCB new, trying to zero the measuring tool with space bar, duplicate the first mounting hole, then trying to place it on the same horizontal axis exactly 77mm away…
is this the easiest way to do it ? any suggestion to make it more reliable ?
also not sure what they mean by 6X, I doubt that’s an M6 screw size… what should be the mounting hole size matching that hole?
KiCad lacks origin relative capability, but following a hint in another thread, I just tried this
( Version: (5.0.0-rc2-dev-44-gde6b32d23), release build)
Position X [64.67972-4/3.33] mm
works fine ie There is an inbuilt, simple calculator in the Field entry, nice.
So you can place all mounting holes, relative to the master one by simply adding +68, +77 etc
Kudos, as this mixed units also works fine Position X [64.67972-0.05in] mm Position X [64.67972+50mil] mm Position X [64.67972+50mil+4mm] mm
I also tried a co-ordinate pair entry, as you might logically paste like [65,119] but sadly the programmer did think to support +/-, but did not think to support ‘,’ which looks to be simply trimmed.
But you will need to replace the holes that are generated as circles on edge cuts with proper mounting holes (non plated through hole pads.) Otherwise the manufacturer will try to mill them instead of drilling them. (A lot less precise.)
[quote=“PCB_Wiz, post:4, topic:9824”]
KiCad lacks origin relative capability, but following a hint in another thread, I just tried this ( Version: (5.0.0-rc2-dev-44-gde6b32d23), release build)
Position X [64.67972-4/3.33] mm
works fine [/quote]
Are you talking about editing the “Position” fields in a footprint’s “Properties” dialog (as shown here)?
That method works. I often duplicate a bunch of mounting holes (Ctl-D in OpenGL) into a stack, then use the “Move Exactly” tool (Ctl-M) to place them at exact distances from each other. But unless it’s a simple rectangular outline and hole pattern, I use LibreCAD to work up a *.DXF drawing of the board outline, mounting holes, and other significant hole locations (connectors, switches, etc) and import that into PCBNew.
Yeah, that’ll save a bunch of time punching numbers into a calculator then transferring the result. That in itself is almost enough justification to move to Ver 5.