mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-27 04:42:33 +00:00
* Update/add re:3D profiles. * Fix encoding issue with UTF-8 BOM * Change spaces to tabs. * Fix alignment-based space indentation issues. * Test: rename_from property * Test 2: rename_from property * Test 3: use 'renamed' instead of 'rename' * Add renamed property for each conflicting profile. * Revert to optimized assets improved on [#13149](https://github.com/OrcaSlicer/OrcaSlicer/pull/13149)
26 lines
718 B
JSON
26 lines
718 B
JSON
{
|
|
"type": "process",
|
|
"setting_id": "fdm_08_03",
|
|
"name": "0.3 Fine",
|
|
"renamed_from": "0.2mm Standard @re3D fdm 0.8",
|
|
"from": "system",
|
|
"inherits": "fdm_process_re3D_common",
|
|
"instantiation": "true",
|
|
"compatible_printers": [
|
|
"re3D Gigabot 4 0.8 nozzle",
|
|
"re3D Gigabot 4 XLT 0.8 nozzle",
|
|
"re3D Terabot 4 0.8 nozzle"
|
|
],
|
|
"layer_height": "0.3",
|
|
"initial_layer_print_height": "0.4",
|
|
"line_width": "1",
|
|
"outer_wall_line_width": "1",
|
|
"inner_wall_line_width": "1",
|
|
"initial_layer_line_width": "1",
|
|
"sparse_infill_line_width": "1",
|
|
"internal_solid_infill_line_width": "1",
|
|
"top_surface_line_width": "1",
|
|
"support_line_width": "1",
|
|
"support_top_z_distance": "0.24",
|
|
"support_bottom_z_distance": "0.24"
|
|
} |