Replace the chained insert operations in modifyMenuBar() with independent append operations. The old approach anchored on PartDesign_Boolean and chained each subsequent command off the previous insertion — a single missing anchor caused a cascade failure. The new approach uses append with PartDesign_Body as the parent locator. Each operation is independent, so a failure in one does not affect the others.
Description
No description provided
Languages
Python
98.6%
Makefile
1.4%