From 5a5d29b1a9d1ebab248b348757f5977e95203872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Thu, 19 May 2016 18:30:33 +0200 Subject: [PATCH] Added some PRs to the Changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d3cf84c..49d80050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,6 +60,11 @@ accomodate the plotted data (see also [#632](https://github.com/foosel/OctoPrint/issues/632)). * "Fan on" command now always sends `S255` parameter for better compatibility across firmwares. +* Warn users with a notification if file is selected that exceeds the current print + volume (if the corresponding model data is available, see also [#1254](https://github.com/foosel/OctoPrint/pull/1254)) +* Added Layer Up/Down buttons to Gcode view (see also [#1306](https://github.com/foosel/OctoPrint/pull/1306)) +* Added option to also display temperatures in Fahrenheit (see also [#1258](https://github.com/foosel/OctoPrint/pull/1258)) +* Allow changing GCode viewer size thresholds via settings menu (see also [#1308](https://github.com/foosel/OctoPrint/pull/1308)) ### Bug Fixes