ReplicatorG 0040 Fix

if (gcode.hasCode('E')) {
    // can't assume tool 0 == a, it's configurable in machine.xml!
    if (driver.getMachine().getTool(tool).getMotorStepperAxis().name() == "B") {
if (gcode.hasCode('E')) {
    // can't assume tool 0 == a, it's configurable in machine.xml!
    if (driver.getMachine().getTool(tool).getMotorStepperAxisName() == "B") {

Leave a Reply

Your email address will not be published. Required fields are marked *