Reduce size by Json Fromatting (#13163)

Reduce the size of current and new JSONs by standardising them with 1 tab indentation instead of 4 spaces.
This effectively reduces the size by almost 20 MB.

| Current | New |
|---|---|
| 85.2 Mib | 67 Mib |

Used [JQ](https://jqlang.org/) `--tab` to automatically format every current JSON.

> [!NOTE]
> Some profiles had the arrays on the same line, but those created by Orca were in the standard format (each object below the previous one). In some cases, this increases the number of tabs due to the new lines, but the increase is negligible, and this way both the base profiles and those created by Orca maintain the same style.
This commit is contained in:
Ian Bassi
2026-04-15 11:58:12 -03:00
committed by GitHub
parent f7ef8a14bd
commit 16727644bb
10101 changed files with 1871226 additions and 1860967 deletions

View File

@@ -1,25 +1,25 @@
{
"type": "machine",
"setting_id": "GM003",
"name": "Artillery Genius 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "Artillery Genius",
"default_print_profile": "0.20mm Standard @Artillery Genius",
"nozzle_diameter": [
"0.4"
],
"bed_exclude_area": [
"0x0"
],
"printable_area": [
"0x0",
"220x0",
"220x220",
"0x220"
],
"printable_height": "250",
"type": "machine",
"setting_id": "GM003",
"name": "Artillery Genius 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "Artillery Genius",
"default_print_profile": "0.20mm Standard @Artillery Genius",
"nozzle_diameter": [
"0.4"
],
"bed_exclude_area": [
"0x0"
],
"printable_area": [
"0x0",
"220x0",
"220x220",
"0x220"
],
"printable_height": "250",
"nozzle_type": "brass",
"auxiliary_fan": "0",
"machine_max_acceleration_extruding": [
@@ -109,8 +109,8 @@
"default_filament_profile": [
"Artillery Generic PLA"
],
"machine_start_gcode": "M83; extruder relative mode\nG28; home all axes\nM109 S[nozzle_temperature_initial_layer]; hotend temperature\nM140 S[bed_temperature_initial_layer_single]; heatbed temperature\nM190 S[bed_temperature_initial_layer_single]; wait for the bed to heat up\nM109 S[nozzle_temperature_initial_layer]; wait for the extruder to heat up\nG92 E0; reset extruder\nG1 X20 Y5 Z0.3 F5000.0; move to start-line position\nG1 Z0.3 F1000; print height\nG1 X200 Y5 F1500.0 E15; draw 1st line\nG1 X200 Y5.3 Z0.3 F5000.0; move to side a little\nG1 X5.3 Y5.3 Z0.3 F1500.0 E30; draw 2nd line\nG1 Z3 F3000; move z up little to prevent scratching of surface",
"machine_end_gcode": "G91; Relative positionning\nG1 E-2 Z0.2 F2400; Retract and raise Z\nG1 X5 Y5 F3000; Wipe out\nG1 Z10; Raise Z more\nG90; Absolute positionning\nG1 X0 Y100; Present print\nM106 S0; Turn-off fan\nM104 S0; Turn-off hotend\nM140 S0; Turn-off bed\nM84 X Y E; Disable all steppers but Z",
"layer_change_gcode": "",
"scan_first_layer": "0"
"machine_start_gcode": "M83; extruder relative mode\nG28; home all axes\nM109 S[nozzle_temperature_initial_layer]; hotend temperature\nM140 S[bed_temperature_initial_layer_single]; heatbed temperature\nM190 S[bed_temperature_initial_layer_single]; wait for the bed to heat up\nM109 S[nozzle_temperature_initial_layer]; wait for the extruder to heat up\nG92 E0; reset extruder\nG1 X20 Y5 Z0.3 F5000.0; move to start-line position\nG1 Z0.3 F1000; print height\nG1 X200 Y5 F1500.0 E15; draw 1st line\nG1 X200 Y5.3 Z0.3 F5000.0; move to side a little\nG1 X5.3 Y5.3 Z0.3 F1500.0 E30; draw 2nd line\nG1 Z3 F3000; move z up little to prevent scratching of surface",
"machine_end_gcode": "G91; Relative positionning\nG1 E-2 Z0.2 F2400; Retract and raise Z\nG1 X5 Y5 F3000; Wipe out\nG1 Z10; Raise Z more\nG90; Absolute positionning\nG1 X0 Y100; Present print\nM106 S0; Turn-off fan\nM104 S0; Turn-off hotend\nM140 S0; Turn-off bed\nM84 X Y E; Disable all steppers but Z",
"layer_change_gcode": "",
"scan_first_layer": "0"
}

View File

@@ -1,25 +1,25 @@
{
"type": "machine",
"setting_id": "GM003",
"name": "Artillery Genius Pro 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "Artillery Genius Pro",
"default_print_profile": "0.20mm Standard @Artillery Genius Pro",
"nozzle_diameter": [
"0.4"
],
"bed_exclude_area": [
"0x0"
],
"printable_area": [
"0x0",
"220x0",
"220x220",
"0x220"
],
"printable_height": "250",
"type": "machine",
"setting_id": "GM003",
"name": "Artillery Genius Pro 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "Artillery Genius Pro",
"default_print_profile": "0.20mm Standard @Artillery Genius Pro",
"nozzle_diameter": [
"0.4"
],
"bed_exclude_area": [
"0x0"
],
"printable_area": [
"0x0",
"220x0",
"220x220",
"0x220"
],
"printable_height": "250",
"nozzle_type": "brass",
"auxiliary_fan": "0",
"machine_max_acceleration_extruding": [
@@ -109,9 +109,8 @@
"default_filament_profile": [
"Artillery Generic PLA"
],
"machine_start_gcode": "M83; extruder relative mode\nG28; home all axes\nG29 S12000; bed mesh leveling\nM104 S[nozzle_temperature_initial_layer]; set hotend temperature\nM140 S[bed_temperature_initial_layer_single]; set heatbed temperature\nG90; Absolute Positioning\nG1 Y0 F5000; Move to front\nG1 X0 F5000; Move to origin\nM190 S[bed_temperature_initial_layer_single]; wait for the bed to heat up\nM109 S[nozzle_temperature_initial_layer]; wait for the extruder to heat up\nG92 E0; reset extruder\nG1 X20 Y5 Z0.3 F5000.0; move to start-line position\nG1 Z0.3 F1000; print height\nG1 X200 Y5 F1500.0 E15; draw 1st line\nG1 X200 Y5.3 Z0.3 F5000.0; move to side a little\nG1 X5.3 Y5.3 Z0.3 F1500.0 E30; draw 2nd line\nG1 Z3 F3000; move z up little to prevent scratching of surface",
"machine_end_gcode": "G91; Relative positionning\nG1 E-2 Z0.2 F2400; Retract and raise Z\nG1 X5 Y5 F3000; Wipe out\nG1 Z10; Raise Z more\nG90; Absolute positionning\nG1 X0 Y100; Present print\nM106 S0; Turn-off fan\nM104 S0; Turn-off hotend\nM140 S0; Turn-off bed\nM84 X Y E; Disable all steppers but Z",
"layer_change_gcode": "",
"scan_first_layer": "0"
"machine_start_gcode": "M83; extruder relative mode\nG28; home all axes\nG29 S12000; bed mesh leveling\nM104 S[nozzle_temperature_initial_layer]; set hotend temperature\nM140 S[bed_temperature_initial_layer_single]; set heatbed temperature\nG90; Absolute Positioning\nG1 Y0 F5000; Move to front\nG1 X0 F5000; Move to origin\nM190 S[bed_temperature_initial_layer_single]; wait for the bed to heat up\nM109 S[nozzle_temperature_initial_layer]; wait for the extruder to heat up\nG92 E0; reset extruder\nG1 X20 Y5 Z0.3 F5000.0; move to start-line position\nG1 Z0.3 F1000; print height\nG1 X200 Y5 F1500.0 E15; draw 1st line\nG1 X200 Y5.3 Z0.3 F5000.0; move to side a little\nG1 X5.3 Y5.3 Z0.3 F1500.0 E30; draw 2nd line\nG1 Z3 F3000; move z up little to prevent scratching of surface",
"machine_end_gcode": "G91; Relative positionning\nG1 E-2 Z0.2 F2400; Retract and raise Z\nG1 X5 Y5 F3000; Wipe out\nG1 Z10; Raise Z more\nG90; Absolute positionning\nG1 X0 Y100; Present print\nM106 S0; Turn-off fan\nM104 S0; Turn-off hotend\nM140 S0; Turn-off bed\nM84 X Y E; Disable all steppers but Z",
"layer_change_gcode": "",
"scan_first_layer": "0"
}

View File

@@ -1,12 +1,12 @@
{
"type": "machine_model",
"name": "Artillery Genius Pro",
"model_id": "Artillery-Genius-Pro",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Artillery",
"bed_model": "artillery_geniuspro_buildplate_model.stl",
"bed_texture": "artillery_geniuspro_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Artillery Generic ABS;Artillery Generic PLA;Artillery Generic PLA-CF;Artillery Generic PETG;Artillery Generic TPU;Artillery Generic ASA"
"type": "machine_model",
"name": "Artillery Genius Pro",
"model_id": "Artillery-Genius-Pro",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Artillery",
"bed_model": "artillery_geniuspro_buildplate_model.stl",
"bed_texture": "artillery_geniuspro_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Artillery Generic ABS;Artillery Generic PLA;Artillery Generic PLA-CF;Artillery Generic PETG;Artillery Generic TPU;Artillery Generic ASA"
}

View File

@@ -1,12 +1,12 @@
{
"type": "machine_model",
"name": "Artillery Genius",
"model_id": "Artillery-Genius",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Artillery",
"bed_model": "artillery_genius_buildplate_model.stl",
"bed_texture": "artillery_genius_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Artillery Generic ABS;Artillery Generic PLA;Artillery Generic PLA-CF;Artillery Generic PETG;Artillery Generic TPU;Artillery Generic ASA"
"type": "machine_model",
"name": "Artillery Genius",
"model_id": "Artillery-Genius",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Artillery",
"bed_model": "artillery_genius_buildplate_model.stl",
"bed_texture": "artillery_genius_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Artillery Generic ABS;Artillery Generic PLA;Artillery Generic PLA-CF;Artillery Generic PETG;Artillery Generic TPU;Artillery Generic ASA"
}

View File

@@ -1,25 +1,25 @@
{
"type": "machine",
"setting_id": "GM003",
"name": "Artillery Hornet 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "Artillery Hornet",
"default_print_profile": "0.20mm Standard @Artillery Hornet",
"nozzle_diameter": [
"0.4"
],
"bed_exclude_area": [
"0x0"
],
"printable_area": [
"0x0",
"230x0",
"230x230",
"0x230"
],
"printable_height": "250",
"type": "machine",
"setting_id": "GM003",
"name": "Artillery Hornet 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "Artillery Hornet",
"default_print_profile": "0.20mm Standard @Artillery Hornet",
"nozzle_diameter": [
"0.4"
],
"bed_exclude_area": [
"0x0"
],
"printable_area": [
"0x0",
"230x0",
"230x230",
"0x230"
],
"printable_height": "250",
"nozzle_type": "hardened_steel",
"auxiliary_fan": "0",
"machine_max_acceleration_extruding": [
@@ -106,10 +106,9 @@
"default_filament_profile": [
"Artillery Generic PLA"
],
"machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nM140 S{hot_plate_temp_initial_layer[0]} ; set final bed temp\nG4 S30 ; allow partial nozzle warmup\nG28 ; home all axis\nG29 ; auto bed levelling\nG1 Z50 F240\nG1 X2.0 Y10 F3000\nM104 S{nozzle_temperature_initial_layer[0]} ; set final nozzle temp\nM190 S{hot_plate_temp_initial_layer[0]} ; wait for bed temp to stabilize\nM109 S{nozzle_temperature_initial_layer[0]} ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 X2.0 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 Y140 F5000\nG92 E0\nG1 X2.3 Y10 E10 F1200 ; prime the nozzle\nG92 E0",
"machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.85} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n",
"machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nM140 S{hot_plate_temp_initial_layer[0]} ; set final bed temp\nG4 S30 ; allow partial nozzle warmup\nG28 ; home all axis\nG29 ; auto bed levelling\nG1 Z50 F240\nG1 X2.0 Y10 F3000\nM104 S{nozzle_temperature_initial_layer[0]} ; set final nozzle temp\nM190 S{hot_plate_temp_initial_layer[0]} ; wait for bed temp to stabilize\nM109 S{nozzle_temperature_initial_layer[0]} ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 X2.0 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 Y140 F5000\nG92 E0\nG1 X2.3 Y10 E10 F1200 ; prime the nozzle\nG92 E0",
"machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.85} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n",
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
"scan_first_layer": "0"
}
"scan_first_layer": "0"
}

View File

@@ -1,12 +1,12 @@
{
"type": "machine_model",
"name": "Artillery Hornet",
"model_id": "Artillery-Hornet",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Artillery",
"bed_model": "artillery_hornet_buildplate_model.stl",
"bed_texture": "artillery_hornet_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Artillery Generic ABS;Artillery Generic PLA;Artillery Generic PLA-CF;Artillery Generic PETG;Artillery Generic TPU;Artillery Generic ASA"
"type": "machine_model",
"name": "Artillery Hornet",
"model_id": "Artillery-Hornet",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Artillery",
"bed_model": "artillery_hornet_buildplate_model.stl",
"bed_texture": "artillery_hornet_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Artillery Generic ABS;Artillery Generic PLA;Artillery Generic PLA-CF;Artillery Generic PETG;Artillery Generic TPU;Artillery Generic ASA"
}

View File

@@ -1,470 +1,470 @@
{
"type": "machine",
"name": "Artillery M1 Pro 0.2 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.14"
],
"min_layer_height": [
"0.04"
],
"nozzle_diameter": [
"0.2"
],
"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.3.24",
"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.2 nozzle",
"printer_structure": "undefine",
"printer_technology": "FFF",
"printer_variant": "0.2",
"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": [
"0.4"
],
"retraction_minimum_travel": [
"1"
],
"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"
}
"type": "machine",
"name": "Artillery M1 Pro 0.2 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.14"
],
"min_layer_height": [
"0.04"
],
"nozzle_diameter": [
"0.2"
],
"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.3.24",
"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.2 nozzle",
"printer_structure": "undefine",
"printer_technology": "FFF",
"printer_variant": "0.2",
"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": [
"0.4"
],
"retraction_minimum_travel": [
"1"
],
"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"
}

View File

@@ -1,227 +1,227 @@
{
"type": "machine",
"name": "Artillery M1 Pro 0.4 nozzle",
"inherits": "fdm_machine_common",
"from": "system",
"setting_id": "GM007",
"instantiation": "true",
"is_artillery": "1",
"emit_machine_limits_to_gcode": "1",
"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",
"machine_end_gcode": ";===== G-CODE START =====================\n;===== machine: M1 PRO =========================\n;===== date: 20250729 =====================\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} \nG90\nG1 X200 Y260 F21000\nG1 X200 Y275 F6000\nG1 X160 Y275 F6000\nG1 X137 Y275 F3000\nM400\nTIMELAPSE_TAKE_FRAME\n{if max_layer_z < 50}G1 Z50 F300 ; Move print head further up{endif}\n;===== Default Settings =====================\nM400\nM106 S255\nM141 S0\nM106 P1 S255\nM104 S160\nG4 P10000\nM109 S160\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 =====================",
"machine_max_acceleration_extruding": [
"20000",
"1250"
],
"machine_max_acceleration_retracting": [
"5000",
"1250"
],
"machine_max_acceleration_x": [
"20000",
"1000"
],
"machine_max_acceleration_y": [
"20000",
"1000"
],
"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": [
"50",
"120"
],
"machine_max_speed_x": [
"700",
"200"
],
"machine_max_speed_y": [
"700",
"200"
],
"machine_max_speed_z": [
"20",
"12"
],
"machine_start_gcode": ";===== START G-CODE =====================\n;===== machine: M1 PRO =========================\n;===== size: X260 Y260 Z260 =====================\n;===== date: 20250708 =====================\n;===== Filament Temperature Configuration =====================\n;Nozzle_Preheat_Temp:140\n;Bed_Preheat_Temp:[bed_temperature_initial_layer_single]\n{if (nozzle_temperature_initial_layer[0] >250)};Filament_Common_Extrusion_Temp:[nozzle_temperature_initial_layer]{else};Filament_Common_Extrusion_Temp:250{endif}\n;Nozzle_Init_Layer_Temp:[nozzle_temperature_initial_layer]\n;Filament_Softening_Temp:[nozzle_temperature_range_low]\n;Chamber_Temp:{chamber_temperature[0]}\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 S153\n\nM140 S[bed_temperature_initial_layer_single];\n\n{if filament_type[initial_no_support_extruder]==\"ABS\"}\nM106 P1 S255\nM106 P2 S60\nG4 P5000\nM191 S47;\nM141 S{chamber_temperature[0]};\n{endif}\n\n{if filament_type[initial_no_support_extruder]==\"PC\"}\nM106 P1 S255\nM106 P2 S60\nG4 P5000\nM191 S47;\nM141 S{chamber_temperature[0]};\n{endif}\n\n{if filament_type[initial_no_support_extruder]==\"ASA\"}\nM106 P1 S255\nM106 P2 S60\nG4 P5000\nM191 S47;\nM141 S{chamber_temperature[0]};\n{endif}\n\n{if filament_type[initial_no_support_extruder]==\"PA\"}\nM106 P1 S255\nM106 P2 S60\nG4 P5000\nM191 S47;\nM141 S{chamber_temperature[0]};\n{endif}\n\n{if filament_type[initial_no_support_extruder]==\"PA-CF\"}\nM106 P1 S255\nM106 P2 S60\nG4 P5000\nM191 S47;\nM141 S{chamber_temperature[0]};\n{endif}\n\nM106 P2 S0\nM106 S0;\nG4 P500\n\n;===== Wait heating =====================\nG28\nG1 X20 Y2 Z0 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 X20 Y2 Z0 F18000\nM400\n\nG92 E0\nG0 E4;\nM400\n\nG92 E0\nG1 X240 Y2 Z0.2 F1800.0 E11.0;\n\nG92 E0\nG1 X240 Y10 Z0.2 F1800.0 E1;\n\nG92 E0\nG1 X239.5\nG0 E0.2\n\nG92 E0\nG0 Y2.5 E0.125\n\nG92 E0\nG1 X20 F1800.0 E11;\n\nM400\nG92 E0\nG1 Z0.6 F600\nM400\n\nG1 X{first_layer_print_min[0]} Y{first_layer_print_min[1]} F9000\nM400\n\n;===== END G-CODE =====================\n\n\n",
"print_host": "192.168.3.29",
"printable_area": [
"0x0",
"260x0",
"260x260",
"0x260"
],
"printer_settings_id": "Artillery M1 Pro 0.4 nozzle",
"retraction_length": [
"0.8"
],
"z_hop": [
"0.6"
],
"printer_model": "Artillery M1 Pro",
"nozzle_diameter": [
"0.4"
],
"default_filament_profile": [
"Artillery PLA Basic"
],
"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": "G1 E-2 F2400\nG2 Z{z_after_toolchange + 0.4} I0.86 J0.86 P1 F10000\nT[next_extruder]",
"cooling_tube_length": "0",
"cooling_tube_retraction": "0",
"default_print_profile": "0.20mm Standard @Artillery Genius",
"deretraction_speed": [
"40"
],
"disable_m73": "0",
"enable_filament_ramming": "0",
"extra_loading_move": "0",
"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",
"machine_load_filament_time": "0",
"machine_max_acceleration_e": [
"5000",
"5000"
],
"machine_max_acceleration_travel": [
"1000",
"1250"
],
"machine_max_acceleration_z": [
"500",
"200"
],
"machine_min_extruding_rate": [
"0",
"0"
],
"machine_min_travel_rate": [
"0",
"0"
],
"machine_pause_gcode": "M600",
"machine_unload_filament_time": "0",
"manual_filament_change": "0",
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.08"
],
"nozzle_hrc": "0",
"nozzle_type": "hardened_steel",
"nozzle_volume": "0",
"parking_pos_retraction": "0",
"preferred_orientation": "0",
"print_host_webui": "",
"printable_height": "260",
"printer_notes": "",
"printer_structure": "undefine",
"printer_technology": "FFF",
"printer_variant": "0.4",
"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": "0",
"retract_before_wipe": [
"70%"
],
"retract_length_toolchange": [
"0"
],
"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_minimum_travel": [
"1"
],
"retraction_speed": [
"40"
],
"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": "1",
"template_custom_gcode": "",
"thumbnails": [
"300x300"
],
"thumbnails_format": "PNG",
"time_cost": "0",
"upward_compatible_machine": [],
"use_firmware_retraction": "0",
"use_relative_e_distances": "1",
"wipe": [
"1"
],
"wipe_distance": [
"2"
],
"z_hop_types": [
"Slope Lift"
],
"z_offset": "0",
"time_lapse_gcode": "TIMELAPSE_TAKE_FRAME"
}
"type": "machine",
"name": "Artillery M1 Pro 0.4 nozzle",
"inherits": "fdm_machine_common",
"from": "system",
"setting_id": "GM007",
"instantiation": "true",
"is_artillery": "1",
"emit_machine_limits_to_gcode": "1",
"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",
"machine_end_gcode": ";===== G-CODE START =====================\n;===== machine: M1 PRO =========================\n;===== date: 20250729 =====================\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} \nG90\nG1 X200 Y260 F21000\nG1 X200 Y275 F6000\nG1 X160 Y275 F6000\nG1 X137 Y275 F3000\nM400\nTIMELAPSE_TAKE_FRAME\n{if max_layer_z < 50}G1 Z50 F300 ; Move print head further up{endif}\n;===== Default Settings =====================\nM400\nM106 S255\nM141 S0\nM106 P1 S255\nM104 S160\nG4 P10000\nM109 S160\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 =====================",
"machine_max_acceleration_extruding": [
"20000",
"1250"
],
"machine_max_acceleration_retracting": [
"5000",
"1250"
],
"machine_max_acceleration_x": [
"20000",
"1000"
],
"machine_max_acceleration_y": [
"20000",
"1000"
],
"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": [
"50",
"120"
],
"machine_max_speed_x": [
"700",
"200"
],
"machine_max_speed_y": [
"700",
"200"
],
"machine_max_speed_z": [
"20",
"12"
],
"machine_start_gcode": ";===== START G-CODE =====================\n;===== machine: M1 PRO =========================\n;===== size: X260 Y260 Z260 =====================\n;===== date: 20250708 =====================\n;===== Filament Temperature Configuration =====================\n;Nozzle_Preheat_Temp:140\n;Bed_Preheat_Temp:[bed_temperature_initial_layer_single]\n{if (nozzle_temperature_initial_layer[0] >250)};Filament_Common_Extrusion_Temp:[nozzle_temperature_initial_layer]{else};Filament_Common_Extrusion_Temp:250{endif}\n;Nozzle_Init_Layer_Temp:[nozzle_temperature_initial_layer]\n;Filament_Softening_Temp:[nozzle_temperature_range_low]\n;Chamber_Temp:{chamber_temperature[0]}\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 S153\n\nM140 S[bed_temperature_initial_layer_single];\n\n{if filament_type[initial_no_support_extruder]==\"ABS\"}\nM106 P1 S255\nM106 P2 S60\nG4 P5000\nM191 S47;\nM141 S{chamber_temperature[0]};\n{endif}\n\n{if filament_type[initial_no_support_extruder]==\"PC\"}\nM106 P1 S255\nM106 P2 S60\nG4 P5000\nM191 S47;\nM141 S{chamber_temperature[0]};\n{endif}\n\n{if filament_type[initial_no_support_extruder]==\"ASA\"}\nM106 P1 S255\nM106 P2 S60\nG4 P5000\nM191 S47;\nM141 S{chamber_temperature[0]};\n{endif}\n\n{if filament_type[initial_no_support_extruder]==\"PA\"}\nM106 P1 S255\nM106 P2 S60\nG4 P5000\nM191 S47;\nM141 S{chamber_temperature[0]};\n{endif}\n\n{if filament_type[initial_no_support_extruder]==\"PA-CF\"}\nM106 P1 S255\nM106 P2 S60\nG4 P5000\nM191 S47;\nM141 S{chamber_temperature[0]};\n{endif}\n\nM106 P2 S0\nM106 S0;\nG4 P500\n\n;===== Wait heating =====================\nG28\nG1 X20 Y2 Z0 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 X20 Y2 Z0 F18000\nM400\n\nG92 E0\nG0 E4;\nM400\n\nG92 E0\nG1 X240 Y2 Z0.2 F1800.0 E11.0;\n\nG92 E0\nG1 X240 Y10 Z0.2 F1800.0 E1;\n\nG92 E0\nG1 X239.5\nG0 E0.2\n\nG92 E0\nG0 Y2.5 E0.125\n\nG92 E0\nG1 X20 F1800.0 E11;\n\nM400\nG92 E0\nG1 Z0.6 F600\nM400\n\nG1 X{first_layer_print_min[0]} Y{first_layer_print_min[1]} F9000\nM400\n\n;===== END G-CODE =====================\n\n\n",
"print_host": "192.168.3.29",
"printable_area": [
"0x0",
"260x0",
"260x260",
"0x260"
],
"printer_settings_id": "Artillery M1 Pro 0.4 nozzle",
"retraction_length": [
"0.8"
],
"z_hop": [
"0.6"
],
"printer_model": "Artillery M1 Pro",
"nozzle_diameter": [
"0.4"
],
"default_filament_profile": [
"Artillery PLA Basic"
],
"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": "G1 E-2 F2400\nG2 Z{z_after_toolchange + 0.4} I0.86 J0.86 P1 F10000\nT[next_extruder]",
"cooling_tube_length": "0",
"cooling_tube_retraction": "0",
"default_print_profile": "0.20mm Standard @Artillery Genius",
"deretraction_speed": [
"40"
],
"disable_m73": "0",
"enable_filament_ramming": "0",
"extra_loading_move": "0",
"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",
"machine_load_filament_time": "0",
"machine_max_acceleration_e": [
"5000",
"5000"
],
"machine_max_acceleration_travel": [
"1000",
"1250"
],
"machine_max_acceleration_z": [
"500",
"200"
],
"machine_min_extruding_rate": [
"0",
"0"
],
"machine_min_travel_rate": [
"0",
"0"
],
"machine_pause_gcode": "M600",
"machine_unload_filament_time": "0",
"manual_filament_change": "0",
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.08"
],
"nozzle_hrc": "0",
"nozzle_type": "hardened_steel",
"nozzle_volume": "0",
"parking_pos_retraction": "0",
"preferred_orientation": "0",
"print_host_webui": "",
"printable_height": "260",
"printer_notes": "",
"printer_structure": "undefine",
"printer_technology": "FFF",
"printer_variant": "0.4",
"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": "0",
"retract_before_wipe": [
"70%"
],
"retract_length_toolchange": [
"0"
],
"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_minimum_travel": [
"1"
],
"retraction_speed": [
"40"
],
"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": "1",
"template_custom_gcode": "",
"thumbnails": [
"300x300"
],
"thumbnails_format": "PNG",
"time_cost": "0",
"upward_compatible_machine": [],
"use_firmware_retraction": "0",
"use_relative_e_distances": "1",
"wipe": [
"1"
],
"wipe_distance": [
"2"
],
"z_hop_types": [
"Slope Lift"
],
"z_offset": "0",
"time_lapse_gcode": "TIMELAPSE_TAKE_FRAME"
}

