Sadap

Eurobricks Vassals
  • Content Count

    17
  • Joined

  • Last visited

Everything posted by Sadap

  1. Yeah I think that would help EDIT: Does it work with a different model? If it doesn't work there either, I would suspect that there are regressions in the latest version. If it works with with other models, the file probably is corrupted
  2. Hi TommyProductionsInc (and everyone else reading this) I'm also looking for a modern digital Lego building software that can simulate physics. I'm a software developer so I decided to try to develop such a software by myself. I started in October 2020 and put around 600 hours of work in it until today. But developing a software requires so much work. I think most non-programmers do not realize how much work is needed to develop software. I think there's at least another 500 hours needed until it's basic functions are usable. It's important to me that my software is open-source. Another important thing for me is that it runs on Linux, Windows and MacOS natively. The software will be free, but sponsors are welcome. The website and the GitHub repository are public, but I want to wait with an offical announcement until the software is usable. The parts library I'm using is LDraw so the parts are always up-to-date and I don't have to spend time to create new parts etc. If a fellow dev is reading this: If you have some free time and want to help me you can send me a DM. I'm using C++ 20, OpenGL and Dear ImGui. TL;DR a new software is coming, but you have to be patient
  3. you can also move the beams so that the gear rack is in the center of the beam and then connect them with small beams, that should be a bit more stable. But it's also heavier.
  4. I hope I understood all your requirements: I also experimented with the #4 angled axle connector (135°), but I didn't find a triangle with whole numbers.
  5. What do you mean by "too big"? Does stud.io crash?
  6. Why don't you copy all the sub-files into one big file for rendering?
  7. There are different whites. Take the one with the largest file size.
  8. It has images, you just have to download every color individually. (Look for the 2x2 bricks)
  9. While watching Sariel's review of the mini helicopter (https://www.youtube.com/watch?v=3NlCf0H2Nwk) I have checked the rotation direction of the rotors. Here you can see the main rotor turning CCW (from above). The tail rotor is turning CCW too (seen from the left side). That means the tail rotor is blowing the air from the left to the right (blue arrows) which generates a CW torque on the helicopter, but the main rotor generates a CW torque too. Can someone please verify my train of thoughts? Did I make a mistake somewhere? CW = ? CCW = ?
  10. Yes it would. Just put the rotor + tan 12T gear + black 3L axle pin in the hole from the other side. You also need to change the red light + stud pin so it doesn't collide with the gear. I always put some imaginary ping pong balls in the area where the propeller blades are and rotate the propeller in my mind. then i see in which direction the imaginary ball would be hit. This is also the direction the air will flow. I know it's a bit stupid but it works for me 42064 is wrong 9396 according to Sariel's video (https://youtu.be/N6_O1y1MVmM?t=537) the main rotor rotates CCW and the tail rotor too, but I think the tail rotor has 0 pitch 8812 wrong too
  11. Yes, that's probably how it happened. But it still bothers me a bit, because lego also serves a bit as a educational toy. Imagine explaining why helicopters need a tail rotor to a kid using this set and then it blows in the wrong direction...
  12. If you reverse all directions, you have the same result. You would have to replace the tail rotor with a mirrored one or place the gear on the main rotor axle above the other gear to fix it.
  13. If you can solder, you can make a H-Bridge out of four discrete MOSFETs. That would eliminate the power issue.
  14. You are right, motors need flyback diodes too
  15. That's a really interesting video! The results surprised me too! It would also be interesting to measure the efficiency of different gear combinations, for example 8T-40T vs 8T-24T + 12T-20T (both 1:5)
  16. Have you included a flyback diode? (https://en.wikipedia.org/wiki/Flyback_diode) Otherwise you can destroy your receiver.
  17. After googling around a bit, I found a real snow plow mechanism on the german wikepedia page about snowplows: As we can see, there something similar to a double wishbone suspension to lower/raise the blade. Then, there is a a joint in the vertical axis to tilt the blade. You can power it by two linear actuator or a worm gear. But why do you want to use linear actuators and worm gears? In my opinion pneumatic cylinders would be better suited for this job.