Search found 8295 matches

by Roy_043
Wed Jun 16, 2021 1:16 pm
Forum: Help on using FreeCAD
Topic: Std_AddonMgr: cannot retrieve Wiki macro list at this time
Replies: 6
Views: 538

Re: Std_AddonMgr: cannot retrieve Wiki macro list at this time

I can visit the page using FireFox. So I think this is not a routing issue. OS: Windows 8.1 Version 6.3 (Build 9600) Word size of FreeCAD: 64-bit Version: 0.20.24986 (Git) Build type: Release Branch: master Hash: ff6845e2f31988cc714027980e0100bb5521843e Python version: 3.8.6+ Qt version: 5.15.2 Coin...
by Roy_043
Wed Jun 16, 2021 11:00 am
Forum: Draft, Arch & BIM
Topic: [ Fixed ] Old Draft_SetWorkingPlaneProxy command name used in gui_planeproxy.py?
Replies: 3
Views: 1588

[ Fixed ] Old Draft_SetWorkingPlaneProxy command name used in gui_planeproxy.py?

The Draft_SetWorkingPlaneProxy command has been renamed to Draft_WorkingPlaneProxy. On lines 50 and 51 of gui_planeproxy.py the old name is still used: 'MenuText': QT_TRANSLATE_NOOP("Draft_SetWorkingPlaneProxy","Create working plane proxy"), 'ToolTip': QT_TRANSLATE_NOOP("Dra...
by Roy_043
Wed Jun 16, 2021 10:42 am
Forum: Help on using FreeCAD
Topic: Std_AddonMgr: cannot retrieve Wiki macro list at this time
Replies: 6
Views: 538

Std_AddonMgr: cannot retrieve Wiki macro list at this time

There seems to be an issue with the Std_AddonMgr: the wiki macro list cannot be read ATM.

Code: Select all

import addonmanager_utilities as utils
print(utils.urlopen("https://wiki.freecadweb.org/Macros_recipes")) # returns None
by Roy_043
Wed Jun 16, 2021 9:54 am
Forum: Wiki
Topic: [ Done! ] Translators please wait with the Draft pages
Replies: 31
Views: 14078

Re: Translators please wait with the Draft pages

The following pages are finished and have been marked for translation: Draft_Move Draft_Rotate Draft_Scale Draft_Mirror Draft_Offset Draft_Trimex Draft_Stretch Draft_Clone Draft_OrthoArray Draft_PolarArray Draft_CircularArray Draft_PathArray Draft_PathLinkArray Draft_PointArray Draft_PointLinkArray ...
by Roy_043
Wed Jun 16, 2021 7:27 am
Forum: Draft, Arch & BIM
Topic: (solved) Label issue with axis
Replies: 2
Views: 777

Re: Label issue with axis

Change the Display Mode of the axes to Default.
by Roy_043
Wed Jun 16, 2021 7:05 am
Forum: Help on using FreeCAD
Topic: Array Part
Replies: 2
Views: 443

Re: Array Part

The documentation (Draft_PointArray) clearly explains which point compounds are supported. Std_Part is not one of them.
by Roy_043
Wed Jun 16, 2021 6:50 am
Forum: Draft, Arch & BIM
Topic: Door cutting depth
Replies: 11
Views: 2896

Re: Door cutting depth

IMO this decision 'tree' would make sense: Use a subtractor volume if the window contains one. Use the hole depth parameter from the settings if it is non-zero. This parameter currently does not exist. If that value is missing, or set to zero, used the boundingbox of the window to calculate the hole...
by Roy_043
Tue Jun 15, 2021 3:51 pm
Forum: Draft, Arch & BIM
Topic: [ Fixed ] Draft: Obsolete wire tools still in context menu
Replies: 4
Views: 1643

Re: [ Bug ] Draft: Obsolete wire tools still in contex menu

Some task panels have two Close buttons. The one with the icon closes the object, and also finishes the command. The other one only finishes the command.
by Roy_043
Tue Jun 15, 2021 2:04 pm
Forum: Draft, Arch & BIM
Topic: Several task panel issues
Replies: 12
Views: 4385

Re: Several task panel issues

I have added some more stuff to the OP.