Skip to content

Juancete/gcode-vsc-formatter

Repository files navigation

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