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:
authorCyrille Meichel <cmeichel@free.fr>2017-06-26 02:02:52 +0300
committerCyrille Meichel <cmeichel@free.fr>2017-06-26 02:02:52 +0300
commitf7a1c8dbb20243fb465fb84be8726b6bc6a4810e (patch)
tree92918c4f58250626482b137ef8ec20b5e5b5b1a8 /resources/definitions/dagoma_discoeasy200.def.json
parent49e53c2cda41986a1b0fa204a7b2dc30617c51dd (diff)
Add DiscoEasy printer (dagoma.fr)
Diffstat (limited to 'resources/definitions/dagoma_discoeasy200.def.json')
-rwxr-xr-xresources/definitions/dagoma_discoeasy200.def.json60
1 files changed, 60 insertions, 0 deletions
diff --git a/resources/definitions/dagoma_discoeasy200.def.json b/resources/definitions/dagoma_discoeasy200.def.json
new file mode 100755
index 0000000000..cc0dca2918
--- /dev/null
+++ b/resources/definitions/dagoma_discoeasy200.def.json
@@ -0,0 +1,60 @@
+{
+ "id": "Dagoma_discoeasy200",
+ "name": "Dagoma DiscoEasy200",
+ "version": 2,
+ "inherits": "fdmprinter",
+ "metadata": {
+ "visible": true,
+ "author": "Dagoma",
+ "manufacturer": "Dagoma",
+ "category": "Other",
+ "file_formats": "text/x-gcode",
+ "icon": "icon_ultimaker2.png",
+ "platform": "discoeasy200.stl",
+ "platform_offset": [ 105, -59, 280]
+ },
+ "overrides": {
+ "machine_width": {
+ "default_value": 211
+ },
+ "machine_height": {
+ "default_value": 205
+ },
+ "machine_depth": {
+ "default_value": 211
+ },
+ "machine_center_is_zero": {
+ "default_value": false
+ },
+ "machine_nozzle_size": {
+ "default_value": 0.4
+ },
+ "machine_head_with_fans_polygon": {
+ "default_value": [
+ [16, 37],
+ [16, -65],
+ [-16, -65],
+ [16, 37]
+ ]
+ },
+ "machine_nozzle_gantry_distance": {
+ "default_value": 55
+ },
+ "machine_nozzle_offset_x_1": {
+ "default_value": 18
+ },
+ "machine_nozzle_offset_y_1": {
+ "default_value": 0
+ },
+ "machine_gcode_flavor": {
+ "default_value": "RepRap"
+ },
+ "machine_start_gcode": {
+ "default_value": ";Gcode by Cura-by-dagoma for DiscoEASY200 V2.6\nG90 ;absolute positioning\nM106 S250 ;fan on for the palpeur\nG28 X Y\nG1 X50\nM109 S180\nG28\nM104 S{print_temperature}\n;Activation palpeur\n;bloc palpeur\nG29 ;Auto level\nM107 ;start with the fan off\nG1 X100 Y20 F3000\nG1 Z0.5\nM109 S{print_temperature}\nM140 S{material_bed_temperature}\nM82 ;set extruder to absolute mode\nG92 E0 ;zero the extruded length\nG1 F200 E10 ;extrude 10mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 Z3\nG1 F3000\n"
+ },
+ "machine_end_gcode": {
+ "default_value": "\nM104 S0\nM106 S255 ;start fan full power\nM140 S0 ;heated bed heater off (if you have it)\n;Home machine\nG91 ;relative positioning\nG1 E-1 F{retraction_speed} ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+3 F3000 ;move Z up a bit and retract filament even more\nG90\nG28 X Y\n;Ventilation forcee\nM107 ;stop fan\n;Shut down motor\nM84 ;shut down motors\n"
+ }
+ }
+}
+