Ticket #68 (closed enhancement/request: fixed)

Opened 8 months ago

Last modified 4 months ago

Stepper motor driver: Stepper_Step() to a negative position fails

Reported by: corebrain Owned by:
Priority: minor Milestone:
Component: firmware Keywords:
Cc:

Description

The initial position of the stepper is 0. This makes it impossible to reverse the stepper. Stepper_Step(0, -200); will do nothing.

An easy "work around" is to set the stepper position to a high positive value before using the stepper.

Working code: Stepper_SetPosition (0, 10000); Stepper_Step(0, -200);

/EirikS

Change History

Changed 4 months ago by liamMT

  • status changed from new to closed
  • resolution set to fixed

Resolved - thanks for the report.

Note: See TracTickets for help on using tickets.