Adding new option to LSynth - Printable Version +- LDraw.org Discussion Forums (https://forums.ldraw.org) +-- Forum: LDraw Programs (https://forums.ldraw.org/forum-7.html) +--- Forum: LDraw File Processing and Conversion (https://forums.ldraw.org/forum-22.html) +--- Thread: Adding new option to LSynth (/thread-22217.html) |
Adding new option to LSynth - Citra Susanto - 2017-07-05 Hi, This is my first time here. I am looking for a way to add additional option for LSynth in MLCad. Iam trying to add WeDo2.0 Power Functions Cable into the current configuration. I managed to design the .dat file by modify LS70.dat and save it as LS72.dat. Now, i would like to add the new option whenever i am using the MLCad. 1.png (Size: 8.44 KB / Downloads: 65) Here is the thing i have tried:
Cheers, Citra S RE: Adding new option to LSynth - Willy Tschager - 2017-07-05 You're looking in the wrong folder for MLCad.ini. Try: C:\Users\<User>\AppData\Roaming\Ing. Michael Lachmann\MLCad read: http://www.holly-wood.it/lsynth/tutorial-en.html w. RE: Adding new option to LSynth - Philippe Hurbain - 2017-07-05 Quote:I managed to design the .dat file by modify LS70.dat and save it as LS72.dat. Now, i would like to add the new option whenever i am using the MLCad.For the record - Wedo 2 cable segment exists in LDraw official library as u9218.dat Maybe you should give a try to LDCad? cable creation is sooo easier than with MLCad/Lsynth combo... see my Milo model here: https://forums.ldraw.org/thread-21573-post-22100.html#pid22100 RE: Adding new option to LSynth - Citra Susanto - 2017-07-05 (2017-07-05, 8:47)Willy Tschager Wrote: You're looking in the wrong folder for MLCad.ini. Try: Thank you so much. I managed to make it work now. I should have read the tutorial carefully next time. Thank you RE: Adding new option to LSynth - Citra Susanto - 2017-07-05 (2017-07-05, 9:20)Philippe Hurbain Wrote:Quote:I managed to design the .dat file by modify LS70.dat and save it as LS72.dat. Now, i would like to add the new option whenever i am using the MLCad.For the record - Wedo 2 cable segment exists in LDraw official library as u9218.dat Hi Philo, I did not know there is an official library exist for Wedo 2 cable segment. Thank you so much to let me know that but since i modify it already might as well using it. I will give a try to LDCad but there is a lot to learn. I am creating the model to be converted to LPub3d with help of "BUFEXCHG". Is that possible to do with LDCad or there is anyway similar to "BUFEXCHG" for LDCad? Thanks RE: Adding new option to LSynth - Philippe Hurbain - 2017-07-05 Quote:I will give a try to LDCad but there is a lot to learn....but it's worth the trouble Quote: I am creating the model to be converted to LPub3d with help of "BUFEXCHG". Is that possible to do with LDCad or there is anyway similar to "BUFEXCHG" for LDCad?Yes, BUFEXCHG is supported by LDCad (though I haven't yet used it!) RE: Adding new option to LSynth - Citra Susanto - 2017-07-05 (2017-07-05, 13:06)Philippe Hurbain Wrote:Quote:I will give a try to LDCad but there is a lot to learn....but it's worth the trouble Oh, that's great. Will do the research for that. Thank you so much |