View File

@@ -1,470 +1,470 @@
{
"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"
}
"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"
}

View File

@@ -1,470 +1,470 @@
{
"type": "machine",
"name": "Artillery M1 Pro 0.8 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.56"
],
"min_layer_height": [
"0.16"
],
"nozzle_diameter": [
"0.8"
],
"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.8 nozzle",
"printer_structure": "undefine",
"printer_technology": "FFF",
"printer_variant": "0.8",
"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": [
"3"
],
"retraction_minimum_travel": [
"1"
],
"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"
}
"type": "machine",
"name": "Artillery M1 Pro 0.8 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.56"
],
"min_layer_height": [
"0.16"
],
"nozzle_diameter": [
"0.8"
],
"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.8 nozzle",
"printer_structure": "undefine",
"printer_technology": "FFF",
"printer_variant": "0.8",
"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": [
"3"
],
"retraction_minimum_travel": [
"1"
],
"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"
}

View File

@@ -1,14 +1,14 @@
{
"type": "machine_model",
"name": "Artillery M1 Pro",
"model_id": "Artillery-M1-Pro",
"nozzle_diameter": "0.2;0.4;0.6;0.8",
"machine_tech": "FFF",
"family": "Artillery",
"bed_model": "artillery_m1_pro_buildplate_model.stl",
"bed_texture": "artillery_m1_pro_buildplate_texture.svg",
"hotend_model": "",
"type": "machine_model",
"name": "Artillery M1 Pro",
"model_id": "Artillery-M1-Pro",
"nozzle_diameter": "0.2;0.4;0.6;0.8",
"machine_tech": "FFF",
"family": "Artillery",
"bed_model": "artillery_m1_pro_buildplate_model.stl",
"bed_texture": "artillery_m1_pro_buildplate_texture.svg",
"hotend_model": "",
"default_bed_type": "Textured PEI Plate",
"not_support_bed_type": "Engineering Plate;Textured Cool Plate;Smooth PEI Plate",
"default_materials": "Artillery PLA Basic;Artillery ABS;Artillery ASA;Artillery PA;Artillery PA-CF;Artillery PC;Artillery PET;Artillery PETG Basic;Artillery PETG-CF;Artillery PLA Basic;Artillery PLA Matte;Artillery PLA Silk;Artillery PLA-CF;Artillery PVA;Artillery TPU;Artillery PLA"
"default_materials": "Artillery PLA Basic;Artillery ABS;Artillery ASA;Artillery PA;Artillery PA-CF;Artillery PC;Artillery PET;Artillery PETG Basic;Artillery PETG-CF;Artillery PLA Basic;Artillery PLA Matte;Artillery PLA Silk;Artillery PLA-CF;Artillery PVA;Artillery TPU;Artillery PLA"
}

