From 3599a63e8c693fcb99e1eb75de8b3996d09dc6cb Mon Sep 17 00:00:00 2001 From: Snorre Selmer Date: Tue, 11 Oct 2022 22:57:38 +0200 Subject: [PATCH 1/2] Added item-description at the top --- auto_arc_furnace.ic10 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/auto_arc_furnace.ic10 b/auto_arc_furnace.ic10 index 658f8ff..f33572c 100644 --- a/auto_arc_furnace.ic10 +++ b/auto_arc_furnace.ic10 @@ -1,3 +1,5 @@ +# It needs an Arc Furnace, that's all! + alias Furnace d0 alias ImportOccupied r0 @@ -15,4 +17,4 @@ j start run: bgtz Active start # already running = go to start s Furnace Activate 1 -j start \ No newline at end of file +j start From f032e7308adff9a503ede17799ae608df1b362ae Mon Sep 17 00:00:00 2001 From: Snorre Selmer Date: Tue, 11 Oct 2022 22:59:53 +0200 Subject: [PATCH 2/2] Added item-descriptions to the top --- printer_countdown.ic10 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/printer_countdown.ic10 b/printer_countdown.ic10 index ed92f1f..b763776 100644 --- a/printer_countdown.ic10 +++ b/printer_countdown.ic10 @@ -1,7 +1,11 @@ alias Dial d0 +# Logic Switch, Dial variant alias DisplayOrder d1 +# Kit (Console), some LED Display variant alias DisplayExport d2 +# Kit (Console), some LED Display variant alias Printer d3 +# One of the printer variants alias CountOrder r0 alias CountExport r1 @@ -17,4 +21,4 @@ s Printer Activate 0 s Printer ClearMemory 1 sleep 1 s Dial Setting 0 -j start \ No newline at end of file +j start