To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.cad.mlcadOpen lugnet.cad.mlcad in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 CAD / MLCad / 1898 (-20)
  Re: *** MLCad V3.10 is available ***
 
Hello Michael and Niels, I just checked for myself, I have the same problem. paths for me are: D:\lego\ldraw\MLCad_V3.10 the unofficial parts are here: D:\lego\ldraw\unoff\parts and D:\lego\ldraw\unoff\p First I had a longer name for "unoff". Here (...) (20 years ago, 5-Jul-04, to lugnet.cad.mlcad)
 
  Re: *** MLCad V3.10 is available ***
 
(...) I am aware of that it is a new function in version 3.10. When I select Help, About MLCad it shows MLCad Version 3.10 Copyright (c) 1999-2004 by Michael Lachmann I just installed MLCad 3.10 on Windows XP Home Edition, and changed the SCAN_ORDER (...) (20 years ago, 5-Jul-04, to lugnet.cad.mlcad)
 
  Re: *** MLCad V3.10 is available ***
 
Sorry about this stupid question: Are you sure you are using version 3.10 of MLCad? Because 3.00 is not able to deal with that! Michael "Niels Karsdorp" <niels.karsdorp@pggm.nl> schrieb im Newsbeitrag news:I0DBM0.10Jy@lugnet.com... (...) (20 years ago, 5-Jul-04, to lugnet.cad.mlcad)
 
  Re: *** MLCad V3.10 is available ***
 
(...) I did a scan parts from the file menu, still no success. I even tried to change the order: [SCAN_ORDER] 1 = SHOW NewParts 2 = HIDE NewParts\s 3 = SHOW Parts 4 = HIDE Parts\s 5 = HIDE P 6 = HIDE P\48 7 = SHOW MyParts No success. I tried adding (...) (20 years ago, 5-Jul-04, to lugnet.cad.mlcad)
 
  Re: *** MLCad V3.10 is available ***
 
Do a scan parts from the file menu, then it should work. Michael "Niels Karsdorp" <niels.karsdorp@pggm.nl> schrieb im Newsbeitrag news:I02LGu.1v8I@lugnet.com... (...) don't (...) (20 years ago, 4-Jul-04, to lugnet.cad, lugnet.cad.mlcad)
 
  Re: Developing MLCAD plugins?
 
Don, "Don Heyse" <dheyse@hotmail.spam....away.com> schrieb im Newsbeitrag news:Hztzr8.y0t@lugnet.com... <SNIP> (...) That will be documented anyway - sure. But for that feature I have to think even more ... but I have already an idea how that could (...) (20 years ago, 4-Jul-04, to lugnet.cad, lugnet.cad.mlcad)
 
  Re: *** MLCad V3.10 is available ***
 
Personally I would like to see a standard parts structure like this, at least for MLCAD; Parts oldparts unoffparts myparts Parts would be the officially released parts oldparts would be where old official parts are moved to when they are updated (...) (20 years ago, 30-Jun-04, to lugnet.cad, lugnet.cad.mlcad)
 
  Re: *** MLCad V3.10 is available ***
 
(...) My folder structure is as follows: D:\LDraw\MLCad_V3.10\ includes MLCad 3.10 install, including MLCad.exe and MLCad.ini D:\LDraw\Parts\ D:\LDraw\Parts\S D:\LDraw\P\ D:\LDraw\P\48\ D:\LDraw\NewParts\ D:\LDraw\NewParts\S\ D:\LDraw\MyParts\ (...) (20 years ago, 30-Jun-04, to lugnet.cad, lugnet.cad.mlcad)
 
  Re: *** MLCad V3.10 is available ***
 
(...) hi niels, the code looks fine. please check the following two things: * lets persume that that MLCad.exe and MLCad.ini is stored in: c:\Programs\MLCad and the parts are in: c:\Programs\MLCad\Parts then your custom parts have to be placed in (...) (20 years ago, 30-Jun-04, to lugnet.cad, lugnet.cad.mlcad)
 
  Re: *** MLCad V3.10 is available ***
 
