Found via `codespell v2.1.dev0` ``` codespell -q 3 -L aci,ake,aline,alle,alledges,alocation,als,ang,anid,apoints,ba,beginn,behaviour,bloaded,byteorder,calculater,cancelled,cancelling,cas,cascade,click,dum,eiter,elemente,ende,feld,finde,findf,freez,hist,iff,indicies,initialisation,initialise,initialised,initialises,initialisiert,ist,kilometre,lod,mantatory,methode,metres,millim,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,./ChangeLogpios++,./src/Base/swig*,./src/Mod/Robot/App/kdl_cp,./src/Mod/Import/App/SCL,./src/WindowsInstaller,./src/Doc/FreeCAD.uml ```
Path: Bugfix/vcarve depth
Path: Added missing signal-connection causing spindle speed not to be updated using ToolControllerDlg Bug 4479
Path: Millface fix - Address rounding issue
Operation now sets start/final depth more reasonably. Will not violate the finaldepth.
obj.removalshape
Translate removal shape down into buffer zone to offset rounding issue.
Path: Fix Drilling Op issues when using rotation feature
[path] make toolbit reject invalid filenames and prompt user for valid toolbit working location
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org> [skip ci]
[skip ci]
Reflects changes in * PathOpGui.SetupOperation() * GetResources() * sPIxmap * pixmap * *.UI files Also contains minor translation context renames (these were edits made near to original intent of this commit)
Fix rotational alignment and drilling depth issues for rotational drilling ops. Issues identified in forum at https://forum.freecadweb.org/viewtopic.php?style=3&f=15&t=52262. Path:
The affected methods exist in the PathAreaOp module. This commit synchronizes the versions here with those.