File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,12 +117,13 @@ void GcodeSuite::get_destination_from_command() {
117117 destination[i] += laser_crosslight_offset[i];
118118 laser->ClearXyOffsetApplicationByIndex (i);
119119 }
120- if (!laser->GetXyOffsetApplication ()) {
121- laser->SetWeakLightOriginMode (true );
122- }
120+ // if (!laser->GetXyOffsetApplication()) {
121+ // laser->SetWeakLightOriginMode(true);
122+ // }
123123 }
124124 else {
125125 destination[i] += laser_crosslight_offset[i];
126+ laser->ClearXyOffsetApplicationByIndex (i);
126127 }
127128 }
128129 }
Original file line number Diff line number Diff line change 5151 * here we define this default string as the date where the latest release
5252 * version was tagged.
5353 */
54- #define STRING_DISTRIBUTION_DATE "2024-0528 "
54+ #define STRING_DISTRIBUTION_DATE "2024-0603 "
5555
5656 /**
5757 * Required minimum Configuration.h and Configuration_adv.h file versions.
You can’t perform that action at this time.
0 commit comments