Hi, I’m new to the cnc world.
I build primo with skr1.4 turbo and dual end stops. I have slowly learned Basic milling.
But there is problem, when I want to do tool change, or z probing and want to pause program, how I can continue? There is reading paused for user (or something like it) and i cant continue. I use cnc.js to control my mpcnc. Do I really have to buy a screen to move on from Pause?
If you enable the emergency parser, an M108 will work like pressing the button on the LCD. In configuration_adv.h, enable the emergency parser by uncommenting the following line, then compile and reflash the firmware:
//#define EMERGENCY_PARSER
From the docs for M108:
In the case of M0 the M108 command acts like the LCD button, breaking out of M0 and continuing to process the G-code queue.
Personally, I always use a separate g-code file for every tool.