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

Skeinforge 40 fixes #213

Closed koenkooi closed 13 years ago

koenkooi commented 13 years ago

The first commit adds reversal support, it doesn't show up in the progress bar or statistics, but the gcode gets generated.

The second one makes 'skirt' honour the feed/flow/temp settings from the layer it's on. This makes it equivalent to 'outline' again.

cibomahto commented 13 years ago

Thanks!