small errors in github Object Model documentation
-
This message is about the Object model Documentation page in github (https://github.com/Duet3D/RepRapFirmware/wiki/Object-Model-Documentation) which I realize may beyond the scope of this forum.
The units in some of the move.axes space do not match the output when I echo them. Specifically:
-
move.axes[].speed - ObjModel says mm/sec, but value echoed is in mm/min
-
move.axes[].jerk - ObjModel says mm/sec, but value echoed is in mm/min
-
-
@mikeabuilder I think this is fixed now; the documentation (which I believe is automatically compiled from the source code):
move.axes[].jerk
Motor jerk (in mm/min)move.axes[].speed
Maximum speed (in mm/min)Ian
-
-