Files
OrcaSlicer-bambulab/resources/profiles/Artillery/machine/Artillery M1 Pro 0.6 nozzle.json
Louis Rossmann c661ddc2eb Initial release
2026-05-11 07:39:33 -05:00

470 lines
15 KiB
JSON

{
"type": "machine",
"name": "Artillery M1 Pro 0.6 nozzle",
"from": "system",
"instantiation": "true",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "1",
"bbl_use_printhost": "0",
"bed_custom_model": "",
"bed_custom_texture": "",
"bed_exclude_area": [
"0x0"
],
"bed_mesh_max": "99999,99999",
"bed_mesh_min": "-99999,-99999",
"bed_mesh_probe_distance": "50,50",
"before_layer_change_gcode": "\n",
"best_object_pos": "0.5,0.5",
"change_extrusion_role_gcode": "",
"change_filament_gcode": "",
"cooling_tube_length": "5",
"cooling_tube_retraction": "91.5",
"default_filament_profile": [
"Artillery PLA Basic"
],
"default_print_profile": "0.20mm Standard @Artillery Genius",
"deretraction_speed": [
"30"
],
"disable_m73": "0",
"emit_machine_limits_to_gcode": "0",
"enable_filament_ramming": "1",
"enable_long_retraction_when_cut": "0",
"extra_loading_move": "-2",
"extruder_clearance_height_to_lid": "140",
"extruder_clearance_height_to_rod": "36",
"extruder_clearance_radius": "65",
"extruder_colour": [
"#018001"
],
"extruder_offset": [
"0x0"
],
"fan_kickstart": "0",
"fan_speedup_overhangs": "1",
"fan_speedup_time": "0",
"gcode_flavor": "klipper",
"head_wrap_detect_zone": [],
"high_current_on_filament_swap": "0",
"layer_change_gcode": "G92 E0\n{if layer_num==2}\n\n;filter_fan\nM106 P3 S{during_print_exhaust_fan_speed[0]*255/100.0};\n\n;auxiliary_fan\nM106 P2 S{additional_cooling_fan_speed[0]*255/100.0}\n\n{endif}\n\n\n",
"long_retractions_when_cut": [
"0"
],
"machine_end_gcode": ";===== G-CODE START =====================\n;===== machine: M1 PRO =========================\n;===== date: 20250513 =====================\n\n;===== Raise Z-Axis =====================\nM400 ; wait for buffer to clear\nG90\nG92 E0 ; zero the extruder\nG1 E-0.8 F1800 ; retract\n\n{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F300 ; Move print head up{endif}\nG1 X260 Y250 F3600 ; move to safe pos \n{if max_layer_z < 50}G1 Z50 F300 ; Move print head further up{endif}\n;===== Default Settings =====================\nM400\nM106 S0 ;turn off cool fan\nM141 S0 ;turn off PTC\nM106 P2 S0 ;turn off chamber fan\nM106 P1 S0 ;turn off PTC fan\nM106 P3 S0 ;turn off filter fan\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nSET_VELOCITY_LIMIT VELOCITY=500;\nSET_VELOCITY_LIMIT ACCEL=6000;\nSET_VELOCITY_LIMIT MINIMUM_CRUISE_RATIO=0.2;\nSET_VELOCITY_LIMIT SQUARE_CORNER_VELOCITY=5;\nG21; set units to millimeters\nM104 S0\nM140 S0\nM400\nM84 X Y Z E ; disable motors\nM400\n;===== G-CODE END =====================\n",
"machine_load_filament_time": "0",
"machine_max_acceleration_e": [
"5000",
"5000"
],
"machine_max_acceleration_extruding": [
"20000",
"1250"
],
"machine_max_acceleration_retracting": [
"5000",
"1250"
],
"machine_max_acceleration_travel": [
"1000",
"1250"
],
"machine_max_acceleration_x": [
"20000",
"1000"
],
"machine_max_acceleration_y": [
"20000",
"1000"
],
"machine_max_acceleration_z": [
"500",
"200"
],
"machine_max_jerk_e": [
"2.5",
"2.5"
],
"machine_max_jerk_x": [
"9",
"10"
],
"machine_max_jerk_y": [
"9",
"10"
],
"machine_max_jerk_z": [
"3",
"0.4"
],
"machine_max_speed_e": [
"30",
"120"
],
"machine_max_speed_x": [
"500",
"200"
],
"machine_max_speed_y": [
"500",
"200"
],
"machine_max_speed_z": [
"20",
"12"
],
"machine_min_extruding_rate": [
"0",
"0"
],
"machine_min_travel_rate": [
"0",
"0"
],
"machine_pause_gcode": "M600",
"machine_start_gcode": ";===== START G-CODE =====================\n;===== machine: M1 PRO =========================\n;===== size: X260 Y260 Z260 =====================\n;===== date: 20250529 =====================\n\n;===== Default Settings =====================\nM106 S0 ;turn off cool fan\nM141 S0 ;turn off PTC\nM106 P2 S0 ;turn off chamber fan\nM106 P1 S0 ;turn off PTC fan\nM106 P3 S0 ;turn off filter fan\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nSET_VELOCITY_LIMIT VELOCITY=500;\nSET_VELOCITY_LIMIT ACCEL=6000;\nSET_VELOCITY_LIMIT MINIMUM_CRUISE_RATIO=0.2;\nSET_VELOCITY_LIMIT SQUARE_CORNER_VELOCITY=5;\nG21; set units to millimeters\nG90\n\n;===== Preheat While Zeroing =====================\nM106 P1 S255\n\nM140 S[bed_temperature_initial_layer_single];\n\n{if filament_type[initial_no_support_extruder]==\"ABS\"}\nM106 P2 S60\nG4 P1000\nM191 S47;\nM141 S{chamber_temperature[0]};\n{endif}\n\n{if filament_type[initial_no_support_extruder]==\"PC\"}\nM106 P2 S60\nG4 P1000\nM191 S47;\nM141 S{chamber_temperature[0]};\n{endif}\n\n{if filament_type[initial_no_support_extruder]==\"ASA\"}\nM106 P2 S60\nG4 P1000\nM191 S47;\nM141 S{chamber_temperature[0]};\n{endif}\n\n{if filament_type[initial_no_support_extruder]==\"PA\"}\nM106 P2 S60\nG4 P1000\nM191 S47;\nM141 S{chamber_temperature[0]};\n{endif}\n\nM106 P2 S0\nM106 S0;\nG4 P500\n\n;===== Wait heating =====================\nG28\nG1 X20 Y5.8 Z0.2 F18000\n\n;===== Set Print Temperature =====================\nM106 S120;\nG4 P500\nM104 S[first_layer_temperature];\n\n{if (bed_temperature_initial_layer_single >0)}\nM190 S[bed_temperature_initial_layer_single];\n{else}\nM140 S[bed_temperature_initial_layer_single];\n{endif}\n\nM109 S[first_layer_temperature];\nM106 S0;\nG4 P500\n\n;===== Wipe Nozzle Extrude Line =====================\nG1 X5 Y-0.5 Z10 F18000\nM400\nG1 X5 Y-0.5 Z0.3 F600\nM400\n\nG92 E0\nG1 X180 Y-0.5 Z0.3 F1800.0 E18.0;draw line\n\nG92 E0\nG1 X180 Y1.5 Z0.3 F1800.0 E0.2;draw line\n\nG92 E0\nG1 X80 Y1.5 Z0.3 F1800.0 E10.0;draw line\n\nG92 E0\nG1 X80 Y-2 Z0.3 F1800.0 E0.4;draw line\n\nG92 E0\nG1 X160 Y-2 Z0.3 F1800.0 E8;draw line\n\nG92 E0\nG1 X160 Y0 Z0.3 F1800.0 E0.2;draw line\n\nG92 E0\nM400\n\n;===== END G-CODE =====================\n\n\n\n\n",
"machine_tool_change_time": "0",
"machine_unload_filament_time": "0",
"manual_filament_change": "0",
"max_layer_height": [
"0.42"
],
"min_layer_height": [
"0.08"
],
"nozzle_diameter": [
"0.6"
],
"nozzle_height": "2.5",
"nozzle_hrc": "0",
"nozzle_type": "hardened_steel",
"nozzle_volume": "0",
"parking_pos_retraction": "92",
"pellet_modded_printer": "0",
"preferred_orientation": "0",
"print_host": "192.168.0.249",
"print_host_webui": "",
"printable_area": [
"181.7x-9.99164",
"182.065x-9.96658",
"182.429x-9.92488",
"182.79x-9.86661",
"183.148x-9.7919",
"183.502x-9.70091",
"183.851x-9.59383",
"184.196x-9.47087",
"184.534x-9.33231",
"184.866x-9.17842",
"185.19x-9.00954",
"185.507x-8.82599",
"185.814x-8.62819",
"186.113x-8.41653",
"186.401x-8.19148",
"186.679x-7.95348",
"186.945x-7.70303",
"187.2x-7.44069",
"187.442x-7.16695",
"187.672x-6.88243",
"187.889x-6.58769",
"188.635x-5.52152",
"189.769x-3.90205",
"190.709x-2.55922",
"190.924x-2.27065",
"191.156x-1.9955",
"191.404x-1.73476",
"191.667x-1.48938",
"191.945x-1.26022",
"192.236x-1.04814",
"192.539x-0.853866",
"192.853x-0.678131",
"193.177x-0.521545",
"193.51x-0.384674",
"193.851x-0.26802",
"194.198x-0.171997",
"194.55x-0.096954",
"194.906x-0.043151",
"195.264x-0.010803",
"195.624x0",
"261x0",
"261.369x0.017059",
"261.735x0.068099",
"262.095x0.152694",
"262.445x0.270111",
"262.783x0.419342",
"263.106x0.599136",
"263.411x0.807937",
"263.695x1.04396",
"263.956x1.30522",
"264.192x1.58946",
"264.401x1.89427",
"264.581x2.21704",
"264.73x2.55504",
"264.847x2.90535",
"264.932x3.265",
"264.983x3.63092",
"265x4",
"265x261",
"264.983x261.369",
"264.932x261.735",
"264.847x262.095",
"264.73x262.445",
"264.581x262.783",
"264.401x263.106",
"264.192x263.411",
"263.956x263.695",
"263.695x263.956",
"263.411x264.192",
"263.106x264.401",
"262.783x264.581",
"262.445x264.73",
"262.095x264.847",
"261.735x264.932",
"261.369x264.983",
"261x265",
"228x265",
"227.741x265.034",
"227.5x265.134",
"227.293x265.293",
"227.134x265.5",
"227.034x265.741",
"227x266",
"227x270",
"226.978x270.362",
"226.913x270.718",
"226.805x271.064",
"226.656x271.394",
"226.469x271.704",
"226.246x271.989",
"225.989x272.246",
"225.704x272.469",
"225.394x272.656",
"225.064x272.805",
"224.718x272.913",
"224.362x272.978",
"224x273",
"193x273",
"192.638x272.978",
"192.282x272.913",
"191.936x272.805",
"191.606x272.656",
"191.296x272.469",
"191.011x272.246",
"190.754x271.989",
"190.531x271.704",
"190.344x271.394",
"190.195x271.064",
"190.087x270.718",
"190.022x270.362",
"190x270",
"190x266",
"189.966x265.741",
"189.866x265.5",
"189.707x265.293",
"189.5x265.134",
"189.259x265.034",
"189x265",
"76x265",
"75.7412x265.034",
"75.5x265.134",
"75.2929x265.293",
"75.134x265.5",
"75.0341x265.741",
"75x266",
"75x270",
"74.9781x270.362",
"74.9128x270.718",
"74.805x271.064",
"74.6563x271.394",
"74.4689x271.704",
"74.2455x271.989",
"73.9894x272.246",
"73.7042x272.469",
"73.3942x272.656",
"73.0638x272.805",
"72.7179x272.913",
"72.3616x272.978",
"72x273",
"41x273",
"40.6384x272.978",
"40.282x272.913",
"39.9362x272.805",
"39.6058x272.656",
"39.2958x272.469",
"39.0106x272.246",
"38.7545x271.989",
"38.531x271.704",
"38.3436x271.394",
"38.1949x271.064",
"38.0872x270.718",
"38.0219x270.362",
"38x270",
"38x266",
"37.9659x265.741",
"37.866x265.5",
"37.7071x265.293",
"37.5x265.134",
"37.2588x265.034",
"37x265",
"4x265",
"3.63092x264.983",
"3.26498x264.932",
"2.90533x264.847",
"2.55502x264.73",
"2.21704x264.581",
"1.89426x264.401",
"1.58945x264.192",
"1.30521x263.956",
"1.04394x263.695",
"0.807922x263.411",
"0.599121x263.106",
"0.419342x262.783",
"0.270111x262.445",
"0.152679x262.095",
"0.068084x261.735",
"0.017059x261.369",
"0x261",
"0x4",
"0.017059x3.63092",
"0.068084x3.265",
"0.152679x2.90535",
"0.270111x2.55504",
"0.419342x2.21704",
"0.599121x1.89427",
"0.807922x1.58946",
"1.04394x1.30522",
"1.30521x1.04396",
"1.58945x0.807937",
"1.89426x0.599136",
"2.21704x0.419342",
"2.55502x0.270111",
"2.90533x0.152694",
"3.26498x0.068099",
"3.63092x0.017059",
"4x0",
"69.3761x0",
"69.7359x-0.010803",
"70.0944x-0.043151",
"70.4503x-0.096954",
"70.8024x-0.171997",
"71.1493x-0.26802",
"71.4898x-0.384674",
"71.8228x-0.521545",
"72.1469x-0.678131",
"72.4611x-0.853866",
"72.7641x-1.04814",
"73.055x-1.26022",
"73.3326x-1.48938",
"73.596x-1.73476",
"73.8441x-1.9955",
"74.0763x-2.27065",
"74.2914x-2.55922",
"75.2314x-3.90205",
"76.1714x-5.24487",
"76.7589x-6.08414",
"77.1114x-6.58769",
"77.3279x-6.88243",
"77.5576x-7.16695",
"77.8002x-7.44069",
"78.0549x-7.70303",
"78.3214x-7.95348",
"78.5991x-8.19148",
"78.8874x-8.41653",
"79.1856x-8.62819",
"79.4932x-8.82599",
"79.8095x-9.00954",
"80.1339x-9.17842",
"80.4657x-9.33231",
"80.8041x-9.47087",
"81.1485x-9.59383",
"81.4982x-9.70091",
"81.8524x-9.7919",
"82.2104x-9.86661",
"82.5714x-9.92488",
"82.9348x-9.96658",
"83.2996x-9.99164",
"83.6652x-10",
"181.335x-10"
],
"printable_height": "260",
"printer_model": "Artillery M1 Pro",
"printer_notes": "",
"printer_settings_id": "Artillery M1 Pro 0.6 nozzle",
"printer_structure": "undefine",
"printer_technology": "FFF",
"printer_variant": "0.6",
"printhost_apikey": "",
"printhost_authorization_type": "key",
"printhost_cafile": "",
"printhost_password": "",
"printhost_port": "",
"printhost_ssl_ignore_revoke": "0",
"printhost_user": "",
"printing_by_object_gcode": "",
"purge_in_prime_tower": "1",
"retract_before_wipe": [
"0%"
],
"retract_length_toolchange": [
"10"
],
"retract_lift_above": [
"0"
],
"retract_lift_below": [
"0"
],
"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": [
"1.4"
],
"retraction_minimum_travel": [
"2"
],
"retraction_speed": [
"30"
],
"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",
"template_custom_gcode": "",
"thumbnails": "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": [
"0"
],
"wipe_distance": [
"1"
],
"z_hop": [
"0.4"
],
"z_hop_types": [
"Auto Lift"
],
"z_offset": "0"
}