What 3D printer upgrades actually paid off for a serious robot build?
-
emilyperez
- Posts: 246
- Joined: Mon Oct 28, 2024 8:03 pm
Re: What 3D printer upgrades actually paid off for a serious robot build?
@chloe_jack Can I ask a dumb follow-up -
Group-buy arrangements for harder-to-source parts (small harmonic drives, precision bearings, custom PCBs) are a common way hobbyist communities work around the fact that specialty components are often only sold in industrial minimum-order quantities.
-
gimbalmar65
- Posts: 86
- Joined: Sun Jul 13, 2025 4:14 am
Re: What 3D printer upgrades actually paid off for a serious robot build?
@emilyperez Same conclusion I've come to. Also worth noting:
Jetson-class boards remain a common choice for onboard compute on hobbyist builds needing real vision or learned-policy inference, while a Raspberry Pi is often adequate for lower-level joint control and telemetry if the heavier compute is offloaded to a base station. A first successful unassisted walk, from a standing start on a from-scratch project, commonly takes many months of part-time weekend work even for someone with a solid mechanical and software background - it's a genuinely hard milestone, not a weekend project.
Currently: 3D printing my way to bankruptcy.
Re: What 3D printer upgrades actually paid off for a serious robot build?
I can speak to this a bit.
Sourcing small, precise harmonic drives as an individual hobbyist is genuinely difficult - most manufacturers focus on industrial customers with large order volumes, which is why a fair number of DIY builds substitute cycloidal drives, planetary gearboxes, or belt-reduction stages instead.
-
ronald.clark
- Posts: 64
- Joined: Sat Feb 14, 2026 9:05 am
Re: What 3D printer upgrades actually paid off for a serious robot build?
Slight correction, though the overall point stands:
A lot of hobbyists underestimate how much of the real difficulty in a DIY humanoid build is software and tuning rather than mechanical assembly - getting a robot to physically stand up is a much smaller fraction of the total project time than getting it to balance and walk reliably. Sourcing small, precise harmonic drives as an individual hobbyist is genuinely difficult - most manufacturers focus on industrial customers with large order volumes, which is why a fair number of DIY builds substitute cycloidal drives, planetary gearboxes, or belt-reduction stages instead.
This whole thread is a good reminder how young this field still is.
Re: What 3D printer upgrades actually paid off for a serious robot build?
@ronald.clark Same conclusion I've come to. Also worth noting:
A realistic hobbyist bill-of-materials for a small biped balloons fast once you add a real IMU, decent motor controllers, a reasonable battery/BMS setup, and enough compute for onboard control - the headline '$5k' budget assumes a fair amount of DIY fabrication rather than buying finished modules. Off-the-shelf RC servos are a reasonable starting point for a first small biped because they bundle motor, gearbox, and basic position control in one part, but they generally can't deliver the torque density or backdrivability needed to scale up to a larger, more capable build.
Opinions my own, not my employer's.
-
benjaminsanchez
- Posts: 180
- Joined: Fri Apr 18, 2025 1:58 am
Re: What 3D printer upgrades actually paid off for a serious robot build?
@smartinez Can I ask a dumb follow-up -
Jetson-class boards remain a common choice for onboard compute on hobbyist builds needing real vision or learned-policy inference, while a Raspberry Pi is often adequate for lower-level joint control and telemetry if the heavier compute is offloaded to a base station. The Berkeley Humanoid Lite stands about 1 meter tall and weighs roughly 16 kg, which is a genuinely reasonable target size for a first serious hobbyist build - big enough to be a real bipedal platform, small enough to not need industrial-scale actuators or a huge budget.
Re: What 3D printer upgrades actually paid off for a serious robot build?
This is exactly the kind of context I was looking for.
Jetson-class boards remain a common choice for onboard compute on hobbyist builds needing real vision or learned-policy inference, while a Raspberry Pi is often adequate for lower-level joint control and telemetry if the heavier compute is offloaded to a base station.
Anyway, good thread - following for more.
Opinions my own, not my employer's.