mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-28 21:32:11 +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>
23 lines
605 B
JSON
23 lines
605 B
JSON
{
|
|
"type": "process",
|
|
"name": "0.60mm Draft @SeeMeCNC Artemis 1.0",
|
|
"inherits": "SeeMeCNC process base",
|
|
"from": "System",
|
|
"instantiation": "true",
|
|
"print_settings_id": "0.60mm Draft @SeeMeCNC Artemis 1.0",
|
|
"compatible_printers": [
|
|
"SeeMeCNC Artemis 1.0 nozzle"
|
|
],
|
|
"compatible_printers_condition": "",
|
|
"alternate_extra_wall": "0",
|
|
"counterbore_hole_bridging": "none",
|
|
"initial_layer_print_height": "0.3",
|
|
"layer_height": "0.6",
|
|
"precise_z_height": "0",
|
|
"skirt_distance": "2",
|
|
"skirt_loops": "0",
|
|
"spiral_mode": "0",
|
|
"outer_wall_acceleration": "500",
|
|
"inner_wall_acceleration": "500"
|
|
}
|