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