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:36:09 +0300
committerGitHub <noreply@github.com>2020-11-23 16:36:09 +0300
commit1c4fb4dd73f8350cd29c2c375610a81a40fbe647 (patch)
tree4dce0019795c7466fc50e616d1404de678d2893b /resources/definitions/arjun300.def.json
parent06fd95fe8242a47bbc459ce38999b9cd06310fd4 (diff)
Update arjun300.def.json
Diffstat (limited to 'resources/definitions/arjun300.def.json')
-rw-r--r--resources/definitions/arjun300.def.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/resources/definitions/arjun300.def.json b/resources/definitions/arjun300.def.json
index eee86c0ecb..eba8303ae9 100644
--- a/resources/definitions/arjun300.def.json
+++ b/resources/definitions/arjun300.def.json
@@ -44,9 +44,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 S0\nG21\nG90\nM82\nM107\nT1\nG28\nG1 Z0.3 F150\nT1\nG92 E0\nG1 E45 F210\nG92 E0\nT0\nG92 E0\nG1 E45 F210\nG92 E0\nM117\n"},
"machine_end_gcode": { "default_value": "G91\nG1 Z+0.5 E-16 Y+10 F9000\nG90\nM107\nM104 S0 T1\nM104 S0 T0\nM140 S0\nM117\nG28 X0 Y0\nT0\nM84"},
"machine_extruder_count": { "default_value": 2 }