Skip to content

Printerverse/CuraEngine-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CuraEngine-Docker

Docker based deployment of CuraEngine with node.js API

Instructions

  • in the root of project directory run docker build -t cura-node . to build the docker image
  • run docker container with the command below docker run -it -p 4000:8080 cura-node
  • now inside the container terminal run the node server node server/server.js
  • send a stl file with multipart form-data to localhost:4000/slice to obtain the gcode and name the file parameter uploaded_file

Screenshot 2022-02-15 at 5 24 40 PM