View File

@@ -1,25 +1,25 @@
{
"type": "machine",
"setting_id": "GM003",
"name": "Artillery Sidewinder X1 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "Artillery Sidewinder X1",
"default_print_profile": "0.20mm Standard @Artillery X1",
"nozzle_diameter": [
"0.4"
],
"bed_exclude_area": [
"0x0"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "400",
"type": "machine",
"setting_id": "GM003",
"name": "Artillery Sidewinder X1 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "Artillery Sidewinder X1",
"default_print_profile": "0.20mm Standard @Artillery X1",
"nozzle_diameter": [
"0.4"
],
"bed_exclude_area": [
"0x0"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "400",
"nozzle_type": "brass",
"auxiliary_fan": "0",
"machine_max_acceleration_extruding": [
@@ -98,8 +98,8 @@
"4"
],
"retraction_speed": [
"35"
],
"35"
],
"deretraction_speed": [
"0"
],
@@ -109,9 +109,9 @@
"default_filament_profile": [
"Artillery Generic PLA"
],
"machine_start_gcode": "; Initial setups\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM220 S100 ; reset speed factor to 100%\nM221 S100 ; reset extrusion rate to 100%\n\n; Set the heating\nM190 S[bed_temperature_initial_layer_single] ; wait for bed to heat up\nM104 S[nozzle_temperature_initial_layer] ; start nozzle heating but don't wait\n\n; Home\nG1 Z3 F3000 ; move z up little to prevent scratching of surface\nG28 ; home all axes\nG1 X3 Y3 F5000 ; move to corner of the bed to avoid ooze over centre\n\n; Wait for final heating\nM109 S[nozzle_temperature_initial_layer] ; wait for the nozzle to heat up\nM190 S[bed_temperature_initial_layer_single] ; wait for the bed to heat up\n\n; Return to prime position, Prime line routine\nG92 E0 ; Reset Extruder\nG1 Z3 F3000 ; move z up little to prevent scratching of surface\nG1 X10 Y.5 Z0.25 F5000.0 ; Move to start position\nG1 X100 Y.5 Z0.25 F1500.0 E15 ; Draw the first line\nG1 X100 Y.2 Z0.25 F5000.0 ; Move to side a little\nG1 X10 Y.2 Z0.25 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nM221 S{if layer_height<0.075}100{else}95{endif}",
"machine_end_gcode": "G4 ; wait\nG92 E0 ; prepare to retract\nG1 E-0.5 F3000; retract to avoid stringing\n\n; Anti-stringing end wiggle\nG91 ; use relative coordinates\nG1 X1 Y1 F1200\n\n; Raise nozzle and present bed\n{if layer_z < printable_height}G1 Z{z_offset+min(layer_z+120, printable_height)}{endif} ; Move print head up\nG90 ; use absolute coordinates\n\n; Reset print setting overrides\nM200 D0 ; disable volumetric e\nM220 S100 ; reset speed factor to 100%\nM221 S100 ; reset extrusion rate to 100%\n\n; Shut down printer\nM106 S0 ; turn-off fan\nM104 S0 ; turn-off hotend\nM140 S0 ; turn-off bed\nM150 P0 ; turn off led\nM85 S0 ; deactivate idle timeout\nM84 ; disable motors\n",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n",
"machine_start_gcode": "; Initial setups\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM220 S100 ; reset speed factor to 100%\nM221 S100 ; reset extrusion rate to 100%\n\n; Set the heating\nM190 S[bed_temperature_initial_layer_single] ; wait for bed to heat up\nM104 S[nozzle_temperature_initial_layer] ; start nozzle heating but don't wait\n\n; Home\nG1 Z3 F3000 ; move z up little to prevent scratching of surface\nG28 ; home all axes\nG1 X3 Y3 F5000 ; move to corner of the bed to avoid ooze over centre\n\n; Wait for final heating\nM109 S[nozzle_temperature_initial_layer] ; wait for the nozzle to heat up\nM190 S[bed_temperature_initial_layer_single] ; wait for the bed to heat up\n\n; Return to prime position, Prime line routine\nG92 E0 ; Reset Extruder\nG1 Z3 F3000 ; move z up little to prevent scratching of surface\nG1 X10 Y.5 Z0.25 F5000.0 ; Move to start position\nG1 X100 Y.5 Z0.25 F1500.0 E15 ; Draw the first line\nG1 X100 Y.2 Z0.25 F5000.0 ; Move to side a little\nG1 X10 Y.2 Z0.25 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nM221 S{if layer_height<0.075}100{else}95{endif}",
"machine_end_gcode": "G4 ; wait\nG92 E0 ; prepare to retract\nG1 E-0.5 F3000; retract to avoid stringing\n\n; Anti-stringing end wiggle\nG91 ; use relative coordinates\nG1 X1 Y1 F1200\n\n; Raise nozzle and present bed\n{if layer_z < printable_height}G1 Z{z_offset+min(layer_z+120, printable_height)}{endif} ; Move print head up\nG90 ; use absolute coordinates\n\n; Reset print setting overrides\nM200 D0 ; disable volumetric e\nM220 S100 ; reset speed factor to 100%\nM221 S100 ; reset extrusion rate to 100%\n\n; Shut down printer\nM106 S0 ; turn-off fan\nM104 S0 ; turn-off hotend\nM140 S0 ; turn-off bed\nM150 P0 ; turn off led\nM85 S0 ; deactivate idle timeout\nM84 ; disable motors\n",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n",
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
"scan_first_layer": "0"
"scan_first_layer": "0"
}

View File

@@ -1,12 +1,12 @@
{
"type": "machine_model",
"name": "Artillery Sidewinder X1",
"model_id": "Artillery-Sidewinder-X1",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Artillery",
"bed_model": "artillery_sidewinderx1_buildplate_model.stl",
"bed_texture": "artillery_sidewinderx1_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Artillery Generic ABS;Artillery Generic PLA;Artillery Generic PLA-CF;Artillery Generic PETG;Artillery Generic TPU;Artillery Generic ASA"
"type": "machine_model",
"name": "Artillery Sidewinder X1",
"model_id": "Artillery-Sidewinder-X1",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Artillery",
"bed_model": "artillery_sidewinderx1_buildplate_model.stl",
"bed_texture": "artillery_sidewinderx1_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Artillery Generic ABS;Artillery Generic PLA;Artillery Generic PLA-CF;Artillery Generic PETG;Artillery Generic TPU;Artillery Generic ASA"
}

View File

@@ -1,25 +1,25 @@
{
"type": "machine",
"setting_id": "GM003",
"name": "Artillery Sidewinder X2 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "Artillery Sidewinder X2",
"default_print_profile": "0.20mm Standard @Artillery X2",
"nozzle_diameter": [
"0.4"
],
"bed_exclude_area": [
"0x0"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "400",
"type": "machine",
"setting_id": "GM003",
"name": "Artillery Sidewinder X2 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "Artillery Sidewinder X2",
"default_print_profile": "0.20mm Standard @Artillery X2",
"nozzle_diameter": [
"0.4"
],
"bed_exclude_area": [
"0x0"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "400",
"nozzle_type": "brass",
"auxiliary_fan": "0",
"machine_max_acceleration_extruding": [
@@ -98,8 +98,8 @@
"4"
],
"retraction_speed": [
"35"
],
"35"
],
"deretraction_speed": [
"0"
],
@@ -109,9 +109,9 @@
"default_filament_profile": [
"Artillery Generic PLA"
],
"machine_start_gcode": "; Initial setups\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM900 K0.12 ; K factor\nM900 W[line_width] H[layer_height] D[filament_diameter]\nM200 D0 ; disable volumetric e\nM220 S100 ; reset speed factor to 100%\nM221 S100 ; reset extrusion rate to 100%\n\n; Set the heating\nM190 S[bed_temperature_initial_layer_single] ; wait for bed to heat up\nM104 S[nozzle_temperature_initial_layer] ; start nozzle heating but don't wait\n\n; Home\nG1 Z3 F3000 ; move z up little to prevent scratching of surface\nG28 ; home all axes\nG1 X3 Y3 F5000 ; move to corner of the bed to avoid ooze over centre\n\n; Wait for final heating\nM109 S[nozzle_temperature_initial_layer] ; wait for the nozzle to heat up\nM190 S[bed_temperature_initial_layer_single] ; wait for the bed to heat up\n\n;Auto bed Leveling\n@BEDLEVELVISUALIZER\nG29 ; ABL T\nM420 S1 Z3 ; reload and fade mesh bed leveling until it reach 3mm Z\n\n; Return to prime position, Prime line routine\nG92 E0 ; Reset Extruder\nG1 Z3 F3000 ; move z up little to prevent scratching of surface\nG1 X10 Y.5 Z0.25 F5000.0 ; Move to start position\nG1 X100 Y.5 Z0.25 F1500.0 E15 ; Draw the first line\nG1 X100 Y.2 Z0.25 F5000.0 ; Move to side a little\nG1 X10 Y.2 Z0.25 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nM221 S{if layer_height<0.075}100{else}95{endif}",
"machine_end_gcode": "G4 ; wait\nG92 E0 ; prepare to retract\nG1 E-0.5 F3000; retract to avoid stringing\n\n; Anti-stringing end wiggle\nG91 ; use relative coordinates\nG1 X1 Y1 F1200\n\n; Raise nozzle and present bed\n{if layer_z < printable_height}G1 Z{z_offset+min(layer_z+120, printable_height)}{endif} ; Move print head up\nG90 ; use absolute coordinates\n\n; Reset print setting overrides\nM200 D0 ; disable volumetric e\nM220 S100 ; reset speed factor to 100%\nM221 S100 ; reset extrusion rate to 100%\n\n; Shut down printer\nM106 S0 ; turn-off fan\nM104 S0 ; turn-off hotend\nM140 S0 ; turn-off bed\nM150 P0 ; turn off led\nM85 S0 ; deactivate idle timeout\nM84 ; disable motors\n",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n",
"machine_start_gcode": "; Initial setups\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM900 K0.12 ; K factor\nM900 W[line_width] H[layer_height] D[filament_diameter]\nM200 D0 ; disable volumetric e\nM220 S100 ; reset speed factor to 100%\nM221 S100 ; reset extrusion rate to 100%\n\n; Set the heating\nM190 S[bed_temperature_initial_layer_single] ; wait for bed to heat up\nM104 S[nozzle_temperature_initial_layer] ; start nozzle heating but don't wait\n\n; Home\nG1 Z3 F3000 ; move z up little to prevent scratching of surface\nG28 ; home all axes\nG1 X3 Y3 F5000 ; move to corner of the bed to avoid ooze over centre\n\n; Wait for final heating\nM109 S[nozzle_temperature_initial_layer] ; wait for the nozzle to heat up\nM190 S[bed_temperature_initial_layer_single] ; wait for the bed to heat up\n\n;Auto bed Leveling\n@BEDLEVELVISUALIZER\nG29 ; ABL T\nM420 S1 Z3 ; reload and fade mesh bed leveling until it reach 3mm Z\n\n; Return to prime position, Prime line routine\nG92 E0 ; Reset Extruder\nG1 Z3 F3000 ; move z up little to prevent scratching of surface\nG1 X10 Y.5 Z0.25 F5000.0 ; Move to start position\nG1 X100 Y.5 Z0.25 F1500.0 E15 ; Draw the first line\nG1 X100 Y.2 Z0.25 F5000.0 ; Move to side a little\nG1 X10 Y.2 Z0.25 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nM221 S{if layer_height<0.075}100{else}95{endif}",
"machine_end_gcode": "G4 ; wait\nG92 E0 ; prepare to retract\nG1 E-0.5 F3000; retract to avoid stringing\n\n; Anti-stringing end wiggle\nG91 ; use relative coordinates\nG1 X1 Y1 F1200\n\n; Raise nozzle and present bed\n{if layer_z < printable_height}G1 Z{z_offset+min(layer_z+120, printable_height)}{endif} ; Move print head up\nG90 ; use absolute coordinates\n\n; Reset print setting overrides\nM200 D0 ; disable volumetric e\nM220 S100 ; reset speed factor to 100%\nM221 S100 ; reset extrusion rate to 100%\n\n; Shut down printer\nM106 S0 ; turn-off fan\nM104 S0 ; turn-off hotend\nM140 S0 ; turn-off bed\nM150 P0 ; turn off led\nM85 S0 ; deactivate idle timeout\nM84 ; disable motors\n",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n",
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
"scan_first_layer": "0"
"scan_first_layer": "0"
}

View File

@@ -1,12 +1,12 @@
{
"type": "machine_model",
"name": "Artillery Sidewinder X2",
"model_id": "Artillery-Sidewinder-X2",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Artillery",
"bed_model": "artillery_sidewinderx2_buildplate_model.stl",
"bed_texture": "artillery_sidewinderx2_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Artillery Generic ABS;Artillery Generic PLA;Artillery Generic PLA-CF;Artillery Generic PETG;Artillery Generic TPU;Artillery Generic ASA"
"type": "machine_model",
"name": "Artillery Sidewinder X2",
"model_id": "Artillery-Sidewinder-X2",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Artillery",
"bed_model": "artillery_sidewinderx2_buildplate_model.stl",
"bed_texture": "artillery_sidewinderx2_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Artillery Generic ABS;Artillery Generic PLA;Artillery Generic PLA-CF;Artillery Generic PETG;Artillery Generic TPU;Artillery Generic ASA"
}

View File

@@ -1,227 +1,227 @@
{
"type": "machine",
"name": "Artillery Sidewinder X3 Plus 0.4 nozzle",
"inherits": "fdm_machine_common",
"from": "system",
"setting_id": "GM005",
"instantiation": "true",
"printer_model": "Artillery Sidewinder X3 Plus",
"default_print_profile": "0.20mm Standard @Artillery Genius",
"default_filament_profile": [
"Artillery PLA Basic"
],
"printer_settings_id": "Artillery X3Plus 0.4 nozzle",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",
"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",
"deretraction_speed": [
"0"
],
"disable_m73": "0",
"emit_machine_limits_to_gcode": "0",
"enable_filament_ramming": "1",
"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": "marlin",
"head_wrap_detect_zone": [],
"high_current_on_filament_swap": "0",
"host_type": "octoprint",
"layer_change_gcode": "",
"machine_end_gcode": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM211 S1",
"machine_load_filament_time": "0",
"machine_max_acceleration_e": [
"5000",
"5000"
],
"machine_max_acceleration_extruding": [
"3000",
"1250"
],
"machine_max_acceleration_retracting": [
"1000",
"1250"
],
"machine_max_acceleration_travel": [
"1000",
"1250"
],
"machine_max_acceleration_x": [
"3000",
"1000"
],
"machine_max_acceleration_y": [
"3000",
"1000"
],
"machine_max_acceleration_z": [
"500",
"200"
],
"machine_max_jerk_e": [
"3",
"2.5"
],
"machine_max_jerk_x": [
"7",
"10"
],
"machine_max_jerk_y": [
"7",
"10"
],
"machine_max_jerk_z": [
"0.2",
"0.4"
],
"machine_max_speed_e": [
"120",
"120"
],
"machine_max_speed_x": [
"500",
"200"
],
"machine_max_speed_y": [
"500",
"200"
],
"machine_max_speed_z": [
"12",
"12"
],
"machine_min_extruding_rate": [
"0",
"0"
],
"machine_min_travel_rate": [
"0",
"0"
],
"machine_pause_gcode": "M600",
"machine_start_gcode": "M140 S60\nM104 S140\nM190 S[first_layer_bed_temperature]\nM109 S{temperature_vitrification[0]}\nG28;\nNOZZLE_WIPE\nM140 S[first_layer_bed_temperature];\nM104 S[first_layer_temperature];\nDRAW_LINE_ONLY",
"machine_unload_filament_time": "0",
"manual_filament_change": "0",
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.08"
],
"nozzle_diameter": [
"0.4"
],
"nozzle_hrc": "0",
"nozzle_type": "brass",
"nozzle_volume": "0",
"parking_pos_retraction": "92",
"preferred_orientation": "0",
"print_host": "",
"print_host_webui": "",
"printable_area": [
"0x0",
"300x0",
"300x305",
"0x305"
],
"printable_height": "400",
"printer_notes": "",
"printer_structure": "undefine",
"printer_technology": "FFF",
"printer_variant": "0.4",
"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_length": [
"2.2"
],
"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"
],
"thumbnails_format": "PNG",
"time_cost": "0",
"time_lapse_gcode": "",
"upward_compatible_machine": [],
"use_firmware_retraction": "0",
"use_relative_e_distances": "0",
"wipe": [
"0"
],
"wipe_distance": [
"1"
],
"z_hop": [
"0.4"
],
"z_hop_types": [
"Normal Lift"
],
"z_offset": "0"
}
"type": "machine",
"name": "Artillery Sidewinder X3 Plus 0.4 nozzle",
"inherits": "fdm_machine_common",
"from": "system",
"setting_id": "GM005",
"instantiation": "true",
"printer_model": "Artillery Sidewinder X3 Plus",
"default_print_profile": "0.20mm Standard @Artillery Genius",
"default_filament_profile": [
"Artillery PLA Basic"
],
"printer_settings_id": "Artillery X3Plus 0.4 nozzle",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",
"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",
"deretraction_speed": [
"0"
],
"disable_m73": "0",
"emit_machine_limits_to_gcode": "0",
"enable_filament_ramming": "1",
"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": "marlin",
"head_wrap_detect_zone": [],
"high_current_on_filament_swap": "0",
"host_type": "octoprint",
"layer_change_gcode": "",
"machine_end_gcode": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM211 S1",
"machine_load_filament_time": "0",
"machine_max_acceleration_e": [
"5000",
"5000"
],
"machine_max_acceleration_extruding": [
"3000",
"1250"
],
"machine_max_acceleration_retracting": [
"1000",
"1250"
],
"machine_max_acceleration_travel": [
"1000",
"1250"
],
"machine_max_acceleration_x": [
"3000",
"1000"
],
"machine_max_acceleration_y": [
"3000",
"1000"
],
"machine_max_acceleration_z": [
"500",
"200"
],
"machine_max_jerk_e": [
"3",
"2.5"
],
"machine_max_jerk_x": [
"7",
"10"
],
"machine_max_jerk_y": [
"7",
"10"
],
"machine_max_jerk_z": [
"0.2",
"0.4"
],
"machine_max_speed_e": [
"120",
"120"
],
"machine_max_speed_x": [
"500",
"200"
],
"machine_max_speed_y": [
"500",
"200"
],
"machine_max_speed_z": [
"12",
"12"
],
"machine_min_extruding_rate": [
"0",
"0"
],
"machine_min_travel_rate": [
"0",
"0"
],
"machine_pause_gcode": "M600",
"machine_start_gcode": "M140 S60\nM104 S140\nM190 S[first_layer_bed_temperature]\nM109 S{temperature_vitrification[0]}\nG28;\nNOZZLE_WIPE\nM140 S[first_layer_bed_temperature];\nM104 S[first_layer_temperature];\nDRAW_LINE_ONLY",
"machine_unload_filament_time": "0",
"manual_filament_change": "0",
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.08"
],
"nozzle_diameter": [
"0.4"
],
"nozzle_hrc": "0",
"nozzle_type": "brass",
"nozzle_volume": "0",
"parking_pos_retraction": "92",
"preferred_orientation": "0",
"print_host": "",
"print_host_webui": "",
"printable_area": [
"0x0",
"300x0",
"300x305",
"0x305"
],
"printable_height": "400",
"printer_notes": "",
"printer_structure": "undefine",
"printer_technology": "FFF",
"printer_variant": "0.4",
"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_length": [
"2.2"
],
"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"
],
"thumbnails_format": "PNG",
"time_cost": "0",
"time_lapse_gcode": "",
"upward_compatible_machine": [],
"use_firmware_retraction": "0",
"use_relative_e_distances": "0",
"wipe": [
"0"
],
"wipe_distance": [
"1"
],
"z_hop": [
"0.4"
],
"z_hop_types": [
"Normal Lift"
],
"z_offset": "0"
}

