Skip to content

RandyPatterson/3018cncpendant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pendant Controller for 3018 CNC

An Arduino based Handwheel Pendant for a generic 3018 CNC. Allows you to easily move the X, Y and Z axis using the handwheel. You can dial in the exact position using the 0.1 mm/step or quickly move to a new location using the 1.0 mm/step buttons.

3018 CNC

Required Hardware

  1. 1x Arduino Pro Mini (or compatible)
  2. 1x KY-040 Rotary Encoder (Amazon)
  3. 1x SP3T Rotary Switch (Amazon)
  4. 4x M3 x 6mm screws
  5. 4x M3 x 5mm x 3mm thread inserts (Amazon)
  6. 2x 12mm momentary SPST square push buttons
  7. 1x 2x4 (8 pin) 2.54mm pitch flat ribbon cable
  8. 1x 2x4 2.54mm pitch connector (optional, for PCB) (Amazon)

This repo includes

  1. /src = Source code for an Arduino Pro Mini (PlatformIO)
  2. /pcb = Schematic and PCB layout (KiCad)
  3. /model = STEP, Fusion360 and 3MF files for 3D printing the case and handwheel

Source Code

Build using the PlatformIO plugin for VS Code. Targeting Arduino Pro Mini but any board can be used as long as it has at least 7 open IO Ports

Schematic (Optional)

Optional schematic and PCB to help cleanup the wiring. Bypass capacitors are used on the encoder data lines to help reduce switch bounce.

Schematic

PCB

Circuit

Models

3D Models for case and handwheel to 3D print. I used a resin printer but the models should be easily printable on FDM Printers. The Models directory includes the SMF files to print unmodified and STEP files included for situations where you want to modify the 3D models in your favorite CAD program. Fusion 360 files also included.

Case & Handwheel Models

Case Handwheel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published