mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -06:00
FIX: K1/Max profiles use consistently higher accelerations (#3052)
* FIX: K1/Max consistently increase Default accel to match Creality. * FIX: K1/Max consistently decrease initial_layer_acceleration. * FIX: K1/Max consistently increase Top accel to match Outer Wall quality. * FIX: K1/Max consistently increase Travel accel instead of inherited slow default. * More tweaks --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
fdd42eccd2
commit
2174cd6999
26 changed files with 126 additions and 102 deletions
|
@ -13,7 +13,7 @@
|
|||
"printable_area": ["0x0", "300x0", "300x300", "0x300"],
|
||||
"printable_height": "300",
|
||||
"nozzle_type": "hardened_steel",
|
||||
"auxiliary_fan": "0",
|
||||
"auxiliary_fan": "1",
|
||||
"machine_max_acceleration_e": ["5000", "5000"],
|
||||
"machine_max_acceleration_extruding": ["20000", "20000"],
|
||||
"machine_max_acceleration_retracting": ["5000", "5000"],
|
||||
|
@ -26,8 +26,8 @@
|
|||
"machine_max_speed_y": ["1000", "1000"],
|
||||
"machine_max_speed_z": ["30", "30"],
|
||||
"machine_max_jerk_e": ["2.5", "2.5"],
|
||||
"machine_max_jerk_x": ["5", "5"],
|
||||
"machine_max_jerk_y": ["5", "5"],
|
||||
"machine_max_jerk_x": ["12", "12"],
|
||||
"machine_max_jerk_y": ["12", "12"],
|
||||
"machine_max_jerk_z": ["2", "2"],
|
||||
"max_layer_height": ["0.3"],
|
||||
"min_layer_height": ["0.08"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue