Giter VIP home page Giter VIP logo

Comments (8)

stewartoallen avatar stewartoallen commented on July 22, 2024

To be clear, WinCNC expects:

M3
S18000

in the gcode on separate lines? have you hand edited the gcode to do this and it works?

from grid-apps.

pjz avatar pjz commented on July 22, 2024

Yes and yes.

from grid-apps.

stewartoallen avatar stewartoallen commented on July 22, 2024

I see on p.135 of the manual (http://www.wincnc.net/webfiles/CNC%20Windows/Manuals/WinManual_3.0r3.pdf) that M3 is actually a macro expansion and not a native WinCNC command. If you are not using variable spindle speeds, then the easiest thing to do is to set all spindle speeds to 0 (zero) and add spindle on/off in your gcode pre/post. That way the M3/M4 commands will not be inserted into the gcode.

from grid-apps.

pjz avatar pjz commented on July 22, 2024

If I do that, how do I set the spindle speed at all? I don't adjust it during a job, but it is of course tool- and job- (well, material-) dependent.

from grid-apps.

stewartoallen avatar stewartoallen commented on July 22, 2024

I admit it's not terribly convenient, but under Device->GCode->Header add the lines at the end of the header.

from grid-apps.

pjz avatar pjz commented on July 22, 2024

Could there not just be a 'spindle start' template that defaults to 'M3 S{speed}' so I can change the space to a newline in my wincnc definition?

from grid-apps.

stewartoallen avatar stewartoallen commented on July 22, 2024

yes, that's totally reasonable. there would also need to be a "spindle stop" template.

from grid-apps.

pjz avatar pjz commented on July 22, 2024

!!! Dude, you rock!!!

from grid-apps.

Related Issues (20)

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.