Posted on

Parts placed in a step to be moved in later step

With MLcad you can mimic the steps like in genuine Lego Building Instructions
where you ‘marry’ two sub models build in two different sequences. See example on the right from set 42029 “Customized Pick up Truck” released in 2014.

Here is how you can accomplish this in ldraw.org MLcad.

In MLcad create for the two sub assemblies to be ‘married’ different models. Menu option ‘Multipart’. For model 1 with the ‘Technic Pin Long with Stop bush’ create also a model without the these parts.

General step up in MLcad:

  1. model 1: sub assembly one
  2. CLEAR statement
  3. !LPUB PART BEGIN IGN (comment, tickboxed); because all the parts are already in model 1 for Bill of Material.
  4. model 1*: sub assembly one without the ‘Technic Pin Long with Stop bush’ (GHOST)
  5. !LPUB PART END (comment, tickboxed)
  6. model 2: sub assembly two
  7. BUFEXCHG STORE A
  8. !LPUB PART BEGIN IGN (comment, tickboxed) because all the parts are already in model 1 for Bill of Material.
  9. (number of ..) ‘Technic Pin Long with Stop bush’ (GHOST); pins in final position.
  10. BUFEXCHG STORE B
  11. BUFEXCHG RETRIEVE A
  12. (number of ..) ‘Technic Pin Long with Stop bush’ (GHOST); pins in extracted position.
  13. Arrows
  14. STEP
  15. BUFEXCHG RETRIEVE B
  16. !LPUB PART END (comment, tickboxed)

With LPub3D this will results in: