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:
authorCRojasV <crojas@somosmaker.com>2017-04-12 19:08:24 +0300
committerGitHub <noreply@github.com>2017-04-12 19:08:24 +0300
commitd71e964be74dc324ae105dd4f0005e4b4cc50894 (patch)
tree4cee49f8778febbff54b277c373f9333a131f875 /resources/definitions/makeR_prusa_tairona_i3.def.json
parent0a58214d74c39173415e3e6e03adf18567338117 (diff)
Deleted to Fix platform position
This file was deleted because it don't have the correct platform position setup
Diffstat (limited to 'resources/definitions/makeR_prusa_tairona_i3.def.json')
-rw-r--r--resources/definitions/makeR_prusa_tairona_i3.def.json66
1 files changed, 0 insertions, 66 deletions
diff --git a/resources/definitions/makeR_prusa_tairona_i3.def.json b/resources/definitions/makeR_prusa_tairona_i3.def.json
deleted file mode 100644
index d9e8980979..0000000000
--- a/resources/definitions/makeR_prusa_tairona_i3.def.json
+++ /dev/null
@@ -1,66 +0,0 @@
-{
- "id": "makeR_prusa_tairona_i3",
- "version": 2,
- "name": "makeR Prusa Tairona i3",
- "inherits": "fdmprinter",
- "metadata": {
- "visible": true,
- "author": "makeR",
- "manufacturer": "makeR",
- "category": "Other",
- "file_formats": "text/x-gcode",
- "icon": "icon_ultimaker2",
- "platform": "makeR_prusa_tairona_i3_platform.stl"
- },
-
- "overrides": {
- "machine_name": { "default_value": "makeR Prusa Tairona I3" },
- "machine_heated_bed": {
- "default_value": true
- },
- "machine_width": {
- "default_value": 200
- },
- "machine_height": {
- "default_value": 200
- },
- "machine_depth": {
- "default_value": 200
- },
- "machine_center_is_zero": {
- "default_value": false
- },
- "machine_nozzle_size": {
- "default_value": 0.4
- },
- "material_diameter": {
- "default_value": 1.75
- },
- "machine_nozzle_heat_up_speed": {
- "default_value": 2
- },
- "machine_nozzle_cool_down_speed": {
- "default_value": 2
- },
- "machine_head_polygon": {
- "default_value": [
- [-75, -18],
- [-75, 35],
- [18, 35],
- [18, -18]
- ]
- },
- "gantry_height": {
- "default_value": 55
- },
- "machine_gcode_flavor": {
- "default_value": "RepRap (Marlin/Sprinter)"
- },
- "machine_start_gcode": {
- "default_value": "G1 Z15;\nG28;Home\nG29;Auto Level\nG1 Z5 F5000;Move the platform down 15mm"
- },
- "machine_end_gcode": {
- "default_value": "M104 S0;Turn off temperature\nG28 X0; Home X\nM84; Disable Motors"
- }
- }
-}