Skip to content

hasibot/estimate3d

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Estimate 3D

It estimates the cost of your 3d printings by uploading a STL, a reprap GCODE file or a compressed zip file containing these files. You can choose between different slicers and materials. It also takes into consideration your expenses in energy.

Demo: http://estimate3d.herokuapp.com/

Running

You can run the Application main class from an IDE. Or from command line:

Linux

./gradlew bootRun

Windows

gradlew.bat bootRun

Parameters

TODO

Sending a request

POST http://localhost:9000/api/estimate
Headers:
  Content-Type: multipart/form-data
Body:
  file: cat-toy.stl

cURL

curl -F "[email protected]" http://localhost:9000/api/estimate

About

3D printing cost estimator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 94.2%
  • JavaScript 2.2%
  • Raku 0.8%
  • CSS 0.8%
  • C++ 0.7%
  • Shell 0.5%
  • Other 0.8%