mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-03-06 18:44:43 -07:00
FIX:correct param length err
Change-Id: Ifbbdaa465d75cf39f224d7030b4910a7db87eb84 (cherry picked from commit a57dbe82cb65570ebc12bc80c648a9c09c556844)
This commit is contained in:
parent
fa832b7539
commit
bac1473116
3 changed files with 64 additions and 0 deletions
|
|
@ -29,6 +29,14 @@
|
|||
"extruder_clearance_max_radius": "81",
|
||||
"extruder_clearance_radius": "30",
|
||||
"fan_direction": "left",
|
||||
"hotend_cooling_rate": [
|
||||
"2",
|
||||
"2"
|
||||
],
|
||||
"hotend_heating_rate": [
|
||||
"2",
|
||||
"2"
|
||||
],
|
||||
"long_retractions_when_cut": [
|
||||
"0",
|
||||
"0"
|
||||
|
|
|
|||
|
|
@ -19,6 +19,10 @@
|
|||
"1",
|
||||
"1"
|
||||
],
|
||||
"enable_height_slowdown": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"50",
|
||||
"50"
|
||||
|
|
@ -114,6 +118,30 @@
|
|||
"80"
|
||||
],
|
||||
"smooth_coefficient": "4",
|
||||
"slowdown_start_height": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"slowdown_start_speed": [
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"slowdown_start_acc": [
|
||||
"100000",
|
||||
"100000"
|
||||
],
|
||||
"slowdown_end_height": [
|
||||
"400",
|
||||
"400"
|
||||
],
|
||||
"slowdown_end_speed": [
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"slowdown_end_acc": [
|
||||
"100000",
|
||||
"100000"
|
||||
],
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000"
|
||||
|
|
|
|||
|
|
@ -18,6 +18,10 @@
|
|||
"1",
|
||||
"1"
|
||||
],
|
||||
"enable_height_slowdown": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"250",
|
||||
"150"
|
||||
|
|
@ -113,6 +117,30 @@
|
|||
"80",
|
||||
"80"
|
||||
],
|
||||
"slowdown_start_height": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"slowdown_start_speed": [
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"slowdown_start_acc": [
|
||||
"100000",
|
||||
"100000"
|
||||
],
|
||||
"slowdown_end_height": [
|
||||
"400",
|
||||
"400"
|
||||
],
|
||||
"slowdown_end_speed": [
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"slowdown_end_acc": [
|
||||
"100000",
|
||||
"100000"
|
||||
],
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue