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.9k stars 765 forks source link

Change the input pin A0 from abort to Cancel #1020

Closed jdvdh closed 6 years ago

jdvdh commented 6 years ago

Feature request

Problem description

Expected Behavior

Actual Behavior

Steps to Reproduce the Problem

1. 1. 1.

Specifications

Version

Operating system

Platform

Other

breiler commented 6 years ago

No this is not possible because the pin state is handled by GRBL software, which does a software reset of the controller. There is no way for Universal Gcode Sender to intercept that.

jdvdh commented 6 years ago

Hi Will it be possible to change the GRBL software?

breiler commented 6 years ago

You can propose such a change at the GRBL project: https://github.com/gnea/grbl/issues

jdvdh commented 6 years ago

Thanks