horst.w
Posts: 861
Joined: Fri Oct 17, 2014 5:00 pm

Re: Post Processing Anet A8

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]
smeek
Posts: 11
Joined: Wed May 17, 2017 9:39 am

Re: Post Processing Anet A8

M600 does not work either. Thanks
horst.w
Posts: 861
Joined: Fri Oct 17, 2014 5:00 pm

Re: Post Processing Anet A8

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
.....
smeek
Posts: 11
Joined: Wed May 17, 2017 9:39 am

Re: Post Processing Anet A8

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.

Return to “General Discussion and Tips”