mron
mron
What are the minimum commands/behavior that would need to be implemented in Marlin to make this UGS work?
Thanks for replying. I'm not a Marlin expert, but I have modified it a few times for special projects. If you can give me a spec for new behavior and/or...
I'm asking for "better" support, not perfect. I'm not an expert in Marlin or CNC.
I’ll look at the status command and see what’s returned. Pause and resume will be trickier. The machine will need to decelerate and accelerate properly to keep the step count....
Hi Andy. I’m working on getting this to work without losing steps. A few days before I started an identical projected was completed. This one uses quickstep(), so it will...
I'm still working on the M0 feed hold. I have some questions. When M0 ( ! ) is issued and later resumed, where is the previous state kept? When a...
I have a version of Marlin which supports GRBL single letter commands "!" and "?". I have a working quickstop that doesn't lose steps saves command and move buffers and...
I was running latest version from the homepage download. Not the GitHub version. Here's my Marlin fork: https://github.com/mron/Marlin/tree/bugfix2.0.xautoreport. It has !, ? working. Restart also works with "R000". I'll add...
I'll try it out. The Marlin fork is raw. I've only tested it with simple, short samples. I'm trying to get UGS working so I can push it. If you...
Compare your Configuration.h and Configuration_adv.h with mine. I uploaded the config files for my machine, be aware of that. I think the main changes are in Configuration_adv.h. Look for: #define...