diff --git a/resources/definitions/goofoo_cube.def.json b/resources/definitions/goofoo_cube.def.json index 22faf70f94..55a606ff11 100644 --- a/resources/definitions/goofoo_cube.def.json +++ b/resources/definitions/goofoo_cube.def.json @@ -12,9 +12,6 @@ "raft_margin": { "default_value": 5 }, "layer_height":{"default_value": 0.4}, "layer_height_0": {"default_value": 0.5}, - "wall_thickness": {"default_value": 1.4}, - "top_bottom_thickness": {"default_value": 1.6}, - "infill_pattern": {"default_value": "cubic"}, "speed_print": {"value": 10}, "speed_travel": {"value": 10}, "speed_layer_0":{"value": 10}, diff --git a/resources/quality/goofoo/pla/goofoo_small_0.70_pla_standard.inst.cfg b/resources/quality/goofoo/pla/goofoo_small_0.70_pla_standard.inst.cfg index f5291fe1d8..3c2551e5a7 100644 --- a/resources/quality/goofoo/pla/goofoo_small_0.70_pla_standard.inst.cfg +++ b/resources/quality/goofoo/pla/goofoo_small_0.70_pla_standard.inst.cfg @@ -11,4 +11,7 @@ material = goofoo_pla variant = 0.7mm Nozzle [values] -retraction_amount = 6 \ No newline at end of file +retraction_amount = 6 +infill_pattern = cubic +top_bottom_thickness = 1.6 +wall_thickness = 1.4 \ No newline at end of file