With the current manual dimensions a Datum Plane is visually ex-centred from it's origin, so when drawing a circle the circle is outside of the Plane representation. With this proposed change the visual representation is centred.
Path: feature/toggle active cmd support for dressups
Path: add 2 new arguments to the GRBL postprocessor
This PR fixes header uniformity across all Sketcher WB files
This PR fixes header uniformity across all Part WB files
This PR fixes header uniformity across all PartDesign WB files
This PR fixes header uniformity across all FEM WB files
Set a real email address for headers in inspection and surface module
This PR fixes header uniformity across all TechDraw WB.
Issue: A pass statement is only necessary when it is the only statement in a block (the list of statements forming part of a compound statement). This is because the purpose of the pass statement is to allow empty blocks where they would otherwise be syntactically invalid. If the block already contains other statements then the pass statement is unnecessary. Recommendation: Remove the pass statement. Relevant links: 1a82a5e136/files/src/Mod/Import/stepZ.py (x78f479c31a062553):1 1a82a5e136/files/src/Mod/OpenSCAD/OpenSCADCommands.py (xad4868ffcdf82498):1 1a82a5e136/files/src/App/FreeCADInit.py (x9034ec6815c48e38):1
1a82a5e136/files/src/Mod/Import/stepZ.py (x78f479c31a062553)
1a82a5e136/files/src/Mod/OpenSCAD/OpenSCADCommands.py (xad4868ffcdf82498)
1a82a5e136/files/src/App/FreeCADInit.py (x9034ec6815c48e38)
Fixed via ``` codespell -q 3 -L aci,ake,aline,alle,alledges,alocation,als,ang,anid,ba,beginn,behaviour,bloaded,byteorder,calculater,cancelled,cancelling,cas,cascade,centimetre,childs,colour,colours,commen,currenty,dof,doubleclick,dum,eiter,elemente,feld,freez,hist,iff,indicies,initialisation,initialise,initialised,initialises,initialisiert,ist,kilometre,lod,mantatory,methode,metres,millimetre,modell,nd,noe,normale,normaly,nto,numer,oder,orgin,orginx,orginy,ot,pard,pres,programm,que,recurrance,rougly,seperator,serie,sinc,strack,substraction,te,thist,thru,tread,uint,unter,vertexes,wallthickness,whitespaces -S ./.git,*.po,*.ts,./ChangeLog.txt,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/CXX,./src/zipios++,./src/Base/swig*,./src/Mod/Robot/App/kdl_cp,./src/Mod/Import/App/SCL,./src/WindowsInstaller,./src/Doc/FreeCAD.uml ```
...Handling. Previous output when clicking Macros tab caused errors in Report View with no Macros loaded at all.
This results in better organization of the tests, avoiding extremely big files.