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>2019-02-06 13:30:47 +0300
committerGhostkeeper <rubend@tutanota.com>2020-06-15 19:01:29 +0300
commit3d88c96b7ab7979597eb22ac893c81f3d23e8c9e (patch)
tree6620abc9b2fe13a7d142b0d038adedac9cf58653 /resources/definitions/tinyboy_e10.def.json
parent9b750a50c0f0c97c5fce40c6547f7eaf3faf1d62 (diff)
Add TinyBoy profile
Updated Update TinyBoy / mago Add TinyBoy and mago 3D Printer profile
Diffstat (limited to 'resources/definitions/tinyboy_e10.def.json')
-rw-r--r--resources/definitions/tinyboy_e10.def.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/resources/definitions/tinyboy_e10.def.json b/resources/definitions/tinyboy_e10.def.json
new file mode 100644
index 0000000000..29fc28583d
--- /dev/null
+++ b/resources/definitions/tinyboy_e10.def.json
@@ -0,0 +1,31 @@
+{
+ "version": 2,
+ "name": "TinyBoy E10_J10_L10_M10",
+ "inherits": "tinyboy",
+ "metadata": {
+ "visible": true,
+ "machine_extruder_trains":
+ {
+ "0": "tinyboy_e10_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_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"
+ }
+ }
+}