rocketscream / TinyReflowController

An all-in-one Arduino compatible reflow controller powered by ATtiny1634R
121 stars 64 forks source link

Require nightly build Kicad to open. #1

Closed dwhacks closed 6 years ago

dwhacks commented 6 years ago

I'm on Linux Mint, and when trying to open the schematic file in kicad it says my version is to old! I have the "newest" stable, which leads me to believe this was made in a nightly (which gave me issues when I tried nightlies a year ago).

Any chance we could get Gerbers, or even an oshpark shared project?

rocketscream commented 6 years ago

Hi @dwhacks,

Yes, it is indeed designed in nightly builds (couldn't stop myself). I just added the gerber files in latest commit of 69a41e7. I no longer use OSHPark service (last used close to 5 years ago), so I'm not sure how the settings (like the silkscreen minimum line thickness, edge copper distance limit, etc) would affect the board produced. But, board was designed with 10 mil minimum track and 10 mil minimum clearance except the ATtiny1634R QFN chip (I believe it needs 8 mil clearance in between pads).

dwhacks commented 6 years ago

Thanks! That mostly works, except for the slots in the USB connector, but thats not a big deal. Any chance you could post up a BOM too? Or should I just wait for the finished boards to be in stock again at rocketscream?

I guess I could install a nightly kicad on a different machine... But maybe this will benefit others too?

polymetric commented 6 years ago

Not sure if you guys have solved these problems (probably), just thought I'd add my 2 cents.

@rocketscream 10/10 is almost certainly more than the minimum track width/clearance for most fabs, so that definitely shouldn't be a problem. OSHPark's (higher-end fab) current minimum is 7/7, while the minimum for JLCPCB (cheapest I could find) is 5/5! PCBWay (in between-ish) has options for the minimum, 4/4 is the smallest and 8/8 is the biggest/cheapest. Just thought that was interesting.

@dwhacks have you considered just using a VM? I'm pretty sure OpenGL would work on one.

Sorry for the necro ;p