Skip to content
/ howmuch Public
forked from ngc6302h/howmuch

How much will this GCODE 3d print file weight?

License

Notifications You must be signed in to change notification settings

1667/howmuch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

howmuch - how much will this print weight?

Usage: howmuch <filament diameter (milimeters)> <density of filament (g/cm³)> <gcode file path>

Limitations

Known to work with gcode generated with Ender 3 Pro profiles of Cura and Simplify3D.

Build instructions

  1. Clone the repository.
  2. Create a directory called Release and cd into it
  3. Run cmake .. -DCMAKE_BUILD_TYPE=Release
  4. The executable is now built and called howmuch.

Prerequisites

The neo library (you can easily replace these functions with STD stuff), g++ or clang++ and cmake.

About

How much will this GCODE 3d print file weight?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.6%
  • CMake 10.4%