mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 19:01:02 +00:00
* profiles: enforce globally-unique, per-vendor-namespaced setting_id Many non-Bambu vendors copied Bambu's generic setting_ids (GFSA04 alone appeared in 1557 files), so setting_id was not globally unique. This namespaces every vendor's ids and reserves Bambu/OrcaFilamentLibrary space. - Reserve "G*" (Bambu) and "O*" (OrcaFilamentLibrary) id spaces. - Assign each other vendor a 2-char prefix (first+last letter, collision resolved) and renumber every instantiated preset to <PREFIX><NNNN>. - Strip setting_id from base profiles (instantiation:false) per Bambu's convention; assign one to instantiated presets that lacked it. - Remove the pre-existing misspelled "settings_id" key (91 files). - filament_id is left untouched (it is a per-material id). - Add one-time migration script scripts/assign_vendor_setting_ids.py with a persisted registry resources/profiles/vendor_prefixes.json. Re-runs freeze existing ids; only new vendors/profiles get new ids. - Bump version in each changed vendor index file. - Extend scripts/orca_extra_profile_check.py with a CI guard: global uniqueness, in-namespace, no base setting_id, no gaps, no settings_id typo. 7425 profile files changed across 61 vendors; 0 cross-vendor collisions; validator clean; migration idempotent. BBL and OrcaFilamentLibrary id spaces untouched. * profiles: add setting_id authoring guide for new vendors / profiles * profiles: drop in-repo README; setting_id guide now lives in the wiki * profiles: derive setting_id deterministically from vendor/type/name * bump profile version
95 lines
3.1 KiB
JSON
95 lines
3.1 KiB
JSON
{
|
|
"type": "machine",
|
|
"name": "Prusa MINI 0.6 nozzle",
|
|
"inherits": "fdm_machine_common",
|
|
"from": "system",
|
|
"setting_id": "hbKR1QPMz6XlHrau",
|
|
"instantiation": "true",
|
|
"gcode_flavor": "marlin2",
|
|
"printer_model": "Prusa MINI",
|
|
"printer_variant": "0.6",
|
|
"default_filament_profile": [
|
|
"Prusa Generic PLA"
|
|
],
|
|
"default_print_profile": "0.20mm Standard @MINI 0.6",
|
|
"nozzle_diameter": [
|
|
"0.6"
|
|
],
|
|
"bed_exclude_area": [
|
|
"0x0"
|
|
],
|
|
"printable_area": [
|
|
"0x0",
|
|
"180x0",
|
|
"180x180",
|
|
"0x180"
|
|
],
|
|
"machine_max_acceleration_extruding": [
|
|
"1250",
|
|
"2000"
|
|
],
|
|
"machine_max_acceleration_x": [
|
|
"2500",
|
|
"2000"
|
|
],
|
|
"machine_max_acceleration_y": [
|
|
"2500",
|
|
"2000"
|
|
],
|
|
"machine_max_acceleration_z": [
|
|
"400",
|
|
"200"
|
|
],
|
|
"machine_max_jerk_e": [
|
|
"10",
|
|
"2.5"
|
|
],
|
|
"machine_max_jerk_x": [
|
|
"8",
|
|
"9"
|
|
],
|
|
"machine_max_jerk_y": [
|
|
"8",
|
|
"9"
|
|
],
|
|
"machine_max_speed_e": [
|
|
"80",
|
|
"25"
|
|
],
|
|
"machine_max_speed_x": [
|
|
"180",
|
|
"200"
|
|
],
|
|
"machine_max_speed_y": [
|
|
"180",
|
|
"200"
|
|
],
|
|
"retraction_length": [
|
|
"3.2"
|
|
],
|
|
"retraction_minimum_travel": [
|
|
"1.5"
|
|
],
|
|
"retraction_speed": [
|
|
"70"
|
|
],
|
|
"printable_height": "180",
|
|
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
|
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
|
|
"machine_end_gcode": "G1 E-1 F2100 ; retract\n{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+2, max_print_height)} F720 ; Move print head up{endif}\nG1 X178 Y178 F4200 ; park print head\n{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+30, max_print_height)} F720 ; Move print head further up{endif}\nG4 ; wait\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nM221 S100 ; reset flow\nM900 K0 ; reset LA\nM84 ; disable motors\n; max_layer_z = [max_layer_z]",
|
|
"machine_pause_gcode": "M601",
|
|
"machine_start_gcode": "M862.3 P \"MINI\" ; printer model check\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S170 ; set extruder temp for bed leveling\nM140 S[first_layer_bed_temperature] ; set bed temp\nM109 R170 ; wait for bed leveling temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM204 T1250 ; set travel acceleration\nG28 ; home all without mesh bed level\nG29 ; mesh bed leveling \nM204 T[machine_max_acceleration_travel] ; restore travel acceleration\nM104 S[first_layer_temperature] ; set extruder temp\nG92 E0\nG1 Y-2 X179 F2400\nG1 Z3 F720\nM109 S[first_layer_temperature] ; wait for extruder temp\n\n; intro line\nG1 X170 F1000\nG1 Z0.2 F720\nG1 X110 E8 F900\nG1 X40 E10 F700\nG92 E0\n\nM221 S95 ; set flow",
|
|
"printer_notes": "Don't remove the following keywords! These keywords are used in the \"compatible printer\" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MINI\n",
|
|
"scan_first_layer": "0",
|
|
"machine_load_filament_time": "17",
|
|
"machine_unload_filament_time": "16",
|
|
"nozzle_type": "hardened_steel",
|
|
"auxiliary_fan": "0",
|
|
"thumbnails": [
|
|
"16x16/QOI",
|
|
"220x124/QOI",
|
|
"200x240/QOI",
|
|
"640x480/PNG"
|
|
]
|
|
}
|