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-11 23:39:12 +0300
committerGitHub <noreply@github.com>2017-04-11 23:39:12 +0300
commit84a5717d0477f221fa30184ca87ff032662b8ef7 (patch)
treedb65a641fed0da2cac6be5a0fce294b16b94fcf8 /resources/definitions/makeR_prusa_tairona_i3.def.json
parenta8d2e53bcb05765156757c323d924a4565d659f6 (diff)
Add files via upload
Adding makeR printers profile configuration files
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, 66 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..a205c8368d
--- /dev/null
+++ b/resources/definitions/makeR_prusa_tairona_i3.def.json
@@ -0,0 +1,66 @@
+{
+ "id": "makeR_prusa_tairona_i3",
+ "version": 3,
+ "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"
+ }
+ }
+} \ No newline at end of file