Welcome! Log In Create A New Profile

Advanced

is there a configuration for homing axis?

Posted by scancool 
is there a configuration for homing axis?
March 07, 2019 11:22PM
This might just be a configuration error,
After moving the Y axis motor "G1 Y10 F180" it moves with no problems but when I do "G28 Y" the motor just makes a buzzing sound and I get an error.
I had tested the limit switch with the command M119 and it shows "y_min: open" and "y_min: TRIGGERED" when is press, so the switch is working
what else should I look for?

This is my log
>>> G1 Y10 F180
SENDING:G1 Y10 F180
>>> G28 Y
SENDING:G28 Y
echo:busy: processing
echo:busy: processing
echo:busy: processing
Errortongue sticking out smileyrinter halted. kill() called!
[ERROR] Errortongue sticking out smileyrinter halted. kill() called!

Edited 1 time(s). Last edit at 03/07/2019 11:24PM by scancool.
Re: is there a configuration for homing axis?
March 07, 2019 11:45PM
I found the configuration, it homes the axis now smiling smiley

// Homing speeds (mm/m)
#define HOMING_FEEDRATE_XY (4*60) //50*60
#define HOMING_FEEDRATE_Z (4*60)
Sorry, only registered users may post in this forum.

Click here to login