View File

@@ -1,12 +1,12 @@
{
"type": "machine_model",
"name": "Artillery Sidewinder X3 Plus",
"model_id": "Artillery-Sidewinder-X3-Plus",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Artillery",
"bed_model": "artillery_sidewinderx3plus_buildplate_model.stl",
"bed_texture": "",
"hotend_model": "",
"default_materials": "Artillery PLA Basic;Artillery PLA Matte;Artillery PLA Silk;Artillery PLA Tough;Artillery PETG;Artillery TPU;Artillery ABS;"
"type": "machine_model",
"name": "Artillery Sidewinder X3 Plus",
"model_id": "Artillery-Sidewinder-X3-Plus",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Artillery",
"bed_model": "artillery_sidewinderx3plus_buildplate_model.stl",
"bed_texture": "",
"hotend_model": "",
"default_materials": "Artillery PLA Basic;Artillery PLA Matte;Artillery PLA Silk;Artillery PLA Tough;Artillery PETG;Artillery TPU;Artillery ABS;"
}

View File

@@ -1,227 +1,227 @@
{
"type": "machine",
"name": "Artillery Sidewinder X3 Pro 0.4 nozzle",
"inherits": "fdm_machine_common",
"from": "system",
"setting_id": "GM004",
"instantiation": "true",
"printer_model": "Artillery Sidewinder X3 Pro",
"default_print_profile": "0.20mm Standard @Artillery Genius",
"printer_settings_id": "Artillery X3 Pro 0.4 nozzle",
"nozzle_diameter": [
"0.4"
],
"default_filament_profile": [
"Artillery PLA Basic"
],
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",
"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": "",
"best_object_pos": "0.5,0.5",
"change_extrusion_role_gcode": "",
"change_filament_gcode": "",
"cooling_tube_length": "5",
"cooling_tube_retraction": "91.5",
"deretraction_speed": [
"0"
],
"disable_m73": "0",
"emit_machine_limits_to_gcode": "0",
"enable_filament_ramming": "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": "marlin2",
"head_wrap_detect_zone": [],
"high_current_on_filament_swap": "0",
"host_type": "octoprint",
"layer_change_gcode": "",
"machine_end_gcode": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM211 S1",
"machine_load_filament_time": "0",
"machine_max_acceleration_e": [
"5000",
"5000"
],
"machine_max_acceleration_extruding": [
"3000",
"1250"
],
"machine_max_acceleration_retracting": [
"3000",
"1250"
],
"machine_max_acceleration_travel": [
"3000",
"1250"
],
"machine_max_acceleration_x": [
"3000",
"1000"
],
"machine_max_acceleration_y": [
"3000",
"1000"
],
"machine_max_acceleration_z": [
"500",
"200"
],
"machine_max_jerk_e": [
"3",
"2.5"
],
"machine_max_jerk_x": [
"7",
"10"
],
"machine_max_jerk_y": [
"7",
"10"
],
"machine_max_jerk_z": [
"0.2",
"0.4"
],
"machine_max_speed_e": [
"120",
"120"
],
"machine_max_speed_x": [
"500",
"200"
],
"machine_max_speed_y": [
"500",
"200"
],
"machine_max_speed_z": [
"12",
"12"
],
"machine_min_extruding_rate": [
"0",
"0"
],
"machine_min_travel_rate": [
"0",
"0"
],
"machine_pause_gcode": "M600",
"machine_start_gcode": "M140 S60\nM104 S140\nM190 S[first_layer_bed_temperature]\nM109 S{temperature_vitrification[0]}\nG28;\nNOZZLE_WIPE\nM140 S[first_layer_bed_temperature];\nM104 S[first_layer_temperature];\nDRAW_LINE_ONLY",
"machine_unload_filament_time": "0",
"manual_filament_change": "0",
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.08"
],
"nozzle_hrc": "0",
"nozzle_type": "brass",
"nozzle_volume": "0",
"parking_pos_retraction": "92",
"preferred_orientation": "0",
"print_host": "",
"print_host_webui": "",
"printable_area": [
"0x0",
"240x0",
"240x245",
"0x245"
],
"printable_height": "260",
"printer_notes": "",
"printer_structure": "undefine",
"printer_technology": "FFF",
"printer_variant": "0.4",
"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": "0",
"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_length": [
"2.2"
],
"retraction_minimum_travel": [
"2"
],
"retraction_speed": [
"40"
],
"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"
],
"thumbnails_format": "PNG",
"time_cost": "0",
"time_lapse_gcode": "",
"upward_compatible_machine": [],
"use_firmware_retraction": "0",
"use_relative_e_distances": "0",
"wipe": [
"0"
],
"wipe_distance": [
"1"
],
"z_hop": [
"0.4"
],
"z_hop_types": [
"Normal Lift"
],
"z_offset": "0"
}
"type": "machine",
"name": "Artillery Sidewinder X3 Pro 0.4 nozzle",
"inherits": "fdm_machine_common",
"from": "system",
"setting_id": "GM004",
"instantiation": "true",
"printer_model": "Artillery Sidewinder X3 Pro",
"default_print_profile": "0.20mm Standard @Artillery Genius",
"printer_settings_id": "Artillery X3 Pro 0.4 nozzle",
"nozzle_diameter": [
"0.4"
],
"default_filament_profile": [
"Artillery PLA Basic"
],
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",
"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": "",
"best_object_pos": "0.5,0.5",
"change_extrusion_role_gcode": "",
"change_filament_gcode": "",
"cooling_tube_length": "5",
"cooling_tube_retraction": "91.5",
"deretraction_speed": [
"0"
],
"disable_m73": "0",
"emit_machine_limits_to_gcode": "0",
"enable_filament_ramming": "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": "marlin2",
"head_wrap_detect_zone": [],
"high_current_on_filament_swap": "0",
"host_type": "octoprint",
"layer_change_gcode": "",
"machine_end_gcode": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM211 S1",
"machine_load_filament_time": "0",
"machine_max_acceleration_e": [
"5000",
"5000"
],
"machine_max_acceleration_extruding": [
"3000",
"1250"
],
"machine_max_acceleration_retracting": [
"3000",
"1250"
],
"machine_max_acceleration_travel": [
"3000",
"1250"
],
"machine_max_acceleration_x": [
"3000",
"1000"
],
"machine_max_acceleration_y": [
"3000",
"1000"
],
"machine_max_acceleration_z": [
"500",
"200"
],
"machine_max_jerk_e": [
"3",
"2.5"
],
"machine_max_jerk_x": [
"7",
"10"
],
"machine_max_jerk_y": [
"7",
"10"
],
"machine_max_jerk_z": [
"0.2",
"0.4"
],
"machine_max_speed_e": [
"120",
"120"
],
"machine_max_speed_x": [
"500",
"200"
],
"machine_max_speed_y": [
"500",
"200"
],
"machine_max_speed_z": [
"12",
"12"
],
"machine_min_extruding_rate": [
"0",
"0"
],
"machine_min_travel_rate": [
"0",
"0"
],
"machine_pause_gcode": "M600",
"machine_start_gcode": "M140 S60\nM104 S140\nM190 S[first_layer_bed_temperature]\nM109 S{temperature_vitrification[0]}\nG28;\nNOZZLE_WIPE\nM140 S[first_layer_bed_temperature];\nM104 S[first_layer_temperature];\nDRAW_LINE_ONLY",
"machine_unload_filament_time": "0",
"manual_filament_change": "0",
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.08"
],
"nozzle_hrc": "0",
"nozzle_type": "brass",
"nozzle_volume": "0",
"parking_pos_retraction": "92",
"preferred_orientation": "0",
"print_host": "",
"print_host_webui": "",
"printable_area": [
"0x0",
"240x0",
"240x245",
"0x245"
],
"printable_height": "260",
"printer_notes": "",
"printer_structure": "undefine",
"printer_technology": "FFF",
"printer_variant": "0.4",
"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": "0",
"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_length": [
"2.2"
],
"retraction_minimum_travel": [
"2"
],
"retraction_speed": [
"40"
],
"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"
],
"thumbnails_format": "PNG",
"time_cost": "0",
"time_lapse_gcode": "",
"upward_compatible_machine": [],
"use_firmware_retraction": "0",
"use_relative_e_distances": "0",
"wipe": [
"0"
],
"wipe_distance": [
"1"
],
"z_hop": [
"0.4"
],
"z_hop_types": [
"Normal Lift"
],
"z_offset": "0"
}

