shaise / FreeCAD_SheetMetal

A simple sheet metal workbench for FreeCAD
http://theseger.com/projects/2015/06/sheet-metal-addon-for-freecad/
GNU Lesser General Public License v2.1
190 stars 55 forks source link

Base shape task panel is too tall #348

Open pierreporte opened 2 months ago

pierreporte commented 2 months ago

The task panel to create a base shape is nearly twice taller than needed:

image

shaise commented 2 months ago

The size is determined by freecad. In my case it looks like this: image

pierreporte commented 2 months ago

It’s strange! I’m running this:

OS: Ubuntu 23.10 (KDE/plasma)
Word size of FreeCAD: 64-bit
Version: 0.22.0dev.37841 (Git) AppImage
Build type: Release
Branch: main
Hash: 5f761c758e2a0164b00a7183b9c0cbe32688e123
Python 3.11.9, Qt 5.15.13, Coin 4.0.2, Vtk 9.2.6, OCC 7.7.2
Locale: French/France (fr_FR)
Installed mods: 
  * CosmeticThread3D
  * Curves 0.6.39
  * CurvedShapes 1.0.9
  * sheetmetal 0.4.19
shaise commented 2 months ago

As far as I understand It will automatically span as low as the screen allow. I will check if I can do it differently