Merge pull request #22598 from emmanuel-ferdman/main

CAM: Fix path dressup array test case
This commit is contained in:
sliptonic
2025-11-14 12:05:57 -06:00
committed by GitHub

View File

@@ -93,7 +93,7 @@ class TestDressupArray(PathTestBase):
da.execute(obj)
self.assertTrue(obj.Path.toGCode() == expected_gcode, "Incorrect g-code generated")
def test01(self):
def test02(self):
"""Verify linear x/y/z 2D array."""
source_gcode = "G0 X0 Y0 Z0\n" "G1 X10 Y10 Z0\n"