winder / Universal-G-Code-Sender

A cross-platform G-Code sender for GRBL, Smoothieware, TinyG and G2core.
http://winder.github.io/ugs_website/
GNU General Public License v3.0
1.88k stars 761 forks source link

M30 Remover processor - not disabling #2357

Closed DushkaF closed 10 months ago

DushkaF commented 10 months ago

Version

2.1.0

Hardware / Firmware

GRBL 1.1

What happened

Hi! I make a GRBL fork and I want use M30 code. But UGS can't send it. I checked config files but I not find how fix it. Can you fix it?

How to reproduce

No response

Operating System

Windows 11

Anything else

No response

image

breiler commented 10 months ago

Open the firmware configuration file c:/users/[your username]/.ugs/firmware_config/grbl.json and change the value optional to true and enabled to false:

      {
        "name": "M30Processor",
        "enabled": false,
        "optional": true
      },
DushkaF commented 10 months ago

Thank you! This was the only negative when choosing your software; other not dead programs do not have convenient functionality, unlike UGS