Adjust R command

This commit is contained in:
InsanityAutomation
2019-08-06 23:34:03 -04:00
parent 09ac9bc760
commit 4845caeec5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ It will auto heat up if the current temp doesn't reach the target.
#Leveling Setup
>moreitem_button7_cmd:M190S75;G28;G34I3;G29P1;G29S1;G29S0;G29F0.0;G29A;G28;M109S215;G1X150Y150;G1Z0;M500;M400;M77;M117 Set Z Offset;
>moreitem_button7_cmd:M190S75;G28;G34;G29P1;G29P3R;G29S1;G29S0;G29F0.0;G29A;G28;M109S215;G1X150Y150;G1Z0;M500;M400;M77;M117 Set Z Offset;
#how many "More" button display on screen interface
+1 -1
View File
@@ -2337,7 +2337,7 @@
#define USER_DESC_1 "Setup"
#if (ENABLED(ABL_UBL))
#define USER_GCODE_1 "M190S" CommBedTmp"\nG28\nG34I3\nG29P1\nG29P3R50G29S1\nG29S0\n G29F0.0\nG29A\nG28\nM109S215\nG1X150Y150\nG1Z0\nM500\nM400\nM77\nM117 Set Z Offset"
#define USER_GCODE_1 "M190S" CommBedTmp"\nG28\nG34I3\nG29P1\nG29P3R\nG29S1\nG29S0\n G29F0.0\nG29A\nG28\nM109S215\nG1X150Y150\nG1Z0\nM500\nM400\nM77\nM117 Set Z Offset"
#elif ENABLED(ABL_BI)
#define USER_GCODE_1 "M190S" CommBedTmp"\nM104S215\nG34I3\nG28\nG29\nM400\nG28\nM420S1\nM109S215\nG1X100Y100\nG1Z0\nM500\nM400\nM77\nM117 Set Z Offset"
#endif