LDraw.org Discussion Forums
LSynth large tread definition - Printable Version

+- LDraw.org Discussion Forums (https://forums.ldraw.org)
+-- Forum: LDraw Programs (https://forums.ldraw.org/forum-7.html)
+--- Forum: LDraw Editors and Viewers (https://forums.ldraw.org/forum-11.html)
+--- Thread: LSynth large tread definition (/thread-21903.html)



LSynth large tread definition - Philippe Hurbain - 2016-11-10

Looks like there is an issue with definition of TECHNIC_CHAIN_TREAD_38, see http://r.jander.me.uk/index.php/2016/11/09/further-investigations-into-lsynth-and-treads/ ...


RE: LSynth large tread definition - Willy Tschager - 2016-11-10

(2016-11-10, 9:29)Philippe Hurbain Wrote: Looks like there is an issue with definition of TECHNIC_CHAIN_TREAD_38, see  http://r.jander.me.uk/index.php/2016/11/09/further-investigations-into-lsynth-and-treads/ ...

If you post what has to changed in the lsynth.mpd I'll add it to the next AIOI release.

w.


RE: LSynth large tread definition - Philippe Hurbain - 2016-11-10

0 SYNTH BEGIN DEFINE TECHNIC_CHAIN_TREAD_38 BAND FIXED 0.03571 8
is to be changed into
0 SYNTH BEGIN DEFINE TECHNIC_CHAIN_TREAD_38 BAND FIXED 0.03333 8
and
1 25 0 0 0 1 0 0 0 1 0 0 0 1 57520.dat
into
1 32 0 0 0 1 0 0 0 1 0 0 0 1 57520.dat


RE: LSynth large tread definition - Willy Tschager - 2016-11-14

(2016-11-10, 16:25)Philippe Hurbain Wrote: 0 SYNTH BEGIN DEFINE TECHNIC_CHAIN_TREAD_38 BAND FIXED 0.03571 8
is to be changed into
0 SYNTH BEGIN DEFINE TECHNIC_CHAIN_TREAD_38 BAND FIXED 0.03333 8
and
1 25 0 0 0 1 0 0 0 1 0 0 0 1 57520.dat
into
1 32 0 0 0 1 0 0 0 1 0 0 0 1 57520.dat

Fixed LSynth.mpd. Thanks for sharing.

w.