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:
authorJack Ha <jackha@gmail.com>2018-06-12 14:39:29 +0300
committerJack Ha <jackha@gmail.com>2018-06-12 14:39:29 +0300
commit95f72514868d34b39776d791e985081097c43108 (patch)
tree7aa370a15de22ac623fda03bb1141509a7abfa35 /resources/definitions/felixtec4dual.def.json
parent5f531955781a09ec118e1aafe5e855905311e6b6 (diff)
CURA-5334 remove material_diameter from all printer definitions and also from fdmprinter.def.json
Diffstat (limited to 'resources/definitions/felixtec4dual.def.json')
-rw-r--r--resources/definitions/felixtec4dual.def.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/definitions/felixtec4dual.def.json b/resources/definitions/felixtec4dual.def.json
index 9747fc74d9..b56601a531 100644
--- a/resources/definitions/felixtec4dual.def.json
+++ b/resources/definitions/felixtec4dual.def.json
@@ -48,7 +48,6 @@
"adhesion_type": { "default_value": "skirt" },
"skirt_brim_minimal_length": { "default_value": 130},
- "material_diameter": { "default_value": 1.75 },
"machine_start_gcode": {
"default_value": "; FELIXprinters | www.FELIXprinters.com | Zeemanlaan 15 3401 MV IJsselstein The Netherlands\n; FELIX Tec 4 | Start Code Dual Extruders v1.0\n; Modified by kerog777@gmail.com\n;================================ \n;Initializing\nM80 ; Turn on the power supply\nM107 ; Turn off fans\nM117 Heating up\nM104 T0 S120\nM104 T1 S120\nM140 S{print_bed_temperature} ; Heatup Bed and continue\nG28 ; Home all\nM109 T0 S{print_temperature} ; Heatup hot-end and continue\nM117 Purging\nT0 ; Select extruder 1\nG92 E0 ; Reset extruder\nG1 X10.0 Y1.1 Z5.0 F15240 ; Move to start-line position\nG1 Z0.3 F15240 ; Move z up\nG1 X127.0 Y1.1 Z0.3 F1500.0 E15 ; Purge 1st line\nG92 E0 ; Reset extruder\n\n;================================ ; Initializing done\nM117 FELIXprinting"
},