g90tog91conversion READMEA VSCode extension to convert G90 G-Code into G91 format. FeaturesConverts 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. RequirementsThe 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 Notes1.0.0Initial release of G90toG91Conversion 1.0.2Improved starting position command handling 1.0.3Bugfixing and clean-up |