Backslash settings missing from Server and Host EEprom interface?
in Bug Reports
Hi all,
may I am blind but I do not find backslash settings in the EEprom interface anymore.
Neither in Server nor in Host it is there. I for sure compiled with BACKSLASH enabled.
btw. all arround the source there is a typo: backlash instead of backSlash.
may I am blind but I do not find backslash settings in the EEprom interface anymore.
Neither in Server nor in Host it is there. I for sure compiled with BACKSLASH enabled.
btw. all arround the source there is a typo: backlash instead of backSlash.
Comments
If you do not see it in eeprom it is not compiled in.
So what is missing? Backslash/Backlash still missing from Interfaces.
I can not attach complete configuration.h but this should be the important part:
...
In Repetier.h backlash compension will be disabled for all but cartesian drive systems.
...
Don't know why backslash is limited to "CARTESIAN" or a single drive system (0). I do have a CoreXY printer. But drive system (1) also is "cartesian", isn't it?
regards,
DeJe
Core XY has 2 motors moving the extruder. And we assume the belt is fixed good with extruder so all backlash comes from pulley/belt and now 2 motors are involved so we do not assume same amounts for all directions especially since all motors are used for nearly all moves. So which move do we need to compensate? The algorithm only compensates pure x,y or z moves.
With deltas it is even worse.
Of course you can just change the condition, but I'm not so sure it will help you.