updates for grid-print / finder

This commit is contained in:
Stewart Allen 2017-10-15 19:43:51 -04:00
commit 4e4f4d0fec
3 changed files with 13 additions and 5 deletions

View file

@ -17,9 +17,10 @@
],
"post":[
"M104 S0 T0 ; set nozzle0 temp",
"G162 Z ; home axes maximum",
"G28 X Y ; move to origin",
"M132 X Y Z A B ; set axis limits",
"G28 ; move to origin",
"; G162 Z ; home axes maximum",
"; G28 X Y ; move to origin",
"; M132 X Y Z A B ; set axis limits",
"G91 ; set relative positioning",
"M18 ; disable all steppers"
],