Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>G90toG91ConversionNew to Visual Studio Code? Get it now.
G90toG91Conversion

G90toG91Conversion

Ludwig W. Wall

|
75 installs
| (0) | Free
Converts absolute positioning GCode to relative positioning
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

g90tog91conversion README

A VSCode extension to convert G90 G-Code into G91 format.

Features

Converts selected G-Code with absolute positioning (G90) into G-Code that uses relative positioning (G91).

Use command "Convert G90 to G91" with lines of G-Code selected.

Requirements

The selected code should have movement commands without extrusions that include the (absolute) starting values for XYZ. For example, a command like "G0 X50 Y60 Z0.2 F1200" that has values for X Y and Z, but no E.

Best starting point is likely when switching layers, or after the intial extrusion that primes the nozzle.

Release Notes

1.0.0

Initial release of G90toG91Conversion

1.0.2

Improved starting position command handling

1.0.3

Bugfixing and clean-up

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft