This commit is contained in:
nani 2020-11-21 02:09:19 +05:30
parent caa13625cc
commit c46e8cc14e
3 changed files with 5 additions and 14 deletions

View File

@ -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.",

View File

@ -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"},

View File

@ -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"},