include <../config/hanger.scad> module hanger_base_object() { module base_round() { rotate_extrude(angle = 90) { } } } module hanger_object() { }