summaryrefslogtreecommitdiff
path: root/OpenSCAD
AgeCommit message (Collapse)Author
2019-06-12Added support for colorsSteven
2019-05-29Now with cut listsSteven
2019-05-24Added new interface `assemble` and `component` to OpenSCAD.Carpentry;Steven
reimplemented shelves.hs with above interface. (This interface broke the ability to change board colors; a fix is coming up)
2019-04-25added at command, placeColored, rough/experimental version of spreadEvenly;Steven
added writeTempSCAD and openTempSCAD (moved out of shelves.hs)
2019-04-15added functions:Steven
place board positions which places a board at positions placeAlong board initial shiftFunction endCondition conditionTarget which generates a list of positions from initial by applying shiftFunction on initial until conditionTaget no longer satisfies endCondition
2019-03-26Carpentry helper model for Graphics.OpenSCAD (rough draft for review)Steven