diff --git a/resources/definitions/rigidbot.def.json b/resources/definitions/rigidbot.def.json index 7266c12a38..8b268410f9 100644 --- a/resources/definitions/rigidbot.def.json +++ b/resources/definitions/rigidbot.def.json @@ -88,16 +88,13 @@ "default_value": 0 }, "skirt_line_count": { - "default_value": 3, - "enabled": "adhesion_type == \"Skirt\"" + "default_value": 3 }, "skirt_gap": { - "default_value": 4, - "enabled": "adhesion_type == \"Skirt\"" + "default_value": 4 }, "skirt_brim_minimal_length": { - "default_value": 200, - "enabled": "adhesion_type == \"Skirt\"" + "default_value": 200 } } } diff --git a/resources/definitions/rigidbot_big.def.json b/resources/definitions/rigidbot_big.def.json index 9ada143fbc..f8cf1e1da0 100644 --- a/resources/definitions/rigidbot_big.def.json +++ b/resources/definitions/rigidbot_big.def.json @@ -91,16 +91,13 @@ "default_value": 0 }, "skirt_line_count": { - "default_value": 3, - "enabled": "adhesion_type == \"Skirt\"" + "default_value": 3 }, "skirt_gap": { - "default_value": 4, - "enabled": "adhesion_type == \"Skirt\"" + "default_value": 4 }, "skirt_brim_minimal_length": { - "default_value": 200, - "enabled": "adhesion_type == \"Skirt\"" + "default_value": 200 } } } \ No newline at end of file