Page 2 of 2

Re: Post Processing Anet A8

Posted: Fri Apr 13, 2018 1:46 pm
by horst.w
Do you have tested the M600-command as it is written in the last thread I have linked?

H.


M600: Filament change pause

Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem MK4duo

Pause for filament change.

Parameters
X[pos]
Y[pos]
Z[relative lift]
E[initial retract
L[later retract distance for removal]

Re: Post Processing Anet A8

Posted: Sat Apr 14, 2018 5:50 pm
by smeek
M600 does not work either. Thanks

Re: Post Processing Anet A8

Posted: Mon Apr 16, 2018 3:23 am
by horst.w
Configuration_adv.h

The option is deactivated!
//#define FILAMENT_CHANGE_FEATURE


/**
* Filament Change
* Experimental filament change support.
* Adds the GCode M600 for initiating filament change.
*
* Requires an LCD display.
* This feature is required for the default FILAMENT_RUNOUT_SCRIPT.
*/
//#define FILAMENT_CHANGE_FEATURE
#if ENABLED(FILAMENT_CHANGE_FEATURE)
#define FILAMENT_CHANGE_X_POS 3 // X position of hotend
.....

Re: Post Processing Anet A8

Posted: Mon Apr 16, 2018 11:56 am
by smeek
Thanks for that. That explains a lot. Guess it is time to reflash my board. Or using the M400 and G4 seems to be working as long as I run it from the SD card.