[Robot] fix typo reported by spellchecker CI

- Accelaration -> Acceleration

- plus some style fixes done by MSVC
This commit is contained in:
Uwe
2022-02-21 14:19:53 +01:00
committed by wwmayer
parent 4adabe3de8
commit 181fc65d01
11 changed files with 328 additions and 329 deletions

View File

@@ -92,7 +92,7 @@ PyMOD_INIT_FUNC(RobotGui)
// default Cintinuity is off
Base::Interpreter().runString("_DefCont = False");
// default Cintinuity is off
Base::Interpreter().runString("_DefAccelaration = '1 m/s^2'");
Base::Interpreter().runString("_DefAcceleration = '1 m/s^2'");
// default orientation of a waypoint if no other constraint
Base::Interpreter().runString("_DefOrientation = FreeCAD.Rotation()");
// default displacement while e.g. picking