mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 21:27:50 -06: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...
44 lines
2.2 KiB
JSON
44 lines
2.2 KiB
JSON
{
|
|
"name": "Rigid3D Zero",
|
|
"version": 2,
|
|
"inherits": "fdmprinter",
|
|
"metadata": {
|
|
"visible": true,
|
|
"author": "Ultimaker",
|
|
"manufacturer": "Rigid3D",
|
|
"file_formats": "text/x-gcode",
|
|
"platform_offset": [ 0, 0, 0],
|
|
"machine_extruder_trains":
|
|
{
|
|
"0": "rigid3d_zero_extruder_0"
|
|
}
|
|
},
|
|
|
|
"overrides": {
|
|
"machine_start_gcode": {
|
|
"default_value": " ; -- START GCODE --\n G21\n G28 ; Home extruder\n G29 ; Autolevel bed\n M107 ; Turn off fan\n G90 ; Absolute positioning\n M82 ; Extruder in absolute mode\n G92 E0 ; Reset extruder position\n ; -- end of START GCODE --\n\n"
|
|
},
|
|
"machine_end_gcode": {
|
|
"default_value": " ; -- END GCODE --\n G1 X0 Y230 ; Get extruder out of way.\n M107 ; Turn off fan\n G91 ; Relative positioning\n G0 Z20 ; Lift extruder up\n T0\n G1 E-1 ; Reduce filament pressure\n M104 T0 S0 ; Turn ectruder heater off\n G90 ; Absolute positioning\n G92 E0 ; Reset extruder position\n M140 S0 ; Disable heated bed\n M84 ; Turn steppers off\n ; -- end of END GCODE --\n"
|
|
},
|
|
"machine_head_polygon": { "default_value": [[ 40, 15], [ 40, 60], [ 30, 60], [ 30, 15]] },
|
|
"support_pattern": { "default_value": "grid" },
|
|
"cool_min_layer_time": { "default_value": 10 },
|
|
"support_angle": { "default_value": 45 },
|
|
"prime_tower_size": { "default_value": 7.745966692414834 },
|
|
"skirt_line_count": { "default_value": 2 },
|
|
"layer_height_0": { "default_value": 0.25 },
|
|
"wall_thickness": { "default_value": 0.8 },
|
|
"retraction_amount": { "default_value": 1.5 },
|
|
"skirt_gap": { "default_value": 5.0 },
|
|
"layer_height": { "default_value": 0.25 },
|
|
"speed_print": { "default_value": 30 },
|
|
"machine_extruder_count": { "default_value": 1 },
|
|
"machine_center_is_zero": { "default_value": false },
|
|
"machine_height": { "default_value": 190 },
|
|
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
|
|
"machine_depth": { "default_value": 250 },
|
|
"machine_width": { "default_value": 250 },
|
|
"machine_name": { "default_value": "Rigid3D Zero" }
|
|
}
|
|
}
|