mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
# Description This PR updates the machine start G-code and adaptive bed mesh options of the **OpenEYE Peacock V2** printer profile. There are no breaking changes. Existing profiles and workflows remain fully compatible. ## Tests - Loaded the updated profile in Orca Slicer. - Generated sample G-code files and verified the updated startup sequence. - Confirmed no impact on slicing behavior, materials, or process settings.
226 lines
6.0 KiB
JSON
226 lines
6.0 KiB
JSON
{
|
|
"adaptive_bed_mesh_margin": "0",
|
|
"auxiliary_fan": "0",
|
|
"bed_exclude_area": [
|
|
"0x0"
|
|
],
|
|
"bed_mesh_max": "99999,99999",
|
|
"bed_mesh_min": "-99999,-99999",
|
|
"bed_mesh_probe_distance": "50,50",
|
|
"bed_temperature_formula": "by_highest_temp",
|
|
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\nTIMELAPSE_TAKE_FRAME",
|
|
"best_object_pos": "0.5,0.5",
|
|
"change_filament_gcode": "",
|
|
"cooling_tube_length": "0",
|
|
"cooling_tube_retraction": "0",
|
|
"default_bed_type": "Textured PEI Plate",
|
|
"default_filament_profile": [
|
|
"Generic PLA @System"
|
|
],
|
|
"default_print_profile": "0.20mm Standard @OpenEYE Peacock V2",
|
|
"deretraction_speed": [
|
|
"30"
|
|
],
|
|
"disable_m73": "0",
|
|
"emit_machine_limits_to_gcode": "0",
|
|
"enable_filament_ramming": "0",
|
|
"enable_long_retraction_when_cut": "0",
|
|
"extra_loading_move": "0",
|
|
"extruder_clearance_height_to_lid": "34",
|
|
"extruder_clearance_height_to_rod": "34",
|
|
"extruder_clearance_radius": "47",
|
|
"extruder_colour": [
|
|
"#FCE94F"
|
|
],
|
|
"extruder_offset": [
|
|
"0x0"
|
|
],
|
|
"fan_kickstart": "0",
|
|
"fan_speedup_overhangs": "1",
|
|
"fan_speedup_time": "0",
|
|
"from": "system",
|
|
"gcode_flavor": "klipper",
|
|
"head_wrap_detect_zone": [],
|
|
"high_current_on_filament_swap": "0",
|
|
"host_type": "octoprint",
|
|
"inherits": "fdm_machine_common",
|
|
"instantiation": "false",
|
|
"layer_change_gcode": "SET_PRINT_STATS_INFO CURRENT_LAYER={layer_num + 1}\n_MMU_UPDATE_HEIGHT",
|
|
"long_retractions_when_cut": [
|
|
"0"
|
|
],
|
|
"machine_end_gcode": "MMU_END\nEND_PRINT",
|
|
"machine_load_filament_time": "0",
|
|
"machine_max_acceleration_e": [
|
|
"5000",
|
|
"5000"
|
|
],
|
|
"machine_max_acceleration_extruding": [
|
|
"20000",
|
|
"20000"
|
|
],
|
|
"machine_max_acceleration_retracting": [
|
|
"5000",
|
|
"5000"
|
|
],
|
|
"machine_max_acceleration_travel": [
|
|
"9000",
|
|
"9000"
|
|
],
|
|
"machine_max_acceleration_x": [
|
|
"20000",
|
|
"20000"
|
|
],
|
|
"machine_max_acceleration_y": [
|
|
"20000",
|
|
"20000"
|
|
],
|
|
"machine_max_acceleration_z": [
|
|
"500",
|
|
"500"
|
|
],
|
|
"machine_max_jerk_e": [
|
|
"2.5",
|
|
"2.5"
|
|
],
|
|
"machine_max_jerk_x": [
|
|
"9",
|
|
"9"
|
|
],
|
|
"machine_max_jerk_y": [
|
|
"9",
|
|
"9"
|
|
],
|
|
"machine_max_jerk_z": [
|
|
"3",
|
|
"3"
|
|
],
|
|
"machine_max_junction_deviation": [
|
|
"0",
|
|
"0"
|
|
],
|
|
"machine_max_speed_e": [
|
|
"60",
|
|
"60"
|
|
],
|
|
"machine_max_speed_x": [
|
|
"500",
|
|
"500"
|
|
],
|
|
"machine_max_speed_y": [
|
|
"500",
|
|
"500"
|
|
],
|
|
"machine_max_speed_z": [
|
|
"30",
|
|
"30"
|
|
],
|
|
"machine_min_extruding_rate": [
|
|
"0",
|
|
"0"
|
|
],
|
|
"machine_min_travel_rate": [
|
|
"0",
|
|
"0"
|
|
],
|
|
"machine_pause_gcode": "PAUSE",
|
|
"machine_start_gcode": "SET_PRINT_STATS_INFO TOTAL_LAYER=[total_layer_count]\nMMU_START_SETUP INITIAL_TOOL={initial_tool} TOTAL_TOOLCHANGES=!total_toolchanges! REFERENCED_TOOLS=!referenced_tools! TOOL_COLORS=!colors! TOOL_TEMPS=!temperatures! TOOL_MATERIALS=!materials! FILAMENT_NAMES=!filament_names! PURGE_VOLUMES=!purge_volumes!\nMMU_START_CHECK\nSTART_PRINT BED_TEMP=[bed_temperature_initial_layer] EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TYPE=\"{curr_bed_type}\" MESH_MIN={adaptive_bed_mesh_min[0]},{adaptive_bed_mesh_min[1]} MESH_MAX={adaptive_bed_mesh_max[0]},{adaptive_bed_mesh_max[1]} ALGORITHM=[bed_mesh_algo] PROBE_COUNT={bed_mesh_probe_count[0]},{bed_mesh_probe_count[1]} ADAPTIVE_MARGIN={adaptive_bed_mesh_margin}\n; Enter YOUR exist start_print macro call here (minus purging logic because tool may not be loaded yet)\nMMU_START_LOAD_INITIAL_TOOL\n; Optionally add YOUR additional start logic (like purging) here to run just prior to start\nSTART_PRINT_SECONDARY\nSET_PRINT_STATS_INFO TOTAL_LAYER={total_layer_count} ; For pause at layer functionality and better print stats",
|
|
"machine_tool_change_time": "0",
|
|
"machine_unload_filament_time": "0",
|
|
"manual_filament_change": "0",
|
|
"max_layer_height": [
|
|
"0.28"
|
|
],
|
|
"max_resonance_avoidance_speed": "120",
|
|
"min_layer_height": [
|
|
"0.08"
|
|
],
|
|
"min_resonance_avoidance_speed": "70",
|
|
"name": "fdm_openeye_common",
|
|
"nozzle_diameter": [
|
|
"0.4",
|
|
"0.4"
|
|
],
|
|
"nozzle_height": "2.5",
|
|
"nozzle_hrc": "0",
|
|
"nozzle_type": "brass",
|
|
"nozzle_volume": "0",
|
|
"parking_pos_retraction": "0",
|
|
"pellet_modded_printer": "0",
|
|
"preferred_orientation": "0",
|
|
"print_host": "openeye3dpi.local",
|
|
"printable_height": "250",
|
|
"printer_settings_id": "",
|
|
"printer_technology": "FFF",
|
|
"printer_variant": "0.4",
|
|
"printing_by_object_gcode": "",
|
|
"purge_in_prime_tower": "1",
|
|
"resonance_avoidance": "0",
|
|
"retract_before_wipe": [
|
|
"0%"
|
|
],
|
|
"retract_length_toolchange": [
|
|
"0"
|
|
],
|
|
"retract_lift_above": [
|
|
"0"
|
|
],
|
|
"retract_lift_below": [
|
|
"180",
|
|
"180"
|
|
],
|
|
"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.8"
|
|
],
|
|
"retraction_minimum_travel": [
|
|
"1"
|
|
],
|
|
"retraction_speed": [
|
|
"30"
|
|
],
|
|
"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",
|
|
"template_custom_gcode": "",
|
|
"thumbnails": "48x48/PNG, 300x300/PNG",
|
|
"thumbnails_format": "PNG",
|
|
"time_cost": "0",
|
|
"time_lapse_gcode": "",
|
|
"travel_slope": [
|
|
"3"
|
|
],
|
|
"type": "machine",
|
|
"use_firmware_retraction": "0",
|
|
"use_relative_e_distances": "1",
|
|
"wipe": [
|
|
"1"
|
|
],
|
|
"wipe_distance": [
|
|
"1"
|
|
],
|
|
"z_hop": [
|
|
"0.4"
|
|
],
|
|
"z_hop_types": [
|
|
"Auto Lift"
|
|
],
|
|
"z_offset": "0"
|
|
} |