Skip to content

Information on using the CNC machines and scripts for generating G-code.

Notifications You must be signed in to change notification settings

Team293/CNCMilling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CNCMilling

Introduction

This repository contains some scripts and associated documents for creating G-code to automate machining using Team 293's CNC machines.

Whenever you make changes that might affect the G-code, be sure to always run the output through a simulator and carefully check each step. Make sure the tool length gets set and the spindle is turning when (and only when) it should be. Once it passes the simulator, it's also a good idea to do a step-through on the machine.

Also, try not to have too many different versions floating around.

Files

8020CodeGen.html

This script is intended to make generation of common 8020 extrusion parts simple and quick using a common fixture. There are three operations currently supported by this script ("Bore and Score", "Cut-off Lengths", and "Calibration"). These operations are combined into the same script to ensure that important parameters (such as the work origin) are always in sync.

Tormach.md

To help understand what the G-code is doing, I've compiled information on the codes we use (and some associated ones) with the Tormach. Other machines may need speparate documentation, since they may behave somewhat differently.

This file also has basic information on using the PathPilot simulator.

About

Information on using the CNC machines and scripts for generating G-code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages