; G-Code generated by Matthew Upp ; Invert X-Axis ; for Malyan M200 & MP Select Mini ; ; Lines with only a semicolon are for making line separations only ; Please add a blank line to the end of the file while editing. DokuWiki Code Blocks deletes blank lines at the end of the block but g-code files should end with a single blank line at the end. ; ; M107 ; turn fan off in case it was already on M106 S245 ; turn fan on to signify start ; ; M562 X ; invert X-Axis M500 ; save currently loaded settings to EEPROM ; ; G28 X ; home X to verify the X-axis is inverted G1 X60 F1000 ; Move X-Axis to center of the bed to signify completion M400 ; Wait for current moves to finish M107 ; turn fan off to signify completion M84 ; disable motors