Added requested changes for ME3D
This commit is contained in:
parent
1b3c45a884
commit
cf4cd4c693
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue