orcaslicer/resources/profiles/Creality/process/fdm_process_common_klipper.json
StdVectorBool 2174cd6999
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>
2023-12-11 22:03:09 +08:00

14 lines
355 B
JSON

{
"type": "process",
"name": "fdm_process_common_klipper",
"from": "system",
"inherits": "fdm_process_creality_common",
"instantiation": "false",
"default_jerk": "9",
"initial_layer_jerk": "9",
"outer_wall_jerk": "7",
"infill_jerk": "12",
"travel_jerk": "12",
"inner_wall_jerk": "7",
"top_surface_jerk": "7"
}