Fusion 360 Milling Post Processor for Centroid

General Milling Post Processor for Centroid with additional Features


Project maintained by swissi2000 Hosted on GitHub Pages — Theme by mattgraham

Smoothing Profiles

Description

G-Code Smoothing is an algorithm that pre-processes G code and smooths out the G-code geometry ahead of time before handing off the moves to the Control Board. 3D Surfacing and V Carve programs benefit greatly from this feature.

CNC12 has 4 built-in, ready to use Smoothing Profiles available for

A total of 99 Smoothing Profiles can be configured in CNC12 under Setup[F1]->Smoothing Setup[F8]

Consult the Centroid Acorn CNC12 G-code Smoothing User’s Manual for more details.

Implementation Details

The default value is -1. The following values are supported:

The Post Processor will add a G64 command like this:

.
N65 G64 ON P4.
.

Consult the Centroid CNC12 Mill Operators Manual for more details on the G64 parameters.

Back