mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 14:51:11 -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
|
@ -3,7 +3,7 @@
|
|||
"setting_id": "GP004",
|
||||
"name": "0.48mm Draft @Creality K1 (0.8 nozzle)",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_creality_common",
|
||||
"inherits": "fdm_process_common_klipper",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "0",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
@ -15,10 +15,9 @@
|
|||
"bridge_speed": "30",
|
||||
"brim_width": "5",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers": [],
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "10000",
|
||||
"default_acceleration": "12000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
@ -98,10 +97,11 @@
|
|||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonicline",
|
||||
"top_surface_line_width": "0.82",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_acceleration": "5000",
|
||||
"top_surface_speed": "150",
|
||||
"top_shell_layers": "3",
|
||||
"top_shell_thickness": "0.6",
|
||||
"travel_acceleration": "12000",
|
||||
"travel_speed": "500",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
|
@ -112,4 +112,4 @@
|
|||
"compatible_printers": [
|
||||
"Creality K1 (0.8 nozzle)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue