Load and Unload with Sensor on or off
-
I´m playing with my Toolchanging Script and went into an problem.
With the command M574 V1 S1 I set the endstop to switched high. If I ask the status of my sensor I get the correct value, as well I switch him.
In my Loading script I use the Command G1 V100 H1 to load filament into the sensor. The Filament stoped as it should.
If I try to unload the filament with the command G1 V-100 H1 it won´t work.
Wich command or method I can use to get it work?
-
@computiger said in Load and Unload with Sensor on or off:
In my Loading script I use the Command G1 V100 H1 to load filament into the sensor. The Filament stoped as it should.
If I try to unload the filament with the command G1 V-100 H1 it won´t work.Did you use M574 to invert the logic level of your sensor first? i.e. change S1 to S0.
-
I´ve tried that but w/o any success
After rebooting I´ve tried again and it seems to work. No Idea why it didn´t work before, hmm