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:
author3dg-Lester <75740212+Lester3DGadgets@users.noreply.github.com>2021-01-12 06:59:39 +0300
committer3dg-Lester <75740212+Lester3DGadgets@users.noreply.github.com>2021-01-12 06:59:39 +0300
commitafc8065ae7eac6793c766219b975f9c7714fe4c4 (patch)
treed3afaa737f104e3bc7be6b9d83244f6803108746 /resources/definitions/two_trees_sapphirepro.def.json
parentd16c5f1991c5f5b86b1279e8e82b4da4231b6ae5 (diff)
Adding Twotrees Full range printer profiles
Profile for: Bluer / Bluer Plus / Sapphire Pro / Sapphire Plus Nozzle size : 0.2mm to 1mm Material: PLA / ABS / PETG / TPU
Diffstat (limited to 'resources/definitions/two_trees_sapphirepro.def.json')
-rw-r--r--resources/definitions/two_trees_sapphirepro.def.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/resources/definitions/two_trees_sapphirepro.def.json b/resources/definitions/two_trees_sapphirepro.def.json
new file mode 100644
index 0000000000..a536303178
--- /dev/null
+++ b/resources/definitions/two_trees_sapphirepro.def.json
@@ -0,0 +1,33 @@
+{
+ "name": "Two Trees Sapphire Pro",
+ "version": 2,
+ "inherits": "two_trees_base",
+ "overrides": {
+ "machine_start_gcode": { "default_value": "G28 ;Home\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move bed down\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Bed up" },
+ "machine_name": { "default_value": "Two Trees Sapphire Pro" },
+ "machine_width": { "default_value": 220 },
+ "machine_depth": { "default_value": 220 },
+ "machine_height": { "default_value": 220 },
+ "machine_head_with_fans_polygon": { "default_value": [[-30,19],[30,19],[30,-49],[-30,-49]] },
+
+ "gantry_height": { "value": 65 },
+
+ "speed_print": { "value": 60.0 },
+ "speed_travel": { "value": 180 },
+ "speed_travel_layer_0": { "value": 100 },
+ "retraction_speed": { "default_value" : 40 },
+ "retraction_amount": { "default_value" : 7 },
+
+ "material_flow": { "value": 90 },
+ "infill_material_flow": { "value": 100 },
+
+ "infill_overlap": { "value": 30 },
+ "skin_overlap": { "value": 20 }
+ },
+ "metadata": {
+ "quality_definition": "two_trees_base",
+ "visible": true,
+ "platform": "sapphirepro_platform.stl"
+
+ }
+} \ No newline at end of file