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

These are overrides of default_value while there is a value defined. As such these overrides had no effect at all. Changing them to value can actually change the behaviour of the profile. That is not what the profile author has apparently tested with, so I'm not doing that. I'm just removing the unused data. In the future if we get new definitions the author gets notified of the error so that he may test more effectively. The legacy can't be fixed without re-testing, so I'm leaving that to the authors. Done during Turbo Testing & Tooling. I want to go home for the weekend now...
54 lines
3.3 KiB
JSON
54 lines
3.3 KiB
JSON
{
|
|
"id": "gmax15plus_dual",
|
|
"version": 2,
|
|
"name": "gMax 1.5 Plus Dual Extruder",
|
|
"inherits": "fdmprinter",
|
|
"metadata": {
|
|
"visible": true,
|
|
"author": "GTL_180109",
|
|
"manufacturer": "gCreate",
|
|
"category": "Other",
|
|
"file_formats": "text/x-gcode",
|
|
"platform": "gmax_1-5_xt-plus_s3d_full model_150707.stl",
|
|
"has_variants": true,
|
|
"variants_name": "Hotend",
|
|
"preferred_variant_name": "0.5mm E3D (Default)",
|
|
"preferred_quality_type": "gmax15plus_global_dual_normal",
|
|
"machine_extruder_trains": {
|
|
"0": "gmax15plus_dual_extruder_0",
|
|
"1": "gmax15plus_dual_extruder_1"
|
|
}
|
|
},
|
|
|
|
"overrides": {
|
|
"machine_name": { "default_value": "gMax 1.5 Plus Dual Extruder" },
|
|
"machine_extruder_count": { "default_value": 2 },
|
|
"machine_heated_bed": { "default_value": false },
|
|
"machine_width": { "default_value": 406 },
|
|
"machine_depth": { "default_value": 406 },
|
|
"machine_height": { "default_value": 533 },
|
|
"machine_center_is_zero": { "default_value": false },
|
|
"material_diameter": { "default_value": 1.75 },
|
|
"machine_nozzle_size": { "default_value": 0.5 },
|
|
"layer_height": { "default_value": 0.2 },
|
|
"layer_height_0": { "default_value": 0.3 },
|
|
"retraction_amount": { "default_value": 1 },
|
|
"retraction_speed": { "default_value": 70},
|
|
"adhesion_type": { "default_value": "skirt" },
|
|
"gantry_height": { "value": "50" },
|
|
"speed_print": { "default_value": 50 },
|
|
"machine_max_acceleration_x": { "default_value": 600 },
|
|
"machine_max_acceleration_y": { "default_value": 600 },
|
|
"machine_max_acceleration_z": { "default_value": 30 },
|
|
"machine_max_acceleration_e": { "default_value": 10000 },
|
|
"machine_max_jerk_xy": { "default_value": 8 },
|
|
"machine_max_jerk_z": { "default_value": 0.4 },
|
|
"machine_max_jerk_e": { "default_value": 5.0 },
|
|
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
|
|
"machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home X/Y/Z\nM104 S{material_print_temperature} T0 ; Preheat Left Extruder\nM104 S{material_print_temperature} T1 ; Preheat Right Extruder\nM109 S{material_print_temperature} T0 ; Preheat Left Extruder\nM109 S{material_print_temperature} T1 ; Preheat Right Extruder\nG91 ;relative positioning\nG90 ;absolute positioning\nM218 T1 X34.3 Y0; Set 2nd extruder offset. This can be changed later if needed\nG1 Z25.0 F9000 ;raise nozzle 25mm\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." },
|
|
"machine_end_gcode": { "default_value": "M104 S0 T0;Left extruder off\nM104 S0 T1; Right extruder off\nM140 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\nG1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning" },
|
|
"wall_thickness": { "default_value": 1 },
|
|
"top_bottom_thickness": { "default_value": 1 }
|
|
}
|
|
}
|