Merge pull request #4895 from matshch/wanhao_d9

Added definitions for Wanhao Duplicator 9
This commit is contained in:
Jaime van Kessel 2019-01-18 11:11:39 +01:00 committed by GitHub
commit 490d933923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 40982 additions and 0 deletions

View File

@ -0,0 +1,41 @@
{
"version": 2,
"name": "Wanhao Duplicator 9",
"inherits": "fdmprinter",
"metadata": {
"visible": true,
"manufacturer": "Wanhao",
"file_formats": "text/x-gcode",
"has_materials": true,
"platform": "wanhao_300_300_platform.obj",
"platform_texture": "Wanhaobackplate.png",
"machine_extruder_trains": {
"0": "wanhao_d9_extruder_0"
},
"platform_offset": [ 0, -55, 0]
},
"overrides": {
"machine_name": { "default_value": "Wanhao Duplicator 9" },
"machine_width": { "default_value": 300 },
"machine_height": { "default_value": 400 },
"machine_depth": { "default_value": 300 },
"machine_heated_bed": { "default_value": true },
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
"machine_start_gcode": {
"default_value": "G21 ;metric values\n G90 ;absolute positioning\n M82 ;set extruder to absolute mode\n M107 ;start with the fan off\n G28 X0 Y0 ;move X/Y to min endstops\n G28 Z0 ;move Z to min endstops\n G1 Z15.0 F{travel_speed} ;move the platform down 15mm\n G92 E0 ;zero the extruded length\n G1 F200 E6 ;extrude 6 mm of feed stock\n G92 E0 ;zero the extruded length again\n G1 F{travel_speed} \n ;Put printing message on LCD screen\n M117 Printing..."
},
"machine_end_gcode": {
"default_value": "M104 S0 ;extruder heater off \n G91 ;relative positioning\n G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more\n G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\n M84 ;steppers off\n G90 ;absolute positioning"
},
"support_angle": { "default_value": 60 },
"support_enable": { "default_value": true },
"layer_height_0": { "default_value": 0.15 },
"top_thickness": { "default_value": 0.6 },
"material_print_temperature": { "default_value": 190 },
"layer_height": { "default_value": 0.2 },
"speed_print": { "default_value": 30 },
"adhesion_type": { "default_value": "raft" },
"support_z_distance": { "default_value": 0.22 }
}
}

View File

@ -0,0 +1,16 @@
{
"id": "wanhao_d9_extruder_0",
"version": 2,
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata": {
"machine": "wanhao_d9",
"position": "0"
},
"overrides": {
"extruder_nr": { "default_value": 0 },
"machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 1.75 }
}
}

File diff suppressed because it is too large Load Diff