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:
Diffstat (limited to 'resources/definitions/tinyboy_e16.def.json')
-rw-r--r--resources/definitions/tinyboy_e16.def.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/resources/definitions/tinyboy_e16.def.json b/resources/definitions/tinyboy_e16.def.json
new file mode 100644
index 0000000000..7f63405c79
--- /dev/null
+++ b/resources/definitions/tinyboy_e16.def.json
@@ -0,0 +1,31 @@
+{
+ "version": 2,
+ "name": "TinyBoy E16/L16/M16",
+ "inherits": "fdmprinter",
+ "metadata": {
+ "visible": true,
+ "author": "Fred Chan",
+ "manufacturer": "TinyBoy",
+ "file_formats": "text/x-gcode",
+ "has_materials": false,
+ "has_machine_quality": true,
+ "preferred_quality_type": "normal",
+ "machine_extruder_trains":
+ {
+ "0": "tinyboy_extruder_0"
+ }
+ },
+
+ "overrides": {
+ "machine_name": { "default_value": "TinyBoy E16" },
+ "machine_width": { "default_value": 100 },
+ "machine_depth": { "default_value": 100 },
+ "machine_height": { "default_value": 165 },
+ "machine_start_gcode": {
+ "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform"
+ },
+ "machine_end_gcode": {
+ "default_value": "M104 S0\nM140 S0\nG92 E80\nG1 E-80 F2000\nG28 X0 Y0\nM84"
+ }
+ }
+}