Files
create/src
MTronics 819278c91b Issue #26343: CAM Tasks panel ignores selected Stock
The current code in \src\Mod\CAM\Path\Main\Gui\Job.py (line 719) ignores selected stock selections. In case of e.g. cloned stock objects it defaults to the first item in the combolist, showing a wrong stock selection.

The cause lies in comparing different strings to find a label match, but one string object is generic (short name) while the other one has a suffix created during the clone process. The strings never match and the ridgid string comparison fails. I recommend using a partial (needle in haystack) string comparison.
2025-12-23 12:48:14 +01:00
..
2025-12-08 22:31:48 -06:00
2025-11-15 12:55:49 +01:00
2025-10-08 21:58:26 -05:00
2025-10-08 21:58:26 -05:00
2025-10-08 21:58:26 -05:00