| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.GCode.Pretty
Description
GCode pretty-printing functions
Please do note that these are extremely slow as they do conversion from ByteStrings to Text and vice-verse. Float formatting is probably not the fastest as well. Colorfull versions are especially slow.
- ppGCode :: GCode -> String
- ppGCodeLine :: Code -> String
- ppGCodeCompact :: GCode -> String
- ppGCodeLineCompact :: Code -> String