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:10:22 +0300
committerGitHub <noreply@github.com>2017-04-12 19:10:22 +0300
commit3e19261fa858460295d512c054fba903a2324cb7 (patch)
treef5920202ba53d2b7711ceaf49eba8a04af8fef9d /resources/definitions/makeR_prusa_tairona_i3.def.json
parentd71e964be74dc324ae105dd4f0005e4b4cc50894 (diff)
New version files
This time it have the platform position configuration, and it have version number error fixed.
Diffstat (limited to 'resources/definitions/makeR_prusa_tairona_i3.def.json')
-rw-r--r--resources/definitions/makeR_prusa_tairona_i3.def.json67
1 files changed, 67 insertions, 0 deletions
diff --git a/resources/definitions/makeR_prusa_tairona_i3.def.json b/resources/definitions/makeR_prusa_tairona_i3.def.json
new file mode 100644
index 0000000000..ab80fd0f5e
--- /dev/null
+++ b/resources/definitions/makeR_prusa_tairona_i3.def.json
@@ -0,0 +1,67 @@
+{
+ "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",
+ "platform_offset": [-2,0,0]
+ },
+
+ "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"
+ }
+ }
+} \ No newline at end of file