Files
dog_towing_cart/models/brake/beam_leg_ballscrew_to_bed.scad
2025-02-25 12:13:03 +00:00

10 lines
306 B
OpenSCAD

include <../../config.scad>;
use <../common/beam_hollow_square.scad>;
module beam_leg_ballscrew_to_bed() {
color(COLOUR_BEAM_ALUMINIUM) beam_hollow_square(L_LEG_FIXING_BRAKE_BALLSCREW_TO_BED, D_BEAM_BRAKE, T_BEAM_BRAKE);
// Shopping
// Beam leg ballscrew to bed
}
beam_leg_ballscrew_to_bed();