Skip to content

Fusion360 PostProcessor for plasma cutter #2

@drom89

Description

@drom89

Im having some troubles how to setup postprocessor for plasma cutter.

I tried standard PP for grbl and grblHAL from raenji-sk.
If i use Openbuilds PP https://github.com/OpenBuilds/OpenBuilds-Fusion360-Postprocessor, machine skips some movements like rapids and parts of arcs. video: https://k00.fr/d0fa2qwo

First i needed to add JET capability
capabilities = CAPABILITY_MILLING | CAPABILITY_MACHINE_SIMULATION | CAPABILITY_JET;

But after that im getting error:

###############################################################################
Error: Spindle speed out of range.
Error at line: 327
Error in operation: '2D Profile5'
Failed while processing onSection() for record 277.
###############################################################################

Error: Failed to invoke function 'onSection'.
Error: Failed to invoke 'onSection' in the post configuration.
Error: Failed to execute configuration.
Stop time: Tuesday, February 28, 2023 12:11:59 PM
Post processing failed.

So after that i tried to make change in .cps file to match:

 if (spindleSpeed < 0) {
      error(localize("Spindle speed out of range."));

And now im getting:

###############################################################################
Error: Unsupported power-on command.
Error in operation: '2D Profile5'
Failed while processing onCommand() for record 282.
###############################################################################

Any ideas ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions