From 922c5510c00cdc3ca7320317fe85b4869fb09847 Mon Sep 17 00:00:00 2001 From: DarioS Date: Tue, 11 Apr 2023 13:16:17 +0200 Subject: [PATCH] 3dPrinting : - in Generazione CN al salvataggio progetto si impone la nuova estensione "icrs". --- LuaLibs/RunGcodeGenerate.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LuaLibs/RunGcodeGenerate.lua b/LuaLibs/RunGcodeGenerate.lua index 03c878d..9171af2 100644 --- a/LuaLibs/RunGcodeGenerate.lua +++ b/LuaLibs/RunGcodeGenerate.lua @@ -1,4 +1,4 @@ --- RunGcodeGenerate.lua by Egaltech s.r.l. 2023/02/02 +-- RunGcodeGenerate.lua by Egaltech s.r.l. 2023/04/11 -- Calcoli prima fase per Stampa 3d -- Tabella per definizione modulo @@ -131,7 +131,7 @@ function RunGcodeGenerate.Exec() -- Salvo il progetto local sFilePath = EgtGetCurrFilePath() - sFilePath = EgtChangePathExtension( sFilePath, 'nge') + sFilePath = EgtChangePathExtension( sFilePath, 'icrs') EgtSetCurrFilePath( sFilePath) EgtSaveFile()