Code Monkey home page Code Monkey logo

chrome-gcode-sender's Introduction

chrome-gcode-sender

What is this madness?

gcode-sender is a chrome application capable of sending gcode commands to a USB gcode intrepreter (hobby CNC machines / 3D printers).

Why did you do it?

I feel that Chrome OS machines have qualities which make them ideal in the machine shop. They are always up to date, secure, have only your cloud-stored files/applications available, relatively cheap, and easily swappable should something bad happen...

The common place alternative is an out of date Windows machine which is usually disconnected from the network, only has local accounts, and is running unknown (potentially malicious) software. Files are typically transferred by flash-drive-sneaker-net.

How do I install it?

The easiest way to install this extension is to download it from the Chrome Web Store (https://chrome.google.com/webstore/detail/gcode-sender/ngncibnakmabjlfpadjagnbdjbhoelom).

If you want to develop for it, you can load the 'src' directory as an unpacked extension. By going to chrome://extensions/, ensure 'developer mode' is checked and you should see a button to load it from your local file system.

Are there cool keyboard commands?

The control panel has the following:

'←', 'j' - jog X axis -N
'→', 'l' - jog X axis +N
'↓', 'k' - jog Y axit -N
'↑', 'i' - jog Y axis +N
'z' - jog Z axis -N
'a' - jog Z axis +N
'+' - increment jump size by 10x
'-' - decrement jump size by 10x
'3' - spindle clockwise
'4' - spindle counter-clockwise
'5' - spindle off
'/' - focus command input
'esc' - blur command input

What libraries did you use?

Are there any known issues?

Yes. This project uses the github issue tracker.

  • UI doesn't always let the user know of an issue (check the chrome developer console)
  • Sometimes chrome.serial doesn't obey the settings you ask for
    • try using 9600 baud
    • check the logs to see if it is forcing flow-control (happens on old Macs)

chrome-gcode-sender's People

Contributors

sir-buckyball avatar

Watchers

 avatar  avatar

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.