mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-30 13:26:58 +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
132 lines
2.8 KiB
JSON
132 lines
2.8 KiB
JSON
{
|
|
"type": "machine",
|
|
"name": "Sovol SV06 ACE 0.4 nozzle",
|
|
"inherits": "fdm_machine_common",
|
|
"from": "system",
|
|
"setting_id": "CEDYgg6mNzFCH7bK",
|
|
"instantiation": "true",
|
|
"printer_model": "Sovol SV06 ACE",
|
|
"default_print_profile": "0.20mm Standard @Sovol SV06 ACE",
|
|
"printer_variant": "0.4",
|
|
"nozzle_diameter": [
|
|
"0.4"
|
|
],
|
|
"printable_area": [
|
|
"0x0",
|
|
"220x0",
|
|
"220x220",
|
|
"0x220"
|
|
],
|
|
"printable_height": "250",
|
|
"thumbnails": [
|
|
"96x96",
|
|
"160x160"
|
|
],
|
|
"thumbnails_format": "PNG",
|
|
"retraction_length": [
|
|
"0.8"
|
|
],
|
|
"retraction_minimum_travel": [
|
|
"1"
|
|
],
|
|
"support_multi_bed_types": "1",
|
|
"machine_max_acceleration_e": [
|
|
"5000",
|
|
"5000"
|
|
],
|
|
"machine_max_acceleration_extruding": [
|
|
"20000",
|
|
"20000"
|
|
],
|
|
"machine_max_acceleration_retracting": [
|
|
"5000",
|
|
"5000"
|
|
],
|
|
"machine_max_acceleration_travel": [
|
|
"20000",
|
|
"20000"
|
|
],
|
|
"machine_max_acceleration_x": [
|
|
"20000",
|
|
"20000"
|
|
],
|
|
"machine_max_acceleration_y": [
|
|
"20000",
|
|
"20000"
|
|
],
|
|
"machine_max_acceleration_z": [
|
|
"500",
|
|
"500"
|
|
],
|
|
"machine_max_speed_x": [
|
|
"600",
|
|
"600"
|
|
],
|
|
"machine_max_speed_y": [
|
|
"600",
|
|
"600"
|
|
],
|
|
"machine_max_speed_e": [
|
|
"50",
|
|
"50"
|
|
],
|
|
"machine_max_speed_z": [
|
|
"10",
|
|
"10"
|
|
],
|
|
"z_hop": [
|
|
"0.4"
|
|
],
|
|
"z_hop_types": [
|
|
"Auto Lift"
|
|
],
|
|
"max_layer_height": [
|
|
"0.32",
|
|
"0.32"
|
|
],
|
|
"retract_lift_below": [
|
|
"248",
|
|
"248"
|
|
],
|
|
"retraction_speed": [
|
|
"40",
|
|
"40"
|
|
],
|
|
"deretraction_speed": [
|
|
"40",
|
|
"40"
|
|
],
|
|
"wipe_distance": [
|
|
"2"
|
|
],
|
|
"retract_before_wipe": [
|
|
"100%"
|
|
],
|
|
"retract_length_toolchange": [
|
|
"2",
|
|
"2"
|
|
],
|
|
"machine_max_jerk_e": [
|
|
"2.5"
|
|
],
|
|
"machine_max_jerk_x": [
|
|
"9"
|
|
],
|
|
"machine_max_jerk_y": [
|
|
"9"
|
|
],
|
|
"machine_max_jerk_z": [
|
|
"0.5"
|
|
],
|
|
"gcode_flavor": "klipper",
|
|
"before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0",
|
|
"change_filament_gcode": "M600",
|
|
"manual_filament_change": "1",
|
|
"machine_start_gcode": "M140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\nSTART_PRINT\nG90\nG1 X0 F6000\nG1 Y20\nG1 Z0.400 F600\nG1 Y-4 F6000\nM400\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nM109 S[nozzle_temperature_initial_layer];wait for extruder temp\nG91\nM83\nG1 E-0.200 Z5 F600\nG1 X{print_bed_max[1] / 3} F6000\nG1 Z-4.800 F600\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 Y1 E0.16 F3000\nG1 X-{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 X-{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 Y1 E0.24 F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 E-0.200 Z1 F600\nM400\n\n",
|
|
"machine_end_gcode": "END_PRINT\n",
|
|
"machine_pause_gcode": "PAUSE",
|
|
"default_filament_profile": [
|
|
"Sovol SV06 ACE PLA"
|
|
]
|
|
}
|