diff --git a/Common-PF1250.TPA.mlpe b/Common-PF1250.TPA.mlpe index 6ccf2d9..7d81b06 100644 --- a/Common-PF1250.TPA.mlpe +++ b/Common-PF1250.TPA.mlpe @@ -42,12 +42,13 @@ end function OnProgramStart() -- Intestazioni if EMT.INFO then - EmitRemark( EMT.INFO) + MyOutput( '('..EMT.INFO..')') else - EmitRemark( 'Program Start') + MyOutput( '(Program Start)') end - EmitRemark( CSP_INFO) - EmitRemark( MACHINE_INFO) + MyOutput( '('.. CSP_INFO..')') + MyOutput( '('.. MACHINE_INFO..')') + -- Se modalità test, aggiungo linee per muovere tappeto e alzare la testa (in automatico viene fatto dal main residente) if TEST_USE then MyOutput( 'M199') diff --git a/UpdateLog.txt b/UpdateLog.txt index 55f7c7f..ce86108 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,5 +1,8 @@ ==== Common_PF1250 Update Log ==== +Versione 2.6-- (--/--/----) +- (GEN) I commenti iniziali si scrivono in modo standard, per poterli commentare nella macchina di test + Versione 2.6c1 (29/02/2024) - (SIM) Gestione rimozione VMILL per tagli a cubetti Zig-Zag