Difference between revisions of "Easel"

From Nottinghack Wiki
Jump to navigation Jump to search
m
Line 30: Line 30:
 
===File Extension===
 
===File Extension===
 
Change the file extension from “.nc” to “.ngc”
 
Change the file extension from “.nc” to “.ngc”
 +
 +
==Compatibility==
 +
Easel requires the uses of [[Wikipedia:WebGL|WebGL]] for rendering 3D graphics. Old computers circa 2007 may not have the graphics hardware to run it. The [http://webglreport.com|WebGL Report] website will indicate the status of rendering system on your browser/computer.
  
 
[[Category:Computer aided manufacture]]
 
[[Category:Computer aided manufacture]]
 
[[Category:Software]]
 
[[Category:Software]]

Revision as of 16:21, 20 March 2019

Simulated Toolpath

Easel is an online CAM tool that can be used to generate G-Code for the CNC Mill 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”

Compatibility

Easel requires the uses of WebGL for rendering 3D graphics. Old computers circa 2007 may not have the graphics hardware to run it. The Report website will indicate the status of rendering system on your browser/computer.