AndreasReitberger / KlipperRestApiSharp

A C# based library to communicate with a klipper using Moonraker as WebApi base.
https://andreas-reitberger.de/datenbanken-softwareloesungen/nugets/klipperrestapisharp/
Apache License 2.0
14 stars 2 forks source link

Fixed relative movement in `MoveAxesAsync` #130

Closed AndreasReitberger closed 4 months ago

AndreasReitberger commented 4 months ago

This PR fixes the issue that the relative movement was wrong in the MoveAxesAsync function. The + needs to be added if relative is true.

Fixed #129