[Path] Make 'forward' the default for spindle direction

This commit is contained in:
sliptonic
2022-03-26 11:27:33 -05:00
parent 57ce2213db
commit b977079fd6

View File

@@ -131,9 +131,9 @@ class ToolController:
# Enumeration lists for App::PropertyEnumeration properties
enums = {
"SpindleDir": [
(translate("Path_ToolController", "None"), "None"),
(translate("Path_ToolController", "Forward"), "Forward"),
(translate("Path_ToolController", "Reverse"), "Reverse"),
(translate("Path_ToolController", "None"), "None"),
], # this is the direction that the profile runs
}