mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -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
|
@ -26,6 +26,9 @@
|
|||
"Generic PLA @Anycubic"
|
||||
],
|
||||
"printable_height": "200",
|
||||
"retract_lift_below":[
|
||||
"199"
|
||||
],
|
||||
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n; You can use following code instead if your PRINT_START macro support Chamber and print area bedmesh\n; PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single] Chamber=[chamber_temperature] PRINT_MIN={first_layer_print_min[0]},{first_layer_print_min[1]} PRINT_MAX={first_layer_print_max[0]},{first_layer_print_max[1]}",
|
||||
"machine_end_gcode": "PRINT_END",
|
||||
"layer_change_gcode": "",
|
||||
|
|
|
@ -20,6 +20,9 @@
|
|||
"0x210"
|
||||
],
|
||||
"printable_height": "190",
|
||||
"retract_lift_below":[
|
||||
"189"
|
||||
],
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"machine_max_acceleration_extruding": [
|
||||
|
|
|
@ -20,6 +20,9 @@
|
|||
"0x400"
|
||||
],
|
||||
"printable_height": "450",
|
||||
"retract_lift_below":[
|
||||
"449"
|
||||
],
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"machine_max_acceleration_e": [
|
||||
|
|
|
@ -17,6 +17,9 @@
|
|||
"0x220"
|
||||
],
|
||||
"printable_height": "250",
|
||||
"retract_lift_below":[
|
||||
"249"
|
||||
],
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"machine_max_acceleration_extruding": [
|
||||
|
|
|
@ -20,6 +20,9 @@
|
|||
"0x400"
|
||||
],
|
||||
"printable_height": "450",
|
||||
"retract_lift_below":[
|
||||
"449"
|
||||
],
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"machine_max_acceleration_e": [
|
||||
|
|
|
@ -20,6 +20,9 @@
|
|||
"0x255"
|
||||
],
|
||||
"printable_height": "265",
|
||||
"retract_lift_below":[
|
||||
"264"
|
||||
],
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"machine_max_acceleration_extruding": [
|
||||
|
|
|
@ -20,6 +20,9 @@
|
|||
"0x210"
|
||||
],
|
||||
"printable_height": "205",
|
||||
"retract_lift_below":[
|
||||
"204"
|
||||
],
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"machine_max_acceleration_e": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue