mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-28 23:04:34 +08:00

Apparently the original start code caused it to move outside the build volume or beyond the limit in the Y direction. Fixes #3924.
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"id": "monoprice_select_mini_v2",
|
|
"version": 2,
|
|
"name": "Monoprice Select Mini V2 (E3D)",
|
|
"inherits": "malyan_m200",
|
|
"metadata": {
|
|
"author": "Tyler Gibson",
|
|
"manufacturer": "Monoprice",
|
|
"category": "Other",
|
|
"file_formats": "text/x-gcode",
|
|
"has_machine_quality": true,
|
|
"has_materials": true,
|
|
"preferred_quality_type": "normal",
|
|
"visible": true,
|
|
"machine_extruder_trains":
|
|
{
|
|
"0": "monoprice_select_mini_v2_extruder_0"
|
|
}
|
|
},
|
|
|
|
"overrides": {
|
|
"machine_name": { "default_value": "Monoprice Select Mini V2" },
|
|
"machine_end_gcode":
|
|
{
|
|
"default_value": "G0 X0 Y120;(Stick out the part)\nM190 S0;(Turn off heat bed, don't wait.)\nG92 E10;(Set extruder to 10)\nG1 E7 F200;(retract 3mm)\nM104 S0;(Turn off nozzle, don't wait)\nG4 S300;(Delay 5 minutes)\nM107;(Turn off part fan)\nM84;(Turn off stepper motors.)"
|
|
},
|
|
"adhesion_type": { "default_value": "brim" },
|
|
"retraction_combing": { "default_value": "noskin" },
|
|
"retraction_amount" : { "default_value": 2.5},
|
|
"retraction_speed" : { "default_value": 40},
|
|
"material_print_temperature_layer_0": { "value": "material_print_temperature + 5" }
|
|
}
|
|
}
|