fra589 / grbl-Mega-5X

5/6 Axis version of Grbl, the open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on an Arduino Mega2560
https://github.com/fra589/grbl-Mega-5X/wiki
Other
341 stars 159 forks source link

$27 - Homing pull-off, mm #320

Closed ariefadha closed 1 year ago

ariefadha commented 1 year ago

Is there any setting that allow to individually set the pull-off after homing using different values for each motor, so the machine can squaring the axis (independent stepper on axis) by compensate for misaligned switches?

RaphaelDives commented 1 year ago

We had this before… https://github.com/fra589/grbl-Mega-5X/issues/29 Cheers Raphael

ariefadha commented 1 year ago

We had this before… #29 Cheers Raphael

so the answer is not? must to use mechanical approach for this?

too bad, this feature is very useful for 4 axis foam cutter cnc. which has independent axis.

fra589 commented 1 year ago

Hi @ariefadha, hi @RaphaelDives,

Logical squaring of cloned axis is in the short todo list. Development has started, but I can't announce a deadline... Be patient!

@++;
Gauthier.

ariefadha commented 1 year ago

Hi @ariefadha, hi @RaphaelDives,

Logical squaring of cloned axis is in the short todo list. Development has started, but I can't announce a deadline... Be patient!

@++; Gauthier.

hi Gauthier thanks for your hard works. In the meantime, I think I can solved the squering to my machine. I'll attempt to make macro that do homming after that move the stepper that I need to adjust. as it only need once while the machine first time being on, I happy with that