mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Fix: Modify the string delimiter of parameter “volumetric_speed_coefficients”: change “;” to “ ”
Jira: none Change-Id: Iabe29c14b5d4dadc97d3ea72c4be4104a0e48720 (cherry picked from commit 3a3ed5816b7a70669561d0a33ca6fb9761ab40d2)
This commit is contained in:
@@ -134,8 +134,8 @@
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
"0 0 0 0 0 0",
|
||||
"0 0 0 0 0 0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D Pro 0.4 nozzle",
|
||||
|
||||
Reference in New Issue
Block a user