Make Eurorack rails using OpenSCAD.
include <EuroRailMaker/rail.scad>
hp = 42;
generateRail();
include <EuroPanelMaker/panel.scad>
Set length in HP
include <EuroPanelMaker/panel.scad>
hp = 4;
Set length in mm
include <EuroPanelMaker/panel.scad>
length = 100;
bottom_offset = 0; // increase this if you need to compensate for taller cases
include <EuroPanelMaker/panel.scad>
length = 100;
generateRail();
When slicing, I recommend you place the seams behind the rail (the one opposite from where the panels go). In Cura, I do this by changing the Z Seam Position
to Back Right
. This helps keep the panels flush to the rail.