mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-24 11:22:07 +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
124 lines
4.8 KiB
JSON
124 lines
4.8 KiB
JSON
{
|
|
"type": "machine",
|
|
"from": "system",
|
|
"instantiation": "true",
|
|
"inherits": "fdm_creality_common",
|
|
"printer_model": "Creality Hi",
|
|
"printer_structure": "i3",
|
|
"default_print_profile": "0.1mm Standard @Creality Hi 0.2 nozzle",
|
|
"adaptive_bed_mesh_margin": "0",
|
|
"auxiliary_fan": "0",
|
|
"bbl_use_printhost": "0",
|
|
"bed_exclude_area": "0x0",
|
|
"bed_mesh_max": "99999,99999",
|
|
"bed_mesh_min": "-99999,-99999",
|
|
"bed_mesh_probe_distance": "50,50",
|
|
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
|
|
"best_object_pos": "0.5,0.5",
|
|
"change_filament_gcode": "G2 Z{z_after_toolchange + 0.4} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift\nG1 X260 Y180 F30000\nG1 Z{z_after_toolchange} F600",
|
|
"cooling_tube_length": "0",
|
|
"cooling_tube_retraction": "0",
|
|
"creality_flush_time": "105",
|
|
"disable_m73": "0",
|
|
"emit_machine_limits_to_gcode": "1",
|
|
"enable_filament_ramming": "0",
|
|
"enable_long_retraction_when_cut": "0",
|
|
"extra_loading_move": "0",
|
|
"extruder_clearance_height_to_lid": "20",
|
|
"extruder_clearance_height_to_rod": "27",
|
|
"extruder_clearance_radius": "55",
|
|
"fan_kickstart": "0",
|
|
"fan_speedup_overhangs": "1",
|
|
"fan_speedup_time": "0",
|
|
"gcode_flavor": "klipper",
|
|
"high_current_on_filament_swap": "0",
|
|
"host_type": "octoprint",
|
|
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
|
"machine_LED_light_exist": "1",
|
|
"machine_end_gcode": "G1 X0 Y180 F8000\nEND_PRINT",
|
|
"machine_load_filament_time": "105",
|
|
"machine_max_acceleration_e": "5000",
|
|
"machine_max_acceleration_extruding": "12000",
|
|
"machine_max_acceleration_retracting": "5000",
|
|
"machine_max_acceleration_travel": "20000",
|
|
"machine_max_acceleration_x": "12000",
|
|
"machine_max_acceleration_y": "12000",
|
|
"machine_max_acceleration_z": "500",
|
|
"machine_max_jerk_e": "2.5",
|
|
"machine_max_jerk_x": "12",
|
|
"machine_max_jerk_y": "12",
|
|
"machine_max_jerk_z": "2",
|
|
"machine_max_speed_e": "50",
|
|
"machine_max_speed_x": "300",
|
|
"machine_max_speed_y": "300",
|
|
"machine_max_speed_z": "20",
|
|
"machine_min_extruding_rate": "0,0",
|
|
"machine_min_travel_rate": "0,0",
|
|
"machine_pause_gcode": "PAUSE",
|
|
"machine_platform_motion_enable": "0",
|
|
"machine_start_gcode": "M140 S0\nM104 S0 \nSTART_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]\nT[initial_no_support_extruder]\nM104 S[nozzle_temperature_initial_layer]\nM204 S2000\nG1 Z3 F600\nM83\nG1 Y150 F12000\nG1 X0 F12000\nG1 Z0.2 F600\nG1 X0 Y150 F6000\nG1 E0.8 F300\nG1 X0 Y0 E9 F{filament_max_volumetric_speed[initial_extruder]/0.3*60}\nG1 X150 Y0 E9 F{filament_max_volumetric_speed[initial_extruder]/0.3*60}\nG92 E0\nG1 Z1 F600",
|
|
"machine_tool_change_time": "0",
|
|
"machine_unload_filament_time": "0",
|
|
"manual_filament_change": "0",
|
|
"nozzle_height": "4",
|
|
"nozzle_hrc": "0",
|
|
"nozzle_type": "hardened_steel",
|
|
"nozzle_volume": "183",
|
|
"parking_pos_retraction": "0",
|
|
"pellet_modded_printer": "0",
|
|
"preferred_orientation": "0",
|
|
"prime_tower_position_type": "Left Upper",
|
|
"print_host": "http://172.23.209.71:4408/",
|
|
"print_host_webui": "http://172.23.209.71:4408/",
|
|
"printable_area": "0x0,260x0,260x260,0x260",
|
|
"printable_height": "300",
|
|
"printer_technology": "FFF",
|
|
"printer_variant": "0.2",
|
|
"printhost_authorization_type": "key",
|
|
"printhost_ssl_ignore_revoke": "0",
|
|
"purge_in_prime_tower": "0",
|
|
"scan_first_layer": "0",
|
|
"silent_mode": "0",
|
|
"single_extruder_multi_material": "1",
|
|
"support_air_filtration": "0",
|
|
"support_chamber_temp_control": "1",
|
|
"support_multi_bed_types": "1",
|
|
"thumbnails": "96x96/PNG, 300x300/PNG",
|
|
"thumbnails_format": "PNG",
|
|
"time_cost": "0",
|
|
"time_lapse_gcode": "{if !spiral_mode && print_sequence != \"by object\" && layer_num != 0}\n;don't support timelapse gcode in spiral_mode and by object sequence for I3 structure printer\n;time lapse begin\nM5001 G92 E0\nM5001 G17\nM5001 G2 Z{layer_z + 0.4} I0.86 J0.86 P1 F20000 ; spiral lift a little\nM5001 G1 X0 Y180 F24000 ; move to safe pos\nM5001 P15\nM5001 M400 P300\nM5001 G92 E0\n;time lapse end\n{endif}",
|
|
"use_firmware_retraction": "0",
|
|
"use_relative_e_distances": "1",
|
|
"z_offset": "0",
|
|
"default_filament_profile": [
|
|
"Creality Generic PLA @Hi-all"
|
|
],
|
|
"deretraction_speed": "40",
|
|
"extruder_colour": "#018001",
|
|
"extruder_offset": "0x0",
|
|
"long_retractions_when_cut": "0",
|
|
"max_layer_height": "0.14",
|
|
"min_layer_height": "0.04",
|
|
"nozzle_diameter": [
|
|
"0.2"
|
|
],
|
|
"retract_before_wipe": "70%",
|
|
"retract_length_toolchange": "0",
|
|
"retract_lift_above": "0",
|
|
"retract_lift_below": "259",
|
|
"retract_lift_enforce": "All Surfaces",
|
|
"retract_restart_extra": "0",
|
|
"retract_restart_extra_toolchange": "0",
|
|
"retract_when_changing_layer": "1",
|
|
"retraction_distances_when_cut": "18",
|
|
"retraction_length": "0.5",
|
|
"retraction_minimum_travel": "1",
|
|
"retraction_speed": "40",
|
|
"travel_slope": "3",
|
|
"wipe": "1",
|
|
"wipe_distance": "2",
|
|
"z_hop": "0.4",
|
|
"z_hop_types": "Auto Lift",
|
|
"name": "Creality Hi 0.2 nozzle",
|
|
"setting_id": "Qr6oR8AJNy1QmytY"
|
|
} |