Back to Browse

Workflow Wednesday: Spindle Broaching

2.0K views
Streamed live on Nov 20, 2024
27:37

Wouldnt it be nice if this was a default toolpath inside of #autodeskfusion360 well till it is here is how to setup and run a broaching toolpath with none other than Fusion Phil himself. Buy me a beer https://www.jitcadcam.com/products/buy-me-a-beer/4466849000004986011 ***** Add to your // user-defined properties useBroaching: { title : "Preload tool", description: "Preloads the next tool at a tool change (if any).", group : "preferences", type : "boolean", value : false, scope : "operation" }, broachingor: { title : "Start sequence number", description: "The number at which to start the sequence numbers.", group : "formats", type : "integer", value : 10, scope : "operation" }, *****Add to Spindle Start Location if (getProperty("useBroaching")) { writeBlock(mFormat.format(19), "B" + (getProperty("broachingor"))); } else { startSpindle(tool, insertToolCall); ***** Replace with spindle callout } Website www.jitcadcam.com Support Portal support.jitcadcam.com Support Email [email protected] Discord Server https://discord.gg/7jN9PVkn LinkTree linktr.ee/jitcadcam #cnc #autodeskfusion360 #cam #machining #fusionfriday #jitcadcam #workflowednesday

Download

0 formats

No download links available.

Workflow Wednesday: Spindle Broaching | NatokHD