BenW0 / eval-model-gen

A tool for iteratively generating test parts for 3D printer qualification
0 stars 0 forks source link

Tweaks to the test part #30

Open BenW0 opened 8 years ago

BenW0 commented 8 years ago

Tweaks to consider on the test part:

BenW0 commented 8 years ago
BenW0 commented 8 years ago

We may want to become more stringent on enforcing the aspect ratios from the scad, so we get more consistent data and it's easier to map a normal evaluation model to an interpolator.

BenW0 commented 8 years ago

TRIVIA: We can echo things out of our .scad file during execution! It's not documented, but after digging through the source code I discovered you can use

openscad -o foo.echo <...>

to output anything called with echo() in the .scad file to the file foo.echo!

Relevant source file: https://github.com/openscad/openscad/blob/master/src/openscad.cc, lines 361 and 378 (search for ".echo" and go from there)

BenW0 commented 8 years ago

Really, we need to introduce four more kinds of positive planes to the test part as well:

What about interactions with the print bed when it comes to visualizing what will/won't work?

BenW0 commented 8 years ago

My thoughts today for modifications to make:

BenW0 commented 8 years ago

Some other features I'd like to add down the road:

BenW0 commented 8 years ago

More things to change:

BenW0 commented 8 years ago
BenW0 commented 8 years ago

Add a marking that tells us which test part this is. Either numeric or a qr code. We need something...

BenW0 commented 8 years ago

Also, change "button" to "boss" and make its aspect ratio 1:1 with diameter maybe?