Locations of all the job/operation properties and parameters

Here's the place for discussion related to CAM/CNC and the development of the Path module.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
imm
Posts: 267
Joined: Wed Nov 03, 2021 1:00 pm

Re: Locations of all the job/operation properties and parameters

Post by imm »

@Buccini

I found the same issue as you.

My solution was to add a FreeCAD Spreadsheet object ....from the spreadsheet workbench.
Assign my own variables.....remember to right-click on the value and assign the Alias the same as your label....that keeps things simple.
Then you can change the value at one location and it updates immediately in the Path Gui.

Maybe we should be building on the basic building blocks within FreeCAD ...so we don't re-invent the wheel.

Use a standard spreadsheet object.
Have the first 12 items labelled for system use only.
Provide a 'Reset to Default' for when silly users meddle with the variables and hose it.
And then let users add and modify the spreadsheet like any other FreeCAD object.
myspreadsheet.PNG
myspreadsheet.PNG (52.46 KiB) Viewed 687 times
myStepDown.PNG
myStepDown.PNG (60.51 KiB) Viewed 687 times
myAliasAssignment.PNG
myAliasAssignment.PNG (77.1 KiB) Viewed 685 times
Post Reply