From 0e601baf2a016137664a3a5f6244ed4f51a990d5 Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Wed, 4 Dec 2013 16:16:21 +0100 Subject: [PATCH] Enabling traveling by default --- src/conf_defaults.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf_defaults.lua b/src/conf_defaults.lua index 0e4d8df..6e523d8 100644 --- a/src/conf_defaults.lua +++ b/src/conf_defaults.lua @@ -249,7 +249,7 @@ M.printer_retraction_amount = { } M.printer_enableTraveling = { - default = false, + default = true, type = 'bool', description = '' }