SetupSheet combo view editing

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!
Post Reply
Svet
Posts: 48
Joined: Fri Feb 12, 2021 1:00 am
Location: USA, Texas

SetupSheet combo view editing

Post by Svet »

Hello.

Have a following problem when opening setup sheet for edit (double click on it)
setupsheet.png
setupsheet.png (31.3 KiB) Viewed 892 times

Code: Select all

OS: Windows 10 (10.0)
Word size of FreeCAD: 64-bit
Version: 0.21.29485 (Git)
Build type: Release
Branch: master
Hash: a236ca843fdd6674afb6d7ed1454fbd3b547f5ea
Python 3.8.13, Qt 5.12.9, Coin 4.0.0, Vtk 9.1.0, OCC 7.5.3
Locale: English/United States (en_US)
Installed mods: 
  * CubeMenu
  * CurvedShapes
  * Curves 0.4.4
  * Defeaturing
  * ExtMan
  * fasteners
  * Glass
  * IconThemes
  * kicadStepUpMod
  * lattice2
  * Manipulator
  * Marz 0.0.26-alpha
  * PieMenu
  * Silk 1.0.0
  * workfeature-macro
Also there is an error during postprocess:

Code: Select all


22:34:09  Running the Python command 'Path_Post' failed:
Traceback (most recent call last):
  File "C:\Projects\Portable software\FreeCAD_weekly-builds-29485-2022-07-17-conda-Windows-x86_64-py38\Mod\Path\PathScripts\PathPost.py", line 575, in Activated
    finalgcode += gcode

can only concatenate str (not "NoneType") to str

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

Re: SetupSheet combo view editing

Post by mlampert »

What's the problem with the setup sheet?
Svet
Posts: 48
Joined: Fri Feb 12, 2021 1:00 am
Location: USA, Texas

Re: SetupSheet combo view editing

Post by Svet »

As it shown on a screenshot - It's unreal to see what is inside or edit it. All lists collapsed. For example how it should look like (link branch):
Untitled.png
Untitled.png (81.98 KiB) Viewed 720 times
OS: Windows 10 (10.0)
Word size of FreeCAD: 64-bit
Version: 2022.709.26244 +5001 (Git)
Build type: Release
Branch: LinkDaily
Hash: 096210d21183e9dfdc3b25777760bfb6c00a210b
Python version: 3.9.13
Qt version: 5.12.9
Coin version: 4.0.1
OCC version: 7.5.3
Locale: English/United States (en_US)
GeneFC
Veteran
Posts: 5373
Joined: Sat Mar 19, 2016 3:36 pm
Location: Punta Gorda, FL

Re: SetupSheet combo view editing

Post by GeneFC »

I have exactly the same version of FreeCAD (not RT), and the SetupSheet looks normal. It looks just like the RT version you posted above.

It is possible that your configuration file (user.cfg) is borked. To test, save your user.cfg file and remove it from its current location. Then start FreeCAD and see if the problem is still there. You can easily restore your original user.cfg if that is not the cause.

Gene
Post Reply