From 76f7a40b7fbe81039fd8502eaf9b609dca5431a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Mon, 12 Jan 2015 09:59:51 +0100 Subject: [PATCH] Added changelog entry for PR #610 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6b44539..99c4717f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,13 @@ - `action:pause`: Pauses the current job in OctoPrint - `action:resume`: Resumes the current job in OctoPrint - `action:disconnect`: Disconnects OctoPrint from the printer +* Mousing over the webcam image in the control tab enables key control mode, allowing you to quickly move the axis of your + printer with your computer's keyboard ([#610](https://github.com/foosel/OctoPrint/pull/610)): + - arrow keys: X and Y axes + - W, S / PageUp, PageDown: Y axes + - Home: Home X and Y axes + - End: Home Z axes + - 1, 2, 3, 4: change step size used (0.1, 1, 10, 100mm) ### Improvements