Close

Further optimisation of FidoCadJ export code

A project log for Noo-D(l)eus Ex Machina - Freeform PCB design proto

The very first prototype PCB testing the new pcb-rnd->FidoCadJ->pcb-rnd toolchain easing freeform bezier & cubic spline track/PCB creation.

a1039181a1039181 02/18/2017 at 15:100 Comments

The exporter now simplifies cubic splines with only two vertices by replacing them with an equivalent single line segment.

FidoCadJ includes a style guide for use with codecheck.

I just ran codecheck on my export module....

~/Source/FidoCadJ/dev_tools$ ./checkstyle.sh ../../CodeAnalysis/checkstyle/checkstyle-6.10-all.jar

Aarrgh...

Checkstyle results stored in fidocadj_check.txt
lines on fidocadj_check.txt
1080 fidocadj_check.txt


I'd better sort out those indented sections and braces....

Am still wondering about how best to implement footprint rotation...

Discussions