Merge pull request #22598 from emmanuel-ferdman/main
CAM: Fix path dressup array test case
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user