-
Notifications
You must be signed in to change notification settings - Fork 433
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
The STEP files generated by our default export process were too large for the KiCAD generator update project, with the files being about 2x larger. Setting the following mode fixed the issue, and seems to be the mode they used in the past (although they used the C++ form).
Interface_Static.SetIVal_s('write.surfacecurve.mode', 0)I added it just above this line in the source in my local copy.
So my question is this. How should this option be added and exposed in the code? Is this an edge case, or will this option be of use to the broader user base? Please let me know if you have any thoughts @adam-urbanczyk @lorenzncode @dcowden @marcus7070
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested