Skip to content

Commit

Permalink
Updated documentation. Cleaned up a bit.
Browse files Browse the repository at this point in the history
- [doc] Updated the markdown documents for the v1.1 release.

- [doc] Removed references to classic GUI mode.
  • Loading branch information
chamnit committed Dec 11, 2016
1 parent 4d10c30 commit 91d6de9
Show file tree
Hide file tree
Showing 7 changed files with 357 additions and 332 deletions.
1 change: 0 additions & 1 deletion doc/csv/build_option_codes_en_US.csv
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"H","Homing single axis commands","Enabled"
"L","Two limit switches on axis","Enabled"
"A","Allow feed rate overrides in probe cycles","Enabled"
"R","Classic compatibility mode","Enabled"
"*","Restore all EEPROM command","Disabled"
"$","Restore EEPROM `$` settings command","Disabled"
"#","Restore EEPROM parameter data command","Disabled"
Expand Down
15 changes: 15 additions & 0 deletions doc/log/commit_log_v1.1.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
----------------
Date: 2016-12-08
Author: Sonny Jeon
Subject: Removed classic GUI interface. Fixed typo with line number support.

- [config] Permanently removed classic GUI interface support. This
unintentionally created a problem where some users/GUI devs used this
compatibility mode and did not update to the new interface. So, there
were two interfaces in use, rather than just one like it was intended.
This removal should help everyone by forcing all GUIs to update and
updated GUI not having to support yet another interface.

- Fixed typo with line number support in jog mode.


----------------
Date: 2016-12-04
Author: chamnit
Expand Down
342 changes: 342 additions & 0 deletions doc/markdown/commands.md

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion doc/markdown/interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ Feedback messages provide non-critical information on what Grbl is doing, what i
| **`H`** | Homing single axis enabled |
| **`L`** | Two limit switches on axis enabled |
| **`A`** | Allow feed rate overrides in probe cycles |
| **`R`** | Classic compatiblity mode enabled |
| **`*`** | Restore all EEPROM disabled |
| **`$`** | Restore EEPROM `$` settings disabled |
| **`#`** | Restore EEPROM parameter data disabled |
Expand Down
149 changes: 0 additions & 149 deletions doc/markdown/realtime_cmds.md

This file was deleted.

Loading

0 comments on commit 91d6de9

Please sign in to comment.