Page 1 of 1
disable motors button not working?
Posted: Fri Jul 03, 2015 2:15 pm
by hansen644
Disable motors button not working? ideas?
Re: disable motors button not working?
Posted: Sun Jul 05, 2015 12:26 pm
by JoeJ
What printer are you using? I just tested that button with one of my printers and it correctly send "M18", which is the disable motor command for my firmware (see:
http://reprap.org/wiki/G-code#M18:_Disa ... per_motors).
Of course, the commands may be different if you have a different firmware, but S3D will still send the right one if you have setup things properly for that printer (i.e. using the config assistant)
Re: disable motors button not working?
Posted: Tue Jul 07, 2015 5:42 pm
by hansen644
Hi I have a smartone 200 using ramps 1.4 and repetier firmware
Re: disable motors button not working?
Posted: Tue Jul 07, 2015 6:23 pm
by JoeJ
Why don't you post the communication log from both software programs. As I mentioned, the button is working fine here and sends the command I would expect it to. So open the software, connect to your printer, click disable motors a few times, and the copy the communication log. Do the same for your other software that works.
Perhaps you are sending different commands in one vs the other, but thankfully, you can easily change those things in S3D once you know what you want
I'm not sure why it would work fine for me though and not you. Seems pretty straight-forward
Re: disable motors button not working?
Posted: Tue Jul 07, 2015 10:47 pm
by hansen644
Ok, I hit the disable button and the communications say m18 sent then says ok 0 after that ?
Re: disable motors button not working?
Posted: Wed Jul 08, 2015 6:05 am
by JoeJ
Yes... that's exactly what it's supposed to do. So again, if one is working an not the other, please post the communication log from BOTH programs so we can compare.
Re: disable motors button not working?
Posted: Wed Jul 08, 2015 10:12 pm
by hansen644
How do I copy and paste communication file in simplify3d ?
Re: disable motors button not working?
Posted: Thu Jul 09, 2015 6:46 am
by JoeJ
go to tools --> machine control panel. click on the Communication tab. Highlight all contents and copy (ctrl-c), and paste it into your reply (ctrl-v)
Re: disable motors button not working?
Posted: Thu Dec 17, 2015 2:15 pm
by mco
Hi, M84 should be the correct command for repetier-firmware (that is at least what repetier-host sends, and it works for me, also in simplify 3D)