Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornani <venkat.kamesh90@gmail.com>2020-11-23 16:37:54 +0300
committerGitHub <noreply@github.com>2020-11-23 16:37:54 +0300
commitde1187eccbe6280466b97e73b99e3ada6b00d3ec (patch)
tree737af99a82f2ed0eb7dbd06840f6df22b421b604 /resources/definitions/arjun_mirrored.def.json
parent2eca196f0b1cd9de19b80fff2ddc1c7247ae38c7 (diff)
Update arjun_mirrored.def.json
Diffstat (limited to 'resources/definitions/arjun_mirrored.def.json')
-rw-r--r--resources/definitions/arjun_mirrored.def.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/resources/definitions/arjun_mirrored.def.json b/resources/definitions/arjun_mirrored.def.json
index 8936239b80..db6cd6ae97 100644
--- a/resources/definitions/arjun_mirrored.def.json
+++ b/resources/definitions/arjun_mirrored.def.json
@@ -41,9 +41,7 @@
"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.",
- "type": "bool", "default_value": true, "limit_to_extruder": "top_bottom_extruder_nr", "settable_per_mesh": true },
+ "ironing_enabled":{"default_value": true},
"machine_start_gcode": {"default_value": "M605 S2 R0 X155\nM605 S3 X155\nG21\nG90\nM82\nM107\nM104 S{material_print_temperature}\nM105\nM109 S{material_print_temperature}\nG28 Z0\nG1 Z15 F150\nG28 Y0\nG1 Y20 F6000\nG28 X0\nG1 X80 F9000\nT0\nG92 E0\nG1 E35 F250\nG1 E45 F120\nG92 E0\nG1 X100 Z0 F5000\nG1 X145 F9000\nM117\n"},
"machine_end_gcode": {"default_value": "G91\nG1 Z+0.5 E-16 Y+10 F9000\nG90\nM107\nM107 P1\nM104 S0\nM140 S0\nM117\nM605 S0\nG28 X0 Y0\nM84"},
"machine_extruder_count": { "default_value": 1 }