amorphitec / opengb

3d printer controller with touchscreen interface and websocket API
http://opengb.readthedocs.org/
Other
12 stars 4 forks source link

Manual movement speed inconsistent after printing #12

Closed amorphic closed 7 years ago

amorphic commented 8 years ago

Sometimes after printing manual movement commands execute very slowly.

amorphic commented 8 years ago

This is because the implementations of move_head_relative and move_head_absolute on the Marlin printer don't explicitly set the speed of the print head. This means the head moves at whatever speed was last set in the printed gcode.

amorphic commented 7 years ago

Fixed in v0.22.3.