How does that scan_order thing work? I've added three more paths in mlcad.ini, but the parts in these folders don't show up anywhere in MLCad. [SCAN_ORDER] 1 = SHOW Parts 2 = HIDE Parts\s 3 = HIDE P 4 = HIDE P\48 5 = SHOW NewParts 6 = HIDE (...) (20 years ago, 29-Jun-04, to lugnet.cad, lugnet.cad.mlcad)
 
  Re: Developing MLCAD plugins?
 
(...) While you're checking, think about this. What if the MLCad generators were reconfigured as some sort of plugins, and the plugin specs were documented? Then everyone could use your generators. You know, weird people like me who are frightened (...) (20 years ago, 24-Jun-04, to lugnet.cad, lugnet.cad.mlcad)
 
  *** Specification 2.0 of MLCad Extensions ***
 
Hi, this can be downloaded from the developer section on (URL) you will also find the new language templates for MLCad V3.10 Best regards, Michael (20 years ago, 24-Jun-04, to lugnet.cad.mlcad)
 
  Re: Developing MLCAD plugins?
 
Done, "Don Heyse" <dheyse@hotmail.spam....away.com> schrieb im Newsbeitrag news:Hzrprv.14sB@lugnet.com... <SNIP> (...) No sorry, MLCad does not support plugins yet, currently I have a very quick way introducing new generators and pseudo commands by (...) (20 years ago, 24-Jun-04, to lugnet.cad, lugnet.cad.mlcad)
 
  Re: Quick way to mirror-image a model?
 
Hi Don, now it's getting interesting ... "Don Heyse" <dheyse@hotmail.spam....away.com> schrieb im Newsbeitrag news:HzrwBF.9t2@lugnet.com... <SNIP> (...) I'm actually reading it in as | a b c | | d e f | | g h i | and that is also how I'm writing my (...) (20 years ago, 24-Jun-04, to lugnet.cad, lugnet.cad.mlcad)
 
  Re: Quick way to mirror-image a model?
 
(...) Total side note: I agree with Don, row/column ordering is not what I would have chosen. BUT, it is far easier (IMO) to hand-transform row/column LDraw commands than the equivalent column/row commands (like I've had to do in POV-Ray code). (...) (20 years ago, 23-Jun-04, to lugnet.cad, lugnet.cad.mlcad)
 
  Re: Quick way to mirror-image a model?
 
(...) Yes, that looks right. The other thing that messes me up with LDRAW matrices is the row, column ordering. The ordering in LDRAW files is not what I would have chosen, so I always have to look it up. From the old FAQ: (URL) type 1's format is: (...) (20 years ago, 23-Jun-04, to lugnet.cad, lugnet.cad.mlcad)
 
  Developing MLCAD plugins?
 
(...) I forwarded this question to here because I don't know the answer. Apparently there has been some discussion in the past about developing plugins for MLCAD: (URL) there a specification for plugin development? Thanks, Don (20 years ago, 23-Jun-04, to lugnet.cad, lugnet.cad.mlcad)
 
  Re: *** MLCad V3.10 is available ***
 
Niels, your wishes are welcome, just send them by e-mail. Regards, Michael "Niels Bugge" <buggelego2@+antiSPAMmail. dk> schrieb im Newsbeitrag news:HznpD2.o2v@lugnet.com... (...) get (...) right (...) close to (...) scroll (...) something (...) wait (...) (20 years ago, 21-Jun-04, to lugnet.cad, lugnet.cad.mlcad)
 
  Re: *** MLCad V3.10 is available ***
 
(...) First of all thanks for a really great program, I use it all the time and get much joy from it. But I was wondering: Are you only interested in bugs right now, or can I add (a lot of) new wishes as well? Anyway, here's a list of bugs I'd (...) (20 years ago, 21-Jun-04, to lugnet.cad, lugnet.cad.mlcad, FTX)
 
  Re: *** MLCad V3.10 is available ***
 
Hi Ross, Sorry I forgot that, I've just added it to the bug-list, i'll correct that in the next release. Michael "Ross Crawford" <rosscraw@bigpond.net.au> schrieb im Newsbeitrag news:HzFGEr.5Av@lugnet.com... (...) a (...) (20 years ago, 18-Jun-04, to lugnet.cad, lugnet.cad.mlcad)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR