diff --git a/resources/definitions/kosher.def.json b/resources/definitions/kosher.def.json index 1ddab46ffe..3ea210d45e 100644 --- a/resources/definitions/kosher.def.json +++ b/resources/definitions/kosher.def.json @@ -42,10 +42,7 @@ "retraction_amount": {"default_value": 6.5}, "retraction_speed": { "default_value": 30}, - "adhesion_type": { "default_value": "skirt" }, - "start_layers_at_same_position": { "enabled": true, "value": false }, - "layer_start_x": { "enabled": "start_layers_at_same_position", "value": "machine_width/2"}, - "layer_start_y": { "enabled": "start_layers_at_same_position","value": "machine_depth"}, + "adhesion_type": { "default_value": "skirt" }, "machine_gcode_flavor": { "default_value": "Marlin"}, "ironing_enabled":{"label": "Enable Ironing", "description": "Go over the top surface one additional time, but this time extruding very little material. This is meant to melt the plastic on top further, creating a smoother surface. The pressure in the nozzle chamber is kept high so that the creases in the surface are filled with material.", diff --git a/resources/definitions/kosher_duplication.def.json b/resources/definitions/kosher_duplication.def.json index 3ee9793bf7..40f30d4986 100644 --- a/resources/definitions/kosher_duplication.def.json +++ b/resources/definitions/kosher_duplication.def.json @@ -41,11 +41,8 @@ "retraction_amount": {"default_value": 6.5}, "retraction_speed": { "default_value": 30}, - "adhesion_type": { "default_value": "skirt" }, - "start_layers_at_same_position": { "enabled": true, "value": false }, - "layer_start_x": { "enabled": "start_layers_at_same_position", "value": "machine_width/2"}, - "layer_start_y": { "enabled": "start_layers_at_same_position","value": "machine_depth"}, - "ironing_enabled":{"label": "Enable Ironing", + "adhesion_type": { "default_value": "skirt" }, + "ironing_enabled":{"label": "Enable Ironing", "description": "Go over the top surface one additional time, but this time extruding very little material. This is meant to melt the plastic on top further, creating a smoother surface. The pressure in the nozzle chamber is kept high so that the creases in the surface are filled with material.", "type": "bool", "default_value": true, "limit_to_extruder": "top_bottom_extruder_nr", "settable_per_mesh": true }, "machine_gcode_flavor": { "default_value": "Marlin"}, diff --git a/resources/definitions/kosher_mirror.def.json b/resources/definitions/kosher_mirror.def.json index 2dec2893d0..bfb5df290f 100644 --- a/resources/definitions/kosher_mirror.def.json +++ b/resources/definitions/kosher_mirror.def.json @@ -41,11 +41,8 @@ "retraction_amount": {"default_value": 6.5}, "retraction_speed": { "default_value": 30}, - "adhesion_type": { "default_value": "skirt" }, - "start_layers_at_same_position": { "enabled": true, "value": false }, - "layer_start_x": { "enabled": "start_layers_at_same_position", "value": "machine_width/2"}, - "layer_start_y": { "enabled": "start_layers_at_same_position","value": "machine_depth"}, - "ironing_enabled":{"label": "Enable Ironing", + "adhesion_type": { "default_value": "skirt" }, + "ironing_enabled":{"label": "Enable Ironing", "description": "Go over the top surface one additional time, but this time extruding very little material. This is meant to melt the plastic on top further, creating a smoother surface. The pressure in the nozzle chamber is kept high so that the creases in the surface are filled with material.", "type": "bool", "default_value": true, "limit_to_extruder": "top_bottom_extruder_nr", "settable_per_mesh": true }, "machine_gcode_flavor": { "default_value": "Marlin"},