dorkhub

HSlice

HSlice - A Haskell based slicer for 3D printing.

Haskell-Things
Haskell845 forksAGPL-3.0updated 4 months ago
visit the demogit clone https://github.com/Haskell-Things/HSlice.gitHaskell-Things/HSlice

HSlice

IRC

A slicer / G-code generator for RepRap firmwares written in Haskell, using Projective Geometric Algebra.

To compile:

Run make from the root directory of this repository.

To run:

Run ./extcuraengine with options:

  • -l infile Name of the ASCII STL file to read (default is in.stl)
  • -o outfile Name of file to output to (default is out.gcode)

All other settings are supplied in KEY=VALUE form, using the same keys that CURA defines in it's JSON file. For instance:

  • -s layer_height=0.1
  • -s layer_height_0=0.3
  • -s speed_layer_0=30
  • -s machine_width=100
  • -s machine_depth=100
  • -s machine_height=100
  • -s machine_nozzle_size=0.4
  • -s material_diameter=2.85
  • -s outer_inset_first=False
  • -s infill_sparse_density=20
  • -s wall_line_count=2
  • -s infill_line_width=0.4
  • -s infill_pattern=lines
  • -s speed_infill=60
  • -s speed_layer_0=30
  • -s speed_travel=120
  • -s speed_wall_0=30
  • -s speed_wall_x=60
  • -s top_bottom_thickness=0.8
  • -s top_bottom_pattern_0=concentric

FAQ

Wait but...why?

Haskell all of the things.

No but like...why Haskell?

Functional programming is beautiful, and gets us closer to perfection.

What's Projective Geometric Algebra?

Projective Geometric algebra is a system that we use to represent geometry. Most programmers will be familiar with Linear Algebra, this is just a way of representing things that, once you understand it, is less confusing, less error prone, and represents objects (lines, points) with more values than linear algebra, which we hope translates into less error from using floating point math.

We're using a clifford algebra of (2,0,1)*, to represent 2D spaces (EG: layers) in this program. For more information, you should see the SIGGRAPH 2019 video "Geometric Algebra", or many of Charles Gunn's papers on the subject.

What sick, twisted masochists did this?

Catherine Moresco and Noah Halford are two fourth-year undergraduates at the University of Chicago who originally wrote this.

Julia Longtin is the developer that picked it up, and is cleaning it off, to run her printers.

Can I contribute?

Pull requests welcome. Currency is welcome. Cheering is welcome! Drop by #implicitcad on libera IRC, or sign up for the implicitcad mailing list, OR email the author at julia.longtin@gmail.com!

more like this

TrailPrint-3D

GPX 轨迹转 3D 可打印地形模型 | Hiking trail to 3D printable terrain | Electron + Vue。 一款面向户外爱好者与 3D 打印玩家的 Web 工具。将 GPX 徒步/骑行轨迹一键转…

Python51

DroidKlipp

Install and monitor KlipperScreen on Android via DroidKlipp APK, USB ADB forwarding, and WiFi fallback

Shell51

search

search projects, people, and tags