ErikDeBruijn / ReplicatorG-Erik5D

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

manual extrude: reverse does not reverse, only goes forward #16

Closed D1plo1d closed 13 years ago

D1plo1d commented 13 years ago

WHY DOES IT ALWAYS GO FORWARD. oh the humanity..

(fixing this now)

ErikDeBruijn commented 13 years ago

I think I already fixed this in my branch... You have a negative feedrate instead of a negative E value :) This commit fixes it for me: https://github.com/ErikDeBruijn/ReplicatorG-Erik5D/commit/bfc4b89673110e52e332837f49595a8784e564d0 In the thread class, the extruded length should be inversely proportional to the feedrate.

D1plo1d commented 13 years ago

Doh! I forgot to pull your latest changes :S