jbaehr
jbaehr
I added those new features to the [v1.1 Release Notes Draft](https://wiki.freecad.org/Release_notes_1.1). @alfrix could you please review and update the [PartDesign Hole page](https://wiki.freecad.org/PartDesign_Hole) in the wiki? I also kindly ask you...
I think it's fine to use the generic terms BSP and NPT for the first bullet point, as the Hole feature can indeed produce both, the parallel and tapered forms...
Please hold this one back, there seems to be an issue with my code, see #17871
I integrated the fixups from #17894 and #17915, so I guess we're ready to bring this change from the v1.0 branch to main.
@luzpaz I cannot comment too much on the actual functionality -- I have no experience with VCarve. Only a general note on the code: Please add respective tests. When the...
I think we have simpler options as well. If we approach it from a user perspective, e.g. as end-to-end test, we can assert that the bounding box of the resulting...
@phaseloop > ... Franky this goes way beyond my FreeCAD API knowledge ... What do you think about this: ```diff --- a/src/Mod/CAM/CAMTests/TestPathVcarve.py +++ b/src/Mod/CAM/CAMTests/TestPathVcarve.py @@ -21,6 +21,8 @@ # ***************************************************************************...
I've not tried to reproduce this yet, but from the error message, "Invalid shape name ?Face1", I'd guess this relates to the topo naming algorithm not being able to find...
While in v7.5 I could do something like this in `Startup.ConfigureServices(IServiceCollection services)` (ODataConfig being a custom type of mine): ```cs var odataConfig = this.Configuration.GetSection(ODataConfig.DefaultKey).Get(); services.AddODataQueryFilter(new EnableQueryAttribute() { PageSize = odataConfig.PageSize,...
@xuzhg Are there any plans for bringing this feature back to the v8.x line? Personally, I consider this as a regression, not an enhancement, as it used to work with...