From 798f9bcf800091db84fb83dae9cefd5f41efc73f Mon Sep 17 00:00:00 2001 From: Arne Boon Date: Mon, 8 Jun 2015 16:11:44 +0200 Subject: [PATCH] decrease max z (tested a print of 115. the nozzle scraps the top when traveling home after print. giving 3mm space for a safe travel home) --- 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 1dd2696..6e45d68 100644 --- a/src/conf_defaults.lua +++ b/src/conf_defaults.lua @@ -136,7 +136,7 @@ M.printer_dimensions_z = { default_minifactory = 155, default__3Dison_plus = 150, default_lulzbot_taz_4 = 250, - default_ultimaker2go = 115, + default_ultimaker2go = 112, --default_doodle_dream = 80, subSection = 'printer_type', type = 'int',