3+2 Axis Posts #53
Replies: 5 comments 1 reply
-
Couldn't you get what you want by creating a Manual NC operation and using Pass-through? |
Beta Was this translation helpful? Give feedback.
-
Actually what I proposed above was incorrect. The sequence would need to be that for each A/B/C change there must be a dedicated "setup" with the XYZ configured as desired - so for A/C=0/0, Z would point up on the part, but for A/C=180/0 then Z is reversed. Only this way will F360 generate correct toolpaths for the different part orientations. Hence, the bellow would output only one file called "Setup 1" issuing G0 A0 B0 and G0 A180 B0 before each setup ops + the safe XYZ retracts. Setup 1: A:0 B:0 Fusion360-Batch-Post does not generate single files for multiple setups, at most it can create one directory for multiple setups. See below the test using manual NC |
Beta Was this translation helpful? Give feedback.
-
oh by the way thanks a lot for the plugin - life saver :-) |
Beta Was this translation helpful? Give feedback.
-
See master...plopes9000:Fusion360-Batch-Post:3+2-support just adds a way to replace custom strings per setup based on the setup name, e.g. Setup name: 'G0 A0. C0.=G0 A180. C0.#Shade:XYZA:Test' results in posting to a file in Shade/XYZA/01 Test.ngc with the text 'G0 A0. C0.' replaced by 'G0 A180. C0.' It is not elegant ... and it does not merge the setups into one output post. Not really finding an elegant way to do this better. Also have not thought through the merging of multiple setups into a single post. |
Beta Was this translation helpful? Give feedback.
-
I have no idea what you're talking about, but I'm glad you've made it work for you. |
Beta Was this translation helpful? Give feedback.
-
Just occured to me that by tagging the operations name we could achieve 3+2 axis, not simultaneous but still worth while.
For example:
op1 name "myfolder: A:0 B:0 Handwheel"
op2 name "myfolder: A:0 B:180 Handwheel"
op3 name "myfolder: A:90 B:0 Handwheel"
etc
Would result in a post on folder "myfolder" of one file "Handweel" where in between operations the A and B axis are moved as specified. We would also need some safe retract options in the dialog for the A, B or C axis moves in between ops.
What do you think ?
Cheers,
Paulo
Beta Was this translation helpful? Give feedback.
All reactions