Correct. It's a nice feature but it ignores my filasensor triggering.
When I start filament change procedure from my LCD, it works correctly.
Pause also works fine.I wonder if I am an only loser who tries to use filament sensor feature?


akulovz

Is there any way to execute M600 g-code at filasensor triggering?


Repetier

You have two options on filament trigger - send a message to host or do internal change using build in lcd. This is set in JAM_ACTION define. In config tool it is in mechnacis tab at bottom.


akulovz

Okay then.

Is there any way (but installing Marlin) to run custom gcode via a button?


Repetier

Yes, but you need to eventually add actions:

#define USER_KEY1_PIN <pinnumber>

#define USER_KEY1_ACTION UI_ACTION_FAN_SUSPEND

You see a extra button can be bound to the UI_ACTION_FAN_SUSPEND. You can add own actions that execute a command if you add the code and the wanted action does not exist. If it is a menu entry it should already exist.


akulovz

Goddamit.
Same shit again.


akulovz

Newer mind.

I've installed Marlin.


Privacy Policy  |  About Us