Welcome! Log In Create A New Profile

Advanced

typo in marlin 1.02. configuration_adv.h ?

Posted by o_lampe 
typo in marlin 1.02. configuration_adv.h ?
June 13, 2015 05:08AM
I just checked all the settings in configuration_adv.h and found a typo that may cause failure. ( line #451 )

#ifdef FILAMENTCHANGEENABLE
  #ifdef EXTRUDER_RUNOUT_PREVENT
    #error EXTRUDER_RUNOUT_PREVENT currently incompatible with FILAMENTCHANGE
  #endif
#endif

IMO the bold part has to be in "" ?!

#ifdef FILAMENTCHANGEENABLE
  #ifdef EXTRUDER_RUNOUT_PREVENT
    #error "EXTRUDER_RUNOUT_PREVENT currently incompatible with FILAMENTCHANGE"
  #endif
#endif

-Olaf
Re: typo in marlin 1.02. configuration_adv.h ?
June 16, 2015 05:21PM
I think This is a better place to post it.
Sorry, only registered users may post in this forum.

Click here to login