Skip to content

Simple 3C milling simulator with path generation module.

Notifications You must be signed in to change notification settings

santhosh-ch/milling-simulator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3C Milling Simulator

Milling simulator for 3C machines. Implemented as a main project during university course.

Contains two modules:

  • milling simulator for 3C machines in C++ for testing simplified G-code with live preview. Simulator has a built-in safety checks for tool breaking operations like drilling with flat cutting tool or reaching too deep into the material.
  • generator of instructions for 3C machine to produce paths to create previously designed model in my own software. Generated instruction set was later executed on real machine and produced a high quality physical model.

Preview

A live animation can be found on YouTube.

About

Simple 3C milling simulator with path generation module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.8%
  • GLSL 2.0%
  • CMake 1.2%