CoPrint Profiles Update (#11818)

# Description

Accurate color change calculations for coprint setups by specifying the nozzle volume, reduced risk of jamming by removing parking position setting.

## Tests

Settings tested on N3+ and K1 equipped with coprint kits.
This commit is contained in:
mjfsch
2026-01-04 06:14:54 +00:00
committed by GitHub
parent 2e53e9db02
commit ad88d43db8
4 changed files with 36 additions and 12 deletions

View File

@@ -11,6 +11,9 @@
"nozzle_diameter": [
"0.4"
],
"nozzle_volume": [
"156"
],
"retract_before_wipe": [
"0%"
],
@@ -132,7 +135,7 @@
"0"
],
"parking_pos_retraction": [
"25"
"0"
],
"retract_when_changing_layer": [
"0"
@@ -141,7 +144,10 @@
"0"
],
"high_current_on_filament_swap": [
"1"
"0"
],
"enable_filament_ramming": [
"0"
],
"z_hop_types": "Spiral Lift"
}
}

View File

@@ -11,6 +11,9 @@
"nozzle_diameter": [
"0.4"
],
"nozzle_volume": [
"156"
],
"retract_before_wipe": [
"0%"
],
@@ -132,7 +135,7 @@
"0"
],
"parking_pos_retraction": [
"25"
"0"
],
"retract_when_changing_layer": [
"0"
@@ -141,7 +144,10 @@
"0"
],
"high_current_on_filament_swap": [
"1"
"0"
],
"enable_filament_ramming": [
"0"
],
"z_hop_types": "Spiral Lift"
}
}

View File

@@ -11,6 +11,9 @@
"nozzle_diameter": [
"0.4"
],
"nozzle_volume": [
"156"
],
"retract_before_wipe": [
"0%"
],
@@ -132,7 +135,7 @@
"0"
],
"parking_pos_retraction": [
"25"
"0"
],
"retract_when_changing_layer": [
"0"
@@ -141,7 +144,10 @@
"0"
],
"high_current_on_filament_swap": [
"1"
"0"
],
"enable_filament_ramming": [
"0"
],
"z_hop_types": "Spiral Lift"
}
}

View File

@@ -10,6 +10,9 @@
"printer_variant": "0.4",
"nozzle_diameter": [
"0.4"
],
"nozzle_volume": [
"156"
],
"retract_before_wipe": [
"0%"
@@ -132,7 +135,7 @@
"0"
],
"parking_pos_retraction": [
"25"
"0"
],
"retract_when_changing_layer": [
"0"
@@ -141,7 +144,10 @@
"0"
],
"high_current_on_filament_swap": [
"1"
"0"
],
"enable_filament_ramming": [
"0"
],
"z_hop_types": "Spiral Lift"
}
}