|
287 | 287 | #define REPORT_WCO_REFRESH_BUSY_COUNT 30 // (2-255)
|
288 | 288 | #define REPORT_WCO_REFRESH_IDLE_COUNT 10 // (2-255) Must be less than or equal to the busy count
|
289 | 289 |
|
290 |
| -// ----- COMPATIBILITY OPTIONS: ------ |
291 |
| -// The following options enabled the old-style v0.9 Grbl interface. |
292 |
| -// WARNING: DO NOT USE these compatibility options unless there is a really good reason to. If you are |
293 |
| -// trying to use Grbl v1.1 with a GUI that supports a v0.9-style interface, it will still not likely work. |
294 |
| -// A few things have been added, like override and accessory data and a new sleep state. These things will |
295 |
| -// still likely require the GUI to be updated to handle these. In other words, IT WILL STILL NOT WORK! |
296 |
| -// IT'S HIGHLY RECOMMENDED FOR GUIs TO UPDATE TO THE NEW INTERFACE FOR v1.1. Don't try to make it |
297 |
| -// compatible with this old v0.9 style. It will be dropped in the near future. You have been warned. |
298 |
| -// NOTE: The compiled size of Grbl with these options enabled will exceed the flash limit of FTDI-based |
299 |
| -// Arduinos, like the Duemilanove and Nano. This will only fit on an Uno with the Optiboot bootloader. |
300 |
| -// #define USE_CLASSIC_GRBL_INTERFACE // Default disabled. Uncomment to enable. |
301 |
| -// #define REPORT_ALL_PIN_STATES // Default disabled. Uncomment to enable. Option obsolete in v1.1. |
302 |
| -// #define REPORT_REALTIME_RATE // Disabled by default. Uncomment to enable. Option obsolete in v1.1. |
303 |
| -// Enables minimal reporting feedback mode for GUIs, where human-readable strings are not as important. |
304 |
| -// ----------------------------------- |
305 |
| - |
306 | 290 | // The temporal resolution of the acceleration management subsystem. A higher number gives smoother
|
307 | 291 | // acceleration, particularly noticeable on machines that run at very high feedrates, but may negatively
|
308 | 292 | // impact performance. The correct value for this parameter is machine dependent, so it's advised to
|
|
0 commit comments