Merge remote-tracking branch 'upstream/main' into dev/p2s-pr

# Conflicts:
#	src/slic3r/GUI/Plater.cpp
#	src/slic3r/GUI/PrePrintChecker.cpp
#	src/slic3r/GUI/StatusPanel.cpp
This commit is contained in:
Noisyfox
2025-11-18 09:17:13 +08:00
77 changed files with 1760 additions and 2059 deletions

View File

@@ -12,7 +12,7 @@
],
"default_print_profile": "0.20mm Speed @MK3S 0.25",
"nozzle_diameter": [
"0.2"
"0.25"
],
"bed_exclude_area": [
"0x0"
@@ -39,6 +39,12 @@
"200",
"200"
],
"max_layer_height": [
"0.15"
],
"min_layer_height": [
"0.05"
],
"host_type": "prusalink",
"printable_height": "210",
"machine_pause_gcode": "M601",

View File

@@ -39,6 +39,12 @@
"200",
"200"
],
"max_layer_height": [
"0.3"
],
"min_layer_height": [
"0.05"
],
"host_type": "prusalink",
"printable_height": "210",
"machine_pause_gcode": "M601",

View File

@@ -39,6 +39,12 @@
"200",
"200"
],
"max_layer_height": [
"0.4"
],
"min_layer_height": [
"0.15"
],
"host_type": "prusalink",
"printable_height": "210",
"machine_pause_gcode": "M601",

View File

@@ -39,6 +39,12 @@
"200",
"200"
],
"max_layer_height": [
"0.6"
],
"min_layer_height": [
"0.2"
],
"host_type": "prusalink",
"printable_height": "210",
"machine_pause_gcode": "M601",

View File

@@ -50,6 +50,10 @@
],
"ooze_prevention": "0",
"outer_wall_acceleration": "0",
"overhang_1_4_speed": "25",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "15",
"post_process": [
""
],