Hi,
I’m fairly new to CNC Machines, the one I own is bought from a friend and seems to work pretty well as i understand it, with one small exception…
This is read from the display: V1CNC 508 D, Marlin ver. 2.0.7.2 (firmware).
The machine is equipped with dual end stops, when homing the machine it seems to work perfect, but when jogging the machine either in x or y, the end stops seems to be ignored.
This means, if I am careless, the machine will crash in either direction, I have to “kill” it.
Is this the way i supposed to be, should the end stops work both during homing and also during manual jogging?
I have tried to read on the forum, but most of what i have found, is far to “complex” for me to understand at this point.
Somewhere I found this topic:
// If you want endstops to stay on (by default) even when not homing
// enable this option. Override at any time with M120, M121.
//#define ENDSTOPS_ALWAYS_ON_DEFAULT
Is the above applicable in my case, which means that I have to change in the config files and reflash the firmware?
Or should it be resolved in completely different way, by software endstops or else?
Getting support to sort out this question would be very much appropriated!
Thanks in advance!
//Peter
Yep, thats correct behaviour and while you can change I suggest you don’t - there is no real benefit.
If your machine tries to move beyond the limit of your workspace you’ll hear an awful grinding noise that you might assume is stripping gears somewhere - its isn’t its the stepper coils (which are spinning magnets) skipping causing no damage at all.
Thanks for your quick reply!
What you describes is precisely the awful noise I have heard and have been concerned about.
OK, then I know that this the correct behavior and really not to be worried about. Do you happen no the logic behind this behavior, I assume that there might be some disadvantage or unwanted side effect, if the endstops are “respected” with all kind of jogging, beside the homing?
Any guideline, tutorial or similar, which can bring some more light to this issue?
Please don’t spend time on this, it just to satisfy my own curiosity!
Thanks again!
//Peter
Hello everyone! I’m using CoreXY kinematics with two optical limit switches for eac
During homing along the X-axis, the Y limit switch is also active. (Likewise, during homing along the Y-axis, the X limit switch is active.) This interferes with correctly finding the home position. How can I fix this? In CoreXY kinematics, only the X limit switch should be active when homing the X-axis, and only the Y limit switch should be active when homing the Y-axis. Thanks in advance for any hel