mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Update machine profile for OpenEYE Peacock V2 (#12333)
* OpenEYE Peacock V2 machine profile: Add printer_agent key to enable AMS filament synchronization (Klipper/Moonraker) Signed-off-by: Sezgin AÇIKGÖZ <sezginacikgoz@mail.com> * Optimize retraction settings in printer profiles to reduce stringing and improve print quality Signed-off-by: Sezgin AÇIKGÖZ <sezginacikgoz@mail.com> --------- Signed-off-by: Sezgin AÇIKGÖZ <sezginacikgoz@mail.com>
This commit is contained in:
committed by
SoftFever
parent
dc27345b05
commit
da8be684dc
@@ -19,7 +19,7 @@
|
|||||||
],
|
],
|
||||||
"default_print_profile": "0.20mm Standard @OpenEYE Peacock V2",
|
"default_print_profile": "0.20mm Standard @OpenEYE Peacock V2",
|
||||||
"deretraction_speed": [
|
"deretraction_speed": [
|
||||||
"30"
|
"40"
|
||||||
],
|
],
|
||||||
"disable_m73": "0",
|
"disable_m73": "0",
|
||||||
"emit_machine_limits_to_gcode": "0",
|
"emit_machine_limits_to_gcode": "0",
|
||||||
@@ -43,6 +43,7 @@
|
|||||||
"head_wrap_detect_zone": [],
|
"head_wrap_detect_zone": [],
|
||||||
"high_current_on_filament_swap": "0",
|
"high_current_on_filament_swap": "0",
|
||||||
"host_type": "octoprint",
|
"host_type": "octoprint",
|
||||||
|
"printer_agent": "moonraker",
|
||||||
"inherits": "fdm_machine_common",
|
"inherits": "fdm_machine_common",
|
||||||
"instantiation": "false",
|
"instantiation": "false",
|
||||||
"layer_change_gcode": "SET_PRINT_STATS_INFO CURRENT_LAYER={layer_num + 1}\n_MMU_UPDATE_HEIGHT",
|
"layer_change_gcode": "SET_PRINT_STATS_INFO CURRENT_LAYER={layer_num + 1}\n_MMU_UPDATE_HEIGHT",
|
||||||
@@ -185,13 +186,13 @@
|
|||||||
"18"
|
"18"
|
||||||
],
|
],
|
||||||
"retraction_length": [
|
"retraction_length": [
|
||||||
"0.8"
|
"1"
|
||||||
],
|
],
|
||||||
"retraction_minimum_travel": [
|
"retraction_minimum_travel": [
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
"retraction_speed": [
|
"retraction_speed": [
|
||||||
"30"
|
"40"
|
||||||
],
|
],
|
||||||
"scan_first_layer": "0",
|
"scan_first_layer": "0",
|
||||||
"silent_mode": "0",
|
"silent_mode": "0",
|
||||||
|
|||||||
Reference in New Issue
Block a user