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
112 lines
4.2 KiB
JSON
112 lines
4.2 KiB
JSON
{
|
|
"type": "machine",
|
|
"from": "system",
|
|
"instantiation": "true",
|
|
"inherits": "fdm_creality_common",
|
|
"printer_model": "Creality Ender-3 V4",
|
|
"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 X215 Y110 F30000\nG1 Z{z_after_toolchange} F600",
|
|
"cooling_tube_length": "0",
|
|
"cooling_tube_retraction": "0",
|
|
"creality_flush_time": "86.0",
|
|
"default_print_profile": "0.20mm Standard @Creality Ender-3 V4 0.4 nozzle",
|
|
"disable_m73": "0",
|
|
"emit_machine_limits_to_gcode": "1",
|
|
"enable_filament_ramming": "0",
|
|
"extra_loading_move": "0",
|
|
"extruder_clearance_height_to_lid": "235",
|
|
"extruder_clearance_height_to_rod": "35",
|
|
"extruder_clearance_radius": "78",
|
|
"fan_kickstart": "0",
|
|
"fan_speedup_overhangs": "1",
|
|
"fan_speedup_time": "0",
|
|
"gcode_flavor": "klipper",
|
|
"high_current_on_filament_swap": "0",
|
|
"host_type": "octoprint",
|
|
"machine_LED_light_exist": "1",
|
|
"machine_end_gcode": "END_PRINT",
|
|
"machine_load_filament_time": "126",
|
|
"machine_max_acceleration_e": "2400",
|
|
"machine_max_acceleration_extruding": "12000",
|
|
"machine_max_acceleration_retracting": "2400",
|
|
"machine_max_acceleration_travel": "12000",
|
|
"machine_max_acceleration_x": "12000",
|
|
"machine_max_acceleration_y": "12000",
|
|
"machine_max_acceleration_z": "1000",
|
|
"machine_max_jerk_e": "10",
|
|
"machine_max_jerk_x": "100",
|
|
"machine_max_jerk_y": "100",
|
|
"machine_max_jerk_z": "5",
|
|
"machine_max_speed_e": "40",
|
|
"machine_max_speed_x": "500",
|
|
"machine_max_speed_y": "500",
|
|
"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 X20 Y-1 F30000\nG1 Z0.3 F1200\nG1 X100 E10 F{filament_max_volumetric_speed[initial_extruder]/0.3*60}\nG1 X105 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4*60}\nG1 X110 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)*60}\nG1 X115 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4*60}\nG1 X120 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)*60}\nG1 X125 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4*60}\nG91\nG1 X1 Z-0.300\nG1 X4\nG92 E0\nG1 Z1 F1200",
|
|
"machine_unload_filament_time": "0",
|
|
"manual_filament_change": "0",
|
|
"nozzle_hrc": "0",
|
|
"nozzle_type": "hardened_steel",
|
|
"nozzle_volume": "165",
|
|
"parking_pos_retraction": "0",
|
|
"preferred_orientation": "0",
|
|
"prime_tower_position_type": "Left Upper",
|
|
"printable_area": "0x0,220x0,220x220,0x220",
|
|
"printable_height": "235",
|
|
"printer_technology": "FFF",
|
|
"printer_variant": "0.4",
|
|
"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": "0",
|
|
"support_multi_bed_types": "1",
|
|
"thumbnails": "96x96,300x300",
|
|
"thumbnails_format": "PNG",
|
|
"time_cost": "0",
|
|
"use_firmware_retraction": "0",
|
|
"use_relative_e_distances": "1",
|
|
"z_offset": "0",
|
|
"default_filament_profile": [
|
|
"Generic PLA @Ender-3 V4-all"
|
|
],
|
|
"deretraction_speed": "40",
|
|
"extruder_colour": "\"\"",
|
|
"extruder_offset": "0x0",
|
|
"max_layer_height": "0.32",
|
|
"min_layer_height": "0.08",
|
|
"nozzle_diameter": [
|
|
"0.4"
|
|
],
|
|
"retract_before_wipe": "100%",
|
|
"retract_length_toolchange": "0",
|
|
"retract_lift_above": "0",
|
|
"retract_lift_below": "234",
|
|
"retract_lift_enforce": "All Surfaces",
|
|
"retract_restart_extra": "0",
|
|
"retract_restart_extra_toolchange": "0",
|
|
"retract_when_changing_layer": "1",
|
|
"retraction_length": "0.8",
|
|
"retraction_minimum_travel": "2",
|
|
"retraction_speed": "40",
|
|
"wipe": "1",
|
|
"wipe_distance": "2",
|
|
"z_hop": "0.4",
|
|
"z_hop_types": "Slope Lift",
|
|
"name": "Creality Ender-3 V4 0.4 nozzle",
|
|
"setting_id": "R96v98fNsXyf9HXq"
|
|
}
|