mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Profiles for Kingroon KLP1 and KP3S V1 (#6554)
* Kingroon KLP1 profiles * Kingroon KP3S V1 profiles * Make cover png file size more reasonable * copy/paste error in the profile name * Merge branch 'main' into kingroon-klp1-profiles
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "process",
|
||||
"compatible_printers": [
|
||||
"Kingroon KLP1 0.4 nozzle"
|
||||
],
|
||||
"compatible_printers_condition": "",
|
||||
"inherits": "fdm_process_common",
|
||||
"name": "0.12mm Standard @Kingroon KLP1",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"layer_height": "0.12",
|
||||
"line_width": "0.4",
|
||||
"instantiation": "true"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "process",
|
||||
"compatible_printers": [
|
||||
"Kingroon KLP1 0.4 nozzle"
|
||||
],
|
||||
"compatible_printers_condition": "",
|
||||
"inherits": "fdm_process_common",
|
||||
"name": "0.20mm Standard @Kingroon KLP1",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"layer_height": "0.2",
|
||||
"line_width": "0.42",
|
||||
"instantiation": "true"
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "process",
|
||||
"compatible_printers": [
|
||||
"Kingroon KP3S V1 0.4 nozzle"
|
||||
],
|
||||
"inherits": "fdm_process_common",
|
||||
"name": "0.20mm Standard @Kingroon KP3S V1",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "2",
|
||||
"bridge_speed": "30",
|
||||
"brim_type": "no_brim",
|
||||
"default_acceleration": "10000",
|
||||
"detect_thin_wall": "1",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"gap_infill_speed": "60",
|
||||
"infill_wall_overlap": "8%",
|
||||
"initial_layer_print_height": "0.25",
|
||||
"initial_layer_travel_speed": "200",
|
||||
"internal_solid_infill_acceleration": "6000",
|
||||
"internal_solid_infill_speed": "160",
|
||||
"is_custom_defined": "0",
|
||||
"outer_wall_acceleration": "4000",
|
||||
"overhang_2_4_speed": "30",
|
||||
"overhang_reverse": "1",
|
||||
"overhang_reverse_internal_only": "1",
|
||||
"overhang_reverse_threshold": "0%",
|
||||
"overhang_speed_classic": "1",
|
||||
"seam_gap": "0.1",
|
||||
"seam_position": "back",
|
||||
"slow_down_layers": "2",
|
||||
"slowdown_for_curled_perimeters": "1",
|
||||
"sparse_infill_acceleration": "6000",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"sparse_infill_speed": "300",
|
||||
"support_type": "normal(manual)",
|
||||
"thick_bridges": "1",
|
||||
"top_surface_acceleration": "5000",
|
||||
"top_surface_speed": "180",
|
||||
"travel_acceleration": "10000",
|
||||
"version": "1.6.0.0",
|
||||
"wall_generator": "classic",
|
||||
"wall_loops": "2",
|
||||
"wall_transition_angle": "25",
|
||||
"xy_hole_compensation": "0.1"
|
||||
}
|
||||
Reference in New Issue
Block a user