Jump to content
THIS IS THE TEST SITE OF EUROBRICKS!
THIS IS THE TEST SITE OF EUROBRICKS!

dunes

Eurobricks Citizen
  • Joined

  • Last visited

Everything posted by dunes

  1. New version of the old Hailfire Wheel module.
  2. They may changed their mind. Its was 2 years ago. I provided also links to my work on youtube and Bricksafe. This could be also a factor in their decision.
  3. I have sent them an email and asked if the instructions are available without the whole kit.
  4. Not possible cos the pusharm needs to be fall down again to be able to pickup the next ball. Mirrored Upslide
  5. Did some reverse engineering work. Slimmed it down and made it more open to see the mechanism better.
  6. 3 years later and I'm still working on making it better. In the BTB video from Brickfair Virginia 2022 I saw a new concept for the push arm. it wasnt work well there but caught my attention in using it and make it better. Here it is.
  7. Cup Conveyor in Classic Space Colors Free instructions available: https://rebrickable.com/mocs/MOC-112867/Jude The Lego Dude/lego-gbc-cup-conveyor/ Simple modular Splitter Module Free instructions: https://rebrickable.com/mocs/MOC-122949/Jude The Lego Dude/montys-splitter/
  8. in preparation for Brickworld Chicago 2022 happening next week I modified the 2017 module to be fully complaint with the GBC standard. Minecraft themed version.
  9. Just finished Rimo Yaona's Ball Rolling Machine 16.
  10. A module to test the GBC standard "Batch of 30 balls"
  11. Finally finished the Double Basket Shooter after almost 1 year in progress.
  12. Made a new frame for Pinwheel's Reveal Ball Pump.
  13. Reveal Ball Pump by Pinwheel Free instructions available here -> https://rebrickable.com/mocs/MOC-95467/Pinwheel/reveal-ball-pump/
  14. This is what I meant. The movement of line 30 is finished end then the pause happen.
  15. thanks @ord I changed the sequence and could use run_angle instead of run_stalled, which fixed my issue. Now I have a new one. I get a pause of exact 5 secs between line 30-31 and 38-39 but I don't know why. someone can tell me why?
  16. Hello again. I'm currently working on a GBC module controlled by Pybricks. I wanna start running motorC and motorA at the same, to save time, time but they will stop at different time. Original code: (which is working) motorC.run_until_stalled(speed=900, duty_limit=35) motorA.run_until_stalled(speed=-1000, duty_limit=30) motorB.run_angle(900, -3600) Workaround code motorC.control.limits(duty=35) motorC.run_time(300,2000, then=Stop.COAST, wait=False) motorA.run_until_stalled(speed=-1000, duty_limit=30) while not motorC.control.stalled(): wait(1) motorC.brake() motorB.run_angle(900, -3600) can someone tell me why motorB is not starting? thanks in advance Daniel
Sponsored Links