makerbot / ReplicatorG

An open-source gcode interpreter for driving RepRaps, Makerbots, and other similar CNC beasties
http://replicat.org
GNU General Public License v2.0
404 stars 226 forks source link

Progress bar support for Skeinforge 33 and all future versions #157

Closed ErikDeBruijn closed 14 years ago

ErikDeBruijn commented 14 years ago

I'm sending another pull request, it's a two line modification to Skeinforge 33. I'll coordinate with Enrique that this ends up being the final way to output status info. I changed it so it's best compatible with the terminal and programs that parse Skeinforge's output.

kintel commented 14 years ago

I've merged the commit in question. A small note: It's a bit tedious to cherry-pick commits from a larger branch. It would make it easier to merge such pull requests if they were isolated in named branches.

ErikDeBruijn commented 14 years ago

Yes, I'm slowing starting to figure it out... I'll start using the "feature-*" branch practice again! Thanks for the merge!