Skip to content

Commit

Permalink
utils
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus committed Oct 13, 2023
1 parent 40305e8 commit e835c7f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions penplotting/pendown.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
# puts the pen down by 5mm


gcode-cli <(echo G00 Z5)
5 changes: 5 additions & 0 deletions penplotting/penup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
# puts the pen up


gcode-cli <(echo G00 Z0)

0 comments on commit e835c7f

Please sign in to comment.