View File

@@ -1,12 +1,12 @@
{
"type": "machine_model",
"name": "Artillery Sidewinder X3 Pro",
"model_id": "Artillery-Sidewinder-X3-Pro",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Artillery",
"bed_model": "artillery_sidewinderx3pro_buildplate_model.stl",
"bed_texture": "",
"hotend_model": "",
"default_materials": "Artillery PLA Basic;Artillery PLA Matte;Artillery PLA Silk;Artillery PLA Tough;Artillery PETG;Artillery TPU;Artillery ABS;"
"type": "machine_model",
"name": "Artillery Sidewinder X3 Pro",
"model_id": "Artillery-Sidewinder-X3-Pro",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Artillery",
"bed_model": "artillery_sidewinderx3pro_buildplate_model.stl",
"bed_texture": "",
"hotend_model": "",
"default_materials": "Artillery PLA Basic;Artillery PLA Matte;Artillery PLA Silk;Artillery PLA Tough;Artillery PETG;Artillery TPU;Artillery ABS;"
}

View File

@@ -1,227 +1,227 @@
{
"type": "machine",
"name": "Artillery Sidewinder X4 Plus 0.4 nozzle",
"inherits": "fdm_machine_common",
"from": "system",
"setting_id": "GM006",
"instantiation": "true",
"printer_model": "Artillery Sidewinder X4 Plus",
"printer_settings_id": "Artillery X4Plus 0.4 nozzle",
"nozzle_diameter": [
"0.4"
],
"default_filament_profile": [
"Artillery PLA Basic"
],
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",
"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_print_profile": "0.20mm Standard @Artillery Genius",
"deretraction_speed": [
"0"
],
"disable_m73": "0",
"emit_machine_limits_to_gcode": "0",
"enable_filament_ramming": "1",
"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",
"host_type": "octoprint",
"layer_change_gcode": "G92 E0",
"machine_end_gcode": "G91 ;Relative positioning\nG1 E-1 F2700 ;Retract a bit\nG1 E-1 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z1 ;Raise Z more\nG90 ;Absolute positionning\nG1 X-5 Y305 F3000 ;Wipe out\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z",
"machine_load_filament_time": "0",
"machine_max_acceleration_e": [
"6000",
"5000"
],
"machine_max_acceleration_extruding": [
"6000",
"1250"
],
"machine_max_acceleration_retracting": [
"6000",
"1250"
],
"machine_max_acceleration_travel": [
"1000",
"1250"
],
"machine_max_acceleration_x": [
"6000",
"1000"
],
"machine_max_acceleration_y": [
"6000",
"1000"
],
"machine_max_acceleration_z": [
"500",
"200"
],
"machine_max_jerk_e": [
"3",
"2.5"
],
"machine_max_jerk_x": [
"7",
"10"
],
"machine_max_jerk_y": [
"7",
"10"
],
"machine_max_jerk_z": [
"0.2",
"0.4"
],
"machine_max_speed_e": [
"120",
"120"
],
"machine_max_speed_x": [
"500",
"200"
],
"machine_max_speed_y": [
"500",
"200"
],
"machine_max_speed_z": [
"12",
"12"
],
"machine_min_extruding_rate": [
"0",
"0"
],
"machine_min_travel_rate": [
"0",
"0"
],
"machine_pause_gcode": "M600",
"machine_start_gcode": "M104 S140\nM190 S[first_layer_bed_temperature]\nM109 S{temperature_vitrification[0]}\nG28;\nG1 X230 Y300 Z10 F5000\nSET_KINEMATIC_POSITION Y=0\nG1 Y20 F4000\nG1 X230 F4000\nG1 Z-1 F600 \nG1 X270 F4000\nG1 Y25 F4000\nG1 X230 F4000\nG92 E0\nG1 Z10 F1200\nG1 Y0 F5000\nG1 E-1 F3000\nM400\nSET_KINEMATIC_POSITION Y=300\nG92 E-1\nM140 S[first_layer_bed_temperature];\nM104 S[first_layer_temperature];\nG1 X0 Y0.8 Z0.8 F18000\nG92 E0\nG1 X0 Y0.8 Z0.3 E8 F600\nG92 E0\nG1 X200 Y0.8 Z0.3 F1800.0 E20.0;draw line\nG92 E0\nG1 X200 Y0 Z0.3 F1800.0 E0.08;draw line\nG92 E0\nG1 X100 Y0 Z0.3 F1800.0 E10.0;draw line\nG92 E0\nG1 X100 Y1.6 Z0.3 F1800.0 E0.16;draw line\nG92 E0\nG1 X180 Y1.6 Z0.3 F1800.0 E8;draw line\nG92 E0\nG1 X180 Y0 Z0.3 F1800.0 E0.16;draw line\nG92 E0\nG1 E-1 Z5 F18000\nG92 E0",
"machine_unload_filament_time": "0",
"manual_filament_change": "0",
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.08"
],
"nozzle_hrc": "0",
"nozzle_type": "brass",
"nozzle_volume": "0",
"parking_pos_retraction": "92",
"preferred_orientation": "0",
"print_host": "192.168.0.249",
"print_host_webui": "",
"printable_area": [
"0x0",
"300x0",
"300x310",
"0x310"
],
"printable_height": "400",
"printer_notes": "",
"printer_structure": "undefine",
"printer_technology": "FFF",
"printer_variant": "0.4",
"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_length": [
"1.3"
],
"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"
],
"thumbnails_format": "PNG",
"time_cost": "0",
"time_lapse_gcode": "",
"upward_compatible_machine": [],
"use_firmware_retraction": "0",
"use_relative_e_distances": "1",
"wipe": [
"0"
],
"wipe_distance": [
"1"
],
"z_hop": [
"0.4"
],
"z_hop_types": [
"Normal Lift"
],
"z_offset": "0"
}
"type": "machine",
"name": "Artillery Sidewinder X4 Plus 0.4 nozzle",
"inherits": "fdm_machine_common",
"from": "system",
"setting_id": "GM006",
"instantiation": "true",
"printer_model": "Artillery Sidewinder X4 Plus",
"printer_settings_id": "Artillery X4Plus 0.4 nozzle",
"nozzle_diameter": [
"0.4"
],
"default_filament_profile": [
"Artillery PLA Basic"
],
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",
"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_print_profile": "0.20mm Standard @Artillery Genius",
"deretraction_speed": [
"0"
],
"disable_m73": "0",
"emit_machine_limits_to_gcode": "0",
"enable_filament_ramming": "1",
"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",
"host_type": "octoprint",
"layer_change_gcode": "G92 E0",
"machine_end_gcode": "G91 ;Relative positioning\nG1 E-1 F2700 ;Retract a bit\nG1 E-1 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z1 ;Raise Z more\nG90 ;Absolute positionning\nG1 X-5 Y305 F3000 ;Wipe out\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z",
"machine_load_filament_time": "0",
"machine_max_acceleration_e": [
"6000",
"5000"
],
"machine_max_acceleration_extruding": [
"6000",
"1250"
],
"machine_max_acceleration_retracting": [
"6000",
"1250"
],
"machine_max_acceleration_travel": [
"1000",
"1250"
],
"machine_max_acceleration_x": [
"6000",
"1000"
],
"machine_max_acceleration_y": [
"6000",
"1000"
],
"machine_max_acceleration_z": [
"500",
"200"
],
"machine_max_jerk_e": [
"3",
"2.5"
],
"machine_max_jerk_x": [
"7",
"10"
],
"machine_max_jerk_y": [
"7",
"10"
],
"machine_max_jerk_z": [
"0.2",
"0.4"
],
"machine_max_speed_e": [
"120",
"120"
],
"machine_max_speed_x": [
"500",
"200"
],
"machine_max_speed_y": [
"500",
"200"
],
"machine_max_speed_z": [
"12",
"12"
],
"machine_min_extruding_rate": [
"0",
"0"
],
"machine_min_travel_rate": [
"0",
"0"
],
"machine_pause_gcode": "M600",
"machine_start_gcode": "M104 S140\nM190 S[first_layer_bed_temperature]\nM109 S{temperature_vitrification[0]}\nG28;\nG1 X230 Y300 Z10 F5000\nSET_KINEMATIC_POSITION Y=0\nG1 Y20 F4000\nG1 X230 F4000\nG1 Z-1 F600 \nG1 X270 F4000\nG1 Y25 F4000\nG1 X230 F4000\nG92 E0\nG1 Z10 F1200\nG1 Y0 F5000\nG1 E-1 F3000\nM400\nSET_KINEMATIC_POSITION Y=300\nG92 E-1\nM140 S[first_layer_bed_temperature];\nM104 S[first_layer_temperature];\nG1 X0 Y0.8 Z0.8 F18000\nG92 E0\nG1 X0 Y0.8 Z0.3 E8 F600\nG92 E0\nG1 X200 Y0.8 Z0.3 F1800.0 E20.0;draw line\nG92 E0\nG1 X200 Y0 Z0.3 F1800.0 E0.08;draw line\nG92 E0\nG1 X100 Y0 Z0.3 F1800.0 E10.0;draw line\nG92 E0\nG1 X100 Y1.6 Z0.3 F1800.0 E0.16;draw line\nG92 E0\nG1 X180 Y1.6 Z0.3 F1800.0 E8;draw line\nG92 E0\nG1 X180 Y0 Z0.3 F1800.0 E0.16;draw line\nG92 E0\nG1 E-1 Z5 F18000\nG92 E0",
"machine_unload_filament_time": "0",
"manual_filament_change": "0",
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.08"
],
"nozzle_hrc": "0",
"nozzle_type": "brass",
"nozzle_volume": "0",
"parking_pos_retraction": "92",
"preferred_orientation": "0",
"print_host": "192.168.0.249",
"print_host_webui": "",
"printable_area": [
"0x0",
"300x0",
"300x310",
"0x310"
],
"printable_height": "400",
"printer_notes": "",
"printer_structure": "undefine",
"printer_technology": "FFF",
"printer_variant": "0.4",
"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_length": [
"1.3"
],
"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"
],
"thumbnails_format": "PNG",
"time_cost": "0",
"time_lapse_gcode": "",
"upward_compatible_machine": [],
"use_firmware_retraction": "0",
"use_relative_e_distances": "1",
"wipe": [
"0"
],
"wipe_distance": [
"1"
],
"z_hop": [
"0.4"
],
"z_hop_types": [
"Normal Lift"
],
"z_offset": "0"
}

