Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Makeblock-official/XYGCodeInterpreter

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GCode Interpreter For XY-Plotter

How To Use:

1.Download XYPlotter_GCode, unzip and upload the code to your arduino board.

2.Install the GCode GUI Application that supports windows (XYCodeGUI_For_Win_Installer ) and mac osx (XYCodeGUI_For_Mac_Installer). (Base on Adobe AIR)

3.Open the GCode GUI

4.Choose and Connect the Arduino Serial Port.

5.Send Your GCode on the App's Panel,You can also load the txt file that contains GCodes(GCode_Demo)

GCode Example:

Linear interpolation: G1 X-100.5 Y90.4 Z1 (move 100.5 opposite on X-axis,move 90.4 on Y-axis and the brush will be down)

Circular interpolation:G2 I10 Z1 (it will be draw a circle that radius is 10)

Switch to absolute coordinates:G90

Switch to relative coordinates:G91

The GCode "Z" will control the brush,down for "Z1",up for "Z0".

About Gcode: http://reprap.org/wiki/G-code26

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.