FreeCAD-macros icon indicating copy to clipboard operation
FreeCAD-macros copied to clipboard

A repository for FreeCAD macros

Results 32 FreeCAD-macros issues
Sort by recently updated
recently updated
newest added

I am really noob how to use git, so I couldn't manage to commit this myself. However in Puregui/viewRotation.FCMacro line 237, the entered value is changed into an integer. I...

see https://github.com/chbergmann/FreeCAD-macros/pull/1 conflicts had to be resolved because some changes were made by @galou in the meantime

This macro contains a `__license__` entry, but does not specify a valid license there. The line should be removed, or a valid SPDX license identifier put in place. https://github.com/FreeCAD/FreeCAD-macros/blob/25fcaf70eb49c7ba68d1b7958404ae104e15430c/Sketcher/SketcherOffset.FCMacro#L14

A quick look through the repo seems to indicate that there are many macros with licenses written at the top of their source code, but no `__License__` variable set. The...

Hi, I am currently using LasercutterSVGExport in a project which uses the Array feature from the Draft WB. Unfortunately, this is not supported by this macro. The macro works with...

FreeCAD Macros (either within this repo or pulled from the wiki) can break as FreeCAD evolves. Does it make sense that with every macro that exists and added in the...

The macro return the wrong result for an object with rotation `0.45642222410108496, 0.49809724456331667, 0.5849212871934979, -0.4488262203714842`. The returned scale factor is `-1, -1, 1` but should be `1, 1, 1`. According...

Thank you for creating a pull request to contribute to FreeCAD-macros! To integrate your macro please make sure the following steps are complete: - [ ] Please check this box...

** This will later be added to BIM workbench. ** Thank you for creating a pull request to contribute to FreeCAD-macros! To integrate your macro please make sure the following...

Hello, I was developing a macro for help to move objects in FreeCAD's tree when this is very long. The macro was posted on various local forums with good feedback...