Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.13 KB

README.md

File metadata and controls

12 lines (7 loc) · 1.13 KB

GCode-Formatter README

This is a formatter for G-Code language.

Build StatusGitHub VS Code Marketplace Downloads InstallsLicense: MPL 2.0

Features

The G-code formatter separates the G, M, S, X, Y and Z commands, transforms the text to uppercase, separates the lines by semicolons, removes semicolons at the end of each line and finally (but not least) format each operation with at least two digits (For example G1 -> G01).

feature G-Code