View File

@@ -1,12 +1,12 @@
{
"type": "machine_model",
"name": "Artillery Sidewinder X4 Plus",
"model_id": "Artillery-Sidewinder-X4-Plus",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Artillery",
"bed_model": "artillery_sidewinderx4plus_buildplate_model.stl",
"bed_texture": "",
"hotend_model": "",
"default_materials": "Artillery PLA Basic;Artillery PLA Matte;Artillery PLA Silk;Artillery PLA Tough;Artillery PETG;Artillery TPU;Artillery ABS;"
"type": "machine_model",
"name": "Artillery Sidewinder X4 Plus",
"model_id": "Artillery-Sidewinder-X4-Plus",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Artillery",
"bed_model": "artillery_sidewinderx4plus_buildplate_model.stl",
"bed_texture": "",
"hotend_model": "",
"default_materials": "Artillery PLA Basic;Artillery PLA Matte;Artillery PLA Silk;Artillery PLA Tough;Artillery PETG;Artillery TPU;Artillery ABS;"
}

View File

@@ -1,227 +1,227 @@
{
"type": "machine",
"name": "Artillery Sidewinder X4 Pro 0.4 nozzle",
"inherits": "fdm_machine_common",
"from": "system",
"setting_id": "GM007",
"instantiation": "true",
"printer_model": "Artillery Sidewinder X4 Pro",
"printer_settings_id": "Artillery X4Pro 0.4 nozzle",
"nozzle_diameter": [
"0.4"
],
"default_filament_profile": [
"Artillery PLA Basic"
],
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",
"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_print_profile": "0.20mm Standard @Artillery Genius",
"deretraction_speed": [
"0"
],
"disable_m73": "0",
"emit_machine_limits_to_gcode": "0",
"enable_filament_ramming": "1",
"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",
"host_type": "octoprint",
"layer_change_gcode": "G92 E0",
"machine_end_gcode": "G91 ;Relative positioning\nG1 E-1 F2700 ;Retract a bit\nG1 E-1 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z1 ;Raise Z more\nG90 ;Absolute positionning\nG1 X-5 Y250 F3000 ;Wipe out\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z",
"machine_load_filament_time": "0",
"machine_max_acceleration_e": [
"5000",
"5000"
],
"machine_max_acceleration_extruding": [
"6000",
"1250"
],
"machine_max_acceleration_retracting": [
"6000",
"1250"
],
"machine_max_acceleration_travel": [
"1000",
"1250"
],
"machine_max_acceleration_x": [
"6000",
"1000"
],
"machine_max_acceleration_y": [
"6000",
"1000"
],
"machine_max_acceleration_z": [
"500",
"200"
],
"machine_max_jerk_e": [
"3",
"2.5"
],
"machine_max_jerk_x": [
"7",
"10"
],
"machine_max_jerk_y": [
"7",
"10"
],
"machine_max_jerk_z": [
"0.2",
"0.4"
],
"machine_max_speed_e": [
"120",
"120"
],
"machine_max_speed_x": [
"500",
"200"
],
"machine_max_speed_y": [
"500",
"200"
],
"machine_max_speed_z": [
"12",
"12"
],
"machine_min_extruding_rate": [
"0",
"0"
],
"machine_min_travel_rate": [
"0",
"0"
],
"machine_pause_gcode": "M600",
"machine_start_gcode": "M104 S140\nM190 S[first_layer_bed_temperature]\nM109 S{temperature_vitrification[0]}\nG28;\nG1 X180 Y247 Z10 F5000\nSET_KINEMATIC_POSITION Y=0\nG1 Y11 F4000\nG1 X180 F4000\nG1 Z-1 F600 \nG1 X230 F4000\nG1 Y15 F4000\nG1 X180 F4000\nG92 E0\nG1 Z10 F1200\nG1 Y0 F5000\nG1 E-1 F3000\nM400\nSET_KINEMATIC_POSITION Y=247\nG92 E-1\nM140 S[first_layer_bed_temperature];\nM104 S[first_layer_temperature];\nG1 X0 Y0.8 Z0.8 F18000\nG92 E0\nG1 X0 Y0.8 Z0.3 E8 F600\nG92 E0\nG1 X170 Y0.8 Z0.3 F1800.0 E17.0;draw line\nG92 E0\nG1 X170 Y0 Z0.3 F1800.0 E0.08;draw line\nG92 E0\nG1 X70 Y0 Z0.3 F1800.0 E10.0;draw line\nG92 E0\nG1 X70 Y1.6 Z0.3 F1800.0 E0.16;draw line\nG92 E0\nG1 X150 Y1.6 Z0.3 F1800.0 E8;draw line\nG92 E0\nG1 X150 Y0 Z0.3 F1800.0 E0.16;draw line\nG92 E0\nG1 E-1 Z5 F18000\nG92 E0\n",
"machine_unload_filament_time": "0",
"manual_filament_change": "0",
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.08"
],
"nozzle_hrc": "0",
"nozzle_type": "brass",
"nozzle_volume": "0",
"parking_pos_retraction": "92",
"preferred_orientation": "0",
"print_host": "192.168.0.249",
"print_host_webui": "",
"printable_area": [
"0x0",
"240x0",
"240x250",
"0x250"
],
"printable_height": "260",
"printer_notes": "",
"printer_structure": "undefine",
"printer_technology": "FFF",
"printer_variant": "0.4",
"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_length": [
"1.3"
],
"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"
],
"thumbnails_format": "PNG",
"time_cost": "0",
"time_lapse_gcode": "",
"upward_compatible_machine": [],
"use_firmware_retraction": "0",
"use_relative_e_distances": "1",
"wipe": [
"0"
],
"wipe_distance": [
"1"
],
"z_hop": [
"0.4"
],
"z_hop_types": [
"Normal Lift"
],
"z_offset": "0"
}
"type": "machine",
"name": "Artillery Sidewinder X4 Pro 0.4 nozzle",
"inherits": "fdm_machine_common",
"from": "system",
"setting_id": "GM007",
"instantiation": "true",
"printer_model": "Artillery Sidewinder X4 Pro",
"printer_settings_id": "Artillery X4Pro 0.4 nozzle",
"nozzle_diameter": [
"0.4"
],
"default_filament_profile": [
"Artillery PLA Basic"
],
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",
"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_print_profile": "0.20mm Standard @Artillery Genius",
"deretraction_speed": [
"0"
],
"disable_m73": "0",
"emit_machine_limits_to_gcode": "0",
"enable_filament_ramming": "1",
"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",
"host_type": "octoprint",
"layer_change_gcode": "G92 E0",
"machine_end_gcode": "G91 ;Relative positioning\nG1 E-1 F2700 ;Retract a bit\nG1 E-1 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z1 ;Raise Z more\nG90 ;Absolute positionning\nG1 X-5 Y250 F3000 ;Wipe out\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z",
"machine_load_filament_time": "0",
"machine_max_acceleration_e": [
"5000",
"5000"
],
"machine_max_acceleration_extruding": [
"6000",
"1250"
],
"machine_max_acceleration_retracting": [
"6000",
"1250"
],
"machine_max_acceleration_travel": [
"1000",
"1250"
],
"machine_max_acceleration_x": [
"6000",
"1000"
],
"machine_max_acceleration_y": [
"6000",
"1000"
],
"machine_max_acceleration_z": [
"500",
"200"
],
"machine_max_jerk_e": [
"3",
"2.5"
],
"machine_max_jerk_x": [
"7",
"10"
],
"machine_max_jerk_y": [
"7",
"10"
],
"machine_max_jerk_z": [
"0.2",
"0.4"
],
"machine_max_speed_e": [
"120",
"120"
],
"machine_max_speed_x": [
"500",
"200"
],
"machine_max_speed_y": [
"500",
"200"
],
"machine_max_speed_z": [
"12",
"12"
],
"machine_min_extruding_rate": [
"0",
"0"
],
"machine_min_travel_rate": [
"0",
"0"
],
"machine_pause_gcode": "M600",
"machine_start_gcode": "M104 S140\nM190 S[first_layer_bed_temperature]\nM109 S{temperature_vitrification[0]}\nG28;\nG1 X180 Y247 Z10 F5000\nSET_KINEMATIC_POSITION Y=0\nG1 Y11 F4000\nG1 X180 F4000\nG1 Z-1 F600 \nG1 X230 F4000\nG1 Y15 F4000\nG1 X180 F4000\nG92 E0\nG1 Z10 F1200\nG1 Y0 F5000\nG1 E-1 F3000\nM400\nSET_KINEMATIC_POSITION Y=247\nG92 E-1\nM140 S[first_layer_bed_temperature];\nM104 S[first_layer_temperature];\nG1 X0 Y0.8 Z0.8 F18000\nG92 E0\nG1 X0 Y0.8 Z0.3 E8 F600\nG92 E0\nG1 X170 Y0.8 Z0.3 F1800.0 E17.0;draw line\nG92 E0\nG1 X170 Y0 Z0.3 F1800.0 E0.08;draw line\nG92 E0\nG1 X70 Y0 Z0.3 F1800.0 E10.0;draw line\nG92 E0\nG1 X70 Y1.6 Z0.3 F1800.0 E0.16;draw line\nG92 E0\nG1 X150 Y1.6 Z0.3 F1800.0 E8;draw line\nG92 E0\nG1 X150 Y0 Z0.3 F1800.0 E0.16;draw line\nG92 E0\nG1 E-1 Z5 F18000\nG92 E0\n",
"machine_unload_filament_time": "0",
"manual_filament_change": "0",
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.08"
],
"nozzle_hrc": "0",
"nozzle_type": "brass",
"nozzle_volume": "0",
"parking_pos_retraction": "92",
"preferred_orientation": "0",
"print_host": "192.168.0.249",
"print_host_webui": "",
"printable_area": [
"0x0",
"240x0",
"240x250",
"0x250"
],
"printable_height": "260",
"printer_notes": "",
"printer_structure": "undefine",
"printer_technology": "FFF",
"printer_variant": "0.4",
"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_length": [
"1.3"
],
"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"
],
"thumbnails_format": "PNG",
"time_cost": "0",
"time_lapse_gcode": "",
"upward_compatible_machine": [],
"use_firmware_retraction": "0",
"use_relative_e_distances": "1",
"wipe": [
"0"
],
"wipe_distance": [
"1"
],
"z_hop": [
"0.4"
],
"z_hop_types": [
"Normal Lift"
],
"z_offset": "0"
}

