mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 11:13:16 +08:00
Adding platform to HMS434
This commit is contained in:
parent
afb6810bac
commit
7f2fcb16a8
@ -31,8 +31,9 @@
|
||||
"6": "hms434_tool_7",
|
||||
"7": "hms434_tool_8"
|
||||
},
|
||||
"platform": "hms_platform.stl",
|
||||
"platform_offset": [ -220, -5, 150],
|
||||
"platform": "hms_platform.obj",
|
||||
"platform_offset": [ 26, -13.2, 162.5],
|
||||
"platform_texture": "hms434.png",
|
||||
"first_start_actions": ["MachineSettingsAction"],
|
||||
"supported_actions": ["MachineSettingsAction"]
|
||||
},
|
||||
@ -63,7 +64,7 @@
|
||||
"retraction_extra_prime_amount": {"minimum_value_warning": "-2.0" },
|
||||
"optimize_wall_printing_order": {"default_value": true },
|
||||
"material_initial_print_temperature": {"maximum_value_warning": "material_print_temperature + 15" },
|
||||
"machine_nozzle_heat_up_speed": {"default_value": 20},
|
||||
"machine_nozzle_heat_up_speed": {"default_value": 12},
|
||||
"machine_nozzle_cool_down_speed": {"default_value": 20},
|
||||
"machine_min_cool_heat_time_window": {"default_value": 5},
|
||||
|
||||
@ -130,7 +131,7 @@
|
||||
"cool_min_layer_time_fan_speed_max": {"value": "cool_min_layer_time"},
|
||||
"cool_min_layer_time": {"value": 20},
|
||||
"cool_min_speed": {"value": "speed_wall_x"},
|
||||
"cool_lift_head": {"value": true},
|
||||
"cool_lift_head": {"value": false},
|
||||
|
||||
"support_z_distance": {"value": 0},
|
||||
"support_xy_distance": {"value": 1},
|
||||
|
@ -17,10 +17,10 @@
|
||||
"machine_nozzle_offset_y": { "default_value": 0.0 },
|
||||
"material_diameter": { "default_value": 1.75 },
|
||||
"machine_extruder_start_code": {
|
||||
"default_value": "\n;start T0\n\nM117 changing tool....\nM109 T0 S{material_print_temperature}\n\nG1 E6 F600; prime\nG1 E4 F1200\nG92 E0\nG1 Y-65 F9000; wipe\n\nM117 printing...\n"
|
||||
"default_value": "\n;start T0\n\nM117 changing tool....\nM109 T0 S{material_print_temperature}\n\nG1 Y-47 F9000; wipe\nG1 X150 Y10 F9000\n\nM117 printing...\n"
|
||||
},
|
||||
"machine_extruder_end_code": {
|
||||
"default_value": "\nM104 T0 S{material_standby_temperature}\nG1 X50 Y0 F9000 ; go to wipe position\nG1 X0 Y-100 F9000; wipe\nG1 X-72 F9000\nG1 E3 F600; prime\nG1 E1 F1200\nG92 E0\n\n;end T0\n\n"
|
||||
"default_value": "\nM104 T0 S{material_standby_temperature}\nG1 X150 Y10 F9000\nG1 X-47 Y47 F9000 ; go to wipe position\nG1 X0 Y-100 F3000; wipe\nG1 X-44 F9000\n;end T0\n\n"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -13,14 +13,14 @@
|
||||
"default_value": 1,
|
||||
"maximum_value": "8"
|
||||
},
|
||||
"machine_nozzle_offset_x": { "default_value": 0.0 },
|
||||
"machine_nozzle_offset_x": { "default_value": 20.0 },
|
||||
"machine_nozzle_offset_y": { "default_value": 0.0 },
|
||||
"material_diameter": { "default_value": 1.75 },
|
||||
"machine_extruder_start_code": {
|
||||
"default_value": "\n;start T1\n\nM117 changing tool....\nM109 T1 S{material_print_temperature}\n\nG1 E6 F600; prime\nG1 E4 F1200\nG92 E0\nG1 Y-65 F9000; wipe\n\nM117 printing...\n"
|
||||
"default_value": "\n;start T1\n\nM117 changing tool....\nM109 T1 S{material_print_temperature}\n\nG1 Y-47 F9000; wipe\nG1 X150 Y10 F9000\n\nM117 printing...\n"
|
||||
},
|
||||
"machine_extruder_end_code": {
|
||||
"default_value": "\nM104 T1 S{material_standby_temperature}\nG1 X50 Y0 F9000 ; go to wipe position\nG1 X0 Y-100 F9000; wipe\nG1 X-72 F9000\nG1 E3 F600; prime\nG1 E1 F1200\nG92 E0\n\n;end T1\n\n"
|
||||
"default_value": "\nM104 T1 S{material_standby_temperature}\nG1 X150 Y10 F9000\nG1 X-47 Y47 F9000 ; go to wipe position\nG1 X0 Y-100 F3000; wipe\nG1 X-44 F9000\n;end T1\n\n"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
BIN
resources/images/hms434.png
Normal file
BIN
resources/images/hms434.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
44753
resources/meshes/hms_platform.obj
Normal file
44753
resources/meshes/hms_platform.obj
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user