Improved element selection.

This commit is contained in:
ThorstenB 2022-05-17 00:17:40 +02:00
parent f43804582d
commit 5675a657b9
2 changed files with 3 additions and 5 deletions

View File

@ -189,9 +189,7 @@ module main()
if (part != "noFront") makeFront();
}
else
if (part == "prototype") {
boxScrewPosts();
} else {
{
// nothing!
}
if ((showPcb == "yes")&&(part != "button")) makePcb();

View File

@ -2,13 +2,13 @@
// brehmt (at) gmail dot com
// Which part do you want to see/generate?
PART = "bottom"; // [all:All, noRear:No Rear, noFront:No Front, noBottom: No Bottom, frontBottom: Front and Bottom, topBottom: Top and Bottom, bottom:Bottom only,top:Top only,rear:Rear only,front:Front only, button:Buttons and Fittings,prototype:Prototype,test:Test]
PART = "bottom"; // [button:Buttons and Brackets, bottom:Base board element, top:Top shell, rear:Rear panel, front:Front panel, test:--Test--, all:All elements, noRear:All except the rear panel, noFront:All except front panel, noBottom: All except base board, frontBottom: Front and base board only, topBottom: Top shell and base board only]
// Size of the LCD display?
LCD = "yes"; // [small:Original 1.7inch display, large:Custom large 2.42inch display]
// show FloppyEmu PCB?
PCB = "yes"; // [no:No,yes:Yes]
PCB = "no"; // [no:No,yes:Yes]
// Size of the box: 1.0=original Disk II drive size, 0.6='baby box', just matching floppy EMU size
SCALING = 0.6; // [0.1 : 0.01 : 1]