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:
StdVectorBool 2023-12-11 06:03:09 -08:00 committed by GitHub
parent fdd42eccd2
commit 2174cd6999
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 126 additions and 102 deletions

View file

@ -3,7 +3,7 @@
"setting_id": "GP004",
"name": "0.16mm Optimal @Creality K1 (0.4 nozzle)",
"from": "system",
"inherits": "fdm_process_creality_common",
"inherits": "fdm_process_common_klipper",
"instantiation": "true",
"adaptive_layer_height": "0",
"reduce_crossing_wall": "0",
@ -12,7 +12,8 @@
"bottom_shell_layers": "3",
"bottom_shell_thickness": "0",
"bridge_flow": "1",
"bridge_speed": "50",
"bridge_speed": "25",
"internal_bridge_speed" : "70",
"brim_width": "5",
"brim_object_gap": "0.1",
"compatible_printers": [
@ -35,7 +36,7 @@
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"internal_bridge_support_thickness": "0.8",
"initial_layer_acceleration": "2000",
"initial_layer_acceleration": "500",
"initial_layer_line_width": "0.5",
"initial_layer_print_height": "0.16",
"initial_layer_speed": "50",