-
Notifications
You must be signed in to change notification settings - Fork 293
OX CNC TinyG Guide
Alden Hart edited this page Mar 18, 2017
·
8 revisions
The OX is an open source CNC machine that is sold by smw3d. This page is a work in progress please feel free to update it as needed.
Typically the configuration is as follows:
- Motor 1 - X axis
- Motor 2 - Y axis
- Motor 3 - Y axis
- Motor 4 - Z axis
The OX's spindle can also be controlled via TinyG/gcode or manually with a potentiometer (manual nob). If you plan on using TinyG's PWM feature to control your OX please see the Spindle Settings.
This is a dual Y setup.
Important settings to get right: (Note these settings are all in MM)
- $1tr=60 - Gt3 belt 40 tooth pulley
- $2tr=60 - Gt3 belt 40 tooth pulley
- $3tr=60 - Gt3 belt 40 tooth pulley
- $4tr=8 - The acme lead screw
Please make sure you apply these settings BEFORE you hookup the spindle PWM to your TinyG and apply power. If not your spindle could start spinning on power up.
- $p1frq=5000
- $p1csl=0
- $p1csh=10000
- $p1cpl=0
- $p1cph=1
- $p1pof=0
Getting Started Pages
- Home
- What is TinyG?
- Getting Started
- Connecting TinyG
- Configuring TinyG
- Sending Gcode Files
- Flashing TinyG
- Chilipeppr
Reference Pages
- TinyG Help Page
- TinyG Tuning
- TinyG Command Line
- TinyG JSON
- Gcode Support
- Homing and Limits
- Inch and MM Units
- Alarms and Exceptions
- Coordinate Systems
- Status Codes
- Status Reports
- Power Management
- Feedhold and Resume
- Licensing
- TinyG v8 Data Sheet
Discussion Topics
- Test-Drive-TinyG
- Jerk Controlled Motion
- Gcode Parsing
- Shapeoko Setup
- OX CNC TinyG Guide
- Creating Gcode Files
- Milling With Noisy Spindles
- Stepper Motors and Power Supplies
- Text Wrappers and Transaction IDs
- Using External Drivers
- TinyG Projects
Chilipeppr
- Chilipeppr
- Chilipeppr Advanced Usage
- Chilipeppr Archive and Restore Parameters
- ChiliPeppr PCB Auto Level
- Automatic Z Homing When Milling PCBs
Troubleshooting
Developer Pages