mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 19:58:59 +08:00
Fix ratrig definitions
This commit is contained in:
parent
0f0cf3e723
commit
bf3f4061df
@ -9,6 +9,7 @@
|
|||||||
"manufacturer": "RatRig",
|
"manufacturer": "RatRig",
|
||||||
"file_formats": "text/x-gcode",
|
"file_formats": "text/x-gcode",
|
||||||
"exclude_materials": [],
|
"exclude_materials": [],
|
||||||
|
"machine_extruder_trains": { "0": "ratrig_base_extruder_0" },
|
||||||
"first_start_actions": [ "MachineSettingsAction" ],
|
"first_start_actions": [ "MachineSettingsAction" ],
|
||||||
"has_materials": true,
|
"has_materials": true,
|
||||||
"preferred_material": "generic_pla",
|
"preferred_material": "generic_pla",
|
||||||
|
@ -27,7 +27,6 @@
|
|||||||
"cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" },
|
"cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" },
|
||||||
"cool_min_layer_time": { "value": 2 },
|
"cool_min_layer_time": { "value": 2 },
|
||||||
"fill_outline_gaps": { "value": false },
|
"fill_outline_gaps": { "value": false },
|
||||||
"filter_out_tiny_gaps": { "value": false },
|
|
||||||
"gantry_height": { "value": 30 },
|
"gantry_height": { "value": 30 },
|
||||||
"infill_before_walls": { "value": false },
|
"infill_before_walls": { "value": false },
|
||||||
"infill_overlap": { "value": 30 },
|
"infill_overlap": { "value": 30 },
|
||||||
|
@ -34,7 +34,6 @@
|
|||||||
"cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" },
|
"cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" },
|
||||||
"cool_min_layer_time": { "value": 2 },
|
"cool_min_layer_time": { "value": 2 },
|
||||||
"fill_outline_gaps": { "value": false },
|
"fill_outline_gaps": { "value": false },
|
||||||
"filter_out_tiny_gaps": { "value": false },
|
|
||||||
"gantry_height": { "value": 30 },
|
"gantry_height": { "value": 30 },
|
||||||
"infill_before_walls": { "value": false },
|
"infill_before_walls": { "value": false },
|
||||||
"infill_overlap": { "value": 30 },
|
"infill_overlap": { "value": 30 },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user