From 13194222c0ca7067bb31abe487883030bbada656 Mon Sep 17 00:00:00 2001 From: Igor Date: Thu, 25 Feb 2016 02:57:28 +0300 Subject: [PATCH] aefaef --- Applications/3DPrint/3DPrint.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Applications/3DPrint/3DPrint.lua b/Applications/3DPrint/3DPrint.lua index 08b2095c..dc3bd9ce 100644 --- a/Applications/3DPrint/3DPrint.lua +++ b/Applications/3DPrint/3DPrint.lua @@ -435,7 +435,10 @@ end model = {} --- open("xyu.3dm") +local args = {...} +if args[1] then + open(args[1]) +end fixModelArray() drawAll()