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:
authorGhostkeeper <rubend@tutanota.com>2018-10-15 14:55:47 +0300
committerGhostkeeper <rubend@tutanota.com>2018-10-15 14:55:47 +0300
commit02efd7a1f5a312ea4124a45025ac2dc3bdac99da (patch)
tree042e06eb42c577f76421004ab4c1f8ed8304157e /resources/extruders/kupido_extruder_0.def.json
parent167c6fbb76d601be25d824b867adaddd73b42e09 (diff)
Correct some printers to use 1.75mm filament
This should fix some underextrusion problems... Hmm. Sources: * https://alya3dp.com/pages/teknik-ozellikler * https://www.creality3d.cn/creality-cr-10-s4-3d-printer-p00098p1.html * https://www.creality3d.cn/creality-cr-10-s5-3d-printer-p00099p1.html * https://3dprint.com/3643/german-repraps-neo-3d-printer-now-available-in-the-us-uk/ * https://somosmaker.com/pegasus-impresora-3d/ * http://www.3dmaker.vn/3d-printer-3dmaker-starter/?lang=en# (assuming the filaments they sell on that website are compatible) * https://makezine.com/product-review/printrbot-play/ I could not find a source for the Deltabot, but got that information from here: https://github.com/Ultimaker/Cura/issues/4573 Contributes to issue CURA-5817.
Diffstat (limited to 'resources/extruders/kupido_extruder_0.def.json')
-rw-r--r--resources/extruders/kupido_extruder_0.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/extruders/kupido_extruder_0.def.json b/resources/extruders/kupido_extruder_0.def.json
index d93395e667..ef988d4fde 100644
--- a/resources/extruders/kupido_extruder_0.def.json
+++ b/resources/extruders/kupido_extruder_0.def.json
@@ -11,6 +11,6 @@
"overrides": {
"extruder_nr": { "default_value": 0 },
"machine_nozzle_size": { "default_value": 0.4 },
- "material_diameter": { "default_value": 2.85 }
+ "material_diameter": { "default_value": 1.75 }
}
}