Thanks to the community and especially @bolsover adventures for creating a C# based add on I could learn from. I've been able to relatively easily cobble together an add on using VS w/C# to add a quick Orca Slicer tab and button to auto export my part to STEP and automatically open it in OrcaSlicer for printing.
I know other's have done this but I wanted to give it a try myself and I plan to bake in a few extra features I'd prefer for my work flow. I was frustrated initially the the cumbersome process of exporting (and it never defaulted to a logical folder... I.E. not the same folder my part was in) and then navigating to the windows folder to open my STEP export into orca slicer. When you repeat this process a lot I wanted to grease the wheel. A custom add on for Atom3D is a really fantastic option. Kudos for Alibre allowing custom add ons.
For the moment, I'm proceeding with Atom3D, after trial usage in design expert, and an easy upgrade in future, I think I can live with Atom3D. Plus I don't even have the experience to utilize and know how to leverage the fancier sketching and part design tools .. the script options though were not possible, plus I like the OEM feel of the add on button/menu options.
Since I don't every really care about the STEP export file, other than getting it into a 3MF file for orca slicer to package up the model and all print settings, I'm going to augment this addon to just create/edit the 3MF file and delete the intermediate STEP export file. If I tweaked any particular print settings, it'll retain those but have the new model replaced in 3MF file. I've even thought about the print dialog add on I could influence some print parameters... but likely just better to leave to up to the slicer.
One of the features I needed, because I constantly exported my model but not in the fully generated state is the print dialog (not seen in pic) will have a check box or two buttons that allows me to easily (not forget) to export my fully generated model before going to the print process setup and realize I forgot the regen to last feature/all option.

I have lots to cleanup and allow for some configurable settings and just giving thought to how things are named... I'm pretty pleased it's up and working and seeing the benefit of it. Even with a few paths hard coded at the moment in the addon dll.
I know other's have done this but I wanted to give it a try myself and I plan to bake in a few extra features I'd prefer for my work flow. I was frustrated initially the the cumbersome process of exporting (and it never defaulted to a logical folder... I.E. not the same folder my part was in) and then navigating to the windows folder to open my STEP export into orca slicer. When you repeat this process a lot I wanted to grease the wheel. A custom add on for Atom3D is a really fantastic option. Kudos for Alibre allowing custom add ons.
For the moment, I'm proceeding with Atom3D, after trial usage in design expert, and an easy upgrade in future, I think I can live with Atom3D. Plus I don't even have the experience to utilize and know how to leverage the fancier sketching and part design tools .. the script options though were not possible, plus I like the OEM feel of the add on button/menu options.
Since I don't every really care about the STEP export file, other than getting it into a 3MF file for orca slicer to package up the model and all print settings, I'm going to augment this addon to just create/edit the 3MF file and delete the intermediate STEP export file. If I tweaked any particular print settings, it'll retain those but have the new model replaced in 3MF file. I've even thought about the print dialog add on I could influence some print parameters... but likely just better to leave to up to the slicer.
One of the features I needed, because I constantly exported my model but not in the fully generated state is the print dialog (not seen in pic) will have a check box or two buttons that allows me to easily (not forget) to export my fully generated model before going to the print process setup and realize I forgot the regen to last feature/all option.

I have lots to cleanup and allow for some configurable settings and just giving thought to how things are named... I'm pretty pleased it's up and working and seeing the benefit of it. Even with a few paths hard coded at the moment in the addon dll.