summaryrefslogtreecommitdiffstats
path: root/filter-gcode
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-05-11 13:03:54 +0200
committerFlorian Pritz <bluewind@xinu.at>2013-05-11 13:03:54 +0200
commita9ba01279e6f3c64b082f4de6e7d95cd1b5f7dab (patch)
tree3262e1dbda911fc32e156de213af574f326b4794 /filter-gcode
parent66f84afc20c5bb627ec5979bd9b3e8b144c3419d (diff)
downloadbin-a9ba01279e6f3c64b082f4de6e7d95cd1b5f7dab.tar.gz
bin-a9ba01279e6f3c64b082f4de6e7d95cd1b5f7dab.tar.xz
lots of new stuff and misc changes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'filter-gcode')
-rwxr-xr-xfilter-gcode6
1 files changed, 6 insertions, 0 deletions
diff --git a/filter-gcode b/filter-gcode
new file mode 100755
index 0000000..e6c4293
--- /dev/null
+++ b/filter-gcode
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+sed -i "$1" \
+ -e '/^M190 S90 ;.*$/d' \
+ -e '/^M104 S220 ;.*$/d' \
+ -e '/^M109 S220 ;.*$/d' \