February 1, 2025
Description
Update 26/02/2025
I've created an easier way to customise the model, take a look:
https://makerworld.com/en/models/1154392#profileId-1159183
Update15/02/2025
I've generated all the SVG files ranging from 01/01/1900 to 12/10/1953.
Download the ZIP file here:
https://www.dropbox.com/scl/fi/kmaxgu8wb85nw43c8ibjf/PlanetSVGFiles.zip?rlkey=1fnj9ff8frq4nc9kz7nask37a&st=fea3vw4y&dl=0
You can use TinkerCAD or similar to import and extrude the SVG and export as STL.
Or, use OpenSCAD with the script:
svg_file = "/Users/UserName/planets_1924-11-25.svg"; //update to your path
linear_extrude(height = 2)
resize([179, 179]) //you can change the size to suit here
import(file = svg_file);
-----------------------------------------------------------------------------------------------------------------
Here is a simple line art print of the planetary positions on a special date.
180x180x2mm
Comment with your date and I will generate the variant and upload.
Only tested on the A1 Mini - 0.2mm nozzle is essential as there is some really fine detail.
I assume it would scale up nicely to a bigger plate and you may be able to use a 0.4mm nozzle.
License:
BY-NC
453