https://www.duet3d.com/forum/thread.php?id=2617
Anyone who uses RepRapFirmware know how to configure S3D so that its jog controls (via the Machine Control Panel) will respect the endstops? My machine homes just fine when pressing the home buttons.
But say, if it's 10mm away from the X endstop, and I accidentally hit the "Jog -100 on X" button, it'll crash right into it making horrible sounds.
Presumably this is because S3D is sending a
Code: Select all
G1 X-100Code: Select all
G1 S1 X-100 And S3D's 'Firmware Configuration' window has no special field for issuing G1 commands.
https://duet3d.com/wiki/G-code#G0_.26_G1:_Move
I've learned to be 'very careful' when using the jog controls, but it still happens to me from time to time: Anyone come up with a solution? Am I missing something basic here?
Thanks!