; G-Code generated by Matthew Upp ; Invert Y-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 Y ; Invert Y-Axis M500 ; Save currently loaded settings to EEPROM ; ; G28 Y ; home Y to verify the Y-axis is inverted G1 Y60 F1000 ; Move Y-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