Subject:
|
ldlister 0.1
|
Newsgroups:
|
lugnet.cad
|
Date:
|
Sat, 10 Oct 2009 21:47:04 GMT
|
Viewed:
|
10132 times
|
| |
| |
Hi all.
I've made a small program named ldlister which makes Parts.lst files, it only
though contains a small GUI and includes primitive indexing, a feature that
might be particularly useful for part authors - this lets authors using mlcad
throw primitives into the view canvas like parts. Additionally the primitive
names show up in the description column instead of "Unknown part!". :-)
Downloads from google.com: http://code.google.com/p/ldlister/downloads/list
How to make this work using mlcad:
- Download and run ldlister with primitve indexing
- In mlcad, update the parts tree by two new rules: "<Primitive" for primitives
and "<Hi-Res" for 48:d primitives
- You might also want to add a separator by giving such a rule like '<abcdefgh'
or '<Brick & !Brick'
How to wrap up a binary (any part authors using Macs are probably interested):
- Download the source zip and unpack it, resulting in a ldlister.vfs directory
- Download tclkit from equi4.com: http://www.equi4.com/tclkit/download.html
- Download sdx: http://www.equi4.com/pub/sk/sdx.kit
- Rename the tclkit-blah-blah to mere tclkit and place it and sdx.kit to the
same directory where ldlister.vfs is
- Open up a terminal and cd to the directory containing the three
- Copy tclkit to another file named tclkitcopy or whatever you wish
- Run: ./tclkit sdx.kit wrap ldlister -runtime tclkitcopy
- Try out the newly made binary
The method also works under Windows, the command line just has to be "tclkit.exe
sdx.kit wrap ldlister.exe -runtime tclkitcopy.exe"
Enjoy :-)
|
|
Message has 3 Replies: | | Re: ldlister 0.1
|
| Here's a program that could get me into part authoring. This is a great idea! Scott W. (15 years ago, 13-Oct-09, to lugnet.cad)
| | | Re: ldlister 0.1
|
| (...) I do. Once you get used to it, it's really convenient to have a preview of primitives you're going to use... Philo (15 years ago, 14-Oct-09, to lugnet.cad)
| | | Re: ldlister 0.1
|
| (...) One small nit: in the output file, it seems the lines are terminated by a three-byte sequence 0D0D0A (CR-CR-LF). This sequence confuses WordPad, which shows the resulting PARTS.LST as all one line. Oddly, Notepad (which is confused by files (...) (15 years ago, 19-Oct-09, to lugnet.cad)
|
8 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|