MillTurn Setup -> hasGlobalParameter("autodesk cam:fixture-path") is FALSE

MillTurn Setup -> hasGlobalParameter("autodesk cam:fixture-path") is FALSE

martini_ewald
Explorer Explorer
333 Views
2 Replies
Message 1 of 3

MillTurn Setup -> hasGlobalParameter("autodesk cam:fixture-path") is FALSE

martini_ewald
Explorer
Explorer

Ciao Guys, 

my post use the 

 if (hasGlobalParameter("autodeskcam:fixture-path")) {        
        fixturePath = getGlobalParameter("autodeskcam:fixture-path");
         ..... 
    }        
to export the fixture as STL. In a MILL Setup it works well, but on a MILLTURN setup, nope. It seems to be a FUSION 360 option that is not available on MILLTURN setup - WHY is it so? 
0 Likes
334 Views
2 Replies
Replies (2)
Message 2 of 3

seth.madore
Community Manager
Community Manager

Hmm, it should be working. Do you have  this set where your other post variables are?:

exportFixture = true;

 


Seth Madore
Customer Advocacy Manager - Manufacturing


0 Likes
Message 3 of 3

martini_ewald
Explorer
Explorer

Yes - the settings are all rhight - if the CAM SETUP is a MILL setup, it works. Only in a MillTurn Setup the fixture is always null. 


0 Likes