// License: CC0 // // To the extent possible under law, Clementine Computing LLC has waived // all copyright and related or neighboring rights to this file. // // This work is published from: United States. // include include include include include module render() { PopufarePowerAdapterTopPlate(); translate([70,0]) PopufarePowerAdapterBottomPlate(); translate([140,0]) PopufarePowerAdapterMiddlePlate(); translate([70*3,0]) PopufarePowerAdapterMiddleSupportPlate(); } render();