mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-30 13:26:58 +00:00
* update snapmaker profiles. largely ported for Snapmaker Orca fork * update prime volume * set precise_outer_wall to 1 * Update per-material multi-tool ramming to the filament library * Add per-filament overrides for toolchange retraction * Set toolchange retraction per filament for Snapmaker U1 * set default support type to tree * format snapmaker profiles
31 lines
535 B
JSON
31 lines
535 B
JSON
{
|
|
"type": "machine",
|
|
"name": "Snapmaker U1 (0.4+0.6 nozzle)",
|
|
"inherits": "fdm_U1",
|
|
"from": "system",
|
|
"setting_id": "O6AMxX1Ptbtv4zCK",
|
|
"instantiation": "true",
|
|
"printer_model": "Snapmaker U1",
|
|
"printer_variant": "0.4+0.6",
|
|
"default_print_profile": "0.20 Standard @Snapmaker U1 (0.4+0.6 nozzle)",
|
|
"max_layer_height": [
|
|
"0.32",
|
|
"0.32",
|
|
"0.48",
|
|
"0.48"
|
|
],
|
|
"min_layer_height": [
|
|
"0.08",
|
|
"0.08",
|
|
"0.12",
|
|
"0.12"
|
|
],
|
|
"nozzle_diameter": [
|
|
"0.4",
|
|
"0.4",
|
|
"0.6",
|
|
"0.6"
|
|
],
|
|
"nozzle_type": "stainless_steel"
|
|
}
|