mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-23 21:25:13 +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:
@@ -119,8 +119,8 @@
|
||||
"0"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"48.0137;-0.3915;27.3862;-32.3779;-3.9738;5.2809",
|
||||
"48.0137;-0.3915;27.3862;-32.3779;-3.9738;5.2809"
|
||||
"48.0137 -0.3915 27.3862 -32.3779 -3.9738 5.2809",
|
||||
"48.0137 -0.3915 27.3862 -32.3779 -3.9738 5.2809"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.8 nozzle"
|
||||
|
||||
Reference in New Issue
Block a user