From 7f56af0dfc8d386f241d3ccaf60d9a93f5bc6248 Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Wed, 3 Jun 2015 11:56:37 +0200 Subject: [PATCH] Remove custom filament thickness MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We don’t support custom filament thickness per printer on the client yet. https://github.com/Doodle3D/doodle3d-client/issues/162 --- src/conf_defaults.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/src/conf_defaults.lua b/src/conf_defaults.lua index a16c26e..932a51c 100644 --- a/src/conf_defaults.lua +++ b/src/conf_defaults.lua @@ -241,7 +241,6 @@ M.printer_travelSpeed = { M.printer_filamentThickness = { default = 2.89, - default_doodle_dream = 1.75, type = 'float', description = '', min = 0.0