Post #5487: Thank you for the detailed information. I’ve found the cause of the issue.
📋 Metadata
- Author: Pluglug
- Date: 2025-04-27 16:06:24
- Type:
answer - Quality Score: 8/10
- Reply to: post_05486
- Replies (1): post_05488
🏷️ Tags
macro pie-menu intermediate solved
⚙️ Related PME Features
- Macro Editor
- Pie Menu Editor
- Menu Tab vs Command Tab
💬 Content
Thank you for the detailed information. I’ve found the cause of the issue.
First, I tested your setup and confirmed that the panel indeed doesn’t appear. After some testing, I found that the issue isn’t in the safe_inset_macro, but in the calling Extrude Modes menu. Currently, Safe Inset is being called in the Command Tab as follows:
open_menu("safe_inset_macro")
Please change this to be called in the Menu Tab instead.

This will allow PME to properly process the macro and display the adjustment panel.
Please try this and let me know if it doesn’t work.
❤️ 1 likes