Stu142 / FreeCAD-Gridfinity-Workbench

Generate Parametric Gridfinity Bins and Baseplates in FreeCAD and build from them.
GNU Lesser General Public License v2.1
61 stars 7 forks source link

Allow custom grid size on all parts #7

Closed blessedbiped closed 3 weeks ago

blessedbiped commented 4 weeks ago

The custom grid size is available in the baseplate, but not editable in the other parts. Ideas:

Stu142 commented 4 weeks ago

Thanks for pointing that out, it's an easy fix for me to make the custom grid editable for all the parts. I'll look into making it collapsible that could be nice.

As for the second suggestion I don't really understand, the way it should currently work is once you generate a bin you can save it as a FreeCAD file and then open that up with any changes you made previously being saved and all properties are always editable.

As an additional side note the spreadsheet workbench causes a big slowdown when working with complex parts so I will be staying away from that but am open to other suggestions for the functionality you are looking for.

blessedbiped commented 4 weeks ago

cool! I was just trying to come up with a single place to edit the parameters so if you're building a custom size you don't forget one, I usually use the spreadsheet wb for that but certainly avoid it if it slows the system down that badly

Stu142 commented 3 weeks ago

Custom Grid Size is now unlocked on all Bins.

I am going to look further into better ways to organize the properties in the future.

Stu142 commented 3 weeks ago

please let me know if you find any bugs related to custom grid size I tested it but not thoroughly