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:
authorNicolas NSSM <NicolasNSSM@users.noreply.github.com>2019-01-18 12:40:59 +0300
committerJaime van Kessel <nallath@gmail.com>2019-01-18 12:40:59 +0300
commit057c30f86e86635721e8a269d864e1597699c834 (patch)
tree629ad0b1512bbf4f15134536da445e0520b1a751 /resources/extruders/alfawise_u30_extruder_0.def.json
parentbff1796f9154949f612ef921d1806982937b9c0a (diff)
Create alfawise_u30.def.json (#5083)
* Create alfawise_u30.def.json I basically took the base from https://github.com/Ultimaker/Cura/blob/master/resources/definitions/alfawise_u20.def.json and compiled it with the old Cura ini given by Alfawise on the SD card. I don't know anything about Cura config so double check it real good! * Update alfawise_u30.def.json * Create alfawise_u30_extruder_0.def.json * Update alfawise_u30.def.json * Update alfawise_u30.def.json * Update alfawise_u30.def.json * Update alfawise_u30.def.json Turn off the fan at the end of a print
Diffstat (limited to 'resources/extruders/alfawise_u30_extruder_0.def.json')
-rw-r--r--resources/extruders/alfawise_u30_extruder_0.def.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/resources/extruders/alfawise_u30_extruder_0.def.json b/resources/extruders/alfawise_u30_extruder_0.def.json
new file mode 100644
index 0000000000..37f59eb567
--- /dev/null
+++ b/resources/extruders/alfawise_u30_extruder_0.def.json
@@ -0,0 +1,16 @@
+{
+ "id": "alfawise_u30_extruder_0",
+ "version": 2,
+ "name": "Extruder 1",
+ "inherits": "fdmextruder",
+ "metadata": {
+ "machine": "alfawise_u30",
+ "position": "0"
+ },
+
+ "overrides": {
+ "extruder_nr": { "default_value": 0 },
+ "machine_nozzle_size": { "default_value": 0.4 },
+ "material_diameter": { "default_value": 1.75 }
+ }
+}