CNC Mill

From HeatSync Labs Wiki
(Redirected from CNC Machine)
Jump to: navigation, search

See CNC Mill Notes for notes made in preparation for teaching a class.

Contents

Certification

Before you can use the CNC machine, you must take our CNC Machine Certification Class, so you can learn all the ins and outs of our specific machine.

Being certified on the blue manual mill is a prerequisite to being certified on the CNC mill.

You will need to know the information outlined in the sections titled Safety Rules, Parts of the Mill, Maintenance Tasks, Operating the Machine, and Software Toolchain.

Safety Rules

To keep yourself, others, and the machine safe, please follow these safety rules:

  • Stay within quick reach of the E-STOP while the machine is running.
  • Always wear safety glasses while the spindle is turning.
    • Safety glasses must protect the sides of your eyes. Prescription glasses do not count.
  • Keep fingers clear of all moving parts.
  • Do not run hand-edited G-code.
  • Do not open the power supply.
  • Unplug the spindle when you are not using it.

Hardware Config

The CNC Mill uses Gecko G201 stepper drivers notes here on NEMA-34 stepper motors. These drivers give 10th step microstepping at up to 7A per phase from 24-80VDC

Config is as follows:

  • X-axis Current Set Resistor - 265kΩ -> ~5.75A
  • Y-axis Current Set Resistor - 267kΩ -> ~5.75A
  • Z-axis Current Set Resistor - 134kΩ -> ~5.25A

Software Toolchain

To be certified, you need to know Centroid CNC at a minimum.

But you will need to learn all the programs in the toolchain to design, code, and mill a part.

CAD

You need to use a CAD program to create the actual design of the part you wish to mill. This can be done in either SolidWorks, AutoCad or Fusion 360. Basic CAD functionality is also available in CamBam. For basic projects, that will mean one less program to have to use.

CAM

CAM software takes the part you created with your CAD software, and generates the necessary G-code to actually mill the part. The G-code is then executed by the machine, creating the part.

There are several CAM programs available:

  • Fusion360 is an integrated CAD-CAM which has a free version at the time of this edit. Autodesk has been reducing features in the free version over time trying to force people onto the paid version.
  • HSMXpress is a SolidWorks plugin for doing g-code generation from within Solidworks directly on a part. The express version only comes with the documentation that is in its help file, accessed in the plugin itself.
    • Please make sure you're copy of Solidworks is properly licensed as Dassault tracks licenses by IP Address online and prosecutes for piracy.
  • CamBam is the CAM program that can handle most everything, and the manual can be found at http://www.cambam.info/doc/
    • A printed CamBam manual is also kept at the CNC workstation.

HeatSync does not currently have a CAD Workstation. Hopefully we will get one in the future

FreeCad Getting Started Wiki: [1]

CENTROID CNC12

CENTROID is the 2021 upgrade which replaces MACH3 control. CENTROID runs on Windows10 and eliminates the need for the computer to have a parallel port. It reads G-code and executes it on the machine, controlling the stepper motors and spindle in according to the instructions in the G-code

The manual for CENTROID CNC12 can be downloaded here: https://www.centroidcnc.com/centroid_diy/centroid_manuals.html

There is also a printed copy in a binder at the CNC workstation.

Miscellaneous Information

LinuxCNC is also installed on the computer, which is setup as a dual-boot. These are the config files:

LinuxCNC Config Files

LinuxCNC Inches ini file

LinuxCNC Pinout

File:RF-31.pdf

Personal tools