1. Got a question or need help troubleshooting? Post to the troubleshooting forum or Search the forums!

SlicingInfo CLI tool

Discussion in 'Software' started by OutsourcedGuru, Oct 14, 2017.

  1. OutsourcedGuru

    OutsourcedGuru Active Member

    Joined:
    Jun 3, 2017
    Messages:
    752
    Likes Received:
    141
    I've written a CLI for displaying slicing information from an indicated GCODE file. It assumes Cura as the slicer at the moment. It's written in the Go language, for what it's worth.

    Repository

    Code:
    $ SlicingInfo RC_3DBenchy.gcode
    Slicer:          Cura_SteamEngine 2.3.1
    Layers:          239
    Quality:         low
    Profile:         Low Quality Robo C2
    Filament size:   1.75
    Hotend temp:     190
    Bed temp:        0
    Supports:        False
    Retraction:      True
    Jerk:            True
    Speed 1st layer: 10
    Print speed:     50
    Travel speed:    80
    Infill pattern:  cubic
    
    Finished.
     

Share This Page