Giter Site home page Giter Site logo

postprocessors's People

Contributors

terjeio avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

postprocessors's Issues

Question for Fusion360 Postprocessor for deleting additional brackets in operations

Hello Terje,

I've got a question, and maybe you are able to help me in this case.
When I make my G-Code in Fusion, I often duplicate some machinings and change them to other "elements".

But when I do so, in Fusion it will add "(2)" or (3) to the end of the Name from the operation..
image

And when I generate the G-Code and open it in IO-Sender, then I'll get an error.
You said a while ago, that it's not a correct behaiviour and I have to check it, but also in the "CPS" File I can't change it, because normally the brackets should be erased...

Maybe you have a hint for me.
image

image

BR.
Chris

Aspire Rotary 4th axis

Is there a post processor for aspire that will work with teensy 4.1 / grblHAL to be able to wrap around the y axis.
thank you!

Questions about SolidWorks CAM post-processor

HI.

"Is the GRBL post-processor compatible with GRBLHAL? I downloaded it from the following website, and my G-code file is from SolidWorks CAM.

https://github.com/msbealo/GRBL-Post

When I load the G-code file and start running it with iosender, iosender tells me there is a problem with the G-code, specifically on the first line.

O0001
N1 G21
N2 (6MM CRB 2FL 19 LOC)
N3 G91 G28 X0 Y0 Z0
N4 T01 M06
N5 S4000 M03

image

It seems that grblHAL does not support O0001, but many of the GRBL post-processors I downloaded have this O0001.

Is there a post-processor for Solidworks CAM that supports grblHAL?

Fusion360 PostProcessor for plasma cutter

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 ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.