Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 5,141
» Latest member: weinne
» Forum threads: 6,072
» Forum posts: 51,165
Full Statistics
|
Online Users |
There are currently 561 online users. » 1 Member(s) | 555 Guest(s) Applebot, Baidu, Bing, Google, Yandex, Jeff Jones
|
Latest Threads |
LDraw.org 2025-06 Parts U...
Forum: LDraw.org Announcements
Last Post: Travis Cobbs
10 hours ago
» Replies: 1
» Views: 432
|
Hi-res logo primitives
Forum: Official File Specifications/Standards
Last Post: Orion Pobursky
Yesterday, 21:35
» Replies: 1
» Views: 98
|
500 Server error
Forum: Website Suggestions/Requests/Discussion
Last Post: Lisa Winter
Yesterday, 7:11
» Replies: 5
» Views: 219
|
Modulex parts
Forum: Parts Authoring
Last Post: Magnus Forsberg
2025-07-04, 15:20
» Replies: 18
» Views: 3,002
|
Minifigure Head 3626pb307...
Forum: Part Requests
Last Post: Philippe Hurbain
2025-07-04, 13:54
» Replies: 1
» Views: 194
|
23763 axl torso
Forum: Parts Authoring
Last Post: Jeff Jones
2025-07-04, 13:48
» Replies: 14
» Views: 5,408
|
Minifigure Head 3626pb181...
Forum: Part Requests
Last Post: Philippe Hurbain
2025-07-04, 13:32
» Replies: 1
» Views: 175
|
hmmmmnmmmmm
Forum: Parts Authoring
Last Post: Jeff Jones
2025-07-04, 7:45
» Replies: 9
» Views: 279
|
Minifig Torsoe 973p20
Forum: Part Requests
Last Post: Knud Ahrnell Albrechtsen
2025-07-04, 5:18
» Replies: 2
» Views: 195
|
Simple LDCad script
Forum: LDraw Editors and Viewers
Last Post: Roland Melkert
2025-07-02, 20:23
» Replies: 10
» Views: 8,965
|
|
|
End with a... ? |
Posted by: Stephen - 2014-09-26, 12:57 - Forum: Parts Authoring
- Replies (10)
|
 |
Quote from: http://www.ldraw.org/article/218.html
Quote:Line Termination
All lines in the file must use the standard DOS/Windows line termination of(carriage return/line feed). The file is permitted (but not required) to end with a. It is recommended that all LDraw-compliant programs also be capable of reading files with the standard Unix line termination of(line feed).
End with a what? I'm assuming what's missing is "carriage return/line feed" ?
|
|
|
LSYNTH generating additional lines |
Posted by: Gerald Lasser - 2014-09-18, 21:53 - Forum: LDraw Editors and Viewers
- Replies (4)
|
 |
I have nearly completed the 42008 for Eric's Technicopedia and just in progress of adding the LSYNTH. There are four different types of LSYNTH generated parts necessary: PF-Cable, Pneumatic Hoses, Rigid Hoses and a String.
Generating the LSYNTH parts is no issue. I did them one by one, but then I noticed that LDView did not load the file properly and produced a hell lot of errors. When looking into the file I had literally thousands of lines just stating a position of 0, 0, 0 and "part unknown" the file explodes form 148k to 3 megabytes.
I noticed the following:
- Even if I have a completed LSYNTH in the file, another run of LSYNTH goes over it and generates the "empty" lines
- This seem to happen only for the "PNEUMATIC HOSE BEVELED", these sections get the additional lines
- no additional lines were added to the "Hose Rigid" and the "PF Cable"
Does anybody know why this is the case?
- I use as constraints for the "Hose Rigid" only the LS01 constraint
- for the PF-Cable only the LS06
- but for the Pneumatic Beveled, I use for the start the LS01 and for the guidance the LS02 constraints.
Now I did some experiements with stand alone files, I noticed:
-> I used only the same constraints for each part
-> Each time I press "Execute LSYNTH" I get an additional set of "SYNTH SYNTHESIZED BEGIN/END" statements
-> This a bit inconvenient but does not add to the filesize significantly
BUT
-> When I do a LSYNTH for a piece having different start/end than middle pieces I get havoc.
-> The first of "Execute LSYNTH" is fine
-> each other pass of "Execute LSYNTH" produces thousands of lines with "1 4294967295 0 0 0 1 0 0 0 1 0 0 0 1 Unknown"
Do I have some problem in the set-up or why is LSYNTH doing this to me?
Thansk in advance
Gerald
|
|
|
Part Request 75972 Code Pilot |
Posted by: Eric Albrecht - 2014-09-16, 17:59 - Forum: Part Requests
- Replies (19)
|
 |
Philo was kind enough to mock up the Code Pilot for me years ago when I was building the LDraw file of the 8479 garbage truck. I'm now getting to the point when I'll be preparing the 1997 edition of Technicopedia soon and would appreciate being able to show the part in greater detail. Of course, I can just photograph it and I realize that this is a very unique part that has little demand, so I understand if there are higher priorities. I see that it has been sitting in the unofficial queue for a long time so I thought I would mention it.
Thanks.
|
|
|
|