chrisbeckerbw

Eurobricks New Members
  • Content Count

    4
  • Joined

  • Last visited

About chrisbeckerbw

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Well okay I downloaded your file and tried it again. It worked perfectly well for all the parts in my project. Thank you very much!!! The problem has been that i just opened your file in the browser pressed strg+a(select all) and strg+c (copy selection) and just copied it into the original file. By selecting all it did also select your title which of course shouldn't be in the xml. Thank you very much for your help and for providing the ldraw.xml
  2. So i tried to export with your file but i got a warning: The Model 'C:\Users\me\Desktop\unnamed.ldr' can't be exported. . No more information is provided. Has youre ldraw.xml been tested with the newest LDD version 4.3.10 may should i downgrade? I did also try to just copy the needed parts into the default ldraw.xml which did't produced a warning but did't worked either. Yes all of the parts in my project are available in the official library. That's very strange but i seems like this code: <!-- Electric Mindstorms EV3 Brick --> <Brick ldraw="95646.dat" lego="54809" /> <Transformation ldraw="95646.dat" tx="2.4" ty="-3.6" tz="4.8" ax="0" ay="1" az="0" angle="1.570796" /> does indeed transform the EV3 Brick from LDD to the EV3 Brick in .ldr file format. If i do comment this lines out the EV3 Brick is also missing in the ldr file. If i click on the Brick in LDD i see the article number 95646 which is different to the one in the line but still it will be correctly exported. Edit: This is where if found the code of the working parts. May this be helpful.
  3. The parts are missing in the exported .ldr file. They are not in the code of the ldr file it seems like they are basically ignored by the export process. Okay is there a way i can include those parts in the ldraw.xml with the standard library or do i have to update to the unofficial library? And if I "update" to the unofficial library do I have to except some trouble by editing my model.ldr with MLCad and LPub3D? Edit: For testing reasons i did add the following line to my ldraw.xml: <!-- Electric Mindstorms EV3 Large Motor --> <Brick ldraw="95658.dat" lego="95658" /> Then I made new LDD Model with just the motor. Here i checked the lego number which is shown in at a textbar at the bottom of LDD if you click at an item. Now i exported the Model to an .ltd and the file is empty. The engine doesn't even show up with a wrong rotation it is just missing. Thanks for the help so far Greetings Chris
  4. Hello Community, i'd like to export a model from LDD into a Ldwar (.ldr) file. My model includes some Lego Mindstorm parts which were missing in the first export attempts. After some research here I could find much information about adding parts to the ldraw.xml which solved almost all of my export problems. However there are still two parts missing in my ldraw file: -Mindstorm MS 2013 Engine -Mindstorm EV3 Touch Sensort I already added the following lines to my ldraw.xml: <!-- Electric Mindstorms EV3 Brick --> <Brick ldraw="95646.dat" lego="54809" /> <Transformation ldraw="95646.dat" tx="2.4" ty="-3.6" tz="4.8" ax="0" ay="1" az="0" angle="1.570796" /> <!-- Electric Mindstorms EV3 Color Sensor --> <Transformation ldraw="95650.dat" tx="-0.4" ty="0" tz="-0.8" ax="0" ay="1" az="0" angle="4.712389" /> <!-- Electric Mindstorms EV3 Ultrasonic Sensor --> <Transformation ldraw="95652.dat" tx="-0.4" ty="0" tz="-0.8" ax="0" ay="1" az="0" angle="4.712389" /> <!--the following parts do not work --> <!-- Electric Mindstorms EV3 Large Motor 95658.dat --> <!-- MS 2013 ENGINE 95658 --> <Brick ldraw="95658.dat" lego="95658" /> <Transformation ldraw="95658.dat" tx="1.2" ty="0" tz="7.2" ax="0" ay="-1" az="0" angle="4.712389"/> <!-- Electric Mindstorms EV3 Touch Sensor 95648.dat --> <!-- MS, EV3, TOUCH SENSOR 95648 --> <Assembly ldraw="95648.dat" lego="95648"> <Part ldraw="99386.dat"/> <Part ldraw="99385c01.dat"/> </Assembly> <!-- Electric Mindstorms EV3 Large Motor Case 99550c01.dat --> <!-- MS TACHO MOTOR HOUSING,VIRTUEL 74042 --> <Brick ldraw="99550c01.dat" lego="74042"/> <Transformation ldraw="99550c01.dat" tx="1.2" ty="0" tz="7.2" ax="0" ay="1" az="0" angle="1.570796"/> <!-- Electric Mindstorms EV3 Large Motor 95658.dat --> <!-- MS 2013 ENGINE 95658 --> <Assembly ldraw="95658.dat" lego="95658"> <Part ldraw="99550c01.dat"/> <Part ldraw="54725c01.dat"/> </Assembly> The first few do work perfectly well for me those are from a different source. The last two parts are missing when exported in .ldr those i copied from the ldraw.xml which is provider with ldwar.xml guide. Which lines I have to add to make the last two parts working? I am using LDD version 4.3.10 may this be the source of the problem ? Does anyone have similar problems and could help me with it? I am very grateful for any help! Greetings, Chris