
resources.firmware_config.grbl.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ugs-core Show documentation
Show all versions of ugs-core Show documentation
Universal Gcode Sender Library
The newest version!
{
"Name": "GRBL",
"Version": 4,
"Controller": {
"name": "GRBL",
"args": null
},
"GcodeProcessors": {
"Front": [
{
"name": "CommentProcessor",
"enabled": true,
"optional": false
},{
"name": "FeedOverrideProcessor",
"enabled": false,
"optional": true,
"args": {
"speedOverridePercent": 60
}
},{
"name": "M30Processor",
"enabled": true,
"optional": false
},{
"name": "ArcExpander",
"enabled": false,
"optional": true,
"args": {
"segmentLengthMM": 1.3
}
}
],
"Custom": [
],
"End": [
{
"name": "DecimalProcessor",
"enabled": true,
"optional": true,
"args": {
"decimals":4
}
},{
"name": "WhitespaceProcessor",
"enabled": true,
"optional": true
},{
"name": "M3Dweller",
"enabled": false,
"optional": true,
"args": {
"duration": 2.5
}
},{
"name": "CommandLengthProcessor",
"enabled": true,
"optional": true,
"args": {
"commandLength":70
}
}
]
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy