Easel

From Nottinghack Wiki
Revision as of 00:55, 19 March 2019 by Danspencer101 (talk | contribs) (Created page with "thumbnail|right|[http://easel.inventables.com/ Inventables Easel] Easel is an online CAM tool that can be used to generate G-Code with a similar workfl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Easel is an online CAM tool that can be used to generate G-Code with a similar workflow to the Laser Cutter.

A free account is required to access the website.

http://easel.inventables.com/

Exporting G-Code

  1. Navigate to the machine menu tab.
  2. Click Advanced
  3. Press Generate G-Code
  4. Press Export G-Code

G-Code Modifications

Start

To turn on the spindle, Add

%
M03 S17000

End

To end the program, Add

M30
%

File Extension

Change the file extension from “.nc” to “.ngc”