Juancete / gcode-vsc-formatter

GCode formater for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

GCode formater for Visual Studio Code

License:Mozilla Public License 2.0


Languages

Language:TypeScript 100.0%