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:
authorNicolas Liaudat <nliaudat@users.noreply.github.com>2017-05-28 16:46:18 +0300
committerGitHub <noreply@github.com>2017-05-28 16:46:18 +0300
commitf7f115550452a946b9981d5570447b4ef12c5600 (patch)
tree00a860fb11ad7ecbda74a9dd030a1808da5c842f /resources/definitions/easyarts_ares.def.json
parent03c8e7e62b647d3b2b160b5a9c1422dcd2bd3d68 (diff)
Create easyarts_ares.def.json
Diffstat (limited to 'resources/definitions/easyarts_ares.def.json')
-rw-r--r--resources/definitions/easyarts_ares.def.json87
1 files changed, 87 insertions, 0 deletions
diff --git a/resources/definitions/easyarts_ares.def.json b/resources/definitions/easyarts_ares.def.json
new file mode 100644
index 0000000000..e75c156224
--- /dev/null
+++ b/resources/definitions/easyarts_ares.def.json
@@ -0,0 +1,87 @@
+{
+ "id": "easyarts_ares",
+ "name": "EasyArts Ares",
+ "version": 2,
+ "inherits": "fdmprinter",
+ "metadata": {
+ "visible": true,
+ "author": "nliaudat",
+ "manufacturer": "EasyArts (discontinued)",
+ "category": "Other",
+ "file_formats": "text/x-gcode"
+ },
+ "overrides": {
+ "machine_start_gcode": {
+ "default_value": "; -- START GCODE --\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 \nG29 Z0.12 ;Auto-bedleveling with Z offset \nG92 E0 ;zero the extruded length \nG1 F2000 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F{travel_speed}\nM117 Printing...\n; -- end of START GCODE --"
+ },
+ "machine_end_gcode": {
+ "default_value": "; -- START GCODE --\nG28 ; Home all axes\nM104 S0 ;extruder heater off\n;M140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n;M84 ;steppers off\nG90 ;absolute positioning\n; -- end of START GCODE --"
+ },
+ "machine_width": {
+ "default_value": 180
+ },
+ "machine_depth": {
+ "default_value": 180
+ },
+ "machine_height": {
+ "default_value": 200
+ },
+ "machine_heated_bed": {
+ "default_value": false
+ },
+ "machine_center_is_zero": {
+ "default_value": true
+ },
+ "machine_gcode_flavor": {
+ "default_value": "RepRap"
+ },
+ "layer_height": {
+ "default_value": 0.2
+ },
+ "layer_height_0": {
+ "default_value": 0.2
+ },
+ "wall_thickness": {
+ "default_value": 1
+ },
+ "top_bottom_thickness": {
+ "default_value": 1
+ },
+ "bottom_thickness": {
+ "default_value": 1
+ },
+ "material_print_temperature": {
+ "default_value": 200
+ },
+ "material_bed_temperature": {
+ "default_value": 0
+ },
+ "material_diameter": {
+ "default_value": 1.75
+ },
+ "machine_nozzle_size": {
+ "default_value": 0.4
+ },
+ "speed_print": {
+ "default_value": 75
+ },
+ "speed_infill": {
+ "default_value": 100
+ },
+ "speed_wall": {
+ "default_value": 25
+ },
+ "speed_topbottom": {
+ "default_value": 15
+ },
+ "speed_travel": {
+ "default_value": 150
+ },
+ "speed_layer_0": {
+ "default_value": 30
+ },
+ "support_enable": {
+ "default_value": true
+ }
+ }
+}