Fix ratrig definitions

This commit is contained in:
Jaime van Kessel 2024-02-05 13:12:14 +01:00
parent 0f0cf3e723
commit bf3f4061df
No known key found for this signature in database
GPG key ID: C85F7A3AF1BAA7C4
3 changed files with 1 additions and 2 deletions

View file

@ -9,6 +9,7 @@
"manufacturer": "RatRig",
"file_formats": "text/x-gcode",
"exclude_materials": [],
"machine_extruder_trains": { "0": "ratrig_base_extruder_0" },
"first_start_actions": [ "MachineSettingsAction" ],
"has_materials": true,
"preferred_material": "generic_pla",

View file

@ -27,7 +27,6 @@
"cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" },
"cool_min_layer_time": { "value": 2 },
"fill_outline_gaps": { "value": false },
"filter_out_tiny_gaps": { "value": false },
"gantry_height": { "value": 30 },
"infill_before_walls": { "value": false },
"infill_overlap": { "value": 30 },

View file

@ -34,7 +34,6 @@
"cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" },
"cool_min_layer_time": { "value": 2 },
"fill_outline_gaps": { "value": false },
"filter_out_tiny_gaps": { "value": false },
"gantry_height": { "value": 30 },
"infill_before_walls": { "value": false },
"infill_overlap": { "value": 30 },