Giter Club home page Giter Club logo

plugin_openpnp's Introduction

OpenPNP plugin

Under development. Adds 5 M-codes to allow grblHAL to be used for OpenPNP machines.

  • M42 P- S- Set digital output. The P-word must be a valid ioport number, see below. The S-word is used to turn the output on or off. Use 0 for off, > 0 for on.

  • M114 <P-> reports current position. The P-word is ignored if provided.

  • M115 Reports firmware information.

  • M204 <P-> <S-> <T-> Use S- or T-word to set acceleration for all axes except the linear axis (Z-axis), use P-word to set it for all axes. If the word parameter is 0 acceleration is reset to default values.

  • M400 Waits until the motion buffers are cleared and motion stopped. Same function as G4P0.

Dependencies:

Driver must have one or more ioports ports available for digital output to enable M42 use.


2021-07-26

plugin_openpnp's People

Contributors

terjeio avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

plugin_openpnp's Issues

Status request

I use Phils Teensy 4.1 grblHAL BoB Unkit for 2 different CNC's and they work very well. One of them is a 5 axis w rs485 spindle control.

I have a Charmhigh 48VB and 36VA. The plan is convert both to Openpnp. My fist step is to flash the 36VA stock board w a Smoothie port just to get Openpnp up and running. After I get a feel for things Ill swap the main board w Phils Teensy 4.1 grblHAL BoB Unkit.
Very much looking forward to updates on this project.
Thanks Wayne

Use of itoa() on TI platforms

While playing around with plugins on my TM4C1294XL, I came over a compile error in

itoa(current_position[idx], strchr(buf, '\0'), 10);

due to it not being a standard function and not contained in TI's stdlib.h

Quick fix ltoa()?

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.