mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 19:12:17 +00:00
tidy up and bump profile version (#12889)
* tidy up and bump profile version * fix error * tidy up * fix * tide up more * fix errors * fix more errors
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
{
|
||||
"version": "1.0.0.0",
|
||||
"instantiation": "false",
|
||||
"type": "process",
|
||||
"name": "cubicon common @base",
|
||||
"inherits": "fdm_process_common_klipper",
|
||||
"instantiation": "false",
|
||||
"compatible_printers": [
|
||||
"Cubicon xCeler-I 0.4 nozzle",
|
||||
"Cubicon xCeler-Plus 0.4 nozzle"
|
||||
],
|
||||
"inherits": "fdm_process_common_klipper",
|
||||
"name": "cubicon common @base",
|
||||
"print_settings_id": "cubicon common @base",
|
||||
|
||||
"accel_to_decel_enable": "1",
|
||||
"accel_to_decel_factor": "100",
|
||||
"bridge_angle": "0",
|
||||
@@ -21,7 +20,7 @@
|
||||
"percise_outer_wall": "1",
|
||||
"percise_z_height": "0.2",
|
||||
"enable_overhang_speed": "1",
|
||||
"enable_prime_tower": "0",
|
||||
"enable_prime_tower": "1",
|
||||
"enable_support": "0",
|
||||
"exclude_object": "0",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[initial_tool]}_{printer_model}_{print_time}.gcode",
|
||||
@@ -83,7 +82,6 @@
|
||||
"top_solid_infill_flow_ratio": "0.9",
|
||||
"travel_speed": "500",
|
||||
"support_threshold_angle": "15",
|
||||
"type": "process",
|
||||
"wall_loops": "2",
|
||||
"thick_bridges": "0",
|
||||
"extra_perimeters_on_overhangs": "1",
|
||||
@@ -110,10 +108,9 @@
|
||||
"slowdown_for_curled_perimeters": "0",
|
||||
"bridge_speed": "50",
|
||||
"internal_bridge_speed": "150%",
|
||||
"is_custom_defined": "0",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"independent_support_layer_height": "1"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +1,10 @@
|
||||
{
|
||||
"version": "1.0.0.0",
|
||||
"type": "process",
|
||||
"instantiation": "true",
|
||||
"inherits": "cubicon common @base",
|
||||
"name": "cubicon default @Cubicon xCeler-I 0.4 nozzle",
|
||||
"inherits": "cubicon common @base",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "cubicon default @Cubicon xCeler-I 0.4 nozzle",
|
||||
"compatible_printers": [
|
||||
"Cubicon xCeler-I 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,11 +1,10 @@
|
||||
{
|
||||
"version": "1.0.0.0",
|
||||
"type": "process",
|
||||
"instantiation": "true",
|
||||
"inherits": "cubicon common @base",
|
||||
"name": "cubicon default @Cubicon xCeler-Plus 0.4 nozzle",
|
||||
"inherits": "cubicon common @base",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "cubicon default @Cubicon xCeler-Plus 0.4 nozzle",
|
||||
"compatible_printers": [
|
||||
"Cubicon xCeler-Plus 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -63,7 +63,7 @@
|
||||
"top_surface_line_width": "0.4",
|
||||
"top_surface_speed": "30",
|
||||
"travel_speed": "400",
|
||||
"enable_prime_tower": "0",
|
||||
"enable_prime_tower": "1",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0"
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
{
|
||||
"instantiation": "false",
|
||||
"type": "process",
|
||||
"name": "process template @base",
|
||||
"inherits": "fdm_process_common_klipper",
|
||||
"from": "User",
|
||||
"instantiation": "false",
|
||||
"accel_to_decel_enable": "1",
|
||||
"accel_to_decel_factor": "50%",
|
||||
"alternate_extra_wall": "0",
|
||||
@@ -38,7 +42,7 @@
|
||||
"enable_arc_fitting": "1",
|
||||
"enable_extra_bridge_layer": "disabled",
|
||||
"enable_overhang_speed": "1",
|
||||
"enable_prime_tower": "0",
|
||||
"enable_prime_tower": "1",
|
||||
"enable_support": "0",
|
||||
"enforce_support_layers": "0",
|
||||
"ensure_vertical_shell_thickness": "ensure_all",
|
||||
@@ -50,7 +54,6 @@
|
||||
"flush_into_infill": "0",
|
||||
"flush_into_objects": "0",
|
||||
"flush_into_support": "1",
|
||||
"from": "User",
|
||||
"fuzzy_skin": "none",
|
||||
"fuzzy_skin_first_layer": "0",
|
||||
"fuzzy_skin_noise_type": "classic",
|
||||
@@ -75,7 +78,6 @@
|
||||
"infill_direction": "45",
|
||||
"infill_jerk": "20",
|
||||
"infill_wall_overlap": "15%",
|
||||
"inherits": "fdm_process_common_klipper",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "200",
|
||||
"initial_layer_jerk": "20",
|
||||
@@ -110,7 +112,6 @@
|
||||
"ironing_spacing": "0.15",
|
||||
"ironing_speed": "30",
|
||||
"ironing_type": "no ironing",
|
||||
"is_custom_defined": "0",
|
||||
"is_infill_first": "0",
|
||||
"lattice_angle_1": "-45",
|
||||
"lattice_angle_2": "45",
|
||||
@@ -131,7 +132,6 @@
|
||||
"minimum_sparse_infill_area": "15",
|
||||
"mmu_segmented_region_interlocking_depth": "0",
|
||||
"mmu_segmented_region_max_width": "0",
|
||||
"name": "process template @base",
|
||||
"notes": "",
|
||||
"only_one_wall_first_layer": "0",
|
||||
"only_one_wall_top": "1",
|
||||
@@ -282,7 +282,6 @@
|
||||
"tree_support_tip_diameter": "0.8",
|
||||
"tree_support_top_rate": "30%",
|
||||
"tree_support_wall_count": "0",
|
||||
"version": "1.7.0.2",
|
||||
"wall_direction": "auto",
|
||||
"wall_distribution_count": "1",
|
||||
"wall_filament": "1",
|
||||
@@ -317,4 +316,4 @@
|
||||
],
|
||||
"xy_contour_compensation": "0",
|
||||
"xy_hole_compensation": "0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user