mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-22 20:55:16 +00:00
Fixed many profile issues and cleaned up some messes. (#10686)
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"name": "Artillery M1 Pro 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"adaptive_bed_mesh_margin": "0",
|
||||
"auxiliary_fan": "1",
|
||||
"instantiation" : "true",
|
||||
"bbl_use_printhost": "0",
|
||||
"bed_custom_model": "",
|
||||
"bed_custom_texture": "",
|
||||
@@ -41,12 +44,10 @@
|
||||
"fan_kickstart": "0",
|
||||
"fan_speedup_overhangs": "1",
|
||||
"fan_speedup_time": "0",
|
||||
"from": "system",
|
||||
"gcode_flavor": "klipper",
|
||||
"head_wrap_detect_zone": [],
|
||||
"high_current_on_filament_swap": "0",
|
||||
"host_type": "octoprint",
|
||||
"is_custom_defined": "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"
|
||||
@@ -132,7 +133,6 @@
|
||||
"min_layer_height": [
|
||||
"0.16"
|
||||
],
|
||||
"name": "Artillery M1 Pro 0.8 nozzle",
|
||||
"nozzle_diameter": [
|
||||
"0.8"
|
||||
],
|
||||
@@ -455,7 +455,6 @@
|
||||
"upward_compatible_machine": [],
|
||||
"use_firmware_retraction": "0",
|
||||
"use_relative_e_distances": "1",
|
||||
"version": "2.1.1.0",
|
||||
"wipe": [
|
||||
"0"
|
||||
],
|
||||
@@ -469,4 +468,4 @@
|
||||
"Auto Lift"
|
||||
],
|
||||
"z_offset": "0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user