renaming the disable inactive extruder feature

This commit is contained in:
Dim3nsioneer
2014-06-02 14:07:02 +02:00
parent 29e7639933
commit 8a32c5395b
2 changed files with 2 additions and 2 deletions

View File

@ -660,7 +660,7 @@ block->steps_y = labs((target[X_AXIS]-position[X_AXIS]) - (target[Y_AXIS]-positi
// Enable extruder(s)
if(block->steps_e != 0)
{
if (DISABLE_UNSELECTED_E) //enable only selected extruder
if (DISABLE_INACTIVE_EXTRUDER) //enable only selected extruder
{
switch(extruder)
{