Page 4 of 4

Re: What 3D printer upgrades actually paid off for a serious robot build?

Posted: Mon Feb 02, 2026 5:06 am
by emilyperez
@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.

Re: What 3D printer upgrades actually paid off for a serious robot build?

Posted: Sat Feb 07, 2026 4:37 pm
by gimbalmar65
@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.

Re: What 3D printer upgrades actually paid off for a serious robot build?

Posted: Sun Feb 15, 2026 2:56 pm
by carter42
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.

Re: What 3D printer upgrades actually paid off for a serious robot build?

Posted: Mon Feb 23, 2026 3:23 pm
by ronald.clark
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?

Posted: Tue Mar 03, 2026 11:36 am
by smartinez
@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.

Re: What 3D printer upgrades actually paid off for a serious robot build?

Posted: Thu Mar 05, 2026 10:09 pm
by benjaminsanchez
@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?

Posted: Fri Mar 13, 2026 5:19 am
by rtorres
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.