V-Squared / V-Squared.github.io

Initiative for Modular and Upgradable Mini and All-In-One PC. Standards — Know How — Blueprints — Trailblazer Products
http://v-squared.github.io/
Other
2 stars 1 forks source link

V² > Plan > Flow > Mechanical > NC Codes #203

Open VillageHubertChen opened 8 years ago

VillageHubertChen commented 8 years ago

Tasks

G-code Explanation
g01 Go rapidly (with maximum traverse rate) to the X/Y/Z position. This code is used for position and not for actual machining.
Format: G00 [X#][Y#][Z#]
Example: G00 Z100
g01 Travel in a straight line using the programmed feed rate (F). This code is used for machining.
Format: G01 [X#][Y#][Z#][F#]
Example: G01 X2.5 Y4.1 F200

Reference

VillageMichaelLin commented 8 years ago

@VillageHubertChen @LukasChen I updated the G-code and M-code I used in above comment