move the extruder speed check to before segmentation, so deltas should work
authorJim Morris <morris@wolfman.com>
Mon, 31 Aug 2015 21:00:23 +0000 (14:00 -0700)
committerJim Morris <morris@wolfman.com>
Mon, 31 Aug 2015 21:00:23 +0000 (14:00 -0700)
commitd2adef5e01633d21b2510a0dc975fead2f69c547
tree91bb40ba8a5d4e467c0c2766524c91ea9ecde1f4
parent4caeff22c45f032f78ee147db5158b4a3bf9a55e
move the extruder speed check to before segmentation, so deltas should work
NOTE G2/G3 arcs will not be able to use that max E (which is probably ok as E is not used with CNC)
src/modules/robot/Robot.cpp
src/modules/robot/Robot.h
src/modules/tools/extruder/Extruder.cpp