/* G-Code Studio Enter transforms in this editor and press Command-Enter to execute them. Each G0 or G1 command will be run through this code. Modifing any of the variable will result in a modification to the corresponding G-Code. The variables are: X, Y, Z: The x, y and z destination of the print nozzle. E: The extruder quantity at the end of this command. G: 1 or 0 to indicate the type of movement. context: set variables on this object to keep state between commands. */
save