View File

@@ -1,12 +1,12 @@
{
"type": "machine_model",
"name": "Artillery Sidewinder X4 Pro",
"model_id": "Artillery-Sidewinder-X4-Pro",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Artillery",
"bed_model": "artillery_sidewinderx4pro_buildplate_model.stl",
"bed_texture": "",
"hotend_model": "",
"default_materials": "Artillery PLA Basic;Artillery PLA Matte;Artillery PLA Silk;Artillery PLA Tough;Artillery PETG;Artillery TPU;Artillery ABS;"
"type": "machine_model",
"name": "Artillery Sidewinder X4 Pro",
"model_id": "Artillery-Sidewinder-X4-Pro",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Artillery",
"bed_model": "artillery_sidewinderx4pro_buildplate_model.stl",
"bed_texture": "",
"hotend_model": "",
"default_materials": "Artillery PLA Basic;Artillery PLA Matte;Artillery PLA Silk;Artillery PLA Tough;Artillery PETG;Artillery TPU;Artillery ABS;"
}

View File

@@ -1,139 +1,139 @@
{
"type": "machine",
"name": "fdm_machine_common",
"from": "system",
"instantiation": "false",
"gcode_flavor": "marlin",
"machine_start_gcode": "",
"machine_end_gcode": "",
"extruder_colour": [
"#018001"
],
"extruder_offset": [
"0x0"
],
"machine_max_acceleration_e": [
"5000",
"5000"
],
"machine_max_acceleration_extruding": [
"5000",
"5000"
],
"machine_max_acceleration_retracting": [
"5000",
"5000"
],
"machine_max_acceleration_travel": [
"3000",
"3000"
],
"machine_max_acceleration_x": [
"1000",
"1000"
],
"machine_max_acceleration_y": [
"1000",
"1000"
],
"machine_max_acceleration_z": [
"1000",
"1000"
],
"machine_max_speed_e": [
"25",
"25"
],
"machine_max_speed_x": [
"300",
"200"
],
"machine_max_speed_y": [
"300",
"200"
],
"machine_max_speed_z": [
"0.4",
"0.4"
],
"machine_max_jerk_e": [
"1.5",
"1.5"
],
"machine_max_jerk_x": [
"8",
"8"
],
"machine_max_jerk_y": [
"8",
"8"
],
"machine_max_jerk_z": [
"0.4",
"0.4"
],
"machine_min_extruding_rate": [
"0",
"0"
],
"machine_min_travel_rate": [
"0",
"0"
],
"max_layer_height": [
"0.3"
],
"min_layer_height": [
"0.08"
],
"printable_height": "400",
"extruder_clearance_radius": "65",
"extruder_clearance_height_to_rod": "36",
"extruder_clearance_height_to_lid": "140",
"nozzle_diameter": [
"0.4"
],
"printer_settings_id": "",
"printer_technology": "FFF",
"printer_variant": "0.4",
"retraction_minimum_travel": [
"1"
],
"retract_before_wipe": [
"70%"
],
"retract_when_changing_layer": [
"1"
],
"retraction_length": [
"0.8"
],
"retract_length_toolchange": [
"2"
],
"z_hop": [
"0.4"
],
"retract_restart_extra": [
"0"
],
"retract_restart_extra_toolchange": [
"0"
],
"retraction_speed": [
"30"
],
"deretraction_speed": [
"30"
],
"silent_mode": "0",
"single_extruder_multi_material": "1",
"change_filament_gcode": "",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
"machine_pause_gcode": "M400 U1\n",
"wipe": [
"0"
],
"z_hop_types": "Normal Lift"
"type": "machine",
"name": "fdm_machine_common",
"from": "system",
"instantiation": "false",
"gcode_flavor": "marlin",
"machine_start_gcode": "",
"machine_end_gcode": "",
"extruder_colour": [
"#018001"
],
"extruder_offset": [
"0x0"
],
"machine_max_acceleration_e": [
"5000",
"5000"
],
"machine_max_acceleration_extruding": [
"5000",
"5000"
],
"machine_max_acceleration_retracting": [
"5000",
"5000"
],
"machine_max_acceleration_travel": [
"3000",
"3000"
],
"machine_max_acceleration_x": [
"1000",
"1000"
],
"machine_max_acceleration_y": [
"1000",
"1000"
],
"machine_max_acceleration_z": [
"1000",
"1000"
],
"machine_max_speed_e": [
"25",
"25"
],
"machine_max_speed_x": [
"300",
"200"
],
"machine_max_speed_y": [
"300",
"200"
],
"machine_max_speed_z": [
"0.4",
"0.4"
],
"machine_max_jerk_e": [
"1.5",
"1.5"
],
"machine_max_jerk_x": [
"8",
"8"
],
"machine_max_jerk_y": [
"8",
"8"
],
"machine_max_jerk_z": [
"0.4",
"0.4"
],
"machine_min_extruding_rate": [
"0",
"0"
],
"machine_min_travel_rate": [
"0",
"0"
],
"max_layer_height": [
"0.3"
],
"min_layer_height": [
"0.08"
],
"printable_height": "400",
"extruder_clearance_radius": "65",
"extruder_clearance_height_to_rod": "36",
"extruder_clearance_height_to_lid": "140",
"nozzle_diameter": [
"0.4"
],
"printer_settings_id": "",
"printer_technology": "FFF",
"printer_variant": "0.4",
"retraction_minimum_travel": [
"1"
],
"retract_before_wipe": [
"70%"
],
"retract_when_changing_layer": [
"1"
],
"retraction_length": [
"0.8"
],
"retract_length_toolchange": [
"2"
],
"z_hop": [
"0.4"
],
"retract_restart_extra": [
"0"
],
"retract_restart_extra_toolchange": [
"0"
],
"retraction_speed": [
"30"
],
"deretraction_speed": [
"30"
],
"silent_mode": "0",
"single_extruder_multi_material": "1",
"change_filament_gcode": "",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
"machine_pause_gcode": "M400 U1\n",
"wipe": [
"0"
],
"z_hop_types": "Normal Lift"
}