mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-11 19:17:33 +00:00
* Add SeeMeCNC printer profiles Adds machine, filament, and process profiles for SeeMeCNC printers: Artemis, BOSSdelta 300, BOSSdelta 500 (0505/0510/0521), and RostockMAX v3.2/v4 — covering 0.4mm, 0.5mm, 0.7mm, and 1.0mm nozzles. Includes PLA, ABS, PETG, PETG-CF, PA-CF, and TPU filament profiles. Co-authored-by: Sam <47287571+Sewbot@users.noreply.github.com> * bump version --------- Co-authored-by: Sam <47287571+Sewbot@users.noreply.github.com>
35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
|
"type": "process",
|
|
"name": "0.30mm TPU Solid @SeeMeCNC Artemis 0.7",
|
|
"inherits": "SeeMeCNC process base",
|
|
"from": "System",
|
|
"instantiation": "true",
|
|
"print_settings_id": "0.30mm TPU Solid @SeeMeCNC Artemis 0.7",
|
|
"compatible_printers": [
|
|
"SeeMeCNC Artemis 0.7 nozzle"
|
|
],
|
|
"compatible_printers_condition": "",
|
|
"alternate_extra_wall": "0",
|
|
"bottom_surface_pattern": "concentric",
|
|
"counterbore_hole_bridging": "none",
|
|
"initial_layer_print_height": "0.3",
|
|
"layer_height": "0.3",
|
|
"precise_z_height": "0",
|
|
"skirt_distance": "1",
|
|
"skirt_loops": "2",
|
|
"spiral_mode": "0",
|
|
"top_shell_layers": "2",
|
|
"top_surface_pattern": "concentric",
|
|
"line_width": "0.9",
|
|
"outer_wall_line_width": "0.9",
|
|
"top_surface_line_width": "0.9",
|
|
"internal_solid_infill_line_width": "0.9",
|
|
"sparse_infill_line_width": "0.9",
|
|
"initial_layer_line_width": "0.9",
|
|
"support_line_width": "0.9",
|
|
"skeleton_infill_line_width": "0.9",
|
|
"skin_infill_line_width": "0.9",
|
|
"outer_wall_acceleration": "500",
|
|
"inner_wall_acceleration": "500"
|
|
}
|