Editing Toolbox
The toolbox panel is a collection of tools to make bulk formatting of G-code easier. The current tools listed below.
- Add Spaces Between Blocks: Adds a space between each block of code if there are adjacent blocks
- Remove Spaces Between Blocks: Removes spaces between each block of code.
- Add Trailing Decimals: Adds a decimal place to dimensional blocks that are missing one. For example,
X1becomesX1.. This applies to codesX,Y,Z,A,B,C,I,J,K,R, andF - Add Trailing Semicolons: Adds a semicolon to the end of each line of code if there is not already one.
- Add Line Numbers: Adds line numbers to each line of code, starting at
N10and incrementing by 5 for each line. - Remove Line Numbers: Removes line numbers from each line of code.
- Remove Blank Lines: Removes blank lines from the code.
- Sync Channels: If you are running a "multi channel" machine using sync codes, open two documents next to each other and lines will be added to synchronize at codes
M100throughM199.