Skip to content

Commit

Permalink
Rollback empty line processor as this will make the configuration inc…
Browse files Browse the repository at this point in the history
…ompatible with previous versions (#2204)
  • Loading branch information
breiler committed Apr 24, 2023
1 parent 36a00cf commit 62f1294
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 30 deletions.
6 changes: 1 addition & 5 deletions ugs-core/src/resources/firmware_config/fluidnc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "FluidNC",
"Version": 2,
"Version": 3,
"Controller": {
"name": "FluidNC",
"args": null
Expand All @@ -11,10 +11,6 @@
"name": "CommentProcessor",
"enabled": true,
"optional": true
},{
"name": "EmptyLineRemoverProcessor",
"enabled": true,
"optional": true
},{
"name": "FeedOverrideProcessor",
"enabled": false,
Expand Down
6 changes: 1 addition & 5 deletions ugs-core/src/resources/firmware_config/g2core.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "g2core",
"Version": 8,
"Version": 9,
"Controller": {
"name": "g2core",
"args": null
Expand All @@ -11,10 +11,6 @@
"name": "CommentProcessor",
"enabled": true,
"optional": true
},{
"name": "EmptyLineRemoverProcessor",
"enabled": true,
"optional": true
},{
"name": "FeedOverrideProcessor",
"enabled": false,
Expand Down
6 changes: 1 addition & 5 deletions ugs-core/src/resources/firmware_config/grbl.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "GRBL",
"Version": 6,
"Version": 7,
"Controller": {
"name": "GRBL",
"args": null
Expand All @@ -11,10 +11,6 @@
"name": "CommentProcessor",
"enabled": true,
"optional": false
},{
"name": "EmptyLineRemoverProcessor",
"enabled": true,
"optional": true
},{
"name": "FeedOverrideProcessor",
"enabled": false,
Expand Down
6 changes: 1 addition & 5 deletions ugs-core/src/resources/firmware_config/grbl_esp32.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "GRBL ESP32",
"Version": 6,
"Version": 7,
"Controller": {
"name": "GRBL ESP32",
"args": null
Expand All @@ -11,10 +11,6 @@
"name": "CommentProcessor",
"enabled": true,
"optional": false
},{
"name": "EmptyLineRemoverProcessor",
"enabled": true,
"optional": true
},{
"name": "FeedOverrideProcessor",
"enabled": false,
Expand Down
6 changes: 1 addition & 5 deletions ugs-core/src/resources/firmware_config/smoothieboard.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "Smoothieware",
"Version": 7,
"Version": 8,
"Controller": {
"name": "SmoothieBoard",
"args": null
Expand All @@ -11,10 +11,6 @@
"name": "CommentProcessor",
"enabled": true,
"optional": false
},{
"name": "EmptyLineRemoverProcessor",
"enabled": true,
"optional": true
},{
"name": "FeedOverrideProcessor",
"enabled": false,
Expand Down
6 changes: 1 addition & 5 deletions ugs-core/src/resources/firmware_config/tinyg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "TinyG",
"Version": 6,
"Version": 7,
"Controller": {
"name": "TinyG",
"args": null
Expand All @@ -11,10 +11,6 @@
"name": "CommentProcessor",
"enabled": true,
"optional": false
},{
"name": "EmptyLineRemoverProcessor",
"enabled": true,
"optional": true
},{
"name": "FeedOverrideProcessor",
"enabled": false,
Expand Down

0 comments on commit 62f1294

Please sign in to comment.