mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 23:01:22 -06:00
FIX: Different default Z hop upper boundary for different machines.
Github: #77 Signed-off-by: wenjie.guo <wenjie.guo@bambulab.com> Change-Id: I8065a2ea57496b5f415e591225877ba773fdb9f6 (cherry picked from commit 6fb7e1084caf9006d504c24ce1f026e475bcb348)
This commit is contained in:
parent
3ae2a6f176
commit
95a235ee8a
52 changed files with 163 additions and 7 deletions
|
@ -17,6 +17,9 @@
|
|||
"0x120"
|
||||
],
|
||||
"printable_height": "120",
|
||||
"retract_lift_below":[
|
||||
"119"
|
||||
],
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0"
|
||||
}
|
||||
|
|
|
@ -15,5 +15,8 @@
|
|||
"250x250",
|
||||
"0x250"
|
||||
],
|
||||
"printable_height": "225"
|
||||
"printable_height": "225",
|
||||
"retract_lift_below":[
|
||||
"224"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -15,5 +15,8 @@
|
|||
"300x300",
|
||||
"0x300"
|
||||
],
|
||||
"printable_height": "275"
|
||||
"printable_height": "275",
|
||||
"retract_lift_below":[
|
||||
"274"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -15,5 +15,8 @@
|
|||
"350x350",
|
||||
"0x350"
|
||||
],
|
||||
"printable_height": "325"
|
||||
"printable_height": "325",
|
||||
"retract_lift_below":[
|
||||
"324"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -15,5 +15,8 @@
|
|||
"250x250",
|
||||
"0x250"
|
||||
],
|
||||
"printable_height": "250"
|
||||
"printable_height": "250",
|
||||
"retract_lift_below":[
|
||||
"249"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -15,5 +15,8 @@
|
|||
"300x300",
|
||||
"0x300"
|
||||
],
|
||||
"printable_height": "250"
|
||||
"printable_height": "250",
|
||||
"retract_lift_below":[
|
||||
"249"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -15,5 +15,8 @@
|
|||
"350x350",
|
||||
"0x350"
|
||||
],
|
||||
"printable_height": "250"
|
||||
"printable_height": "250",
|
||||
"retract_lift_below":[
|
||||
"249"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue