From 7d4dc54bdfb59dfe4b22134d3f0e8f640e171476 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Sun, 3 Feb 2013 22:02:57 +0100 Subject: [PATCH] Added gcode viewer setting to the README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ec915def..56c5e9f0 100644 --- a/README.md +++ b/README.md @@ -95,12 +95,13 @@ The following example config should explain the available options: # Timelapse support will be disabled if not set ffmpeg: /path/to/ffmpeg + # The bitrate to use for rendering the timelapse video. This gets directly passed to ffmpeg. + bitrate: 5000k + # Use the following settings to enable or disable OctoPrint features feature: - # Whether to enable gcode analysis for displaying needed filament and estimated print time. Disabling this (set - # to false) will speed up the loading of gcode files before printing significantly, but the mentioned statistical - # data will not be available - analyzeGcode: true + # Whether to enable the gcode viewer in the UI or not + gCodeVisualizer: true # Use the following settings to set custom paths for folders used by OctoPrint folder: