diff --git a/LuaLibs/PanelSaw.lua b/LuaLibs/PanelSaw.lua index 287f7ce..bb014ce 100644 --- a/LuaLibs/PanelSaw.lua +++ b/LuaLibs/PanelSaw.lua @@ -115,7 +115,7 @@ local function BuildCuttingList_Cutty( PanelList, SheetList, ProjectInfo) local F0 = { Header = { 'F0'}, - HeaderPlaceholders = { '%s'}, + HeaderPlaceholders = { '%-53s'}, Values = { ' 7.70', '210700', '150300'}, ValuesPlaceholders = { '%s', '%s', '%s'} } @@ -126,8 +126,8 @@ local function BuildCuttingList_Cutty( PanelList, SheetList, ProjectInfo) } local F1 = { - Header = { 'F1', CurrentPanelList[1].dThickness, 0, 0, 0}, - HeaderPlaceholders = { '%s', '%.3f', '%.3f', '%.3f', '%.3f'}, + Header = { 'F1', CurrentPanelList[1].dThickness, 0, 0, 0, ''}, + HeaderPlaceholders = { '%s', '%.3f', '%.3f', '%.3f', '%.3f', '%-20s'}, ValuesList = {}, ValuesPlaceholders = { '%.3f', '%.3f', '%d', '%d', '%d', '%-29d', '%-50s', '%d', '%.3f', '%d', '%d', '%d', '%d'}, }