mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 19:01:02 +00:00
* Rework Ultimaker profiles The Ultimaker profiles where not usable by default * Fixes * couple small fixes * Rework Ultimaker profiles The Ultimaker profiles where not usable by default * Fixes * couple small fixes * Fixes * fix errors --------- Co-authored-by: yw4z <ywsyildiz@gmail.com> Co-authored-by: SoftFever <softfeverever@gmail.com>
31 lines
707 B
JSON
31 lines
707 B
JSON
{
|
|
"type": "machine",
|
|
"name": "UltiMaker 2 0.4 nozzle",
|
|
"inherits": "fdm_machine_common",
|
|
"from": "system",
|
|
"setting_id": "Jl8sUeuACVyrnrst",
|
|
"instantiation": "true",
|
|
|
|
"printer_model": "UltiMaker 2",
|
|
"default_print_profile": "0.15mm Standard @UltiMaker 2",
|
|
"nozzle_diameter": [
|
|
"0.4"
|
|
],
|
|
"printable_area": [
|
|
"0x0",
|
|
"223x0",
|
|
"223x223",
|
|
"0x223"
|
|
],
|
|
"printable_height": "205",
|
|
"nozzle_type": "undefine",
|
|
"default_filament_profile": [
|
|
"Generic PLA @UltiMaker 2 0.4 nozzle"
|
|
],
|
|
"scan_first_layer": "0",
|
|
"printer_variant": "0.4",
|
|
"extruder_clearance_radius": "65",
|
|
"extruder_clearance_height_to_rod": "36",
|
|
"extruder_clearance_height_to_lid": "140"
|
|
}
|