diff --git a/resources/definitions/dagoma_delta.def.json b/resources/definitions/dagoma_delta.def.json index cc1df3850d..d643f7e2b1 100644 --- a/resources/definitions/dagoma_delta.def.json +++ b/resources/definitions/dagoma_delta.def.json @@ -64,6 +64,12 @@ }, "top_bottom_thickness": { "default_value": 1 + }, + "infill_before_walls": { + "value": "False" + }, + "inset_direction": { + "value": "'inside_out'" } } } diff --git a/resources/definitions/dagoma_pro_430_base.def.json b/resources/definitions/dagoma_pro_430_base.def.json index 62e1894c73..0a84e20f2d 100644 --- a/resources/definitions/dagoma_pro_430_base.def.json +++ b/resources/definitions/dagoma_pro_430_base.def.json @@ -33,6 +33,8 @@ "material_final_print_temperature": { "maximum_value": "430" }, "material_break_preparation_temperature": { "maximum_value": "430" }, "material_break_temperature": { "maximum_value": "430" }, - "material_standby_temperature": { "maximum_value": "430" } + "material_standby_temperature": { "maximum_value": "430" }, + "infill_before_walls": { "value": "False" }, + "inset_direction": { "value": "'inside_out'" } } }