Search found 1771 matches

by mlampert
Wed Dec 28, 2022 7:12 pm
Forum: Developers corner
Topic: Unit test output corrupted
Replies: 4
Views: 813

Re: Unit test output corrupted

It isn't, at least not explicitly. I looked at the ConsoleSequencer and I think it's really just the way it works. The unit tests print out the test description at the beginning of the test without a terminating `\n`. At the end of the test it then prints the result ("ok" or "fail&quo...
by mlampert
Wed Dec 28, 2022 6:35 am
Forum: Developers corner
Topic: Unit test output corrupted
Replies: 4
Views: 813

Re: Unit test output corrupted

That output is being generated by the ConsoleSequencer -- I don't think curses is involved. That looks to me like multiple threads trying to write their sequencers out at the same time. I don't know anything about your tests, though: is there stuff in there that's multithreaded? They are python uni...
by mlampert
Wed Dec 28, 2022 3:12 am
Forum: Developers corner
Topic: Unit test output corrupted
Replies: 4
Views: 813

Unit test output corrupted

The output of unit tests seems to be corrupted/overwritten by log msgs for recompute and file import. Also note the remnant it leaves at the command prompt: test20 (PathTests.TestPathOpProfileII.TestPathOpProfileII) Recompute......fset handling ... (100 %) (9 %) Importing project files...... (100 %)...
by mlampert
Tue Dec 27, 2022 7:04 pm
Forum: Help on using FreeCAD
Topic: Customizing Standard-View Toolbar
Replies: 5
Views: 780

Re: Customizing Standard-View Toolbar

sorry this is not currently possible in FreeCAD, you are probably confusing with some other software (many KDE apps let you do stuff like that). If you want to remove those but keep the rest you would have to create a custom toolbar with just the buttons you need and hide the default toolbar. Thank...
by mlampert
Mon Dec 26, 2022 11:24 pm
Forum: Help on using FreeCAD
Topic: Customizing Standard-View Toolbar
Replies: 5
Views: 780

Re: Customizing Standard-View Toolbar

It does not. I want to remove these tools from the standard view toolbar:
Capture.PNG
Capture.PNG (30.93 KiB) Viewed 605 times
by mlampert
Mon Dec 26, 2022 4:47 am
Forum: Path/CAM
Topic: RFC: "conventional/climb" vs. "cw/ccw"
Replies: 4
Views: 1057

RFC: "conventional/climb" vs. "cw/ccw"

I'm looking into some of the ops and noticed again that we use different labels for the same functionality. Going forward it would be nice to use the same labels in all ops. I can't come up with conclusive reasoning to choose one over the other. Please weigh in why we should us conventional/climb or...
by mlampert
Sat Dec 24, 2022 3:55 am
Forum: Help on using FreeCAD
Topic: Customizing Standard-View Toolbar
Replies: 5
Views: 780

Customizing Standard-View Toolbar

Once upon a time I was able to figure out how to customize the Standard-View toolbar - but I seem to have lost that skill. The "Customize" tool doesn't seem to include the global toolbars - wouldn't help though since it doesn't seem to show any contents of any toolbar. Can somebody please ...
by mlampert
Fri Dec 23, 2022 7:23 am
Forum: Path/CAM
Topic: External Thread Milling
Replies: 9
Views: 1990

Re: External Thread Milling

The issue #7855 is still open. I'm working on it but can't assign issues to myself to reflect the status.
by mlampert
Wed Dec 21, 2022 3:11 am
Forum: Path/CAM
Topic: Issue #8064 - Letter missing when V-carving a string in Path WB
Replies: 14
Views: 1498

Re: Letter missing when V-carving a string in Path WB

Interestingly when I try it the 'e' gets carved but the 'h' is missing. From what I can tell is somehow the voronoi algorithm discards all edges as being "exterior", which means infinite in length.
by mlampert
Tue Dec 13, 2022 10:56 pm
Forum: Path/CAM
Topic: TestPathApp fails after CMake Install
Replies: 24
Views: 2985

Re: TestPathApp fails after CMake Install

What happens when you run FC with UI and then

Code: Select all

import TestPathApp
in the console?