mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-28 05:12:27 +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
352 lines
8.8 KiB
JSON
352 lines
8.8 KiB
JSON
{
|
|
"type": "machine",
|
|
"name": "SeeMeCNC Artemis 0.7 nozzle",
|
|
"from": "System",
|
|
"setting_id": "H2RRgI7dIfsMQ3rs",
|
|
"instantiation": "true",
|
|
"adaptive_bed_mesh_margin": "0",
|
|
"auxiliary_fan": "0",
|
|
"bed_custom_model": "SeeMeCNC_Buildplate_Model.STL",
|
|
"bed_custom_texture": "SeeMeCNC_Buildplate_texture.png",
|
|
"bed_exclude_area": [
|
|
"0x0"
|
|
],
|
|
"bed_mesh_max": "99999,99999",
|
|
"bed_mesh_min": "-99999,-99999",
|
|
"bed_mesh_probe_distance": "50,50",
|
|
"bed_temperature_formula": "by_first_filament",
|
|
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\n{if layer_num == 1}M104 S[nozzle_temperature] ; Step down from first layer temp to print temp{endif}\nG92 E0\n",
|
|
"best_object_pos": "0.5,0.5",
|
|
"change_extrusion_role_gcode": "",
|
|
"change_filament_gcode": "{if layer_num >= 0}\nG92 E0\nG1 E-5 F3000\nG1 E-155 F5000\nT[next_extruder]\n{if layer_num == 0}\nM109 S[first_layer_temperature]\n{else}\nM109 S[nozzle_temperature]\n{endif}\nG1 E160 F5000\nG92 E0\n{endif}",
|
|
"cooling_tube_length": "5",
|
|
"cooling_tube_retraction": "160",
|
|
"default_filament_profile": [
|
|
"SeeMeCNC PLA"
|
|
],
|
|
"default_nozzle_volume_type": [
|
|
"Standard"
|
|
],
|
|
"default_print_profile": "0.35mm Standard @SeeMeCNC Artemis 0.7",
|
|
"deretraction_speed": [
|
|
"60"
|
|
],
|
|
"disable_m73": "0",
|
|
"emit_machine_limits_to_gcode": "1",
|
|
"enable_filament_ramming": "0",
|
|
"enable_long_retraction_when_cut": "0",
|
|
"enable_power_loss_recovery": "printer_configuration",
|
|
"extra_loading_move": "0",
|
|
"extruder_clearance_height_to_lid": "70",
|
|
"extruder_clearance_height_to_rod": "70",
|
|
"extruder_clearance_radius": "75",
|
|
"extruder_colour": [
|
|
"#FCE94F"
|
|
],
|
|
"extruder_offset": [
|
|
"0x0"
|
|
],
|
|
"extruder_printable_area": [],
|
|
"extruder_printable_height": [
|
|
"500"
|
|
],
|
|
"extruder_type": [
|
|
"Bowden"
|
|
],
|
|
"extruder_variant_list": [
|
|
"Bowden Standard"
|
|
],
|
|
"fan_kickstart": "0",
|
|
"fan_speedup_overhangs": "1",
|
|
"fan_speedup_time": "0",
|
|
"file_start_gcode": "",
|
|
"gcode_flavor": "reprapfirmware",
|
|
"grab_length": [
|
|
"0"
|
|
],
|
|
"head_wrap_detect_zone": [],
|
|
"high_current_on_filament_swap": "0",
|
|
"host_type": "duet",
|
|
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
|
"long_retractions_when_cut": [
|
|
"0"
|
|
],
|
|
"machine_end_gcode": [
|
|
";======= SEEMECNC ARTEMIS END G-CODE =======\nM104 S0 ; Turn off hotend\nM140 S0 ; Turn off heated bed\nM107 T0 ; Turn off part cooling fan\nG91 ; Relative positioning\nG1 Z2 E-160 F6000 ; Lift 2mm and retract 160mm\nG92 E0\nG90 ; Absolute positioning\nM203 Z18000 ; Allow fast Z for homing\nG28 ; Home all axes - clears part immediately on a delta\n;======= END G-CODE ======="
|
|
],
|
|
"machine_load_filament_time": "4",
|
|
"machine_max_acceleration_e": [
|
|
"5000",
|
|
"5000"
|
|
],
|
|
"machine_max_acceleration_extruding": [
|
|
"5000",
|
|
"5000"
|
|
],
|
|
"machine_max_acceleration_retracting": [
|
|
"5000",
|
|
"5000"
|
|
],
|
|
"machine_max_acceleration_travel": [
|
|
"5000",
|
|
"5000"
|
|
],
|
|
"machine_max_acceleration_x": [
|
|
"5000",
|
|
"5000"
|
|
],
|
|
"machine_max_acceleration_y": [
|
|
"5000",
|
|
"5000"
|
|
],
|
|
"machine_max_acceleration_z": [
|
|
"5000",
|
|
"5000"
|
|
],
|
|
"machine_max_jerk_e": [
|
|
"15",
|
|
"15"
|
|
],
|
|
"machine_max_jerk_x": [
|
|
"15",
|
|
"15"
|
|
],
|
|
"machine_max_jerk_y": [
|
|
"15",
|
|
"15"
|
|
],
|
|
"machine_max_jerk_z": [
|
|
"15",
|
|
"15"
|
|
],
|
|
"machine_max_junction_deviation": [
|
|
"0.01"
|
|
],
|
|
"machine_max_speed_e": [
|
|
"150",
|
|
"25"
|
|
],
|
|
"machine_max_speed_x": [
|
|
"300",
|
|
"300"
|
|
],
|
|
"machine_max_speed_y": [
|
|
"300",
|
|
"300"
|
|
],
|
|
"machine_max_speed_z": [
|
|
"200",
|
|
"200"
|
|
],
|
|
"machine_min_extruding_rate": [
|
|
"0",
|
|
"0"
|
|
],
|
|
"machine_min_travel_rate": [
|
|
"0",
|
|
"0"
|
|
],
|
|
"machine_pause_gcode": "M601",
|
|
"machine_start_gcode": [
|
|
";======= SEEMECNC ARTEMIS START G-CODE =======\nG21 ; Set units to mm\nG90 ; Absolute positioning\nM82 ; Extruder to absolute mode\nG28 ; Home all axes\nG1 Z50 F9000 ; Lift nozzle for safe heating\n; --- SELECT STARTING TOOL ---\nT[initial_tool] ; Activate the first assigned filament in OrcaSlicer\n; --- PREHEAT ---\nM140 S[first_layer_bed_temperature] ; Start bed heating\nM104 S[first_layer_temperature] ; Start nozzle heating\nM190 S[first_layer_bed_temperature] ; Wait for bed to reach temp\nM109 S[first_layer_temperature] ; Wait for nozzle to reach temp\n; --- RE-PRIME BOWDEN TUBE ---\nG92 E0\nG1 E160.5 F3000 ; Retract 160mm\nG92 E0\n; --- PURGE LINE (curved arc near front edge, 290mm bed) ---\nG92 E0\nG1 X-50 Y-129.9 Z0.4 F5000 ; Move to arc start (inside 145mm radius)\nG1 Z0.3 F1000 ; Drop to prime height\nG3 X50 Y-129.9 R139.2 E40 F600 ; Arc purge, 100mm sweep, heavy extrusion\nG1 E38 F4500 ; Retract 2mm before wipe (Bowden)\nG1 X65 Y-119.9 Z0.2 F6000 ; Wipe move at Z0.2\nG92 E0 ; Zero extruder before print\n;======= END START G-CODE ======="
|
|
],
|
|
"machine_tool_change_time": "0",
|
|
"machine_unload_filament_time": "4",
|
|
"manual_filament_change": "0",
|
|
"master_extruder_id": "1",
|
|
"max_layer_height": [
|
|
"0.56"
|
|
],
|
|
"max_resonance_avoidance_speed": "100",
|
|
"min_layer_height": [
|
|
"0.15"
|
|
],
|
|
"min_resonance_avoidance_speed": "50",
|
|
"nozzle_diameter": [
|
|
"0.7"
|
|
],
|
|
"nozzle_flush_dataset": [
|
|
"0"
|
|
],
|
|
"nozzle_height": "2.5",
|
|
"nozzle_hrc": "0",
|
|
"nozzle_type": [
|
|
"brass"
|
|
],
|
|
"nozzle_volume": [
|
|
"0"
|
|
],
|
|
"parking_pos_retraction": "160",
|
|
"pellet_modded_printer": "0",
|
|
"physical_extruder_map": [
|
|
"0"
|
|
],
|
|
"preferred_orientation": "0",
|
|
"printable_area": [
|
|
"145.0000x0.0000",
|
|
"144.4482x12.6376",
|
|
"142.7971x25.1790",
|
|
"140.0592x37.5288",
|
|
"136.2554x49.5929",
|
|
"131.4146x61.2796",
|
|
"125.5737x72.5000",
|
|
"118.7770x83.1686",
|
|
"111.0764x93.2042",
|
|
"102.5305x102.5305",
|
|
"93.2042x111.0764",
|
|
"83.1686x118.7770",
|
|
"72.5000x125.5737",
|
|
"61.2796x131.4146",
|
|
"49.5929x136.2554",
|
|
"37.5288x140.0592",
|
|
"25.1790x142.7971",
|
|
"12.6376x144.4482",
|
|
"0.0000x145.0000",
|
|
"-12.6376x144.4482",
|
|
"-25.1790x142.7971",
|
|
"-37.5288x140.0592",
|
|
"-49.5929x136.2554",
|
|
"-61.2796x131.4146",
|
|
"-72.5000x125.5737",
|
|
"-83.1686x118.7770",
|
|
"-93.2042x111.0764",
|
|
"-102.5305x102.5305",
|
|
"-111.0764x93.2042",
|
|
"-118.7770x83.1686",
|
|
"-125.5737x72.5000",
|
|
"-131.4146x61.2796",
|
|
"-136.2554x49.5929",
|
|
"-140.0592x37.5288",
|
|
"-142.7971x25.1790",
|
|
"-144.4482x12.6376",
|
|
"-145.0000x0.0000",
|
|
"-144.4482x-12.6376",
|
|
"-142.7971x-25.1790",
|
|
"-140.0592x-37.5288",
|
|
"-136.2554x-49.5929",
|
|
"-131.4146x-61.2796",
|
|
"-125.5737x-72.5000",
|
|
"-118.7770x-83.1686",
|
|
"-111.0764x-93.2042",
|
|
"-102.5305x-102.5305",
|
|
"-93.2042x-111.0764",
|
|
"-83.1686x-118.7770",
|
|
"-72.5000x-125.5737",
|
|
"-61.2796x-131.4146",
|
|
"-49.5929x-136.2554",
|
|
"-37.5288x-140.0592",
|
|
"-25.1790x-142.7971",
|
|
"-12.6376x-144.4482",
|
|
"-0.0000x-145.0000",
|
|
"12.6376x-144.4482",
|
|
"25.1790x-142.7971",
|
|
"37.5288x-140.0592",
|
|
"49.5929x-136.2554",
|
|
"61.2796x-131.4146",
|
|
"72.5000x-125.5737",
|
|
"83.1686x-118.7770",
|
|
"93.2042x-111.0764",
|
|
"102.5305x-102.5305",
|
|
"111.0764x-93.2042",
|
|
"118.7770x-83.1686",
|
|
"125.5737x-72.5000",
|
|
"131.4146x-61.2796",
|
|
"136.2554x-49.5929",
|
|
"140.0592x-37.5288",
|
|
"142.7971x-25.1790",
|
|
"144.4482x-12.6376"
|
|
],
|
|
"printable_height": "500",
|
|
"printer_agent": "",
|
|
"printer_extruder_id": [
|
|
"1"
|
|
],
|
|
"printer_extruder_variant": [
|
|
"Bowden Standard"
|
|
],
|
|
"printer_model": "SeeMeCNC Artemis 300",
|
|
"printer_notes": "",
|
|
"printer_settings_id": "SeeMeCNC Artemis 0.7 nozzle",
|
|
"printer_structure": "delta",
|
|
"printer_technology": "FFF",
|
|
"printer_variant": "0.7",
|
|
"printhost_authorization_type": "key",
|
|
"printhost_ssl_ignore_revoke": "0",
|
|
"printing_by_object_gcode": "",
|
|
"purge_in_prime_tower": "0",
|
|
"resonance_avoidance": "0",
|
|
"retract_before_wipe": [
|
|
"70%"
|
|
],
|
|
"retract_length_toolchange": [
|
|
"3"
|
|
],
|
|
"retract_lift_above": [
|
|
"0"
|
|
],
|
|
"retract_lift_below": [
|
|
"0"
|
|
],
|
|
"retract_lift_enforce": [
|
|
"All Surfaces"
|
|
],
|
|
"retract_restart_extra": [
|
|
"0"
|
|
],
|
|
"retract_restart_extra_toolchange": [
|
|
"2"
|
|
],
|
|
"retract_when_changing_layer": [
|
|
"1"
|
|
],
|
|
"retraction_distances_when_cut": [
|
|
"18"
|
|
],
|
|
"retraction_length": [
|
|
"6"
|
|
],
|
|
"retraction_minimum_travel": [
|
|
"1"
|
|
],
|
|
"retraction_speed": [
|
|
"60"
|
|
],
|
|
"scan_first_layer": "0",
|
|
"silent_mode": "0",
|
|
"single_extruder_multi_material": "1",
|
|
"support_air_filtration": "1",
|
|
"support_chamber_temp_control": "1",
|
|
"support_multi_bed_types": "0",
|
|
"support_object_skip_flush": "0",
|
|
"template_custom_gcode": "",
|
|
"thumbnails": "48x48/PNG, 300x300/PNG",
|
|
"thumbnails_format": "PNG",
|
|
"time_cost": "0",
|
|
"time_lapse_gcode": "",
|
|
"travel_slope": [
|
|
"3"
|
|
],
|
|
"upward_compatible_machine": [],
|
|
"use_firmware_retraction": "0",
|
|
"use_relative_e_distances": "1",
|
|
"wipe": [
|
|
"1"
|
|
],
|
|
"wipe_distance": [
|
|
"1"
|
|
],
|
|
"wipe_tower_type": "type2",
|
|
"wrapping_detection_gcode": "",
|
|
"wrapping_detection_layers": "20",
|
|
"wrapping_exclude_area": [],
|
|
"z_hop": [
|
|
"0.4"
|
|
],
|
|
"z_hop_types": [
|
|
"Auto Lift"
|
|
],
|
|
"z_offset": "0",
|
|
"model": "SeeMeCNC Artemis 300",
|
|
"thumbnail": "SeeMeCNC Artemis 300_cover.png",
|
|
"description": "SeeMeCNC configurations"
|
|
} |