Arduino Grbl CNC Tutorial - 02 (Homing)

preview_player
Показать описание
In this tutorial we try demonstrate all settings in grbl related to homing cycle.

$22 - Enable homing
$23 - Homing direction
$24 - Homing feed rate
$25 - Seeking feed rate
$26 - Homing debounce time
$27 - Homing pull off distance
Рекомендации по теме
Комментарии
Автор

my controller is not performing rebounce, I don't know why

furqanimran
Автор

Can You help me with 2 axis XY homming ? I have laser ploter and I my problem is configure GRBL for only 2 axis ploter. I have NO endstops and change configuration.h
#define HOMING_CYCLE_0 (1<<X_AXIS) // COREXY COMPATIBLE: First home X
#define HOMING_CYCLE_1 (1<<Y_AXIS) // COREXY COMPATIBLE: Then home Y



But when I homming in program ($H), ploter stopped without information.

mikolajmikun
Автор

tres bonne explication
bravo et merci

charlesnemo
Автор

Hi what is the board that you are using

khriscaspillo
Автор

Why in my grbl command prompt i can't find $30, $31 and $32

koplouik