Skip to content

Commit 44a8f32

Browse files
committed
docs/python-interface: fix max_velocity description
1 parent bcb0b7c commit 44a8f32

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/config/python-interface.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,10 +259,10 @@ machine linear units per mm, reflects [TRAJ]LINEAR_UNITS ini value.
259259
reflects 'iocontrol.0.lube_level'.
260260

261261
*max_acceleration*:: '(returns float)' -
262-
maximum acceleration. reflects [TRAJ]MAX_ACCELERATION.
262+
maximum acceleration. Reflects [TRAJ]MAX_ACCELERATION.
263263

264264
*max_velocity*:: '(returns float)' -
265-
maximum velocity. reflects [TRAJ]MAX_VELOCITY.
265+
maximum velocity. Reflects the current maximum velocity. If not modified by halui.max-velocity or similar it should reflect [TRAJ]MAX_VELOCITY.
266266

267267
*mcodes*:: '(returns tuple of 10 integers)' -
268268
currently active M-codes.

0 commit comments

Comments
 (0)