Haskell-Things / ImplicitCAD

A math-inspired CAD program in haskell. CSG, bevels, and shells; 2D & 3D geometry; 2D gcode generation...
https://implicitcad.org/
GNU Affero General Public License v3.0
1.32k stars 140 forks source link

Flip `extrude` arguments #451

Closed sorki closed 7 months ago

sorki commented 9 months ago

It seems to be the only transformation that doesn't have its object as the last argument, so we need to write

translate 1
  $ flip extrude 2
    $ theRestOfTheStory
julialongtin commented 8 months ago

let's do this as part of the next major release, as this changes the ABI.