From 8518df4a8ed03e80d1048c78ea1c37a0373ae13d Mon Sep 17 00:00:00 2001 From: daid Date: Tue, 27 Mar 2012 13:49:15 +0200 Subject: [PATCH] Cleanup of unused alteration files --- Cura/alterations/example_cool_end.gcode | 2 -- Cura/alterations/example_cool_start.gcode | 2 -- Cura/alterations/example_end.gcode | 2 -- Cura/alterations/example_home.gcode | 5 ----- Cura/alterations/example_replace.csv | 3 --- Cura/alterations/example_replace_M108.csv | 2 -- Cura/alterations/example_start.gcode | 3 --- Cura/alterations/example_support_end.gcode | 2 -- Cura/alterations/example_support_start.gcode | 2 -- 9 files changed, 23 deletions(-) delete mode 100644 Cura/alterations/example_cool_end.gcode delete mode 100644 Cura/alterations/example_cool_start.gcode delete mode 100644 Cura/alterations/example_end.gcode delete mode 100644 Cura/alterations/example_home.gcode delete mode 100644 Cura/alterations/example_replace.csv delete mode 100644 Cura/alterations/example_replace_M108.csv delete mode 100644 Cura/alterations/example_start.gcode delete mode 100644 Cura/alterations/example_support_end.gcode delete mode 100644 Cura/alterations/example_support_start.gcode diff --git a/Cura/alterations/example_cool_end.gcode b/Cura/alterations/example_cool_end.gcode deleted file mode 100644 index 730c6064..00000000 --- a/Cura/alterations/example_cool_end.gcode +++ /dev/null @@ -1,2 +0,0 @@ -(this is a sample cool end file, it must be renamed cool_end.gcode for skeinforge to recognize it) -M107 diff --git a/Cura/alterations/example_cool_start.gcode b/Cura/alterations/example_cool_start.gcode deleted file mode 100644 index 90285c72..00000000 --- a/Cura/alterations/example_cool_start.gcode +++ /dev/null @@ -1,2 +0,0 @@ -(this is a sample cool start file, it must be renamed cool_start.gcode for skeinforge to recognize it) -M106 diff --git a/Cura/alterations/example_end.gcode b/Cura/alterations/example_end.gcode deleted file mode 100644 index 86dc43ba..00000000 --- a/Cura/alterations/example_end.gcode +++ /dev/null @@ -1,2 +0,0 @@ -(this is a sample gcode end file, it must be renamed end.gcode for skeinforge to recognize it) -M2 diff --git a/Cura/alterations/example_home.gcode b/Cura/alterations/example_home.gcode deleted file mode 100644 index a089a311..00000000 --- a/Cura/alterations/example_home.gcode +++ /dev/null @@ -1,5 +0,0 @@ -(this is a sample gcode homing file, it must be renamed homing.gcode for skeinforge to recognize it) -G1 X-250.0 -G92 X0 ;set x 0 -G1 Y-250.0 -G92 Y0 ;set y 0 diff --git a/Cura/alterations/example_replace.csv b/Cura/alterations/example_replace.csv deleted file mode 100644 index dbcbd1bf..00000000 --- a/Cura/alterations/example_replace.csv +++ /dev/null @@ -1,3 +0,0 @@ -M101 -M103 - diff --git a/Cura/alterations/example_replace_M108.csv b/Cura/alterations/example_replace_M108.csv deleted file mode 100644 index 4cac8154..00000000 --- a/Cura/alterations/example_replace_M108.csv +++ /dev/null @@ -1,2 +0,0 @@ -M108 S M108 P -M113 S M108 S diff --git a/Cura/alterations/example_start.gcode b/Cura/alterations/example_start.gcode deleted file mode 100644 index eeafa853..00000000 --- a/Cura/alterations/example_start.gcode +++ /dev/null @@ -1,3 +0,0 @@ -(This is a sample gcode start file, it must be renamed start.gcode for skeinforge to recognize it. Also, to remove confusion this comment line should be deleted.) -G28 -M140 S diff --git a/Cura/alterations/example_support_end.gcode b/Cura/alterations/example_support_end.gcode deleted file mode 100644 index 63315e94..00000000 --- a/Cura/alterations/example_support_end.gcode +++ /dev/null @@ -1,2 +0,0 @@ -(this is a sample support end file, it must be renamed support_end.gcode for skeinforge to recognize it) - diff --git a/Cura/alterations/example_support_start.gcode b/Cura/alterations/example_support_start.gcode deleted file mode 100644 index 04392f09..00000000 --- a/Cura/alterations/example_support_start.gcode +++ /dev/null @@ -1,2 +0,0 @@ -(this is a sample support start file, it must be renamed support_start.gcode for skeinforge to recognize it) - -- 2.30.2