mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 19:16:02 +08:00
Initial add of Creality Sermoon V1 Printer and 3 process configs (#4956)
* Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Update Creality Sermoon V1 0.4 nozzle.json Changed the default process for the Sermoon V1 Printer. * Update 0.20mm Standard @Creality Sermoon V1.json Reduced speeds of .20mm process for Sermoon V1 to no more than 195mm/s as not all printers which may use this are running Klipper. It is set to Marlin for the flavour but is targeted at a Klippered printer. * Update 0.16mm Optimal @Creality Sermoon V1.json Remove Arc Fitting and reduce elephant foot. * Update 0.20mm Standard @Creality Sermoon V1.json Remove Arc Fitting and reduce elephant foot. * Update 0.28mm Standard @Creality Sermoon V1.json Remove Arc Fitting and reduce elephant foot.
This commit is contained in:
parent
a96852cb83
commit
3acd8a2bb4
@ -84,6 +84,10 @@
|
||||
"name": "Creality Ender-6",
|
||||
"sub_path": "machine/Creality Ender-6.json"
|
||||
},
|
||||
{
|
||||
"name": "Creality Sermoon V1",
|
||||
"sub_path": "machine/Creality Sermoon V1.json"
|
||||
},
|
||||
{
|
||||
"name": "Creality K1",
|
||||
"sub_path": "machine/Creality K1.json"
|
||||
@ -814,6 +818,18 @@
|
||||
"name": "0.56mm SuperChunky @Creality CR-6 0.8",
|
||||
"sub_path": "process/0.56mm SuperChunky @Creality CR-6 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "0.16mm Optimal @Creality Sermoon V1",
|
||||
"sub_path": "process/0.16mm Optimal @Creality Sermoon V1.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Creality Sermoon V1",
|
||||
"sub_path": "process/0.20mm Standard @Creality Sermoon V1.json"
|
||||
},
|
||||
{
|
||||
"name": "0.28mm Standard @Creality Sermoon V1",
|
||||
"sub_path": "process/0.28mm Standard @Creality Sermoon V1.json"
|
||||
},
|
||||
{
|
||||
"name": "0.24mm Optimal @Creality K1 (0.6 nozzle)",
|
||||
"sub_path": "process/0.24mm Optimal @Creality K1 (0.6 nozzle).json"
|
||||
@ -1250,6 +1266,10 @@
|
||||
"name": "Creality Ender-5 S1 0.4 nozzle",
|
||||
"sub_path": "machine/Creality Ender-5 S1 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Creality Sermoon V1 0.4 nozzle",
|
||||
"sub_path": "machine/Creality Sermoon V1 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Creality K1 (0.4 nozzle)",
|
||||
"sub_path": "machine/Creality K1 (0.4 nozzle).json"
|
||||
|
BIN
resources/profiles/Creality/Creality Sermoon V1_cover.png
Normal file
BIN
resources/profiles/Creality/Creality Sermoon V1_cover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
@ -0,0 +1,70 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "Creality Sermoon V1 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_creality_common",
|
||||
"printer_model": "Creality Sermoon V1",
|
||||
"default_filament_profile": [
|
||||
"Creality Generic PLA"
|
||||
],
|
||||
"default_print_profile": "0.20mm Standard @Creality Sermoon V1",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"retract_when_changing_layer": [
|
||||
"0"
|
||||
],
|
||||
"retraction_length": [
|
||||
"0.8"
|
||||
],
|
||||
"z_hop": [
|
||||
"0"
|
||||
],
|
||||
"machine_max_acceleration_extruding": [
|
||||
"7000",
|
||||
"500"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"7000",
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"7000",
|
||||
"500"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"7000",
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"7000",
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"7000",
|
||||
"500"
|
||||
],
|
||||
"layer_change_gcode": "SET_PRINT_STATS_INFO CURRENT_LAYER={layer_num + 1}\n;AFTER_LAYER_CHANGE\n;Z>[layer_z]",
|
||||
"machine_start_gcode": ";generated by SuperSlicer 1.5.0 on 2023-06-07 at 17:32:332\nG90 ; use absolute coordinates\nSET_PRINT_STATS_INFO TOTAL_LAYER=[total_layer_count]\nM140 S[bed_temperature_initial_layer] ; Set bed temp\nM104 S170 ; set temporary nozzle temp to prevent oozing during homing\nG28 ; Home\nM105 ; Report Temps\nM190 S[bed_temperature_initial_layer] ; Wait for bed to reach target\nM104 S[nozzle_temperature_initial_layer] ; Set hot end temp\nM105 ; Report Temps\nM109 S[nozzle_temperature_initial_layer] ; Wait for hot end to reach target\nM105 ; Report Temps\nM82 ; Absolute extrusion mode\n#G28 ; Home\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up\nG1 X173.0 Y10 Z0.28 F5000.0 ; Move to start position\nG1 X173.0 Y170.0 Z0.28 F1500.0 E15 ; Draw the first line\nG1 X173.4 Y170.0 Z0.28 F5000.0 ; Move to side a little\nG1 X173.4 Y40 Z0.28 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up\nG92 E0\nSTART_PRINT",
|
||||
"machine_end_gcode": "M140 S0 ; Turn-off bed\nM107 ; Turn off cooling fan\nG91 ; Relative positioning\nG1 E-1 F2700 ; Retract\nG1 E-2 Z0.2 F2400 ; Retract and raise Z\nG1 X5 Y5 F3000 ; Wipe\nG1 Z0.95 ; Raise Z more\nG90 ; Absolute positioning\nG1 X10 Y160 ; Eject print\nM106 S0 ; Turn off fan\nM104 S0 ; Turn-off hot end\nM140 S0 ; Turn-off bed\n{ if max_layer_z < printable_height-10 }G1 Z{min(max_layer_z+70,printable_height-10)}; move print up {endif}; Eject print z (conditional)\nM84 X Y E ; Disable steppers except Z\nG92 E0 ; Reset Extruder\nM82;abs extrusion\nEND_PRINT",
|
||||
"machine_pause_gcode": "M25 ;pause print\n; Sermoon V1 Marlin buffers commands, so flush with these G4 P10 commands\nG4 P10\nG4 P10\nG4 P10\nG4 P10\nG4 P10\nG4 P10\nG4 P10\nG4 P10\nG4 P10\nG4 P10\n",
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"175x0",
|
||||
"175x175",
|
||||
"0x175"
|
||||
],
|
||||
"print_host": "10.0.0.51",
|
||||
"print_host_webui": "10.0.0.51",
|
||||
"gcode_flavor": "marlin",
|
||||
"thumbnails": [
|
||||
"32x32",
|
||||
"400x400"
|
||||
],
|
||||
"printable_height": "165",
|
||||
"change_filament_gcode": "; S1 Pause For Filament change\nM125",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "1"
|
||||
}
|
15
resources/profiles/Creality/machine/Creality Sermoon V1.json
Normal file
15
resources/profiles/Creality/machine/Creality Sermoon V1.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "Creality Sermoon V1",
|
||||
"model_id": "Creality_Sermoon_V1",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "Creality",
|
||||
"bed_model": "",
|
||||
"bed_texture": "",
|
||||
"z_hop_types": [
|
||||
"Spiral Lift"
|
||||
],
|
||||
"hotend_model": "",
|
||||
"default_materials": "Creality Generic PLA;Creality Generic PETG;Creality Generic ABS"
|
||||
}
|
@ -0,0 +1,111 @@
|
||||
{
|
||||
"accel_to_decel_enable": "1",
|
||||
"accel_to_decel_factor": "65%",
|
||||
"bottom_shell_thickness": "0.6",
|
||||
"bridge_acceleration": "50%",
|
||||
"bridge_speed": "120",
|
||||
"brim_type": "no_brim",
|
||||
"brim_width": "4",
|
||||
"default_acceleration": "4000",
|
||||
"default_jerk": "5",
|
||||
"detect_thin_wall": "1",
|
||||
"dont_filter_internal_bridges": "limited",
|
||||
"elefant_foot_compensation": "0.3",
|
||||
"elefant_foot_compensation_layers": "1",
|
||||
"enable_arc_fitting": "0",
|
||||
"enable_support": "1",
|
||||
"exclude_object": "1",
|
||||
"from": "User",
|
||||
"gap_infill_speed": "195",
|
||||
"gcode_comments": "1",
|
||||
"infill_combination": "0",
|
||||
"infill_wall_overlap": "30%",
|
||||
"inherits": "fdm_process_creality_common",
|
||||
"initial_layer_acceleration": "3000",
|
||||
"initial_layer_infill_speed": "75",
|
||||
"initial_layer_jerk": "5",
|
||||
"initial_layer_line_width": "0.61",
|
||||
"initial_layer_speed": "58",
|
||||
"initial_layer_travel_speed": "150",
|
||||
"inner_wall_acceleration": "6000",
|
||||
"inner_wall_line_width": "0.61",
|
||||
"inner_wall_speed": "195",
|
||||
"internal_bridge_support_thickness": "0.8",
|
||||
"internal_solid_infill_line_width": "0.32",
|
||||
"internal_solid_infill_speed": "235",
|
||||
"ironing_flow": "10%",
|
||||
"ironing_spacing": "0.15",
|
||||
"ironing_speed": "45",
|
||||
"is_custom_defined": "0",
|
||||
"layer_height": "0.16",
|
||||
"line_width": "0.61",
|
||||
"max_bridge_length": "20",
|
||||
"max_travel_detour_distance": "200",
|
||||
"min_bead_width": "80%",
|
||||
"min_feature_size": "20%",
|
||||
"minimum_sparse_infill_area": "8",
|
||||
"name": "0.16mm Optimal @Creality Sermoon V1",
|
||||
"only_one_wall_first_layer": "1",
|
||||
"only_one_wall_top": "1",
|
||||
"outer_wall_acceleration": "4000",
|
||||
"outer_wall_jerk": "5",
|
||||
"outer_wall_line_width": "0.61",
|
||||
"outer_wall_speed": "195",
|
||||
"overhang_1_4_speed": "60",
|
||||
"overhang_2_4_speed": "40",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"precise_outer_wall": "1",
|
||||
"reduce_crossing_wall": "1",
|
||||
"reduce_infill_retraction": "1",
|
||||
"print_settings_id": "",
|
||||
"scarf_joint_flow_ratio": "0.95",
|
||||
"seam_gap": "6%",
|
||||
"seam_slope_min_length": "12",
|
||||
"seam_slope_steps": "6",
|
||||
"seam_slope_type": "external",
|
||||
"skirt_loops": "0",
|
||||
"slowdown_for_curled_perimeters": "1",
|
||||
"sparse_infill_density": "4%",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"sparse_infill_speed": "215",
|
||||
"support_base_pattern": "hollow",
|
||||
"support_base_pattern_spacing": "7",
|
||||
"support_bottom_z_distance": "0.7",
|
||||
"support_critical_regions_only": "0",
|
||||
"support_interface_pattern": "rectilinear_interlaced",
|
||||
"support_interface_spacing": "2",
|
||||
"support_interface_speed": "175",
|
||||
"support_line_width": "0.56",
|
||||
"support_object_xy_distance": "1.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_speed": "235",
|
||||
"support_style": "tree_slim",
|
||||
"support_threshold_angle": "40",
|
||||
"support_top_z_distance": "0.28",
|
||||
"support_type": "tree(auto)",
|
||||
"top_shell_layers": "3",
|
||||
"top_shell_thickness": "0.84",
|
||||
"top_solid_infill_flow_ratio": "0.95",
|
||||
"top_surface_acceleration": "5000",
|
||||
"top_surface_jerk": "5",
|
||||
"top_surface_line_width": "0.32",
|
||||
"top_surface_speed": "235",
|
||||
"travel_acceleration": "4000",
|
||||
"travel_speed": "195",
|
||||
"tree_support_branch_angle": "50",
|
||||
"tree_support_branch_diameter": "2",
|
||||
"tree_support_branch_distance": "10",
|
||||
"tree_support_wall_count": "1",
|
||||
"wall_loops": "2",
|
||||
"tree_support_adaptive_layer_height": "0",
|
||||
"version": "2.0.0.0",
|
||||
"wall_infill_order": "infill/inner wall/outer wall",
|
||||
"xy_hole_compensation": "0.05",
|
||||
"xy_contour_compensation": "-0.05",
|
||||
"independent_support_layer_height": "0",
|
||||
"compatible_printers": [
|
||||
"Creality Sermoon V1 0.4 nozzle"
|
||||
]
|
||||
}
|
@ -0,0 +1,111 @@
|
||||
{
|
||||
"accel_to_decel_enable": "1",
|
||||
"accel_to_decel_factor": "65%",
|
||||
"bottom_shell_thickness": "0.6",
|
||||
"bridge_acceleration": "50%",
|
||||
"bridge_speed": "120",
|
||||
"brim_type": "no_brim",
|
||||
"brim_width": "4",
|
||||
"default_acceleration": "6000",
|
||||
"default_jerk": "5",
|
||||
"detect_thin_wall": "1",
|
||||
"dont_filter_internal_bridges": "limited",
|
||||
"elefant_foot_compensation": "0.3",
|
||||
"elefant_foot_compensation_layers": "1",
|
||||
"enable_arc_fitting": "0",
|
||||
"enable_support": "1",
|
||||
"exclude_object": "1",
|
||||
"from": "User",
|
||||
"gap_infill_speed": "195",
|
||||
"gcode_comments": "1",
|
||||
"infill_combination": "0",
|
||||
"infill_wall_overlap": "30%",
|
||||
"inherits": "fdm_process_creality_common",
|
||||
"initial_layer_acceleration": "3000",
|
||||
"initial_layer_infill_speed": "75",
|
||||
"initial_layer_jerk": "5",
|
||||
"initial_layer_line_width": "0.61",
|
||||
"initial_layer_speed": "58",
|
||||
"initial_layer_travel_speed": "150",
|
||||
"inner_wall_acceleration": "6000",
|
||||
"inner_wall_line_width": "0.61",
|
||||
"inner_wall_speed": "195",
|
||||
"internal_bridge_support_thickness": "0.8",
|
||||
"internal_solid_infill_line_width": "0.32",
|
||||
"internal_solid_infill_speed": "195",
|
||||
"ironing_flow": "10%",
|
||||
"ironing_spacing": "0.15",
|
||||
"ironing_speed": "45",
|
||||
"is_custom_defined": "0",
|
||||
"layer_height": "0.20",
|
||||
"line_width": "0.61",
|
||||
"max_bridge_length": "20",
|
||||
"max_travel_detour_distance": "200",
|
||||
"min_bead_width": "80%",
|
||||
"min_feature_size": "20%",
|
||||
"minimum_sparse_infill_area": "8",
|
||||
"name": "0.20mm Standard @Creality Sermoon V1",
|
||||
"only_one_wall_first_layer": "1",
|
||||
"only_one_wall_top": "1",
|
||||
"outer_wall_acceleration": "4000",
|
||||
"outer_wall_jerk": "5",
|
||||
"outer_wall_line_width": "0.61",
|
||||
"outer_wall_speed": "150",
|
||||
"overhang_1_4_speed": "60",
|
||||
"overhang_2_4_speed": "40",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"precise_outer_wall": "1",
|
||||
"reduce_crossing_wall": "1",
|
||||
"reduce_infill_retraction": "1",
|
||||
"print_settings_id": "",
|
||||
"scarf_joint_flow_ratio": "0.95",
|
||||
"seam_gap": "6%",
|
||||
"seam_slope_min_length": "12",
|
||||
"seam_slope_steps": "6",
|
||||
"seam_slope_type": "external",
|
||||
"skirt_loops": "0",
|
||||
"slowdown_for_curled_perimeters": "1",
|
||||
"sparse_infill_density": "4%",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"sparse_infill_speed": "195",
|
||||
"support_base_pattern": "hollow",
|
||||
"support_base_pattern_spacing": "7",
|
||||
"support_bottom_z_distance": "0.7",
|
||||
"support_critical_regions_only": "0",
|
||||
"support_interface_pattern": "rectilinear_interlaced",
|
||||
"support_interface_spacing": "2",
|
||||
"support_interface_speed": "175",
|
||||
"support_line_width": "0.56",
|
||||
"support_object_xy_distance": "1.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_speed": "195",
|
||||
"support_style": "tree_slim",
|
||||
"support_threshold_angle": "40",
|
||||
"support_top_z_distance": "0.28",
|
||||
"support_type": "tree(auto)",
|
||||
"top_shell_layers": "3",
|
||||
"top_shell_thickness": "0.80",
|
||||
"top_solid_infill_flow_ratio": "0.95",
|
||||
"top_surface_acceleration": "6000",
|
||||
"top_surface_jerk": "5",
|
||||
"top_surface_line_width": "0.32",
|
||||
"top_surface_speed": "195",
|
||||
"travel_acceleration": "6000",
|
||||
"travel_speed": "195",
|
||||
"tree_support_branch_angle": "50",
|
||||
"tree_support_branch_diameter": "2",
|
||||
"tree_support_branch_distance": "10",
|
||||
"tree_support_wall_count": "1",
|
||||
"wall_loops": "2",
|
||||
"tree_support_adaptive_layer_height": "0",
|
||||
"version": "2.0.0.0",
|
||||
"wall_infill_order": "infill/inner wall/outer wall",
|
||||
"xy_hole_compensation": "0.05",
|
||||
"xy_contour_compensation": "-0.05",
|
||||
"independent_support_layer_height": "0",
|
||||
"compatible_printers": [
|
||||
"Creality Sermoon V1 0.4 nozzle"
|
||||
]
|
||||
}
|
@ -0,0 +1,111 @@
|
||||
{
|
||||
"accel_to_decel_enable": "1",
|
||||
"accel_to_decel_factor": "65%",
|
||||
"bottom_shell_thickness": "0.6",
|
||||
"bridge_acceleration": "50%",
|
||||
"bridge_speed": "120",
|
||||
"brim_type": "no_brim",
|
||||
"brim_width": "4",
|
||||
"default_acceleration": "6000",
|
||||
"default_jerk": "5",
|
||||
"detect_thin_wall": "1",
|
||||
"dont_filter_internal_bridges": "limited",
|
||||
"elefant_foot_compensation": "0.3",
|
||||
"elefant_foot_compensation_layers": "1",
|
||||
"enable_arc_fitting": "0",
|
||||
"enable_support": "1",
|
||||
"exclude_object": "1",
|
||||
"from": "User",
|
||||
"gap_infill_speed": "235",
|
||||
"gcode_comments": "1",
|
||||
"infill_combination": "0",
|
||||
"infill_wall_overlap": "30%",
|
||||
"inherits": "fdm_process_creality_common",
|
||||
"initial_layer_acceleration": "3000",
|
||||
"initial_layer_infill_speed": "75",
|
||||
"initial_layer_jerk": "5",
|
||||
"initial_layer_line_width": "0.61",
|
||||
"initial_layer_speed": "58",
|
||||
"initial_layer_travel_speed": "150",
|
||||
"inner_wall_acceleration": "6000",
|
||||
"inner_wall_line_width": "0.61",
|
||||
"inner_wall_speed": "235",
|
||||
"internal_bridge_support_thickness": "0.8",
|
||||
"internal_solid_infill_line_width": "0.32",
|
||||
"internal_solid_infill_speed": "235",
|
||||
"ironing_flow": "10%",
|
||||
"ironing_spacing": "0.15",
|
||||
"ironing_speed": "45",
|
||||
"is_custom_defined": "0",
|
||||
"layer_height": "0.28",
|
||||
"line_width": "0.61",
|
||||
"max_bridge_length": "20",
|
||||
"max_travel_detour_distance": "200",
|
||||
"min_bead_width": "80%",
|
||||
"min_feature_size": "20%",
|
||||
"minimum_sparse_infill_area": "8",
|
||||
"name": "0.28mm Standard @Creality Sermoon V1",
|
||||
"only_one_wall_first_layer": "1",
|
||||
"only_one_wall_top": "1",
|
||||
"outer_wall_acceleration": "4000",
|
||||
"outer_wall_jerk": "5",
|
||||
"outer_wall_line_width": "0.61",
|
||||
"outer_wall_speed": "195",
|
||||
"overhang_1_4_speed": "60",
|
||||
"overhang_2_4_speed": "40",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"precise_outer_wall": "1",
|
||||
"reduce_crossing_wall": "1",
|
||||
"reduce_infill_retraction": "1",
|
||||
"print_settings_id": "",
|
||||
"scarf_joint_flow_ratio": "0.95",
|
||||
"seam_gap": "6%",
|
||||
"seam_slope_min_length": "12",
|
||||
"seam_slope_steps": "6",
|
||||
"seam_slope_type": "external",
|
||||
"skirt_loops": "0",
|
||||
"slowdown_for_curled_perimeters": "1",
|
||||
"sparse_infill_density": "4%",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"sparse_infill_speed": "235",
|
||||
"support_base_pattern": "hollow",
|
||||
"support_base_pattern_spacing": "7",
|
||||
"support_bottom_z_distance": "0.7",
|
||||
"support_critical_regions_only": "0",
|
||||
"support_interface_pattern": "rectilinear_interlaced",
|
||||
"support_interface_spacing": "2",
|
||||
"support_interface_speed": "175",
|
||||
"support_line_width": "0.56",
|
||||
"support_object_xy_distance": "1.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_speed": "235",
|
||||
"support_style": "tree_slim",
|
||||
"support_threshold_angle": "40",
|
||||
"support_top_z_distance": "0.28",
|
||||
"support_type": "tree(auto)",
|
||||
"top_shell_layers": "3",
|
||||
"top_shell_thickness": "0.84",
|
||||
"top_solid_infill_flow_ratio": "0.95",
|
||||
"top_surface_acceleration": "6000",
|
||||
"top_surface_jerk": "5",
|
||||
"top_surface_line_width": "0.32",
|
||||
"top_surface_speed": "235",
|
||||
"travel_acceleration": "6000",
|
||||
"travel_speed": "235",
|
||||
"tree_support_branch_angle": "50",
|
||||
"tree_support_branch_diameter": "2",
|
||||
"tree_support_branch_distance": "10",
|
||||
"tree_support_wall_count": "1",
|
||||
"wall_loops": "2",
|
||||
"tree_support_adaptive_layer_height": "0",
|
||||
"version": "2.0.0.0",
|
||||
"wall_infill_order": "infill/inner wall/outer wall",
|
||||
"xy_hole_compensation": "0.05",
|
||||
"xy_contour_compensation": "-0.05",
|
||||
"independent_support_layer_height": "0",
|
||||
"compatible_printers": [
|
||||
"Creality Sermoon V1 0.4 nozzle"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user