Files
OrcaSlicer/resources/profiles/re3D/process/0.2mm Fine @re3D fdm 0.4.json
Mitchell Mashburn 6f79b63959 Update re:3D profiles. (#13750)
* 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)
2026-05-28 12:08:19 +08:00

26 lines
735 B
JSON

{
"type": "process",
"setting_id": "fdm_04_02",
"name": "0.2 Fine",
"renamed_from": "0.2mm Fine @re3D fdm 0.4",
"from": "system",
"inherits": "fdm_process_re3D_common",
"instantiation": "true",
"compatible_printers": [
"re3D Gigabot 4 0.4 nozzle",
"re3D Gigabot 4 XLT 0.4 nozzle",
"re3D Terabot 4 0.4 nozzle"
],
"layer_height": "0.2",
"initial_layer_print_height": "0.4",
"line_width": "0.44",
"outer_wall_line_width": "0.44",
"inner_wall_line_width": "0.44",
"initial_layer_line_width": "0.6",
"sparse_infill_line_width": "0.48",
"internal_solid_infill_line_width": "0.48",
"top_surface_line_width": "0.44",
"support_line_width": "0.48",
"support_top_z_distance": "0.2",
"support_bottom_z_distance": "0.2"
}