All Downloads are FREE. Search and download functionalities are using the official Maven repository.

resources.firmware_config.grbl.json Maven / Gradle / Ivy

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