Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,321
» Latest member: Imag
» Forum threads: 6,180
» Forum posts: 51,808

Full Statistics

Online Users
There are currently 222 online users.
» 0 Member(s) | 218 Guest(s)
Applebot, Bing, Google, Yandex

Latest Threads
Part Request - 51008pb01 ...
Forum: Part Requests
Last Post: Julian Raymond Ruan
2 hours ago
» Replies: 2
» Views: 2,208
A fresh list of "most com...
Forum: Part Requests
Last Post: tom alphin
Yesterday, 22:25
» Replies: 10
» Views: 1,755
New parts from Lego Instr...
Forum: Parts Authoring
Last Post: Timothy Hall
Yesterday, 2:41
» Replies: 85
» Views: 72,336
axleend2
Forum: Parts Tracker Discussion
Last Post: Gerald Lasser
2025-09-16, 20:03
» Replies: 3
» Views: 599
Parts request
Forum: Part Requests
Last Post: Peter Grass
2025-09-16, 5:58
» Replies: 2
» Views: 814
Transparent sticker colou...
Forum: General LDraw.org Discussion
Last Post: Travis Cobbs
2025-09-16, 1:42
» Replies: 10
» Views: 1,414
The Emperor Zurg
Forum: Part Requests
Last Post: Julian Raymond Ruan
2025-09-15, 13:07
» Replies: 0
» Views: 628
Batman Cowls
Forum: Part Requests
Last Post: Peter Grass
2025-09-15, 1:13
» Replies: 1
» Views: 765
Fix for slightly incorrec...
Forum: Part Requests
Last Post: Huib Versteeg
2025-09-14, 9:50
» Replies: 4
» Views: 1,456
Lego Town Racer 1996 - 63...
Forum: Official Models
Last Post: Chris Böhnke
2025-09-13, 23:39
» Replies: 14
» Views: 3,082

 
  Search Delay
Posted by: Travis Cobbs - 2016-09-17, 4:11 - Forum: Website Suggestions/Requests/Discussion - Replies (5)

Does the forum need the 30-second delay between successive searches for registered users? Sometimes I'll search for something, and after getting too many results, I'll immediately try to be more specific in my search, but it forces me to wait 30 seconds in that case. It's not the end of the world, but it's inconvenient.

Print this item

  Latest version of L3P.exe?
Posted by: Michael Horvath - 2016-09-17, 1:13 - Forum: LDraw File Processing and Conversion - Replies (3)

I noticed some of my POV files were generated by a newer version of L3P.exe than the one available on Lars Hassing's website.

http://www.hassings.dk/l3/l3p.html

The one you can download from that webpage is this one:
// Generated by L3P v1.4 BETA 20080930 (Win32)  © 1998-2008 Lars C. Hassing [email protected]

The one I somehow got a hold of in the past is this one:
// Generated by L3P v1.4 BETA 20131202 (Win32)  © 1998-2013 Lars C. Hassing [email protected]

Does anyone happen to have a copy of the newer version? Some of my helper scripts were designed with that version in mind, and they no longer work. Thanks.

Print this item

  HELP!!! LeoCAD export 3ds parts missing problem...
Posted by: Tilen Racic - 2016-09-16, 21:06 - Forum: Help - Replies (3)

I can't export my model to 3ds file correctly... When I try and open the file n c4d some parts are missing...so How can I install custom parts in Leo CAD to fix the problem...I Tried to install the missing parts but they were deformed... Sad

Print this item

  Technic 2014
Posted by: Florent Faramond - 2016-09-16, 13:20 - Forum: Official Models - Replies (8)

42020 - Twin Rotor Helicopter

[Image: 42020-1_-_twin_rotor_helicopter.png]

[Image: 42020-2_-_twin_rotor_helicopter.png]

[color=#0072bc]Download MPD[/color] (OMR compliant)
Known errors: Missing stickers
Done with MLCad 3.4

[color=#333333][color=#0072bc]Download MPD[/color] (OMR compliant)[/color]
Known errors: -
[color=#333333]Done with MLCad 3.4[/color]

Print this item

  LDCad under wine (on mac)
Posted by: Roland Melkert - 2016-09-14, 18:18 - Forum: LDraw Editors and Viewers - Replies (10)

Hi all today someone asked (again) if there is a mac version of LDCad.

I advised the usual try a virtual machine, but this time I also thought about WINE as there is a mac version of that.

This made me wanne try running LDCad under wine in Linux as it should be the same I think.

So with some tweaks I did manage to get LDCad 1.5 running under wine on Mint 8,

It acts a bit weird the first start though but the second seems ok, only problem is no text rendering (so all crosses in the menus etc).

This was fixed by coping the FreeSans.ttf and FreeMone.ttf font files into the default/gui folder though.

The fun was then spoiled by it crashing assoon you start a new model, but this might be the result of me running mint in a virtual machine using software rendering.

Has anyone else tried running LDCad under WINE on Linux or a mac ?

update:
The crash was caused by using  std::locale envDef("")  for some reason, I managed to fix that by using std::locale envDef("C") this combined with the option to disable file monitoring seems to make WINE usable combined with LDCad 1.6.  I will need to do some more test though, any additional findings from experienced Wine users will be appreciated.

update2:
found a better way to fix the fonts issue, just symlink the systems font root dir into the wine/drive_c/windows/Fonts folder, like shown on the below picture.

LDCad 1.6 beta 1 running under wine on mint 18 which itself is running under vmplayer on Windows 7 Pro 64 Smile
   

Print this item

  City / Airport
Posted by: Philippe Hurbain - 2016-09-14, 12:53 - Forum: Official Models - Replies (12)

City / Airport sets

Print this item

  Some more findings in LPub3D
Posted by: Jaco van der Molen - 2016-09-13, 12:57 - Forum: LDraw Editors and Viewers - Replies (6)

Hi Trevor,

Making instructions I have found some "bugs" in LPub3D.

Model Description does not respond to placing it somewhere relative to the page
For example:
0 !LPUB PAGE MODEL_DESCRIPTION PLACEMENT LOCAL TOP PAGE INSIDE
0 !LPUB PAGE MODEL_DESCRIPTION PLACEMENT LOCAL TOP_RIGHT PAGE INSIDE
do not work and keeps placing the description top left

Setting an automatic piece count gives wrong count
Most of the time in an MPD with multiple submodels and multiple usages of certain same submodels.
For example the model I am working on now has 768 parts and LPub3D gives 753.

Assembly margins in a callout only seem to affect the top (or bottom) margin
Horizontal margins have no effect. Setting a margin in a call out separator gives odd results too.

If I find more I'll let you know.

Print this item

  Sticker with LEGO logo
Posted by: Jaco van der Molen - 2016-09-13, 8:49 - Forum: Part Requests - No Replies

Hi all,

Is there a sticker with the LEGO logo? Like this:

[Image: 185?cb=20130601154044]

I know it is hardcoded in some parts. I did one myself: 3004pt6.dat :-)
I could extract it from there and it would be scaleable.

Print this item

  Need help with custom rotation of hinges
Posted by: Nite - 2016-09-10, 12:45 - Forum: Help - Replies (4)

Hi,

I'm trying to reproduce the following assembly with LDCad : http://farm8.staticflickr.com/7024/68033...6f6a2c.jpg (part of this tutorial http://www.eurobricks.com/forum/index.ph...opic=60907)
This would require to rotate each half of the hinges by exactly 16.363 degrees (using 11 hinges, it's (360 \ 11)\2).
Unfortunately so far I've only been able to rotate by steps of a minimum of 1 degree, is there a way to rotate by an arbitrary angle ?

The closer I've come to reproduce the model is by using 12 hinges (that comes down to  a 15 degree rotation), but I'd really like to make an 11 hinges one Smile
This is my 12 hinges attempt : http://tinypic.com/3ia4it61

Thanks

Print this item

  Submodel instance count at wrong place
Posted by: Jaco van der Molen - 2016-09-09, 9:29 - Forum: LDraw Editors and Viewers - Replies (5)

Hi Trevor,

When using pagenumber in alternate corners (like a book) the Submodel instance count is at the wrong place when it is on a odd page number on a single page submodel with a step group.
Using this
0 !LPUB PAGE SUBMODEL_INSTANCE_COUNT PLACEMENT LOCAL BOTTOM RIGHT PAGE_NUMBER OUTSIDE
does nothing.
Neither does dragging the instance count.
Also setting the font and size have no effect.

Can you fix this? Or is something wrong with my file?
Example attached.

TNX



Attached Files
.mpd   instancecount.mpd (Size: 709 bytes / Downloads: 1)
Print this item