From e0e8e62618df0c982dc7f181c8df2e323bb68e5d Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Fri, 23 Sep 2016 09:22:43 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B3=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Applications/.DS_Store | Bin 63492 -> 63492 bytes Applications/PrintImage/PrintImage.lua | 1 + 2 files changed, 1 insertion(+) diff --git a/Applications/.DS_Store b/Applications/.DS_Store index 3ab8e772b97f9eb4f2a363d02536ea90671b2c88..708e69ad02d4ee8474b34e98745d5b0620de6928 100644 GIT binary patch delta 18 acmZqqz})hIdBdjdlLL0o*zC1qmpuSpV+rg4 delta 22 ecmZqqz})hIdBdjdjNFqK3iLB_Zg$>r&>jGEjtQRt diff --git a/Applications/PrintImage/PrintImage.lua b/Applications/PrintImage/PrintImage.lua index fbf988c2..6f51781a 100755 --- a/Applications/PrintImage/PrintImage.lua +++ b/Applications/PrintImage/PrintImage.lua @@ -19,6 +19,7 @@ for library in pairs(libraries) do if not _G[library] then _G[library] = require ----------------------------------------- cyka ----------------------------------------- +if not component.isAvailable("printer3d") then GUI.error("This program requires at least one 3D-printer", {title = {color = 0xFFDB40, text = "Error"}}); return end local args, options = require("shell").parse(...) local window local mainImage