Welcome! Log In Create A New Profile

Advanced

M600 not initating

Posted by modsolution 
M600 not initating
February 25, 2020 08:34AM
MARLIN 2.0.X bugfix

I installed a filament sensor but M600 is not initiating. If I type M119 into pronterface it says filament triggered. But the M600 script does nothing. I have tried inverting the logic but that does nothing either. I really need some help here PLEASE!! I don't know how to get this to work or if there is a problem with marlin 2.0.X

#define FILAMENT_RUNOUT_SENSOR
#if ENABLED(FILAMENT_RUNOUT_SENSOR)
#define NUM_RUNOUT_SENSORS 1 // Number of sensors, up to one per extruder. Define a FIL_RUNOUT#_PIN for each.
#define FIL_RUNOUT_INVERTING false // Changed to true on 2/25/2020 to test. Set to true to invert the logic of the sensor.
#define FIL_RUNOUT_PULLUP // Use internal pullup for filament runout pins.
//#define FIL_RUNOUT_PULLDOWN // Use internal pulldown for filament runout pins.

// Set one or more commands to execute on filament runout.
// (After 'M412 H' Marlin will ask the host to handle the process.)
#define FILAMENT_RUNOUT_SCRIPT "M600"
Sorry, only registered users may post in this forum.

Click here to login