I would love to make myself export to .obj & .3mf buttons. Is this possible?
Can i modify the _Export to Export.obj or something?
I would love to make myself export to .obj & .3mf buttons. Is this possible?
Can i modify the _Export to Export.obj or something?
Hello - use the -Export
command (with a dash in front) to make a macro for this. The macroEditor is handy for working out which options etc you need. Note file paths should be enclosed in “double quotes”
e.g
! _-Export Pause "C:\Users\USER_NAME\Desktop\junk.obj" _Enter
Leave out the Enter to see all the obj command line options and then stick it in at the end again if you want to set some.
-Pascal