Update CommandCreateJoint.py

This commit is contained in:
PaddleStroke
2026-01-05 12:30:29 +01:00
committed by Max Wilfinger
parent ae075c1a73
commit dfbdb2005c

View File

@@ -296,7 +296,7 @@ class CommandCreateJointRackPinion:
"ToolTip": QT_TRANSLATE_NOOP(
"Assembly_CreateJointRackPinion",
"<p>Creates a rack and pinion joint that links a part with a slider joint to a part with a revolute joint</p>"
"<p>Select the same coordinate systems as the revolute and sliding joints. The pitch radius defines the movement ratio between the rack and the pinion.</p>",
"<p>Select the same coordinate systems as the revolute and slider joints. The pitch radius defines the movement ratio between the rack and the pinion.</p>",
),
"CmdType": "ForEdit",
}
@@ -319,8 +319,8 @@ class CommandCreateJointScrew:
"Accel": "W",
"ToolTip": QT_TRANSLATE_NOOP(
"Assembly_CreateJointScrew",
"<p>Creates a screw joint that links a part with a sliding joint to a part with a revolute joint</p>"
"<p>Select the same coordinate systems as the revolute and sliding joints. The pitch radius defines the movement ratio between the rotating screw and the sliding part.</p>",
"<p>Creates a screw joint that links a part with a slider joint to a part with a revolute joint</p>"
"<p>Select the same coordinate systems as the revolute and slider joints. The pitch radius defines the movement ratio between the rotating screw and the sliding part.</p>",
),
"CmdType": "ForEdit",
}