8 ms·
The Fusion implementation sucks. A spreadsheet is a far more natural way to do this, Im surprised FreeCad is doing it better than the paid variant.
by gligorot 6mo ago
The Fusion implementation sucks. A spreadsheet is a far more natural way to do this, Im surprised FreeCad is doing it better than the paid variant.
- vablings 6mo agoThe worst part about fusions implementation is that you CANNOT edit the User Parameters while you are viewing the part easily. I like to edit the params and drag it around, but it SUCKS in fusion
- sho_hn 6mo agoThe Fusion implementation is awful - you can adjust one variable, one time, then you have to reopen the dialog to do another. At least for me it's always become non-responsive after a single edit, for years now. I've always assumed I'm just holding it wrong, but I don't know. I've moved on.
- Lukas_Skywalker 6mo agoThe only issue I have with the Spreadsheet is that I need to add an alias for every value I want to use in the Sketch or Part Design workbench. In practice, this usually looks like A B width 2mm length 3mm and for every cell in B I add an alias with the same value as in column A. Is there a way around that?
- _whiteCaps_ 6mo agohttps://wiki.freecad.org/Macro_EasyAlias https://wiki.freecad.org/Macro_EasyAlias EasyAlias macro maybe?
- Lukas_Skywalker 6mo agoOh. I didn't even know there were macros. But that looks very useful!
- ddlsmurf 6mo agonot "maybe" this is an absolute must if using parameters in a spreadsheet :)
- regularfry 6mo agoIts existence has been used by the devs as a reason not to prioritise fixing user-facing bugs. It really should be in core at this point.
- jjkaczor 6mo agoHmmm - I seem to recall there was at least 1-2 scripts or macros available to help with aliasing.
- aib 6mo agoVarSets[0] introduced recently in 1.0 and mentioned in a grand-aunt comment are a good alternative to spreadsheets used this way. [0]: https://wiki.freecad.org/Std_VarSet https://wiki.freecad.org/Std_VarSet