Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #697 from sshirokov/fix-make-me-rafts-and-supports
Browse files Browse the repository at this point in the history
Sends the correct args to build supports and rafts for prints
  • Loading branch information
sshirokov committed Jan 11, 2013
2 parents 3d454c0 + d36aa7b commit 478f33f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/scripts/make_me.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,10 @@ module.exports = (robot) ->
scale: scale,
quality: quality,
density: density,
supports: supports,
raft: raft
slicer_args: {
doSupport: supports,
doRaft: raft
}
})) (err, res, body) =>
if res.statusCode is 200
msg.reply "Your thing is printin'! Check logs at #{makeServer}/log"
Expand Down

0 comments on commit 478f33f

Please sign in to comment.