From 4bf7205e9bb254f51763fe06f7b7b1ddbd9241b2 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Thu, 28 Jun 2018 02:26:12 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A7=D0=B5=20=D0=B7=D0=B0=20=D0=B7=D0=B0?= =?UTF-8?q?=D0=BB=D1=83=D0=BF=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Applications/3DPrint/Main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/3DPrint/Main.lua b/Applications/3DPrint/Main.lua index eb6116df..b7de899d 100644 --- a/Applications/3DPrint/Main.lua +++ b/Applications/3DPrint/Main.lua @@ -535,7 +535,7 @@ printButton.onTouch = function() proxies.printer3d.addShape(shape[1], shape[2], shape[3], shape[4], shape[5], shape[6], shape.texture or "empty", shape.state, shape.tint) end - local success, reason = proxies.printer3d.commit(count) + local success, reason = proxies.printer3d.commit(1) if not success then GUI.alert(localization.failedToPrint .. ": " .. reason) end