forked from synthetos/g2
-
Notifications
You must be signed in to change notification settings - Fork 0
Using Atom
Alden Hart edited this page May 4, 2015
·
12 revisions
This page records how we are using the Atom text editor in this project
- Download and install Atom
https://atom.io/ - Use these settings from the Atom/Preferences/Settings menu - way down the page:

- From the command line (anywhere) run"
apm install linter
apm install linter-js-yaml
- Cmd-shift-p is the shortcut to ALL Atom features
- Snippets: https://atom.io/docs/v0.196.0/using-atom-snippets
- Install this
sudo npm install -g js-yamlto dump the JSON from a yaml file- run
js-yaml <filename>from the command line to see the JSON
- run
Getting Started Pages
- Home
- What is g2core?
- Getting Started with g2core
- Connecting to g2core
- Configuring g2core
- Flashing g2core
- Chilipeppr
Reference Pages
- Gcode Support
- Text Mode
- JSON Communications
- Digital IO (GPIO)
- Alarms & Exceptions
- Coordinate Systems
- Status Reports
- Status Codes
- Arduino Due Pinout
- G2 Communications
Discussion Topics
Developer Pages