Path: fix g-code orientation Path.Op.Profile in case effective offset is 0.0

This commit is contained in:
Robert Schöftner
2023-06-27 17:12:04 +02:00
parent ff561201f0
commit 3bbc40b9bb
5 changed files with 210 additions and 1 deletions

View File

@@ -22,6 +22,8 @@
import TestApp
from PathTests.TestPathProfile import TestPathProfile
from PathTests.TestPathAdaptive import TestPathAdaptive
from PathTests.TestPathCore import TestPathCore
from PathTests.TestPathDepthParams import depthTestCases
@@ -47,6 +49,7 @@ from PathTests.TestPathPost import TestBuildPostList
from PathTests.TestPathPost import TestOutputNameSubstitution
from PathTests.TestPathPreferences import TestPathPreferences
from PathTests.TestPathProfile import TestPathProfile
from PathTests.TestPathPropertyBag import TestPathPropertyBag
from PathTests.TestPathRotationGenerator import TestPathRotationGenerator
from PathTests.TestPathSetupSheet import TestPathSetupSheet
@@ -92,6 +95,7 @@ False if TestPathOpUtil.__name__ else True
# False if TestPathPost.__name__ else True
False if TestPathPostUtils.__name__ else True
False if TestPathPreferences.__name__ else True
False if TestPathProfile.__name__ else True
False if TestPathPropertyBag.__name__ else True
False if TestPathRotationGenerator.__name__ else True
False if TestPathSetupSheet.__name__ else True