Git Product home page Git Product logo

Comments (4)

Andy1978 avatar Andy1978 commented on June 8, 2024

Hi koppi,
the line you pasted is just a comment. I can't check it right now but does GRBL and LinuxCNC really fail if a comment (which they just should ignore) is longer than some preset limit? Of course you can call hf2gcode with "-m" (Generate minimalistic g-code, suppress comments) to suppress any comments which should solve your problem.

from hf2gcode.

koppi avatar koppi commented on June 8, 2024

Both GRBL and the NIST interpreter fail if you send them this long comment. I still like to have all these comments in the G-Code file, so the -m option is a work-around that does however not really solve the problem.

from hf2gcode.

Andy1978 avatar Andy1978 commented on June 8, 2024

Hi Koppi,
for what purpose do you want to have the ( text=" comments?
I merely added it as debugging feature. How do you expect the line is splitted if it is longer than 50 chars?

( text="123456789012345678901234567890123456789"... )
( "012345678901234567890123456789012345678901234"... )
( "567890123456789012345678901234567890123456789"... )
( "012345678901234567890123456789012345678901234"... )
( "5678901234567890123456789012345678901234567890"... )
( "12345678901234567890123456" )

Do you want to parse the "text" in comments or do you just want to keep them as info?

from hf2gcode.

koppi avatar koppi commented on June 8, 2024

I just want to keep the text in the comments as info, so a line-split like you showed above would be a good work-around for LinuxCNC and GRBL.

from hf2gcode.

Related Issues (9)

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.