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:
authorfred <fred@cocohost.com>2020-02-29 10:20:50 +0300
committerGhostkeeper <rubend@tutanota.com>2020-06-15 19:01:59 +0300
commitc6deb397dd8abbce2ccafcf402b9dd3dd57f9783 (patch)
treed406dda092d4031c94843c475fedab1873e14093 /resources/definitions/tinyboy_e10.def.json
parentc380dc5f25fb5d5434d5a52f1e1fa3b5f1131067 (diff)
Create tinyboy.def.json
save update update update update fix Update tinyboy_e16.def.json fix fix
Diffstat (limited to 'resources/definitions/tinyboy_e10.def.json')
-rw-r--r--resources/definitions/tinyboy_e10.def.json25
1 files changed, 14 insertions, 11 deletions
diff --git a/resources/definitions/tinyboy_e10.def.json b/resources/definitions/tinyboy_e10.def.json
index 17abd4c220..5c9c6d9eb4 100644
--- a/resources/definitions/tinyboy_e10.def.json
+++ b/resources/definitions/tinyboy_e10.def.json
@@ -1,20 +1,23 @@
{
"version": 2,
"name": "TinyBoy E10_J10_L10_M10",
- "inherits": "tinyboy",
- "metadata": { "visible": true },
+ "inherits": "fdmprinter",
+ "metadata": {
+ "visible": true,
+ "author": "Fred Chan",
+ "manufacturer": "TinyBoy / mago",
+ "category": "tinyboy",
+ "machine_extruder_trains":
+ {
+ "0": "tinyboy_extruder_0"
+ }
+ },
"overrides": {
"machine_name": { "default_value": "TinyBoy E10" },
- "machine_width": {
- "default_value": 100
- },
- "machine_depth": {
- "default_value": 100
- },
- "machine_height": {
- "default_value": 105
- },
+ "machine_width": { "default_value": 100 },
+ "machine_depth": { "default_value": 100 },
+ "machine_height": { "default_value": 105 },
"machine_start_gcode": {
"default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform"
},