mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 14:40:39 +08: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
@ -78,6 +78,10 @@
|
||||
"name": "fdm_process_creality_common",
|
||||
"sub_path": "process/fdm_process_creality_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_common_klipper",
|
||||
"sub_path": "process/fdm_process_common_klipper.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_creality_common_0_2",
|
||||
"sub_path": "process/fdm_process_creality_common_0_2.json"
|
||||
|
@ -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"],
|
||||
|
@ -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.4"],
|
||||
"min_layer_height": ["0.08"],
|
||||
|
@ -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.5"],
|
||||
"min_layer_height": ["0.08"],
|
||||
|
@ -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"],
|
||||
|
@ -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.4"],
|
||||
"min_layer_height": ["0.08"],
|
||||
|
@ -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.5"],
|
||||
"min_layer_height": ["0.08"],
|
||||
|
@ -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",
|
||||
|
@ -3,7 +3,7 @@
|
||||
"setting_id": "GP004",
|
||||
"name": "0.16mm Optimal @Creality K1Max (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,13 +12,13 @@
|
||||
"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": [],
|
||||
"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 +98,11 @@
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonicline",
|
||||
"top_surface_line_width": "0.42",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_acceleration": "5000",
|
||||
"top_surface_speed": "200",
|
||||
"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 +113,4 @@
|
||||
"compatible_printers": [
|
||||
"Creality K1 Max (0.4 nozzle)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard @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.2",
|
||||
"initial_layer_speed": "50",
|
||||
|
@ -3,7 +3,7 @@
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard @Creality K1Max (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,13 +12,13 @@
|
||||
"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": [],
|
||||
"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 +98,11 @@
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonicline",
|
||||
"top_surface_line_width": "0.42",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_acceleration": "5000",
|
||||
"top_surface_speed": "200",
|
||||
"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 +113,4 @@
|
||||
"compatible_printers": [
|
||||
"Creality K1 Max (0.4 nozzle)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
"setting_id": "GP004",
|
||||
"name": "0.24mm Draft @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.2",
|
||||
"initial_layer_speed": "50",
|
||||
|
@ -3,7 +3,7 @@
|
||||
"setting_id": "GP004",
|
||||
"name": "0.24mm Draft @Creality K1Max (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,13 +12,13 @@
|
||||
"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": [],
|
||||
"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 +98,11 @@
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonicline",
|
||||
"top_surface_line_width": "0.42",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_acceleration": "5000",
|
||||
"top_surface_speed": "200",
|
||||
"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 +113,4 @@
|
||||
"compatible_printers": [
|
||||
"Creality K1 Max (0.4 nozzle)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
"setting_id": "GP004",
|
||||
"name": "0.24mm Optimal @Creality K1 (0.6 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.62",
|
||||
"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.6 nozzle)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
"setting_id": "GP004",
|
||||
"name": "0.24mm Optimal @Creality K1Max (0.6 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.62",
|
||||
"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 Max (0.6 nozzle)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
"setting_id": "GP004",
|
||||
"name": "0.30mm Standard @Creality K1 (0.6 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.62",
|
||||
"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.6 nozzle)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
"setting_id": "GP004",
|
||||
"name": "0.30mm Standard @Creality K1Max (0.6 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.62",
|
||||
"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 Max (0.6 nozzle)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
"setting_id": "GP004",
|
||||
"name": "0.32mm Optimal @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)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
"setting_id": "GP004",
|
||||
"name": "0.32mm Optimal @Creality K1Max (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 Max (0.8 nozzle)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
"setting_id": "GP004",
|
||||
"name": "0.36mm Draft @Creality K1 (0.6 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.62",
|
||||
"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.6 nozzle)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
"setting_id": "GP004",
|
||||
"name": "0.36mm Draft @Creality K1Max (0.6 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.62",
|
||||
"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 Max (0.6 nozzle)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
"setting_id": "GP004",
|
||||
"name": "0.40mm Standard @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)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
"setting_id": "GP004",
|
||||
"name": "0.40mm Standard @Creality K1Max (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 Max (0.8 nozzle)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -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)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
"setting_id": "GP004",
|
||||
"name": "0.48mm Draft @Creality K1Max (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 Max (0.8 nozzle)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"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"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user