Skip to content

Commit

Permalink
Increase lineDistance => less GCODE timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
sdesalas committed May 2, 2017
1 parent 12c97d9 commit 0b285f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions material-database.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"startHeight": 1,
"laserPower": 40,
"cutRate": 2000,
"lineDistance": 0.15,
"lineDistance": 0.5,
"passes": 1,
"useBlower": false
}
Expand Down Expand Up @@ -125,7 +125,7 @@
"startHeight": 6,
"laserPower": 40,
"cutRate": 2000,
"lineDistance": 0.15,
"lineDistance": 0.5,
"passes": 6,
"useBlower": true
}
Expand Down Expand Up @@ -185,7 +185,7 @@
"startHeight": 3,
"laserPower": 40,
"cutRate": 2000,
"lineDistance": 0.15,
"lineDistance": 0.5,
"passes": 1,
"useBlower": true
}
Expand Down

0 comments on commit 0b285f8

Please sign in to comment.