Added requested changes for ME3D

This commit is contained in:
Gregory Diaz 2015-10-14 12:23:35 -07:00 committed by John Lewin
parent 1b3c45a884
commit cf4cd4c693
2 changed files with 3 additions and 3 deletions

View file

@ -118,7 +118,7 @@ namespace MatterHackers.MatterControl
macroDict["Offset 1"] = "M565 Z1;\nM500";
macroDict["Offset 1.1"] = "M565 Z1.1;\nM500";
macroDict["Offset 1.2"] = "M565 Z1.2;\nM500";
macroDict["Z Offset"] = "G1 Z10; G28; G29; G1 Z10; G1 X5 Y5 F4000; M117 Lower Z to bed; M114;";
macroDict["Z Offset"] = "G1 Z10;\nG28;\nG29;\nG1 Z10;\nG1 X5 Y5 F4000;\nM117;";
//Determine if baud rate is needed and show controls if required
string baudRate;