https://github.com/chiefenne/kinetic-nc-g-code-snippets
Collection of G-code snippets for the KINETIC-NC software used on machines from CNC-STEP
https://github.com/chiefenne/kinetic-nc-g-code-snippets
Last synced: 5 months ago
JSON representation
Collection of G-code snippets for the KINETIC-NC software used on machines from CNC-STEP
- Host: GitHub
- URL: https://github.com/chiefenne/kinetic-nc-g-code-snippets
- Owner: chiefenne
- License: mit
- Created: 2019-12-29T10:53:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T10:33:13.000Z (over 6 years ago)
- Last Synced: 2025-02-14T05:41:18.308Z (over 1 year ago)
- Language: nesC
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KINETIC-NC Facing Macro (Planfräsen)
A face milling G-code macro for the [KINETIC-NC](https://www.cnc-step.de/cnc-software/kinetic-nc-netzwerk-steuerungssoftware/) software from [CNC-Step](https://www.cnc-step.de).

## Features
* Automatic facing cycle (meandering) for stock facing
* Inputs:
- Length
- Width
- Overlap (extends the length /width rectangle)
- Lateral step (should be less than tool diameter)
- Depth of cut
- Feed rate
* Facing starts at WCS G54
**NOTE:** When using some more advanced calculations with variables, KINETIC-NC sometimes reports false messages with respect to machine limits, etc. When all inputs are correct, the machine still runs the macro correctly, despite wrong warnings.
**NOTE:** When you get warnings, its at your own risk if you run the code, as there might be programming errors or wrong inputs.