/* * Animation setup: * FPS: 30 * Steps: 100 */ include <../config/pot.scad> include <../config/top.scad> include <../assets/bottom.scad> include <../assets/top.scad> bottom_object(); top_position = single_pot_size.z + pot_wall_thickness + top_wall_thickness; $fn = 20; translate([0, 0, top_position + top_position * (1 - $t)]) { rotate([180, 0, 0]) { top_object(); } }