Toolcontroller GUI Bug

Here's the place for discussion related to CAM/CNC and the development of the Path module.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
schnebeck
Posts: 130
Joined: Thu Jun 22, 2017 8:04 pm

Toolcontroller GUI Bug

Post by schnebeck »

Hi,

since the height-depth-rewrite the tool-controller GUI in FreeCAD-daily is a little bit broken
screen22.jpg
screen22.jpg (41.54 KiB) Viewed 1707 times
Bye

Thorsten
mlampert
Veteran
Posts: 1772
Joined: Fri Sep 16, 2016 9:28 pm

Re: Toolcontroller GUI Bug

Post by mlampert »

works for me
Capture.PNG
Capture.PNG (30.04 KiB) Viewed 1688 times

Code: Select all

OS: Debian GNU/Linux testing (buster)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.12620 (Git)
Build type: Debug
Branch: master
Hash: 99a2fd16f47f11c1e8d404d3e193e8747c41820d
Python version: 2.7.14
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.2.0
Locale: English/Canada (en_CA)
User avatar
JoshM
Posts: 456
Joined: Thu Oct 05, 2017 5:34 pm
Location: New Hampshire

Re: Toolcontroller GUI Bug

Post by JoshM »

Thorsten,
May I ask your naming convention for your Tool-Controller. I'm assuming that's an 8mm diameter, 25mm cut-length. Is ALU a coating, or intended material? Do you separate between tool styles in your names? I ask because I'm trying to determine best approach for myself.

Best,
Josh
schnebeck
Posts: 130
Joined: Thu Jun 22, 2017 8:04 pm

Re: Toolcontroller GUI Bug

Post by schnebeck »

@JoshM

Yes, its diameter-#Tooth-cutting_length-intended_material
I use this scheme for end mills.
Face mills and bullnose mills start with a textual label.

This is just works-for-me stuff ;)

Bye

Thorsten
Xav-83
Posts: 97
Joined: Thu Aug 07, 2014 8:50 am

Re: Toolcontroller GUI Bug

Post by Xav-83 »

Same problem for me on Mac.
bug.jpeg
bug.jpeg (56.18 KiB) Viewed 1646 times

OS: Mac OS X
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.12619 (Git)
Build type: Release
Branch: (HEAD detached at b3631e1)
Hash: b3631e134be8bfade0534f2dc0ee668ae71a223f
Python version: 2.7.14
Qt version: 5.6.2
Coin version: 4.0.0a
OCC version: 7.1.0
Locale: French/France (fr_FR)
schnebeck
Posts: 130
Joined: Thu Jun 22, 2017 8:04 pm

Re: Toolcontroller GUI Bug

Post by schnebeck »

@mlampert

But in Designer the horizontal size policy of
FreeCAD-master/src/Mod/Path/Gui/Resources/panels/DlgToolControllerEdit.ui
is set to minimum(?)
screen.jpg
screen.jpg (129.63 KiB) Viewed 1644 times
schnebeck
Posts: 130
Joined: Thu Jun 22, 2017 8:04 pm

Re: Toolcontroller GUI Bug

Post by schnebeck »

BTW
OS: Ubuntu 14.04.5 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.12619 (Git)
Build type: None
Branch: master
Hash: b3631e134be8bfade0534f2dc0ee668ae71a223f
Python version: 2.7.6
Qt version: 4.8.6
Coin version: 4.0.0a
OCC version: 7.1.0
Locale: German/Germany (de_DE)
User avatar
JoshM
Posts: 456
Joined: Thu Oct 05, 2017 5:34 pm
Location: New Hampshire

Re: Toolcontroller GUI Bug

Post by JoshM »

schnebeck wrote: Tue Nov 21, 2017 8:42 am @JoshM

Yes, its diameter-#Tooth-cutting_length-intended_material
I use this scheme for end mills.
Face mills and bullnose mills start with a textual label.

This is just works-for-me stuff ;)

Bye

Thorsten
Thank you @Throsten--appreciate your perspective and experience!
Best Regards,
Josh
mlampert
Veteran
Posts: 1772
Joined: Fri Sep 16, 2016 9:28 pm

Re: Toolcontroller GUI Bug

Post by mlampert »

schnebeck wrote: Tue Nov 21, 2017 9:41 am But in Designer the horizontal size policy of
FreeCAD-master/src/Mod/Path/Gui/Resources/panels/DlgToolControllerEdit.ui
is set to minimum(?)
Can you change the policy and see what happens? (you need to recompile for the change to take)
Unfortunately I can't reproduce.
schnebeck
Posts: 130
Joined: Thu Jun 22, 2017 8:04 pm

Re: Toolcontroller GUI Bug

Post by schnebeck »

If I change to "expand" everything is fine in designer preview

HTH

Thorsten
Post Reply