Haskell-Things / HSlice

HSlice - A Haskell based slicer for 3D printing.
https://implicitcad.org/
GNU Affero General Public License v3.0
74 stars 5 forks source link

add aeson json parser. #4

Open julialongtin opened 4 years ago

julialongtin commented 4 years ago

CuraEngine configurations are stored in json. implement reading json, so we can use the settings from cura.

jaredpmclaughlin commented 2 years ago

The long form explanation is ... CuraEngine generates gcode for 3D printers ( from what? probably STL ). It has a configuration files in json, and it seems like folks have developed a bunch of them for different machines, so it makes sense just to adopt their file format for configuration values. Aeson seems to be a parser. I don't actually know where the values need to go.