Merge branch 'main' into profile-fixes

This commit is contained in:
cochcoder
2024-04-10 18:46:58 +00:00
committed by GitHub
138 changed files with 6296 additions and 460 deletions

View File

@@ -295,8 +295,8 @@
"sub_path": "process/0.12mm Fine @Creality Ender3V3SE 0.2.json"
},
{
"name": "0.12mm Fine @Creality Ender3V3SE",
"sub_path": "process/0.12mm Fine @Creality Ender3V3SE.json"
"name": "0.12mm Fine @Creality Ender3V3SE 0.4",
"sub_path": "process/0.12mm Fine @Creality Ender3V3SE 0.4.json"
},
{
"name": "0.12mm Fine @Creality Ender3V3SE 0.6",
@@ -403,8 +403,8 @@
"sub_path": "process/0.16mm Optimal @Creality Ender3V3SE 0.2.json"
},
{
"name": "0.16mm Optimal @Creality Ender3V3SE",
"sub_path": "process/0.16mm Optimal @Creality Ender3V3SE.json"
"name": "0.16mm Optimal @Creality Ender3V3SE 0.4",
"sub_path": "process/0.16mm Optimal @Creality Ender3V3SE 0.4.json"
},
{
"name": "0.16mm Optimal @Creality Ender3V3SE 0.6",
@@ -563,8 +563,8 @@
"sub_path": "process/0.20mm Standard @Creality Ender3V3SE 0.2.json"
},
{
"name": "0.20mm Standard @Creality Ender3V3SE",
"sub_path": "process/0.20mm Standard @Creality Ender3V3SE.json"
"name": "0.20mm Standard @Creality Ender3V3SE 0.4",
"sub_path": "process/0.20mm Standard @Creality Ender3V3SE 0.4.json"
},
{
"name": "0.20mm Standard @Creality Ender3V3SE 0.6",
@@ -679,8 +679,8 @@
"sub_path": "process/0.24mm Draft @Creality Ender3V3SE 0.2.json"
},
{
"name": "0.24mm Draft @Creality Ender3V3SE",
"sub_path": "process/0.24mm Draft @Creality Ender3V3SE.json"
"name": "0.24mm Draft @Creality Ender3V3SE 0.4",
"sub_path": "process/0.24mm Draft @Creality Ender3V3SE 0.4.json"
},
{
"name": "0.24mm Draft @Creality Ender3V3SE 0.6",

View File

@@ -47,12 +47,12 @@
"8000"
],
"machine_max_acceleration_z": [
"500",
"500"
"300",
"300"
],
"machine_max_speed_e": [
"100",
"100"
"40",
"40"
],
"machine_max_speed_x": [
"500",
@@ -71,12 +71,12 @@
"5"
],
"machine_max_jerk_x": [
"10",
"10"
"7",
"7"
],
"machine_max_jerk_y": [
"10",
"10"
"7",
"7"
],
"machine_max_jerk_z": [
"0.4",
@@ -91,8 +91,11 @@
"retraction_minimum_travel": [
"2"
],
"wipe_distance": [
"2"
],
"retract_before_wipe": [
"70%"
"0%"
],
"retraction_length": [
"0.5"
@@ -116,11 +119,11 @@
"default_filament_profile": [
"Creality Generic PLA @Ender-3V3-all"
],
"machine_start_gcode": "M220 S100 ;Reset Feedrate \nM221 S100 ;Reset Flowrate \n \nM140 S[bed_temperature_initial_layer_single] ;Set final bed temp \nG28 ;Home \n \nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp \nG1 X-2.0 Y20 Z0.28 F5000.0 ;Move to start position \nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize \nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize \nG1 X-2.0 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line \nG1 X-1.7 Y145.0 Z0.28 F5000.0 ;Move to side a little \nG1 X-1.7 Y20 Z0.28 F1500.0 E30 ;Draw the second line \nG92 E0 ;Reset Extruder \nG1 E-1.0000 F1800 ;Retract a bit \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 E0.0000 F1800",
"machine_end_gcode": "G91 ;Relative positionning \nG1 E-2 F2700 ;Retract a bit \nG1 E-2 Z0.2 F2400 ;Retract and raise Z \nG1 X5 Y5 F3000 ;Wipe out \nG1 Z5 ;Raise Z more \nG90 ;Absolute positionning \n \nG1 X2 Y218 F3000 ;Present print \nM106 S0 ;Turn-off fan \nM104 S0 ;Turn-off hotend \nM140 S0 ;Turn-off bed \n \nM84 X Y E ;Disable all steppers but Z",
"machine_start_gcode": "M220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nM140 S[bed_temperature_initial_layer_single] ;Set final bed temp\nG28 ;Home\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp\nG1 X-2.0 Y20 Z0.28 F5000.0 ;Move to start position\nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize\nG1 X-2.0 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X-1.7 Y145.0 Z0.28 F5000.0 ;Move to side a little\nG1 X-1.7 Y30 Z0.28 F1500.0 E15 ;Draw the second line\nG92 E0 ;Reset Extruder",
"machine_end_gcode": "G91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z20 ;Raise Z more\nG90 ;Absolute positionning\nG1 X2 Y218 F3000 ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z",
"scan_first_layer": "0",
"thumbnails": [
"96x96",
"300x300"
]
}
}

View File

@@ -28,44 +28,44 @@
"nozzle_type": "brass",
"auxiliary_fan": "0",
"machine_max_acceleration_extruding": [
"5000",
"5000"
"2500",
"2500"
],
"machine_max_acceleration_retracting": [
"2500",
"2500"
],
"machine_max_acceleration_travel": [
"5000",
"5000"
"2500",
"2500"
],
"machine_max_acceleration_x": [
"5000",
"5000"
"2500",
"2500"
],
"machine_max_acceleration_y": [
"5000",
"5000"
"2500",
"2500"
],
"machine_max_acceleration_z": [
"500",
"500"
],
"machine_max_speed_e": [
"100",
"100"
"40",
"40"
],
"machine_max_speed_x": [
"500",
"500"
"250",
"250"
],
"machine_max_speed_y": [
"500",
"500"
"250",
"250"
],
"machine_max_speed_z": [
"30",
"30"
"5",
"5"
],
"machine_max_jerk_e": [
"5",
@@ -117,8 +117,7 @@
"machine_start_gcode": "M220 S100 ;Reset Feedrate \nM221 S100 ;Reset Flowrate \n \nM140 S[bed_temperature_initial_layer_single] ;Set final bed temp \nG28 ;Home \nM420 S1; Enable mesh leveling \nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp \nG1 X-2.1 Y20 Z0.28 F5000.0 ;Move to start position \nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize \nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize \nG1 X-2.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line \nG1 X-2.4 Y145.0 Z0.28 F5000.0 ;Move to side a little \nG1 X-2.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line \nG92 E0 ;Reset Extruder \nG1 E-1.0000 F1800 ;Retract a bit \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 E0.0000 F1800",
"machine_end_gcode": "G91 ;Relative positionning \nG1 E-2 F2700 ;Retract a bit \nG1 E-2 Z0.2 F2400 ;Retract and raise Z \nG1 X5 Y5 F3000 ;Wipe out \nG1 Z10 ;Raise Z more \nG90 ;Absolute positionning \n \nG1 X0 Y220 ;Present print \nM106 S0 ;Turn-off fan \nM104 S0 ;Turn-off hotend \nM140 S0 ;Turn-off bed \n \nM84 X Y E ;Disable all steppers but Z",
"scan_first_layer": "0",
"disable_m73": "1",
"thumbnails": [
"96x96",
"300x300"
]
}

View File

@@ -10,7 +10,7 @@
"printer_variant": "0.4",
"gcode_flavor": "marlin2",
"printer_structure": "i3",
"default_print_profile": "0.20mm Standard @Creality Ender3V3SE",
"default_print_profile": "0.20mm Standard @Creality Ender3V3SE 0.4",
"extruder_clearance_height_to_rod": "47",
"extruder_clearance_max_radius": "90",
"extruder_clearance_radius": "90",
@@ -28,44 +28,44 @@
"nozzle_type": "brass",
"auxiliary_fan": "0",
"machine_max_acceleration_extruding": [
"5000",
"5000"
"2500",
"2500"
],
"machine_max_acceleration_retracting": [
"2500",
"2500"
],
"machine_max_acceleration_travel": [
"5000",
"5000"
"2500",
"2500"
],
"machine_max_acceleration_x": [
"5000",
"5000"
"2500",
"2500"
],
"machine_max_acceleration_y": [
"5000",
"5000"
"2500",
"2500"
],
"machine_max_acceleration_z": [
"500",
"500"
],
"machine_max_speed_e": [
"100",
"100"
"40",
"40"
],
"machine_max_speed_x": [
"500",
"500"
"250",
"250"
],
"machine_max_speed_y": [
"500",
"500"
"250",
"250"
],
"machine_max_speed_z": [
"30",
"30"
"5",
"5"
],
"machine_max_jerk_e": [
"5",
@@ -117,8 +117,7 @@
"machine_start_gcode": "M220 S100 ;Reset Feedrate \nM221 S100 ;Reset Flowrate \n \nM140 S[bed_temperature_initial_layer_single] ;Set final bed temp \nG28 ;Home \nM420 S1; Enable mesh leveling \nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp \nG1 X-2.1 Y20 Z0.28 F5000.0 ;Move to start position \nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize \nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize \nG1 X-2.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line \nG1 X-2.4 Y145.0 Z0.28 F5000.0 ;Move to side a little \nG1 X-2.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line \nG92 E0 ;Reset Extruder \nG1 E-1.0000 F1800 ;Retract a bit \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 E0.0000 F1800",
"machine_end_gcode": "G91 ;Relative positionning \nG1 E-2 F2700 ;Retract a bit \nG1 E-2 Z0.2 F2400 ;Retract and raise Z \nG1 X5 Y5 F3000 ;Wipe out \nG1 Z10 ;Raise Z more \nG90 ;Absolute positionning \n \nG1 X0 Y220 ;Present print \nM106 S0 ;Turn-off fan \nM104 S0 ;Turn-off hotend \nM140 S0 ;Turn-off bed \n \nM84 X Y E ;Disable all steppers but Z",
"scan_first_layer": "0",
"disable_m73": "1",
"thumbnails": [
"96x96",
"300x300"
]
}

View File

@@ -28,44 +28,44 @@
"nozzle_type": "brass",
"auxiliary_fan": "0",
"machine_max_acceleration_extruding": [
"5000",
"5000"
"2500",
"2500"
],
"machine_max_acceleration_retracting": [
"2500",
"2500"
],
"machine_max_acceleration_travel": [
"5000",
"5000"
"2500",
"2500"
],
"machine_max_acceleration_x": [
"5000",
"5000"
"2500",
"2500"
],
"machine_max_acceleration_y": [
"5000",
"5000"
"2500",
"2500"
],
"machine_max_acceleration_z": [
"500",
"500"
],
"machine_max_speed_e": [
"100",
"100"
"40",
"40"
],
"machine_max_speed_x": [
"500",
"500"
"250",
"250"
],
"machine_max_speed_y": [
"500",
"500"
"250",
"250"
],
"machine_max_speed_z": [
"30",
"30"
"5",
"5"
],
"machine_max_jerk_e": [
"5",
@@ -117,8 +117,7 @@
"machine_start_gcode": "M220 S100 ;Reset Feedrate \nM221 S100 ;Reset Flowrate \n \nM140 S[bed_temperature_initial_layer_single] ;Set final bed temp \nG28 ;Home \nM420 S1; Enable mesh leveling \nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp \nG1 X-2.1 Y20 Z0.28 F5000.0 ;Move to start position \nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize \nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize \nG1 X-2.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line \nG1 X-2.4 Y145.0 Z0.28 F5000.0 ;Move to side a little \nG1 X-2.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line \nG92 E0 ;Reset Extruder \nG1 E-1.0000 F1800 ;Retract a bit \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 E0.0000 F1800",
"machine_end_gcode": "G91 ;Relative positionning \nG1 E-2 F2700 ;Retract a bit \nG1 E-2 Z0.2 F2400 ;Retract and raise Z \nG1 X5 Y5 F3000 ;Wipe out \nG1 Z10 ;Raise Z more \nG90 ;Absolute positionning \n \nG1 X0 Y220 ;Present print \nM106 S0 ;Turn-off fan \nM104 S0 ;Turn-off hotend \nM140 S0 ;Turn-off bed \n \nM84 X Y E ;Disable all steppers but Z",
"scan_first_layer": "0",
"disable_m73": "1",
"thumbnails": [
"96x96",
"300x300"
]
}

View File

@@ -28,44 +28,44 @@
"nozzle_type": "brass",
"auxiliary_fan": "0",
"machine_max_acceleration_extruding": [
"5000",
"5000"
"2500",
"2500"
],
"machine_max_acceleration_retracting": [
"2500",
"2500"
],
"machine_max_acceleration_travel": [
"5000",
"5000"
"2500",
"2500"
],
"machine_max_acceleration_x": [
"5000",
"5000"
"2500",
"2500"
],
"machine_max_acceleration_y": [
"5000",
"5000"
"2500",
"2500"
],
"machine_max_acceleration_z": [
"500",
"500"
],
"machine_max_speed_e": [
"100",
"100"
"40",
"40"
],
"machine_max_speed_x": [
"500",
"500"
"250",
"250"
],
"machine_max_speed_y": [
"500",
"500"
"250",
"250"
],
"machine_max_speed_z": [
"30",
"30"
"5",
"5"
],
"machine_max_jerk_e": [
"5",
@@ -117,8 +117,7 @@
"machine_start_gcode": "M220 S100 ;Reset Feedrate \nM221 S100 ;Reset Flowrate \n \nM140 S[bed_temperature_initial_layer_single] ;Set final bed temp \nG28 ;Home \nM420 S1; Enable mesh leveling \nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp \nG1 X-2.1 Y20 Z0.28 F5000.0 ;Move to start position \nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize \nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize \nG1 X-2.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line \nG1 X-2.4 Y145.0 Z0.28 F5000.0 ;Move to side a little \nG1 X-2.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line \nG92 E0 ;Reset Extruder \nG1 E-1.0000 F1800 ;Retract a bit \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 E0.0000 F1800",
"machine_end_gcode": "G91 ;Relative positionning \nG1 E-2 F2700 ;Retract a bit \nG1 E-2 Z0.2 F2400 ;Retract and raise Z \nG1 X5 Y5 F3000 ;Wipe out \nG1 Z10 ;Raise Z more \nG90 ;Absolute positionning \n \nG1 X0 Y220 ;Present print \nM106 S0 ;Turn-off fan \nM104 S0 ;Turn-off hotend \nM140 S0 ;Turn-off bed \n \nM84 X Y E ;Disable all steppers but Z",
"scan_first_layer": "0",
"disable_m73": "1",
"thumbnails": [
"96x96",
"300x300"
]
}

View File

@@ -13,7 +13,7 @@
"bottom_shell_layers": "5",
"bottom_shell_thickness": "0",
"bridge_flow": "0.95",
"bridge_speed": "100",
"bridge_speed": "65",
"brim_type": "no_brim",
"brim_width": "5",
"brim_object_gap": "0.1",
@@ -23,21 +23,21 @@
"top_surface_acceleration": "5000",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"elefant_foot_compensation": "0.1",
"enable_arc_fitting": "1",
"outer_wall_line_width": "0.42",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.4",
"line_width": "0.42",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_acceleration": "500",
"initial_layer_acceleration": "1000",
"travel_acceleration": "5000",
"inner_wall_acceleration": "5000",
"outer_wall_acceleration": "2500",
"outer_wall_acceleration": "5000",
"initial_layer_line_width": "0.5",
"initial_layer_print_height": "0.2",
"infill_combination": "0",
"infill_combination": "1",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "25%",
"interface_shells": "0",
@@ -49,10 +49,10 @@
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_2_4_speed": "50",
"overhang_3_4_speed": "35",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.42",
"inner_wall_line_width": "0.45",
"wall_loops": "2",
"print_settings_id": "",
"raft_layers": "0",
@@ -69,9 +69,9 @@
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.15",
"support_top_z_distance": "0.16",
"support_filament": "0",
"support_line_width": "0.38",
"support_line_width": "0.42",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "4",
@@ -88,30 +88,30 @@
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_surface_line_width": "0.42",
"top_shell_layers": "5",
"top_shell_thickness": "0.8",
"initial_layer_speed": "50",
"initial_layer_infill_speed": "105",
"outer_wall_speed": "250",
"inner_wall_speed": "300",
"internal_solid_infill_speed": "300",
"internal_solid_infill_speed": "250",
"top_surface_speed": "250",
"gap_infill_speed": "100",
"gap_infill_speed": "200",
"sparse_infill_speed": "300",
"travel_speed": "300",
"travel_speed": "400",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"default_jerk": "7",
"outer_wall_jerk": "8",
"outer_wall_jerk": "7",
"inner_wall_jerk": "7",
"infill_jerk": "8",
"infill_jerk": "7",
"top_surface_jerk": "7",
"initial_layer_jerk": "7",
"travel_jerk": "8",
"travel_jerk": "7",
"compatible_printers": [
"Creality Ender-3 V3 KE 0.4 nozzle"
]

View File

@@ -1,7 +1,7 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.12mm Fine @Creality Ender3V3SE",
"name": "0.12mm Fine @Creality Ender3V3SE 0.4",
"from": "system",
"inherits": "fdm_process_creality_common",
"instantiation": "true",
@@ -113,6 +113,6 @@
"initial_layer_jerk": "8",
"travel_jerk": "8",
"compatible_printers": [
"Creality Ender-3 V3 SE"
"Creality Ender-3 V3 SE 0.4 nozzle"
]
}

View File

@@ -13,7 +13,7 @@
"bottom_shell_layers": "4",
"bottom_shell_thickness": "0",
"bridge_flow": "0.95",
"bridge_speed": "100",
"bridge_speed": "65",
"brim_type": "no_brim",
"brim_width": "5",
"brim_object_gap": "0.1",
@@ -23,21 +23,21 @@
"top_surface_acceleration": "5000",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"elefant_foot_compensation": "0.1",
"enable_arc_fitting": "1",
"outer_wall_line_width": "0.42",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.4",
"line_width": "0.42",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_acceleration": "500",
"initial_layer_acceleration": "1000",
"travel_acceleration": "5000",
"inner_wall_acceleration": "5000",
"outer_wall_acceleration": "2500",
"outer_wall_acceleration": "5000",
"initial_layer_line_width": "0.5",
"initial_layer_print_height": "0.2",
"infill_combination": "0",
"infill_combination": "1",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "25%",
"interface_shells": "0",
@@ -49,10 +49,10 @@
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_2_4_speed": "50",
"overhang_3_4_speed": "35",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.42",
"inner_wall_line_width": "0.45",
"wall_loops": "2",
"print_settings_id": "",
"raft_layers": "0",
@@ -71,7 +71,7 @@
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.2",
"support_filament": "0",
"support_line_width": "0.38",
"support_line_width": "0.42",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "3",
@@ -88,30 +88,30 @@
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_surface_line_width": "0.42",
"top_shell_layers": "4",
"top_shell_thickness": "0.8",
"initial_layer_speed": "50",
"initial_layer_infill_speed": "105",
"outer_wall_speed": "250",
"inner_wall_speed": "300",
"internal_solid_infill_speed": "300",
"internal_solid_infill_speed": "250",
"top_surface_speed": "250",
"gap_infill_speed": "100",
"gap_infill_speed": "200",
"sparse_infill_speed": "300",
"travel_speed": "300",
"travel_speed": "400",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"default_jerk": "7",
"outer_wall_jerk": "8",
"outer_wall_jerk": "7",
"inner_wall_jerk": "7",
"infill_jerk": "8",
"infill_jerk": "7",
"top_surface_jerk": "7",
"initial_layer_jerk": "7",
"travel_jerk": "8",
"travel_jerk": "7",
"compatible_printers": [
"Creality Ender-3 V3 KE 0.4 nozzle"
]

View File

@@ -1,7 +1,7 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.16mm Optimal @Creality Ender3V3SE",
"name": "0.16mm Optimal @Creality Ender3V3SE 0.4",
"from": "system",
"inherits": "fdm_process_creality_common",
"instantiation": "true",
@@ -113,6 +113,6 @@
"initial_layer_jerk": "8",
"travel_jerk": "8",
"compatible_printers": [
"Creality Ender-3 V3 SE"
"Creality Ender-3 V3 SE 0.4 nozzle"
]
}

View File

@@ -13,7 +13,7 @@
"bottom_shell_layers": "4",
"bottom_shell_thickness": "0",
"bridge_flow": "0.95",
"bridge_speed": "100",
"bridge_speed": "65",
"brim_type": "no_brim",
"brim_width": "5",
"brim_object_gap": "0.1",
@@ -23,21 +23,21 @@
"top_surface_acceleration": "5000",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"elefant_foot_compensation": "0.1",
"enable_arc_fitting": "1",
"outer_wall_line_width": "0.42",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.4",
"line_width": "0.42",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_acceleration": "500",
"initial_layer_acceleration": "1000",
"travel_acceleration": "5000",
"inner_wall_acceleration": "5000",
"outer_wall_acceleration": "2500",
"outer_wall_acceleration": "5000",
"initial_layer_line_width": "0.5",
"initial_layer_print_height": "0.2",
"infill_combination": "0",
"infill_combination": "1",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "25%",
"interface_shells": "0",
@@ -49,10 +49,10 @@
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_2_4_speed": "50",
"overhang_3_4_speed": "35",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.42",
"inner_wall_line_width": "0.45",
"wall_loops": "2",
"print_settings_id": "",
"raft_layers": "0",
@@ -69,9 +69,9 @@
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.15",
"support_top_z_distance": "0.16",
"support_filament": "0",
"support_line_width": "0.38",
"support_line_width": "0.42",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "2",
@@ -88,30 +88,30 @@
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_surface_line_width": "0.42",
"top_shell_layers": "4",
"top_shell_thickness": "0.8",
"initial_layer_speed": "50",
"initial_layer_infill_speed": "105",
"outer_wall_speed": "250",
"inner_wall_speed": "300",
"internal_solid_infill_speed": "300",
"internal_solid_infill_speed": "250",
"top_surface_speed": "250",
"gap_infill_speed": "100",
"gap_infill_speed": "200",
"sparse_infill_speed": "300",
"travel_speed": "300",
"travel_speed": "400",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"default_jerk": "7",
"outer_wall_jerk": "8",
"outer_wall_jerk": "7",
"inner_wall_jerk": "7",
"infill_jerk": "8",
"infill_jerk": "7",
"top_surface_jerk": "7",
"initial_layer_jerk": "7",
"travel_jerk": "8",
"travel_jerk": "7",
"compatible_printers": [
"Creality Ender-3 V3 KE 0.4 nozzle"
]

View File

@@ -1,7 +1,7 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.20mm Standard @Creality Ender3V3SE",
"name": "0.20mm Standard @Creality Ender3V3SE 0.4",
"from": "system",
"inherits": "fdm_process_creality_common",
"instantiation": "true",
@@ -113,6 +113,6 @@
"initial_layer_jerk": "8",
"travel_jerk": "8",
"compatible_printers": [
"Creality Ender-3 V3 SE"
"Creality Ender-3 V3 SE 0.4 nozzle"
]
}

View File

@@ -13,7 +13,7 @@
"bottom_shell_layers": "4",
"bottom_shell_thickness": "0",
"bridge_flow": "0.95",
"bridge_speed": "100",
"bridge_speed": "65",
"brim_type": "no_brim",
"brim_width": "5",
"brim_object_gap": "0.1",
@@ -23,21 +23,21 @@
"top_surface_acceleration": "5000",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"elefant_foot_compensation": "0.1",
"enable_arc_fitting": "1",
"outer_wall_line_width": "0.42",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.4",
"line_width": "0.42",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_acceleration": "500",
"initial_layer_acceleration": "1000",
"travel_acceleration": "5000",
"inner_wall_acceleration": "5000",
"outer_wall_acceleration": "2500",
"outer_wall_acceleration": "5000",
"initial_layer_line_width": "0.5",
"initial_layer_print_height": "0.2",
"infill_combination": "0",
"infill_combination": "1",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "25%",
"interface_shells": "0",
@@ -49,10 +49,10 @@
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_2_4_speed": "50",
"overhang_3_4_speed": "35",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.42",
"inner_wall_line_width": "0.45",
"wall_loops": "2",
"print_settings_id": "",
"raft_layers": "0",
@@ -69,9 +69,9 @@
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.15",
"support_top_z_distance": "0.16",
"support_filament": "0",
"support_line_width": "0.38",
"support_line_width": "0.42",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "2",
@@ -88,30 +88,30 @@
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_surface_line_width": "0.42",
"top_shell_layers": "4",
"top_shell_thickness": "0.8",
"initial_layer_speed": "50",
"initial_layer_infill_speed": "105",
"outer_wall_speed": "250",
"inner_wall_speed": "300",
"internal_solid_infill_speed": "300",
"internal_solid_infill_speed": "250",
"top_surface_speed": "250",
"gap_infill_speed": "100",
"gap_infill_speed": "200",
"sparse_infill_speed": "300",
"travel_speed": "300",
"travel_speed": "400",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"default_jerk": "7",
"outer_wall_jerk": "8",
"outer_wall_jerk": "7",
"inner_wall_jerk": "7",
"infill_jerk": "8",
"infill_jerk": "7",
"top_surface_jerk": "7",
"initial_layer_jerk": "7",
"travel_jerk": "8",
"travel_jerk": "7",
"compatible_printers": [
"Creality Ender-3 V3 KE 0.4 nozzle"
]

View File

@@ -1,7 +1,7 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.24mm Draft @Creality Ender3V3SE",
"name": "0.24mm Draft @Creality Ender3V3SE 0.4",
"from": "system",
"inherits": "fdm_process_creality_common",
"instantiation": "true",
@@ -113,6 +113,6 @@
"initial_layer_jerk": "8",
"travel_jerk": "8",
"compatible_printers": [
"Creality Ender-3 V3 SE"
"Creality Ender-3 V3 SE 0.4 nozzle"
]
}

View File

@@ -61,7 +61,7 @@
"extruder_clearance_radius": [ "76" ],
"extruder_clearance_height_to_rod": [ "27" ],
"extruder_clearance_height_to_lid": [ "150" ],
"nozzle_type": "stainless_steel"
"nozzle_type": "hardened_steel"
}

View File

@@ -61,6 +61,6 @@
"extruder_clearance_radius": [ "76" ],
"extruder_clearance_height_to_rod": [ "27" ],
"extruder_clearance_height_to_lid": [ "150" ],
"nozzle_type": "stainless_steel"
"nozzle_type": "hardened_steel"
}

View File

@@ -5,8 +5,8 @@
"nozzle_diameter": "0.4;0.6",
"machine_tech": "FFF",
"family": "Flashforge",
"bed_model": "flashfoge_adventurer5m_series_buildplate_model.STL",
"bed_model": "flashforge_adventurer5m_series_buildplate_model.STL",
"bed_texture": "flashforge_adventurer5m_buildplate_texture.png",
"hotend_model": "",
"hotend_model": "flashforge_adventurer_5m_series_hotend.STL",
"default_materials": "Flashforge Generic ABS;Flashforge Generic PETG;Flashforge Generic PLA"
}

View File

@@ -5,8 +5,8 @@
"nozzle_diameter": "0.4;0.6",
"machine_tech": "FFF",
"family": "Flashforge",
"bed_model": "flashfoge_adventurer5m_series_buildplate_model.STL",
"bed_model": "flashforge_adventurer5m_series_buildplate_model.STL",
"bed_texture": "flashforge_adventurer5m_buildplate_texture.png",
"hotend_model": "",
"hotend_model": "flashforge_adventurer_5m_series_hotend.STL",
"default_materials": "Flashforge Generic ABS;Flashforge Generic PETG;Flashforge Generic PLA"
}

View File

@@ -19,10 +19,10 @@
"machine_max_acceleration_x": [ "500" ],
"machine_max_acceleration_y": [ "500" ],
"machine_max_acceleration_z": [ "100" ],
"machine_max_speed_e": [ "60" ],
"machine_max_speed_e": [ "30" ],
"machine_max_speed_x": [ "150" ],
"machine_max_speed_y": [ "150" ],
"machine_max_speed_z": [ "10" ],
"machine_max_speed_z": [ "20" ],
"machine_max_jerk_e": [ "2.5" ],
"machine_max_jerk_x": [ "8" ],
"machine_max_jerk_y": [ "8" ],
@@ -36,11 +36,13 @@
"deretraction_speed": [ "25" ],
"z_hop": [ "0.4" ],
"single_extruder_multi_material": "1",
"enable_filament_ramming": "0",
"purge_in_prime_tower": "0",
"change_filament_gcode": "M600",
"machine_pause_gcode": "M25",
"default_filament_profile": [ "Flashforge PLA" ],
"machine_start_gcode": "M140 S[bed_temperature_initial_layer] T0\nM104 S[nozzle_temperature_initial_layer] T0\nM104 S0 T1\nM107\nM900 K[pressure_advance] T0\nG90\nG28\nM132 X Y Z A B\nG1 Z50.000 F420\nG161 X Y F3300\nM7 T0\nM6 T0\nM651 S255",
"machine_end_gcode": "M104 S0 T0\nM140 S0 T0\nG162 Z F1800\nG28 X Y\nM132 X Y A B\nM652\nG91\nM18",
"machine_start_gcode": "M140 S[bed_temperature_initial_layer] T0\nM104 S[nozzle_temperature_initial_layer] T0\nM104 S0 T1\nM107\nM900 K[pressure_advance] T0\nG90\nG28\nM132 X Y Z A B\nG1 Z50.000 F420\nG161 X Y F3300\nM7 T0\nM6 T0\nM651 S255\n;pre-extrude\nM108 T0\nG1 X-37.50 Y-75.00 F6000\nM106\nG1 Z0.200 F420\nG1 X-37.50 Y-75.00 F6000\nG1 X37.50 Y-75.00 E9.5 F1200\n",
"machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F9000\nM104 S0 T0\nM140 S0 T0\nG162 Z F1800\nG28 X Y\nM132 X Y A B\nM652\nG91\nM18",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]",
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
"scan_first_layer": "0",
@@ -53,5 +55,10 @@
"extruder_clearance_height_to_lid": "150",
"manual_filament_change": "1",
"nozzle_type": "stainless_steel",
"auxiliary_fan": "0"
"auxiliary_fan": "1",
"parking_pos_retraction": "0",
"cooling_tube_length": "0",
"cooling_tube_retraction": "0",
"extra_loading_move": "0",
"version": "2.0.2.0"
}

View File

@@ -43,8 +43,7 @@
"enable_arc_fitting": "0",
"initial_layer_min_bead_width": "100",
"min_bead_width": "100",
"detect_thin_wall": "1",
"elefant_foot_compensation": "0",
"elefant_foot_compensation": "0.15",
"small_perimeter_speed": "50%",
"overhang_speed_classic": "0",
"internal_bridge_speed": "48",
@@ -54,6 +53,7 @@
"slow_down_layers": "1",
"wipe_speed": "200",
"reduce_crossing_wall": "1",
"max_travel_detour_distance": "50",
"compatible_printers": [
"Flashforge Adventurer 3 Series 0.4 Nozzle"
],

View File

@@ -43,8 +43,7 @@
"enable_arc_fitting": "0",
"initial_layer_min_bead_width": "100",
"min_bead_width": "100",
"detect_thin_wall": "1",
"elefant_foot_compensation": "0",
"elefant_foot_compensation": "0.15",
"small_perimeter_speed": "50%",
"overhang_speed_classic": "0",
"internal_bridge_speed": "64",
@@ -54,6 +53,7 @@
"slow_down_layers": "1",
"wipe_speed": "200",
"reduce_crossing_wall": "1",
"max_travel_detour_distance": "50",
"compatible_printers": [
"Flashforge Adventurer 3 Series 0.4 Nozzle"
],

View File

@@ -43,8 +43,7 @@
"enable_arc_fitting": "0",
"initial_layer_min_bead_width": "100",
"min_bead_width": "100",
"detect_thin_wall": "1",
"elefant_foot_compensation": "0",
"elefant_foot_compensation": "0.15",
"small_perimeter_speed": "50%",
"overhang_speed_classic": "0",
"internal_bridge_speed": "50",
@@ -54,6 +53,7 @@
"slow_down_layers": "1",
"wipe_speed": "200",
"reduce_crossing_wall": "1",
"max_travel_detour_distance": "50",
"compatible_printers": [
"Flashforge Adventurer 3 Series 0.6 Nozzle"
],

View File

@@ -12,6 +12,10 @@
{
"name": "Kingroon KP3S PRO V2",
"sub_path": "machine/Kingroon KP3S PRO V2.json"
},
{
"name": "Kingroon KP3S 3.0",
"sub_path": "machine/Kingroon KP3S 3.0.json"
}
],
"process_list": [
@@ -34,6 +38,10 @@
{
"name": "0.20mm Standard @Kingroon KP3S PRO V2",
"sub_path": "process/0.20mm Standard @Kingroon KP3S PRO V2.json"
},
{
"name": "0.30mm Standard @Kingroon KP3S 3.0",
"sub_path": "process/0.30mm Standard @Kingroon KP3S 3.0.json"
}
],
"filament_list": [
@@ -130,6 +138,10 @@
{
"name": "Kingroon KP3S PRO V2 0.4 nozzle",
"sub_path": "machine/Kingroon KP3S PRO V2 0.4 nozzle.json"
},
{
"name": "Kingroon KP3S 0.4 nozzle",
"sub_path": "machine/Kingroon KP3S 3.0 0.4 nozzle.json"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View File

@@ -14,6 +14,7 @@
],
"compatible_printers": [
"Kingroon KP3S PRO S1 0.4 nozzle",
"Kingroon KP3S PRO V2 0.4 nozzle"
"Kingroon KP3S PRO V2 0.4 nozzle",
"Kingroon KP3S 3.0 0.4 nozzle"
]
}

View File

@@ -14,6 +14,7 @@
],
"compatible_printers": [
"Kingroon KP3S PRO S1 0.4 nozzle",
"Kingroon KP3S PRO V2 0.4 nozzle"
"Kingroon KP3S PRO V2 0.4 nozzle",
"Kingroon KP3S 3.0 0.4 nozzle"
]
}

View File

@@ -20,6 +20,7 @@
],
"compatible_printers": [
"Kingroon KP3S PRO S1 0.4 nozzle",
"Kingroon KP3S PRO V2 0.4 nozzle"
"Kingroon KP3S PRO V2 0.4 nozzle",
"Kingroon KP3S 3.0 0.4 nozzle"
]
}

View File

@@ -17,6 +17,7 @@
],
"compatible_printers": [
"Kingroon KP3S PRO S1 0.4 nozzle",
"Kingroon KP3S PRO V2 0.4 nozzle"
"Kingroon KP3S PRO V2 0.4 nozzle",
"Kingroon KP3S 3.0 0.4 nozzle"
]
}

View File

@@ -14,6 +14,7 @@
],
"compatible_printers": [
"Kingroon KP3S PRO S1 0.4 nozzle",
"Kingroon KP3S PRO V2 0.4 nozzle"
"Kingroon KP3S PRO V2 0.4 nozzle",
"Kingroon KP3S 3.0 0.4 nozzle"
]
}

View File

@@ -44,6 +44,7 @@
],
"compatible_printers": [
"Kingroon KP3S PRO S1 0.4 nozzle",
"Kingroon KP3S PRO V2 0.4 nozzle"
"Kingroon KP3S PRO V2 0.4 nozzle",
"Kingroon KP3S 3.0 0.4 nozzle"
]
}

View File

@@ -20,6 +20,7 @@
],
"compatible_printers": [
"Kingroon KP3S PRO S1 0.4 nozzle",
"Kingroon KP3S PRO V2 0.4 nozzle"
"Kingroon KP3S PRO V2 0.4 nozzle",
"Kingroon KP3S 3.0 0.4 nozzle"
]
}

View File

@@ -8,6 +8,7 @@
"inherits": "fdm_filament_pla",
"compatible_printers": [
"Kingroon KP3S PRO S1 0.4 nozzle",
"Kingroon KP3S PRO V2 0.4 nozzle"
"Kingroon KP3S PRO V2 0.4 nozzle",
"Kingroon KP3S 3.0 0.4 nozzle"
]
}

View File

@@ -20,6 +20,7 @@
],
"compatible_printers": [
"Kingroon KP3S PRO S1 0.4 nozzle",
"Kingroon KP3S PRO V2 0.4 nozzle"
"Kingroon KP3S PRO V2 0.4 nozzle",
"Kingroon KP3S 3.0 0.4 nozzle"
]
}

View File

@@ -11,6 +11,7 @@
],
"compatible_printers": [
"Kingroon KP3S PRO S1 0.4 nozzle",
"Kingroon KP3S PRO V2 0.4 nozzle"
"Kingroon KP3S PRO V2 0.4 nozzle",
"Kingroon KP3S 3.0 0.4 nozzle"
]
}

View File

@@ -0,0 +1,96 @@
{
"setting_id": "GM003",
"name": "Kingroon KP3S 3.0 0.4 nozzle",
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "Kingroon KP3S 3.0",
"default_print_profile": "0.30mm Standard @Kingroon KP3S 3.0",
"machine_end_gcode": "G1 E-1.0 F2100 ; retract\nG92 E0.0\nG1{if max_layer_z < max_print_height} Z{z_offset+min(max_layer_z+30, max_print_height)}{endif} E-34.0 F720 ; move print head up & retract filament\nG4 ; wait\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X0 Y105 F3000 ; park print head\nM84 ; disable motors",
"machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM204 S[machine_max_acceleration_extruding] T[machine_max_acceleration_retracting]\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nG28 ; home all\nG1 Y1.0 Z0.3 F1000 ; move print head up\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG92 E0.0\n; initial load\n M117 Purge extruder\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y175.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y175.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface",
"type": "machine",
"nozzle_diameter": ["0.4"],
"cooling_tube_length": "0",
"cooling_tube_retraction": "0",
"enable_filament_ramming": "0",
"extra_loading_move": "0",
"fan_speedup_overhangs": "0",
"fan_speedup_time": "1",
"from": "system",
"machine_max_acceleration_e": [
"10000",
"5000"
],
"machine_max_acceleration_extruding": [
"10000",
"9000"
],
"machine_max_acceleration_retracting": [
"10000",
"9000"
],
"machine_max_acceleration_x": [
"4000",
"9000"
],
"machine_max_acceleration_y": [
"4000",
"9000"
],
"machine_max_acceleration_z": [
"1100",
"100"
],
"machine_max_speed_e": [
"50",
"60"
],
"machine_max_speed_x": [
"300",
"200"
],
"machine_max_speed_y": [
"300",
"200"
],
"machine_max_speed_z": [
"30",
"12"
],
"manual_filament_change": "1",
"min_layer_height": [
"0.1"
],
"nozzle_type": "brass",
"parking_pos_retraction": "0",
"printable_area": [
"0x0",
"180x0",
"180x180",
"0x180"
],
"printable_height": "180",
"purge_in_prime_tower": "0",
"retract_length_toolchange": [
"0.5"
],
"retract_when_changing_layer": [
"1"
],
"retraction_length": [
"0.3"
],
"retraction_minimum_travel": [
"3"
],
"retraction_speed": [
"30"
],
"support_air_filtration": "0",
"support_chamber_temp_control": "0",
"wipe": [
"1"
],
"z_hop": [
"0.2"
]
}

View File

@@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Kingroon KP3S 3.0",
"model_id": "Kingroon KP3S 3.0",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Kingroon",
"bed_model": "kp3s_bed.stl",
"bed_texture": "Kingroon_buildplate.png",
"hotend_model": "",
"default_materials": "Kingroon Generic ABS;Kingroon Generic PLA;Kingroon Generic PLA-CF;Kingroon Generic PETG;Kingroon Generic TPU;Kingroon Generic ASA;Kingroon Generic PC;Kingroon Generic PVA;Kingroon Generic PA;Kingroon Generic PA-CF"
}

View File

@@ -0,0 +1,87 @@
{
"type": "process",
"compatible_printers": [
"Kingroon KP3S 3.0 0.4 nozzle"
],
"name": "0.30mm Standard @Kingroon KP3S 3.0",
"inherits": "fdm_process_common",
"print_settings_id": "0.30mm Standard @Kingroon KP3S 3.0",
"bottom_surface_pattern": "monotonicline",
"bridge_acceleration": "500",
"bridge_speed": "30",
"brim_type": "no_brim",
"default_acceleration": "500",
"detect_narrow_internal_solid_infill": "0",
"dont_filter_internal_bridges": "limited",
"elefant_foot_compensation": "0.2",
"enable_prime_tower": "1",
"enable_support": "0",
"filter_out_gap_fill": "0.9",
"flush_into_support": "0",
"from": "User",
"gap_fill_target": "topbottom",
"gap_infill_speed": "40",
"infill_combination": "1",
"initial_layer_acceleration": "500",
"initial_layer_infill_speed": "50",
"initial_layer_print_height": "0.3",
"initial_layer_speed": "20",
"initial_layer_travel_speed": "250",
"inner_wall_acceleration": "700",
"inner_wall_line_width": "0.44",
"inner_wall_speed": "70",
"internal_bridge_speed": "50",
"internal_solid_infill_acceleration": "2000",
"internal_solid_infill_line_width": "0.5",
"internal_solid_infill_pattern": "monotonicline",
"internal_solid_infill_speed": "70",
"is_custom_defined": "0",
"layer_height": "0.3",
"line_width": "0.44",
"max_travel_detour_distance": "70",
"max_volumetric_extrusion_rate_slope": "20",
"outer_wall_acceleration": "500",
"outer_wall_line_width": "0.44",
"outer_wall_speed": "50",
"overhang_1_4_speed": "70%",
"overhang_2_4_speed": "50%",
"overhang_3_4_speed": "30%",
"overhang_4_4_speed": "20%",
"prime_tower_brim_width": "1",
"prime_tower_width": "20",
"prime_volume": "30",
"raft_first_layer_density": "100%",
"reduce_crossing_wall": "1",
"reduce_infill_retraction": "0",
"scarf_joint_speed": "70",
"seam_gap": "0",
"seam_slope_entire_loop": "1",
"seam_slope_start_height": "0.1",
"skirt_loops": "1",
"sparse_infill_acceleration": "1500",
"sparse_infill_line_width": "0.5",
"sparse_infill_pattern": "3dhoneycomb",
"sparse_infill_speed": "70",
"support_base_pattern": "default",
"support_interface_pattern": "auto",
"support_interface_speed": "40",
"support_line_width": "0.44",
"support_speed": "70",
"support_threshold_angle": "40",
"support_type": "normal(auto)",
"top_surface_acceleration": "500",
"top_surface_line_width": "0.44",
"top_surface_pattern": "monotonicline",
"top_surface_speed": "40",
"travel_acceleration": "4000",
"travel_speed": "250",
"tree_support_angle_slow": "35",
"tree_support_branch_angle_organic": "45",
"tree_support_branch_diameter_double_wall": "5",
"tree_support_tip_diameter": "1",
"tree_support_top_rate": "50%",
"version": "2.0.0.0",
"wall_transition_angle": "59",
"wipe_before_external_loop": "1",
"wipe_tower_bridging": "2"
}

View File

@@ -0,0 +1,226 @@
{
"name": "MagicMaker",
"version": "02.00.00.00",
"force_update": "0",
"description": "MagicMaker configurations",
"machine_model_list": [
{
"name": "MM hqs hj",
"sub_path": "machine/MM hqs hj.json"
},
{
"name": "MM hqs SF",
"sub_path": "machine/MM hqs SF.json"
},
{
"name": "MM hj SK",
"sub_path": "machine/MM hj SK.json"
},
{
"name": "MM BoneKing",
"sub_path": "machine/MM BoneKing.json"
},
{
"name": "MM slb",
"sub_path": "machine/MM slb.json"
}
],
"process_list": [
{
"name": "fdm_process_common",
"sub_path": "process/fdm_process_common.json"
},
{
"name": "0.10mm Fine @MM slb",
"sub_path": "process/0.10mm Fine @MM slb.json"
},
{
"name": "0.20mm Standard @MM slb",
"sub_path": "process/0.20mm Standard @MM slb.json"
},
{
"name": "0.30mm Draft @MM slb",
"sub_path": "process/0.30mm Draft @MM slb.json"
},
{
"name": "0.10mm Fine @MM hqs hj",
"sub_path": "process/0.10mm Fine @MM hqs hj.json"
},
{
"name": "0.20mm Standard @MM hqs hj",
"sub_path": "process/0.20mm Standard @MM hqs hj.json"
},
{
"name": "0.30mm Draft @MM hqs hj",
"sub_path": "process/0.30mm Draft @MM hqs hj.json"
},
{
"name": "0.10mm Fine @MM hqs SF",
"sub_path": "process/0.10mm Fine @MM hqs SF.json"
},
{
"name": "0.20mm Standard @MM hqs SF",
"sub_path": "process/0.20mm Standard @MM hqs SF.json"
},
{
"name": "0.30mm Draft @MM hqs SF",
"sub_path": "process/0.30mm Draft @MM hqs SF.json"
},
{
"name": "0.10mm Fine Fast @MM hqs SF",
"sub_path": "process/0.10mm Fine Fast @MM hqs SF.json"
},
{
"name": "0.20mm Standard Fast @MM hqs SF",
"sub_path": "process/0.20mm Standard Fast @MM hqs SF.json"
},
{
"name": "0.30mm Draft Fast @MM hqs SF",
"sub_path": "process/0.30mm Draft Fast @MM hqs SF.json"
},
{
"name": "0.10mm Fine @MM hj SK",
"sub_path": "process/0.10mm Fine @MM hj SK.json"
},
{
"name": "0.20mm Standard @MM hj SK",
"sub_path": "process/0.20mm Standard @MM hj SK.json"
},
{
"name": "0.30mm Draft @MM hj SK",
"sub_path": "process/0.30mm Draft @MM hj SK.json"
},
{
"name": "0.10mm Fine Fast @MM hj SK",
"sub_path": "process/0.10mm Fine Fast @MM hj SK.json"
},
{
"name": "0.20mm Standard Fast @MM hj SK",
"sub_path": "process/0.20mm Standard Fast @MM hj SK.json"
},
{
"name": "0.30mm Draft Fast @MM hj SK",
"sub_path": "process/0.30mm Draft Fast @MM hj SK.json"
},
{
"name": "0.10mm Fine @MM BoneKing",
"sub_path": "process/0.10mm Fine @MM BoneKing.json"
},
{
"name": "0.20mm Standard @MM BoneKing",
"sub_path": "process/0.20mm Standard @MM BoneKing.json"
},
{
"name": "0.30mm Draft @MM BoneKing",
"sub_path": "process/0.30mm Draft @MM BoneKing.json"
},
{
"name": "0.10mm Fine Fast @MM BoneKing",
"sub_path": "process/0.10mm Fine Fast @MM BoneKing.json"
},
{
"name": "0.20mm Standard Fast @MM BoneKing",
"sub_path": "process/0.20mm Standard Fast @MM BoneKing.json"
},
{
"name": "0.30mm Draft Fast @MM BoneKing",
"sub_path": "process/0.30mm Draft Fast @MM BoneKing.json"
},
{
"name": "0.12mm Fine SuperFast @MM BoneKing",
"sub_path": "process/0.12mm Fine SuperFast @MM BoneKing.json"
},
{
"name": "0.12mm Fine BestFast @MM BoneKing",
"sub_path": "process/0.12mm Fine BestFast @MM BoneKing.json"
}
],
"filament_list": [
{
"name": "fdm_filament_common",
"sub_path": "filament/fdm_filament_common.json"
},
{
"name": "fdm_filament_pla",
"sub_path": "filament/fdm_filament_pla.json"
},
{
"name": "fdm_filament_pet",
"sub_path": "filament/fdm_filament_pet.json"
},
{
"name": "fdm_filament_abs",
"sub_path": "filament/fdm_filament_abs.json"
},
{
"name": "fdm_filament_tpu",
"sub_path": "filament/fdm_filament_tpu.json"
},
{
"name": "fdm_filament_pc",
"sub_path": "filament/fdm_filament_pc.json"
},
{
"name": "fdm_filament_pa",
"sub_path": "filament/fdm_filament_pa.json"
},
{
"name": "fdm_filament_peek",
"sub_path": "filament/fdm_filament_peek.json"
},
{
"name": "MM Generic PLA",
"sub_path": "filament/MM Generic PLA.json"
},
{
"name": "MM Generic PETG",
"sub_path": "filament/MM Generic PETG.json"
},
{
"name": "MM Generic ABS",
"sub_path": "filament/MM Generic ABS.json"
},
{
"name": "MM Generic TPU",
"sub_path": "filament/MM Generic TPU.json"
},
{
"name": "MM Generic PC",
"sub_path": "filament/MM Generic PC.json"
},
{
"name": "MM Generic PA",
"sub_path": "filament/MM Generic PA.json"
},
{
"name": "MM Generic PEEK",
"sub_path": "filament/MM Generic PEEK.json"
}
],
"machine_list": [
{
"name": "fdm_machine_common",
"sub_path": "machine/fdm_machine_common.json"
},
{
"name": "MM hqs hj 0.4 nozzle",
"sub_path": "machine/MM hqs hj 0.4 nozzle.json"
},
{
"name": "MM hqs SF 0.4 nozzle",
"sub_path": "machine/MM hqs SF 0.4 nozzle.json"
},
{
"name": "MM hj SK 0.4 nozzle",
"sub_path": "machine/MM hj SK 0.4 nozzle.json"
},
{
"name": "MM BoneKing 0.4 nozzle",
"sub_path": "machine/MM BoneKing 0.4 nozzle.json"
},
{
"name": "MM slb 0.4 nozzle",
"sub_path": "machine/MM slb 0.4 nozzle.json"
}
]
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

View File

@@ -0,0 +1,54 @@
{
"type": "filament",
"filament_id": "GFB99",
"setting_id": "GFSA04",
"is_custom_defined": "0",
"name": "MM Generic ABS",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_abs",
"filament_max_volumetric_speed": [
"50"
],
"fan_max_speed": [
"10"
],
"filament_cost": [
"100"
],
"filament_diameter": [
"1.75"
],
"filament_flow_ratio": [
"1"
],
"full_fan_speed_layer": [
"5"
],
"hot_plate_temp": [
"100"
],
"hot_plate_temp_initial_layer": [
"100"
],
"nozzle_temperature": [
"240"
],
"nozzle_temperature_range_high": [
"250"
],
"nozzle_temperature_range_low": [
"230"
],
"slow_down_min_speed": [
"5"
],
"compatible_printers": [
"MM hqs hj 0.4 nozzle",
"MM hqs SF 0.4 nozzle",
"MM hj SK 0.4 nozzle",
"MM BoneKing 0.4 nozzle",
"MM slb 0.4 nozzle"
],
"version": "2.0.0.0"
}

View File

@@ -0,0 +1,32 @@
{
"type": "filament",
"filament_id": "GFB99",
"setting_id": "GFSA04",
"is_custom_defined": "0",
"name": "MM Generic PA",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pa",
"chamber_temperature": [
"60"
],
"fan_max_speed": [
"40"
],
"filament_cost": [
"100"
],
"filament_diameter": [
"1.75"
],
"full_fan_speed_layer": [
"5"
],
"compatible_printers": [
"MM hqs hj 0.4 nozzle",
"MM hqs SF 0.4 nozzle",
"MM hj SK 0.4 nozzle",
"MM BoneKing 0.4 nozzle"
],
"version": "2.0.0.0"
}

View File

@@ -0,0 +1,35 @@
{
"type": "filament",
"filament_id": "GFB99",
"setting_id": "GFSA04",
"is_custom_defined": "0",
"name": "MM Generic PC",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pc",
"fan_max_speed": [
"40"
],
"filament_cost": [
"100"
],
"filament_diameter": [
"1.75"
],
"filament_max_volumetric_speed": [
"15"
],
"full_fan_speed_layer": [
"5"
],
"nozzle_temperature": [
"270"
],
"compatible_printers": [
"MM hqs hj 0.4 nozzle",
"MM hqs SF 0.4 nozzle",
"MM hj SK 0.4 nozzle",
"MM BoneKing 0.4 nozzle"
],
"version": "2.0.0.0"
}

View File

@@ -0,0 +1,51 @@
{
"type": "filament",
"filament_id": "GFG99",
"setting_id": "GFSA04",
"name": "MM Generic PEEK",
"is_custom_defined": "0",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_peek",
"fan_max_speed": [
"40"
],
"filament_cost": [
"1000"
],
"filament_diameter": [
"1.75"
],
"filament_max_volumetric_speed": [
"10"
],
"full_fan_speed_layer": [
"5"
],
"hot_plate_temp": [
"60"
],
"hot_plate_temp_initial_layer": [
"60"
],
"nozzle_temperature": [
"420"
],
"nozzle_temperature_initial_layer": [
"420"
],
"nozzle_temperature_range_high": [
"460"
],
"nozzle_temperature_range_low": [
"380"
],
"temperature_vitrification": [
"340"
],
"compatible_printers": [
"MM hj SK 0.4 nozzle",
"MM BoneKing 0.4 nozzle"
],
"version": "2.0.0.0"
}

View File

@@ -0,0 +1,87 @@
{
"type": "filament",
"filament_id": "GFG99",
"setting_id": "GFSA04",
"name": "MM Generic PETG",
"is_custom_defined": "0",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pet",
"reduce_fan_stop_start_freq": [
"1"
],
"slow_down_for_layer_cooling": [
"1"
],
"fan_cooling_layer_time": [
"30"
],
"overhang_fan_speed": [
"70"
],
"overhang_fan_threshold": [
"25%"
],
"fan_min_speed": [
"20"
],
"slow_down_layer_time": [
"5"
],
"filament_max_volumetric_speed": [
"50"
],
"filament_start_gcode": [
"; filament start gcode\n"
],
"chamber_temperature": [
"40"
],
"close_fan_the_first_x_layers": [
"2"
],
"fan_max_speed": [
"60"
],
"filament_cost": [
"100"
],
"filament_diameter": [
"1.75"
],
"filament_flow_ratio": [
"1"
],
"filament_retraction_length": [
"2"
],
"full_fan_speed_layer": [
"4"
],
"hot_plate_temp": [
"70"
],
"hot_plate_temp_initial_layer": [
"70"
],
"nozzle_temperature_initial_layer": [
"235"
],
"nozzle_temperature_range_high": [
"245"
],
"nozzle_temperature_range_low": [
"225"
],
"slow_down_min_speed": [
"10"
],
"compatible_printers": [
"MM hqs hj 0.4 nozzle",
"MM hqs SF 0.4 nozzle",
"MM hj SK 0.4 nozzle",
"MM BoneKing 0.4 nozzle",
"MM slb 0.4 nozzle"
],
"version": "2.0.0.0"
}

View File

@@ -0,0 +1,46 @@
{
"type": "filament",
"filament_id": "GFL99",
"setting_id": "GFSA04",
"name": "MM Generic PLA",
"is_custom_defined": "0",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pla",
"filament_max_volumetric_speed": [
"50"
],
"slow_down_layer_time": [
"5"
],
"filament_cost": [
"100"
],
"filament_diameter": [
"1.75"
],
"filament_flow_ratio": [
"1"
],
"full_fan_speed_layer": [
"3"
],
"hot_plate_temp_initial_layer": [
"60"
],
"nozzle_temperature": [
"205"
],
"nozzle_temperature_range_high": [
"230"
],
"compatible_printers": [
"MM hqs hj 0.4 nozzle",
"MM hqs SF 0.4 nozzle",
"MM hj SK 0.4 nozzle",
"MM BoneKing 0.4 nozzle",
"MM slb 0.4 nozzle"
],
"version": "2.0.0.0"
}

View File

@@ -0,0 +1,58 @@
{
"type": "filament",
"filament_id": "GFU99",
"setting_id": "GFSA04",
"name": "MM Generic TPU",
"is_custom_defined": "0",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_tpu",
"fan_max_speed": [
"80"
],
"fan_min_speed": [
"40"
],
"filament_cost": [
"100"
],
"filament_diameter": [
"1.75"
],
"filament_max_volumetric_speed": [
"3"
],
"filament_retraction_length": [
"0.5"
],
"full_fan_speed_layer": [
"3"
],
"hot_plate_temp": [
"45"
],
"hot_plate_temp_initial_layer": [
"45"
],
"nozzle_temperature": [
"220"
],
"nozzle_temperature_initial_layer": [
"220"
],
"nozzle_temperature_range_high": [
"240"
],
"slow_down_min_speed": [
"5"
],
"compatible_printers": [
"MM hqs hj 0.4 nozzle",
"MM hqs SF 0.4 nozzle",
"MM hj SK 0.4 nozzle",
"MM BoneKing 0.4 nozzle",
"MM slb 0.4 nozzle"
],
"version": "2.0.0.0"
}

View File

@@ -0,0 +1,88 @@
{
"type": "filament",
"name": "fdm_filament_abs",
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_common",
"cool_plate_temp" : [
"80"
],
"eng_plate_temp" : [
"80"
],
"hot_plate_temp" : [
"80"
],
"textured_plate_temp" : [
"80"
],
"cool_plate_temp_initial_layer" : [
"80"
],
"eng_plate_temp_initial_layer" : [
"80"
],
"hot_plate_temp_initial_layer" : [
"80"
],
"textured_plate_temp_initial_layer" : [
"80"
],
"slow_down_for_layer_cooling": [
"1"
],
"close_fan_the_first_x_layers": [
"3"
],
"fan_cooling_layer_time": [
"30"
],
"filament_max_volumetric_speed": [
"0"
],
"filament_type": [
"ABS"
],
"filament_density": [
"1.10"
],
"filament_cost": [
"20"
],
"nozzle_temperature_initial_layer": [
"240"
],
"reduce_fan_stop_start_freq": [
"1"
],
"fan_max_speed": [
"5"
],
"fan_min_speed": [
"5"
],
"overhang_fan_threshold": [
"25%"
],
"overhang_fan_speed": [
"80"
],
"nozzle_temperature": [
"235"
],
"temperature_vitrification": [
"110"
],
"nozzle_temperature_range_low": [
"235"
],
"nozzle_temperature_range_high": [
"240"
],
"slow_down_min_speed": [
"10"
],
"slow_down_layer_time": [
"15"
]
}

View File

@@ -0,0 +1,88 @@
{
"type": "filament",
"name": "fdm_filament_asa",
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_common",
"cool_plate_temp" : [
"105"
],
"eng_plate_temp" : [
"105"
],
"hot_plate_temp" : [
"105"
],
"textured_plate_temp" : [
"105"
],
"cool_plate_temp_initial_layer" : [
"105"
],
"eng_plate_temp_initial_layer" : [
"105"
],
"hot_plate_temp_initial_layer" : [
"105"
],
"textured_plate_temp_initial_layer" : [
"105"
],
"slow_down_for_layer_cooling": [
"1"
],
"close_fan_the_first_x_layers": [
"3"
],
"fan_cooling_layer_time": [
"35"
],
"filament_max_volumetric_speed": [
"28.6"
],
"filament_type": [
"ASA"
],
"filament_density": [
"1.04"
],
"filament_cost": [
"20"
],
"nozzle_temperature_initial_layer": [
"260"
],
"reduce_fan_stop_start_freq": [
"1"
],
"fan_max_speed": [
"80"
],
"fan_min_speed": [
"10"
],
"overhang_fan_threshold": [
"25%"
],
"overhang_fan_speed": [
"80"
],
"nozzle_temperature": [
"260"
],
"temperature_vitrification": [
"110"
],
"nozzle_temperature_range_low": [
"240"
],
"nozzle_temperature_range_high": [
"270"
],
"slow_down_min_speed": [
"10"
],
"slow_down_layer_time": [
"3"
]
}

View File

@@ -0,0 +1,144 @@
{
"type": "filament",
"name": "fdm_filament_common",
"from": "system",
"instantiation": "false",
"cool_plate_temp" : [
"60"
],
"eng_plate_temp" : [
"60"
],
"hot_plate_temp" : [
"60"
],
"textured_plate_temp" : [
"60"
],
"cool_plate_temp_initial_layer" : [
"60"
],
"eng_plate_temp_initial_layer" : [
"60"
],
"hot_plate_temp_initial_layer" : [
"60"
],
"textured_plate_temp_initial_layer" : [
"60"
],
"overhang_fan_threshold": [
"95%"
],
"overhang_fan_speed": [
"100"
],
"slow_down_for_layer_cooling": [
"1"
],
"close_fan_the_first_x_layers": [
"3"
],
"filament_end_gcode": [
"; filament end gcode \n"
],
"filament_flow_ratio": [
"1"
],
"reduce_fan_stop_start_freq": [
"0"
],
"fan_cooling_layer_time": [
"60"
],
"filament_cost": [
"0"
],
"filament_density": [
"0"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"2.85"
],
"filament_max_volumetric_speed": [
"0"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retract_before_wipe": [
"nil"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"nil"
],
"filament_z_hop": [
"nil"
],
"filament_z_hop_types": [
"nil"
],
"filament_retract_restart_extra": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_settings_id": [
""
],
"filament_soluble": [
"0"
],
"filament_type": [
"PLA"
],
"filament_vendor": [
"Generic"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"bed_type": [
"Cool Plate"
],
"nozzle_temperature_initial_layer": [
"200"
],
"full_fan_speed_layer": [
"0"
],
"fan_max_speed": [
"100"
],
"fan_min_speed": [
"35"
],
"slow_down_min_speed": [
"10"
],
"slow_down_layer_time": [
"8"
],
"filament_start_gcode": [
"; Filament gcode\n"
],
"nozzle_temperature": [
"200"
],
"temperature_vitrification": [
"100"
]
}

View File

@@ -0,0 +1,85 @@
{
"type": "filament",
"name": "fdm_filament_pa",
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_common",
"cool_plate_temp" : [
"0"
],
"eng_plate_temp" : [
"100"
],
"hot_plate_temp" : [
"100"
],
"textured_plate_temp" : [
"100"
],
"cool_plate_temp_initial_layer" : [
"0"
],
"eng_plate_temp_initial_layer" : [
"100"
],
"hot_plate_temp_initial_layer" : [
"100"
],
"textured_plate_temp_initial_layer" : [
"100"
],
"slow_down_for_layer_cooling": [
"1"
],
"close_fan_the_first_x_layers": [
"3"
],
"fan_cooling_layer_time": [
"4"
],
"filament_max_volumetric_speed": [
"8"
],
"filament_type": [
"PA"
],
"filament_density": [
"1.04"
],
"filament_cost": [
"20"
],
"nozzle_temperature_initial_layer": [
"290"
],
"reduce_fan_stop_start_freq": [
"0"
],
"fan_max_speed": [
"60"
],
"fan_min_speed": [
"0"
],
"overhang_fan_speed": [
"30"
],
"nozzle_temperature": [
"290"
],
"temperature_vitrification": [
"108"
],
"nozzle_temperature_range_low": [
"270"
],
"nozzle_temperature_range_high": [
"300"
],
"slow_down_min_speed": [
"10"
],
"slow_down_layer_time": [
"2"
]
}

View File

@@ -0,0 +1,88 @@
{
"type": "filament",
"name": "fdm_filament_pc",
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_common",
"cool_plate_temp" : [
"0"
],
"eng_plate_temp" : [
"110"
],
"hot_plate_temp" : [
"110"
],
"textured_plate_temp" : [
"110"
],
"cool_plate_temp_initial_layer" : [
"0"
],
"eng_plate_temp_initial_layer" : [
"110"
],
"hot_plate_temp_initial_layer" : [
"110"
],
"textured_plate_temp_initial_layer" : [
"110"
],
"slow_down_for_layer_cooling": [
"1"
],
"close_fan_the_first_x_layers": [
"3"
],
"fan_cooling_layer_time": [
"30"
],
"filament_max_volumetric_speed": [
"23.2"
],
"filament_type": [
"PC"
],
"filament_density": [
"1.04"
],
"filament_cost": [
"20"
],
"nozzle_temperature_initial_layer": [
"270"
],
"reduce_fan_stop_start_freq": [
"1"
],
"fan_max_speed": [
"60"
],
"fan_min_speed": [
"10"
],
"overhang_fan_threshold": [
"25%"
],
"overhang_fan_speed": [
"60"
],
"nozzle_temperature": [
"280"
],
"temperature_vitrification": [
"140"
],
"nozzle_temperature_range_low": [
"260"
],
"nozzle_temperature_range_high": [
"280"
],
"slow_down_min_speed": [
"10"
],
"slow_down_layer_time": [
"2"
]
}

View File

@@ -0,0 +1,88 @@
{
"type": "filament",
"name": "fdm_filament_peek",
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_common",
"cool_plate_temp" : [
"105"
],
"eng_plate_temp" : [
"105"
],
"hot_plate_temp" : [
"105"
],
"textured_plate_temp" : [
"105"
],
"cool_plate_temp_initial_layer" : [
"105"
],
"eng_plate_temp_initial_layer" : [
"105"
],
"hot_plate_temp_initial_layer" : [
"105"
],
"textured_plate_temp_initial_layer" : [
"105"
],
"slow_down_for_layer_cooling": [
"1"
],
"close_fan_the_first_x_layers": [
"3"
],
"fan_cooling_layer_time": [
"35"
],
"filament_max_volumetric_speed": [
"28.6"
],
"filament_type": [
"PEEK"
],
"filament_density": [
"1.04"
],
"filament_cost": [
"20"
],
"nozzle_temperature_initial_layer": [
"260"
],
"reduce_fan_stop_start_freq": [
"1"
],
"fan_max_speed": [
"80"
],
"fan_min_speed": [
"10"
],
"overhang_fan_threshold": [
"25%"
],
"overhang_fan_speed": [
"80"
],
"nozzle_temperature": [
"260"
],
"temperature_vitrification": [
"110"
],
"nozzle_temperature_range_low": [
"240"
],
"nozzle_temperature_range_high": [
"270"
],
"slow_down_min_speed": [
"10"
],
"slow_down_layer_time": [
"3"
]
}

View File

@@ -0,0 +1,82 @@
{
"type": "filament",
"name": "fdm_filament_pet",
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_common",
"cool_plate_temp" : [
"85"
],
"eng_plate_temp" : [
"85"
],
"hot_plate_temp" : [
"85"
],
"textured_plate_temp" : [
"85"
],
"cool_plate_temp_initial_layer" : [
"85"
],
"eng_plate_temp_initial_layer" : [
"85"
],
"hot_plate_temp_initial_layer" : [
"85"
],
"textured_plate_temp_initial_layer" : [
"85"
],
"slow_down_for_layer_cooling": [
"1"
],
"close_fan_the_first_x_layers": [
"3"
],
"fan_cooling_layer_time": [
"15"
],
"filament_max_volumetric_speed": [
"0"
],
"filament_type": [
"PETG"
],
"filament_density": [
"1.27"
],
"filament_cost": [
"30"
],
"nozzle_temperature_initial_layer": [
"240"
],
"reduce_fan_stop_start_freq": [
"1"
],
"fan_max_speed": [
"40"
],
"fan_min_speed": [
"20"
],
"overhang_fan_speed": [
"50"
],
"nozzle_temperature": [
"235"
],
"temperature_vitrification": [
"80"
],
"nozzle_temperature_range_low": [
"235"
],
"nozzle_temperature_range_high": [
"240"
],
"filament_start_gcode": [
"; filament start gcode\n"
]
}

View File

@@ -0,0 +1,91 @@
{
"type": "filament",
"name": "fdm_filament_pla",
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_common",
"fan_cooling_layer_time": [
"100"
],
"filament_max_volumetric_speed": [
"0"
],
"filament_type": [
"PLA"
],
"filament_density": [
"1.24"
],
"filament_cost": [
"20"
],
"cool_plate_temp" : [
"60"
],
"eng_plate_temp" : [
"60"
],
"hot_plate_temp" : [
"60"
],
"textured_plate_temp" : [
"60"
],
"cool_plate_temp_initial_layer" : [
"55"
],
"eng_plate_temp_initial_layer" : [
"55"
],
"hot_plate_temp_initial_layer" : [
"55"
],
"textured_plate_temp_initial_layer" : [
"55"
],
"nozzle_temperature_initial_layer": [
"205"
],
"reduce_fan_stop_start_freq": [
"1"
],
"slow_down_for_layer_cooling": [
"1"
],
"fan_max_speed": [
"100"
],
"fan_min_speed": [
"100"
],
"overhang_fan_speed": [
"100"
],
"overhang_fan_threshold": [
"50%"
],
"close_fan_the_first_x_layers": [
"1"
],
"nozzle_temperature": [
"210"
],
"temperature_vitrification": [
"60"
],
"nozzle_temperature_range_low": [
"190"
],
"nozzle_temperature_range_high": [
"210"
],
"slow_down_min_speed": [
"10"
],
"slow_down_layer_time": [
"4"
],
"filament_start_gcode": [
"; filament start gcode\n"
]
}

View File

@@ -0,0 +1,100 @@
{
"type": "filament",
"name": "fdm_filament_pva",
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_common",
"cool_plate_temp" : [
"35"
],
"eng_plate_temp" : [
"0"
],
"hot_plate_temp" : [
"45"
],
"textured_plate_temp" : [
"45"
],
"cool_plate_temp_initial_layer" : [
"35"
],
"eng_plate_temp_initial_layer" : [
"0"
],
"hot_plate_temp_initial_layer" : [
"45"
],
"textured_plate_temp_initial_layer" : [
"45"
],
"fan_cooling_layer_time": [
"100"
],
"filament_max_volumetric_speed": [
"15"
],
"filament_soluble": [
"1"
],
"filament_is_support": [
"1"
],
"filament_type": [
"PVA"
],
"filament_density": [
"1.24"
],
"filament_cost": [
"20"
],
"nozzle_temperature_initial_layer": [
"220"
],
"reduce_fan_stop_start_freq": [
"1"
],
"slow_down_for_layer_cooling": [
"1"
],
"fan_max_speed": [
"100"
],
"fan_min_speed": [
"100"
],
"overhang_fan_speed": [
"100"
],
"overhang_fan_threshold": [
"50%"
],
"close_fan_the_first_x_layers": [
"1"
],
"nozzle_temperature": [
"220"
],
"temperature_vitrification": [
"50"
],
"nozzle_temperature_range_low": [
"190"
],
"nozzle_temperature_range_high": [
"250"
],
"slow_down_min_speed": [
"10"
],
"slow_down_layer_time": [
"4"
],
"additional_cooling_fan_speed": [
"70"
],
"filament_start_gcode": [
"; filament start gcode\n"
]
}

View File

@@ -0,0 +1,88 @@
{
"type": "filament",
"name": "fdm_filament_tpu",
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_common",
"cool_plate_temp" : [
"30"
],
"eng_plate_temp" : [
"30"
],
"hot_plate_temp" : [
"35"
],
"textured_plate_temp" : [
"35"
],
"cool_plate_temp_initial_layer" : [
"30"
],
"eng_plate_temp_initial_layer" : [
"30"
],
"hot_plate_temp_initial_layer" : [
"35"
],
"textured_plate_temp_initial_layer" : [
"35"
],
"fan_cooling_layer_time": [
"100"
],
"filament_max_volumetric_speed": [
"15"
],
"filament_type": [
"TPU"
],
"filament_density": [
"1.24"
],
"filament_cost": [
"20"
],
"filament_retraction_length": [
"0.4"
],
"nozzle_temperature_initial_layer": [
"240"
],
"reduce_fan_stop_start_freq": [
"1"
],
"slow_down_for_layer_cooling": [
"1"
],
"fan_max_speed": [
"100"
],
"fan_min_speed": [
"100"
],
"overhang_fan_speed": [
"100"
],
"additional_cooling_fan_speed": [
"70"
],
"close_fan_the_first_x_layers": [
"1"
],
"nozzle_temperature": [
"240"
],
"temperature_vitrification": [
"60"
],
"nozzle_temperature_range_low": [
"200"
],
"nozzle_temperature_range_high": [
"250"
],
"filament_start_gcode": [
"; filament start gcode\n"
]
}

View File

@@ -0,0 +1,136 @@
{
"type": "machine",
"setting_id": "GM001",
"name": "MM BoneKing 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "MM BoneKing",
"default_print_profile": "0.10mm Fine @MM BoneKing",
"nozzle_diameter": [
"0.4"
],
"gcode_flavor": "klipper",
"machine_pause_gcode": "PAUSE",
"printable_height": "300",
"auxiliary_fan": "0",
"machine_max_acceleration_travel": [
"3000",
"3000"
],
"machine_max_acceleration_z": [
"500",
"500"
],
"max_layer_height": [
"0.3"
],
"printer_settings_id": "MM",
"retract_before_wipe": [
"70%"
],
"wipe_distance": [
"1"
],
"single_extruder_multi_material": "1",
"change_filament_gcode": "",
"scan_first_layer": "0",
"cooling_tube_length": "20",
"cooling_tube_retraction": "60",
"extruder_clearance_height_to_lid": "100",
"extruder_clearance_height_to_rod": "32",
"extruder_clearance_radius": "50",
"machine_end_gcode": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nG1 E3 F300\nG1 E-10 F9000\nM84 ;steppers off\nG90 ;absolute positioning\nM107 ; turn off fan\nPRINT_END",
"machine_max_speed_e": [
"60",
"120"
],
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home\nG1 Z1 F9000 ;move the platform to 15mm\nG92 E0\nG1 F500 E10\nG0 X0 Y0\nG92 E0 ;zero the extruded length\nG1 F1000 Y100 E20\nG92 E0 ;zero the extruded length again\nG1 F9000\nM117 Printing...",
"min_layer_height": [
"0.05"
],
"nozzle_type": "brass",
"parking_pos_retraction": "22",
"retract_length_toolchange": [
"5"
],
"retraction_minimum_travel": [
"1"
],
"machine_max_jerk_e": [
"2.5",
"2.5"
],
"machine_max_jerk_x": [
"9",
"20"
],
"machine_max_jerk_y": [
"9",
"20"
],
"deretraction_speed": [
"30"
],
"machine_max_speed_x": [
"500",
"500"
],
"machine_max_speed_y": [
"500",
"500"
],
"retraction_length": [
"1"
],
"retraction_speed": [
"30"
],
"z_hop_types": [
"Spiral Lift"
],
"default_filament_profile": [
"MM Generic PLA"
],
"is_custom_defined": "0",
"machine_max_acceleration_e": [
"10000"
],
"machine_max_acceleration_extruding": [
"10000",
"1500"
],
"machine_max_acceleration_retracting": [
"10000",
"1500"
],
"machine_max_acceleration_x": [
"100000",
"3000"
],
"machine_max_acceleration_y": [
"100000",
"3000"
],
"machine_max_jerk_z": [
"0.5",
"0.4"
],
"machine_max_speed_z": [
"10",
"12"
],
"printable_area": [
"0x0",
"310x0",
"310x310",
"0x310"
],
"thumbnails": [
"310x310"
],
"z_hop": [
"0.2"
],
"version": "2.0.0.0"
}

View File

@@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "MM BoneKing",
"model_id": "MM-BoneKing",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "magicmaker",
"bed_model": "310_buildplate_model.stl",
"bed_texture": "MM_buildplate_texture.png",
"hotend_model": "MM_hotend.stl",
"default_materials": "MM Generic PLA;MM Generic PETG;MM Generic ABS;MM Generic TPU;MM Generic PC;MM Generic PA;MM Generic PEEK"
}

View File

@@ -0,0 +1,138 @@
{
"type": "machine",
"setting_id": "GM001",
"name": "MM hj SK 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "MM hj SK",
"default_print_profile": "0.10mm Fine @MM hj SK",
"nozzle_diameter": [
"0.4"
],
"gcode_flavor": "klipper",
"is_custom_defined": "0",
"machine_pause_gcode": "PAUSE",
"printable_area": [
"0x0",
"220x0",
"220x210",
"0x210"
],
"printable_height": "300",
"auxiliary_fan": "0",
"machine_max_acceleration_travel": [
"3000",
"3000"
],
"machine_max_acceleration_z": [
"500",
"500"
],
"machine_max_speed_z": [
"12",
"12"
],
"max_layer_height": [
"0.3"
],
"printer_settings_id": "MM",
"retract_before_wipe": [
"70%"
],
"wipe_distance": [
"1"
],
"single_extruder_multi_material": "1",
"change_filament_gcode": "",
"scan_first_layer": "0",
"cooling_tube_length": "20",
"cooling_tube_retraction": "60",
"extruder_clearance_height_to_lid": "100",
"extruder_clearance_height_to_rod": "32",
"extruder_clearance_radius": "50",
"machine_end_gcode": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nG1 E3 F300\nG1 E-10 F9000\nM84 ;steppers off\nG90 ;absolute positioning\nM107 ; turn off fan\nPRINT_END",
"machine_max_acceleration_e": [
"6000"
],
"machine_max_speed_e": [
"60",
"120"
],
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home\nG1 Z1 F9000 ;move the platform to 15mm\nG92 E0\nG1 F500 E10\nG0 X0 Y0\nG92 E0 ;zero the extruded length\nG1 F1000 Y100 E20\nG92 E0 ;zero the extruded length again\nG1 F9000\nM117 Printing...",
"min_layer_height": [
"0.05"
],
"nozzle_type": "brass",
"parking_pos_retraction": "22",
"retract_length_toolchange": [
"5"
],
"retraction_minimum_travel": [
"1"
],
"machine_max_jerk_e": [
"2.5",
"2.5"
],
"machine_max_jerk_x": [
"9",
"20"
],
"machine_max_jerk_y": [
"9",
"20"
],
"thumbnails": [
"220x220"
],
"deretraction_speed": [
"30"
],
"machine_max_acceleration_extruding": [
"5000",
"1500"
],
"machine_max_acceleration_retracting": [
"5000",
"1500"
],
"machine_max_acceleration_x": [
"20000",
"3000"
],
"machine_max_acceleration_y": [
"20000",
"3000"
],
"machine_max_jerk_z": [
"2",
"0.4"
],
"machine_max_speed_x": [
"500",
"500"
],
"machine_max_speed_y": [
"500",
"500"
],
"retraction_length": [
"1"
],
"retraction_speed": [
"30"
],
"z_hop": [
"0.4"
],
"z_hop_types": [
"Spiral Lift"
],
"default_filament_profile": [
"MM Generic PLA"
],
"version": "2.0.0.0"
}

View File

@@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "MM hj SK",
"model_id": "MM-hj-SK",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "magicmaker",
"bed_model": "220210_buildplate_model.stl",
"bed_texture": "MM_buildplate_texture.png",
"hotend_model": "MM_hotend.stl",
"default_materials": "MM Generic PLA;MM Generic PETG;MM Generic ABS;MM Generic TPU"
}

View File

@@ -0,0 +1,137 @@
{
"type": "machine",
"setting_id": "GM001",
"name": "MM hqs SF 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "MM hqs SF",
"default_print_profile": "0.10mm Fine @MM hqs SF",
"nozzle_diameter": [
"0.4"
],
"printable_area": [
"0x0",
"220x0",
"220x210",
"0x210"
],
"printable_height": "300",
"auxiliary_fan": "0",
"machine_max_acceleration_travel": [
"3000",
"3000"
],
"machine_max_acceleration_z": [
"500",
"500"
],
"machine_max_speed_z": [
"12",
"12"
],
"max_layer_height": [
"0.3"
],
"printer_settings_id": "MM",
"retract_before_wipe": [
"70%"
],
"wipe_distance": [
"1"
],
"single_extruder_multi_material": "1",
"change_filament_gcode": "",
"scan_first_layer": "0",
"cooling_tube_length": "20",
"cooling_tube_retraction": "60",
"extruder_clearance_height_to_lid": "100",
"extruder_clearance_height_to_rod": "32",
"extruder_clearance_radius": "50",
"machine_end_gcode": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nG1 E3 F300\nG1 E-10 F9000\nM84 ;steppers off\nG90 ;absolute positioning\nM107 ; turn off fan\nPRINT_END",
"machine_max_acceleration_e": [
"6000"
],
"machine_max_speed_e": [
"60",
"120"
],
"machine_pause_gcode": "M601",
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home\nG1 Z1 F9000 ;move the platform to 15mm\nG92 E0\nG1 F500 E10\nG0 X0 Y0\nG92 E0 ;zero the extruded length\nG1 F1000 Y100 E20\nG92 E0 ;zero the extruded length again\nG1 F9000\nM117 Printing...",
"min_layer_height": [
"0.05"
],
"nozzle_type": "brass",
"parking_pos_retraction": "22",
"retract_length_toolchange": [
"5"
],
"retraction_minimum_travel": [
"1"
],
"machine_max_jerk_e": [
"2.5",
"2.5"
],
"machine_max_jerk_x": [
"9",
"20"
],
"machine_max_jerk_y": [
"9",
"20"
],
"thumbnails": [
"220x220"
],
"deretraction_speed": [
"30"
],
"is_custom_defined": "0",
"machine_max_acceleration_extruding": [
"5000",
"1500"
],
"machine_max_acceleration_retracting": [
"5000",
"1500"
],
"machine_max_acceleration_x": [
"20000",
"3000"
],
"machine_max_acceleration_y": [
"20000",
"3000"
],
"machine_max_jerk_z": [
"2",
"0.4"
],
"machine_max_speed_x": [
"500",
"500"
],
"machine_max_speed_y": [
"500",
"500"
],
"retraction_length": [
"1"
],
"retraction_speed": [
"30"
],
"z_hop": [
"0.4"
],
"z_hop_types": [
"Spiral Lift"
],
"default_filament_profile": [
"MM Generic PLA"
],
"version": "2.0.0.0"
}

View File

@@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "MM hqs SF",
"model_id": "MM-hqs-SF",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "magicmaker",
"bed_model": "220210_buildplate_model.stl",
"bed_texture": "MM_buildplate_texture.png",
"hotend_model": "MM_hotend.stl",
"default_materials": "MM Generic PLA;MM Generic PETG;MM Generic ABS;MM Generic TPU"
}

View File

@@ -0,0 +1,129 @@
{
"type": "machine",
"setting_id": "GM001",
"name": "MM hqs hj 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "MM hqs hj",
"default_print_profile": "0.10mm Fine @MM hqs hj",
"nozzle_diameter": [
"0.4"
],
"printable_area": [
"0x0",
"220x0",
"220x210",
"0x210"
],
"printable_height": "300",
"auxiliary_fan": "0",
"machine_max_acceleration_travel": [
"3000",
"3000"
],
"machine_max_acceleration_x": [
"3000",
"3000"
],
"machine_max_acceleration_y": [
"3000",
"3000"
],
"machine_max_acceleration_z": [
"500",
"500"
],
"machine_max_speed_z": [
"12",
"12"
],
"max_layer_height": [
"0.3"
],
"printer_settings_id": "MM",
"retract_before_wipe": [
"70%"
],
"wipe_distance": [
"1"
],
"single_extruder_multi_material": "1",
"change_filament_gcode": "",
"scan_first_layer": "0",
"cooling_tube_length": "20",
"cooling_tube_retraction": "60",
"deretraction_speed": [
"25"
],
"extruder_clearance_height_to_lid": "100",
"extruder_clearance_height_to_rod": "32",
"extruder_clearance_radius": "50",
"is_custom_defined": "0",
"machine_end_gcode": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nG1 E3 F300\nG1 E-10 F9000\nM84 ;steppers off\nG90 ;absolute positioning\nM107 ; turn off fan\nPRINT_END",
"machine_max_acceleration_e": [
"6000"
],
"machine_max_speed_e": [
"60",
"120"
],
"machine_max_speed_x": [
"300",
"500"
],
"machine_max_speed_y": [
"300",
"500"
],
"machine_pause_gcode": "M601",
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home\nG1 Z1 F9000 ;move the platform to 15mm\nG92 E0\nG1 F500 E10\nG0 X0 Y0\nG92 E0 ;zero the extruded length\nG1 F1000 Y100 E20\nG92 E0 ;zero the extruded length again\nG1 F9000\nM117 Printing...",
"min_layer_height": [
"0.05"
],
"nozzle_type": "brass",
"parking_pos_retraction": "22",
"retract_length_toolchange": [
"5"
],
"retraction_length": [
"1.5"
],
"retraction_minimum_travel": [
"1"
],
"retraction_speed": [
"25"
],
"machine_max_acceleration_extruding": [
"2000",
"1500"
],
"machine_max_acceleration_retracting": [
"2000",
"1500"
],
"machine_max_jerk_e": [
"2.5",
"2.5"
],
"machine_max_jerk_x": [
"9",
"20"
],
"machine_max_jerk_y": [
"9",
"20"
],
"machine_max_jerk_z": [
"0.2",
"0.4"
],
"thumbnails": [
"220x220"
],
"default_filament_profile": [
"MM Generic PLA"
],
"version": "2.0.0.0"
}

View File

@@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "MM hqs hj",
"model_id": "MM-hqs-hj",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "magicmaker",
"bed_model": "220210_buildplate_model.stl",
"bed_texture": "MM_buildplate_texture.png",
"hotend_model": "MM_hotend.stl",
"default_materials": "MM Generic PLA;MM Generic PETG;MM Generic ABS;MM Generic TPU"
}

View File

@@ -0,0 +1,129 @@
{
"type": "machine",
"setting_id": "GM001",
"name": "MM slb 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "MM slb",
"default_print_profile": "0.10mm Fine @MM slb",
"nozzle_diameter": [
"0.4"
],
"auxiliary_fan": "0",
"machine_max_acceleration_travel": [
"3000",
"3000"
],
"machine_max_acceleration_z": [
"500",
"500"
],
"machine_max_speed_z": [
"12",
"12"
],
"max_layer_height": [
"0.3"
],
"printer_settings_id": "MM",
"retract_before_wipe": [
"70%"
],
"single_extruder_multi_material": "1",
"change_filament_gcode": "",
"scan_first_layer": "0",
"cooling_tube_length": "20",
"cooling_tube_retraction": "60",
"deretraction_speed": [
"25"
],
"extruder_clearance_height_to_lid": "100",
"extruder_clearance_height_to_rod": "32",
"extruder_clearance_radius": "50",
"machine_max_jerk_e": [
"5",
"2.5"
],
"machine_max_speed_e": [
"60",
"120"
],
"machine_pause_gcode": "M601",
"nozzle_type": "brass",
"parking_pos_retraction": "22",
"retract_length_toolchange": [
"5"
],
"retraction_minimum_travel": [
"1"
],
"retraction_speed": [
"25"
],
"default_filament_profile": [
"MM Generic PLA"
],
"is_custom_defined": "0",
"machine_end_gcode": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG28 X0\nG0 Y120\nG1 E-10 F9000\nM84 ;steppers off\nG90 ;absolute positioning\nPRINT_END",
"machine_max_acceleration_e": [
"4000"
],
"machine_max_acceleration_extruding": [
"2000",
"1500"
],
"machine_max_acceleration_retracting": [
"2000",
"1500"
],
"machine_max_acceleration_x": [
"2000",
"3000"
],
"machine_max_acceleration_y": [
"2000",
"3000"
],
"machine_max_jerk_x": [
"9",
"20"
],
"machine_max_jerk_y": [
"9",
"20"
],
"machine_max_jerk_z": [
"0.2",
"0.4"
],
"machine_max_speed_x": [
"200",
"500"
],
"machine_max_speed_y": [
"200",
"500"
],
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home\nG0 Z1\nG0 X0 Y0\nG92 E0\nG0 Z0.5\nG1 F1000 Y100 E20\nG92 E0\nM117 Printing...",
"min_layer_height": [
"0.1"
],
"printable_area": [
"0x0",
"125x0",
"125x125",
"0x125"
],
"printable_height": "160",
"retraction_length": [
"2"
],
"thumbnails": [
"120x120"
],
"wipe_distance": [
"1"
],
"version": "2.0.0.0"
}

View File

@@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "MM slb",
"model_id": "MM-slb",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "magicmaker",
"bed_model": "125_buildplate_model.stl",
"bed_texture": "MM_buildplate_texture.png",
"hotend_model": "MM_hotend.stl",
"default_materials": "MM Generic PLA;MM Generic PETG;MM Generic ABS;MM Generic TPU"
}

View File

@@ -0,0 +1,118 @@
{
"type": "machine",
"name": "fdm_machine_common",
"from": "system",
"instantiation": "false",
"printer_technology": "FFF",
"deretraction_speed": [
"40"
],
"extruder_colour": [
"#FCE94F"
],
"extruder_offset": [
"0x0"
],
"gcode_flavor": "marlin",
"silent_mode": "0",
"machine_max_acceleration_e": [
"10000"
],
"machine_max_acceleration_extruding": [
"1500"
],
"machine_max_acceleration_retracting": [
"1500"
],
"machine_max_acceleration_x": [
"3000"
],
"machine_max_acceleration_y": [
"3000"
],
"machine_max_acceleration_z": [
"500"
],
"machine_max_speed_e": [
"120"
],
"machine_max_speed_x": [
"500"
],
"machine_max_speed_y": [
"500"
],
"machine_max_speed_z": [
"12"
],
"machine_max_jerk_e": [
"2.5"
],
"machine_max_jerk_x": [
"20"
],
"machine_max_jerk_y": [
"20"
],
"machine_max_jerk_z": [
"0.4"
],
"machine_min_extruding_rate": [
"0"
],
"machine_min_travel_rate": [
"0"
],
"max_layer_height": [
"0.3"
],
"min_layer_height": [
"0.07"
],
"printable_height": "212",
"extruder_clearance_radius": "65",
"extruder_clearance_height_to_rod": "36",
"extruder_clearance_height_to_lid": "140",
"nozzle_diameter": [
"0.4"
],
"printer_settings_id": "",
"printer_variant": "0.4",
"retraction_minimum_travel": [
"2"
],
"retract_before_wipe": [
"0%"
],
"retract_when_changing_layer": [
"1"
],
"retraction_length": [
"6"
],
"retract_length_toolchange": [
"10"
],
"z_hop": [
"0"
],
"retract_restart_extra": [
"0"
],
"retract_restart_extra_toolchange": [
"0"
],
"retraction_speed": [
"50"
],
"single_extruder_multi_material": "1",
"change_filament_gcode": "",
"wipe": [
"1"
],
"z_lift_type": "NormalLift",
"default_print_profile": "0.10mm Fine @MM hj",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
"machine_start_gcode": "",
"machine_end_gcode": ""
}

Binary file not shown.

View File

@@ -0,0 +1,117 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.10mm Fine @MM BoneKing",
"from": "system",
"inherits": "fdm_process_common",
"instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "6",
"bottom_shell_thickness": "0",
"bridge_flow": "1",
"bridge_speed": "60",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_line_width": "0.42",
"initial_layer_acceleration": "500",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "35%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_height": "1",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_filament": "0",
"support_line_width": "0.4",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_threshold_angle": "30",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_thickness": "0.8",
"travel_speed": "150",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"enable_support": "1",
"gap_infill_speed": "100",
"initial_layer_infill_speed": "30",
"initial_layer_speed": "15",
"inner_wall_speed": "60",
"internal_solid_infill_speed": "90",
"layer_height": "0.1",
"line_width": "0.4",
"outer_wall_speed": "45",
"skirt_distance": "1",
"skirt_loops": "1",
"slowdown_for_curled_perimeters": "1",
"sparse_infill_speed": "90",
"support_bottom_z_distance": "0.1",
"support_interface_speed": "90",
"support_speed": "80",
"support_top_z_distance": "0.1",
"top_shell_layers": "8",
"top_surface_speed": "60",
"version": "2.0.0.0",
"wall_loops": "3",
"wipe_on_loops": "1",
"bridge_acceleration": "2000",
"default_acceleration": "3000",
"initial_layer_print_height": "0.2",
"inner_wall_acceleration": "2000",
"internal_solid_infill_acceleration": "3000",
"is_custom_defined": "0",
"outer_wall_acceleration": "1600",
"sparse_infill_acceleration": "3000",
"top_surface_acceleration": "2000",
"travel_acceleration": "3000",
"compatible_printers": [
"MM BoneKing 0.4 nozzle"
]
}

View File

@@ -0,0 +1,117 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.10mm Fine @MM hj SK",
"from": "system",
"inherits": "fdm_process_common",
"instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "6",
"bottom_shell_thickness": "0",
"bridge_flow": "1",
"bridge_speed": "60",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_line_width": "0.42",
"initial_layer_acceleration": "500",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "35%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_height": "1",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_filament": "0",
"support_line_width": "0.4",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_threshold_angle": "30",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_thickness": "0.8",
"travel_speed": "150",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"enable_support": "1",
"gap_infill_speed": "100",
"initial_layer_infill_speed": "30",
"initial_layer_speed": "15",
"inner_wall_speed": "60",
"internal_solid_infill_speed": "90",
"layer_height": "0.1",
"line_width": "0.4",
"outer_wall_speed": "45",
"skirt_distance": "1",
"skirt_loops": "1",
"slowdown_for_curled_perimeters": "1",
"sparse_infill_speed": "90",
"support_bottom_z_distance": "0.1",
"support_interface_speed": "90",
"support_speed": "80",
"support_top_z_distance": "0.1",
"top_shell_layers": "8",
"top_surface_speed": "60",
"version": "2.0.0.0",
"wall_loops": "3",
"wipe_on_loops": "1",
"bridge_acceleration": "2000",
"default_acceleration": "3000",
"initial_layer_print_height": "0.2",
"inner_wall_acceleration": "2000",
"internal_solid_infill_acceleration": "3000",
"is_custom_defined": "0",
"outer_wall_acceleration": "1600",
"sparse_infill_acceleration": "3000",
"top_surface_acceleration": "2000",
"travel_acceleration": "3000",
"compatible_printers": [
"MM hj SK 0.4 nozzle"
]
}

View File

@@ -0,0 +1,117 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.10mm Fine @MM hqs SF",
"from": "system",
"inherits": "fdm_process_common",
"instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "6",
"bottom_shell_thickness": "0",
"bridge_flow": "1",
"bridge_speed": "60",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_line_width": "0.42",
"initial_layer_acceleration": "500",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "35%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_height": "1",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_filament": "0",
"support_line_width": "0.4",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_threshold_angle": "30",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_thickness": "0.8",
"travel_speed": "150",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"enable_support": "1",
"gap_infill_speed": "100",
"initial_layer_infill_speed": "30",
"initial_layer_speed": "15",
"inner_wall_speed": "60",
"internal_solid_infill_speed": "90",
"layer_height": "0.1",
"line_width": "0.4",
"outer_wall_speed": "45",
"skirt_distance": "1",
"skirt_loops": "1",
"slowdown_for_curled_perimeters": "1",
"sparse_infill_speed": "90",
"support_bottom_z_distance": "0.1",
"support_interface_speed": "90",
"support_speed": "80",
"support_top_z_distance": "0.1",
"top_shell_layers": "8",
"top_surface_speed": "60",
"version": "2.0.0.0",
"wall_loops": "3",
"wipe_on_loops": "1",
"bridge_acceleration": "2000",
"default_acceleration": "3000",
"initial_layer_print_height": "0.2",
"inner_wall_acceleration": "2000",
"internal_solid_infill_acceleration": "3000",
"is_custom_defined": "0",
"outer_wall_acceleration": "1600",
"sparse_infill_acceleration": "3000",
"top_surface_acceleration": "2000",
"travel_acceleration": "3000",
"compatible_printers": [
"MM hqs SF 0.4 nozzle"
]
}

View File

@@ -0,0 +1,117 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.10mm Fine @MM hqs hj",
"from": "system",
"inherits": "fdm_process_common",
"instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "6",
"bottom_shell_thickness": "0",
"bridge_flow": "1",
"bridge_speed": "60",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_line_width": "0.42",
"initial_layer_print_height": "0.3",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "35%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_height": "1",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_filament": "0",
"support_line_width": "0.4",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_threshold_angle": "30",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_thickness": "0.8",
"travel_speed": "150",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"bridge_acceleration": "1000",
"default_acceleration": "1600",
"enable_support": "1",
"gap_infill_speed": "100",
"initial_layer_infill_speed": "30",
"initial_layer_speed": "15",
"inner_wall_acceleration": "1200",
"initial_layer_acceleration": "500",
"inner_wall_speed": "60",
"internal_solid_infill_acceleration": "1600",
"internal_solid_infill_speed": "90",
"is_custom_defined": "0",
"layer_height": "0.1",
"line_width": "0.4",
"outer_wall_acceleration": "1000",
"outer_wall_speed": "45",
"skirt_distance": "1",
"skirt_loops": "1",
"slowdown_for_curled_perimeters": "1",
"sparse_infill_acceleration": "1600",
"sparse_infill_speed": "90",
"support_bottom_z_distance": "0.1",
"support_interface_speed": "90",
"support_speed": "80",
"support_top_z_distance": "0.1",
"top_shell_layers": "8",
"top_surface_acceleration": "1000",
"top_surface_speed": "60",
"travel_acceleration": "1600",
"version": "2.0.0.0",
"wall_loops": "3",
"wipe_on_loops": "1",
"compatible_printers": [
"MM hqs hj 0.4 nozzle"
]
}

View File

@@ -0,0 +1,117 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.10mm Fine @MM slb",
"from": "system",
"inherits": "fdm_process_common",
"instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "6",
"bottom_shell_thickness": "0",
"bridge_flow": "1",
"bridge_speed": "60",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_line_width": "0.42",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "35%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_height": "1",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_filament": "0",
"support_line_width": "0.4",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_threshold_angle": "30",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_thickness": "0.8",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"bridge_acceleration": "1000",
"enable_support": "1",
"initial_layer_infill_speed": "30",
"initial_layer_speed": "15",
"layer_height": "0.1",
"line_width": "0.4",
"skirt_distance": "1",
"skirt_loops": "1",
"slowdown_for_curled_perimeters": "1",
"support_bottom_z_distance": "0.1",
"support_top_z_distance": "0.1",
"top_shell_layers": "8",
"top_surface_acceleration": "1000",
"default_acceleration": "1200",
"gap_infill_speed": "60",
"initial_layer_print_height": "0.2",
"initial_layer_acceleration": "500",
"inner_wall_acceleration": "1000",
"inner_wall_speed": "45",
"internal_solid_infill_acceleration": "1200",
"internal_solid_infill_speed": "60",
"is_custom_defined": "0",
"outer_wall_acceleration": "800",
"outer_wall_speed": "30",
"sparse_infill_acceleration": "1200",
"sparse_infill_speed": "60",
"support_interface_speed": "60",
"support_speed": "60",
"top_surface_speed": "50",
"travel_acceleration": "1200",
"travel_speed": "120",
"version": "2.0.0.0",
"wall_loops": "3",
"wipe_on_loops": "1",
"compatible_printers": [
"MM slb 0.4 nozzle"
]
}

View File

@@ -0,0 +1,118 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.10mm Fine Fast @MM BoneKing",
"from": "system",
"inherits": "fdm_process_common",
"instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "6",
"bottom_shell_thickness": "0",
"bridge_flow": "1",
"bridge_speed": "60",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_line_width": "0.42",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "35%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"initial_layer_acceleration": "500",
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_height": "1",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_filament": "0",
"support_line_width": "0.4",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_threshold_angle": "30",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_thickness": "0.8",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"enable_support": "1",
"layer_height": "0.1",
"line_width": "0.4",
"skirt_distance": "1",
"skirt_loops": "1",
"slowdown_for_curled_perimeters": "1",
"support_bottom_z_distance": "0.1",
"support_top_z_distance": "0.1",
"top_shell_layers": "8",
"version": "2.0.0.0",
"wall_loops": "3",
"wipe_on_loops": "1",
"bridge_acceleration": "3000",
"default_acceleration": "10000",
"gap_infill_speed": "250",
"initial_layer_infill_speed": "50",
"initial_layer_print_height": "0.2",
"initial_layer_speed": "30",
"initial_layer_travel_speed": "150",
"inner_wall_acceleration": "5000",
"inner_wall_speed": "200",
"internal_solid_infill_acceleration": "10000",
"internal_solid_infill_speed": "250",
"is_custom_defined": "0",
"outer_wall_acceleration": "5000",
"outer_wall_speed": "150",
"sparse_infill_acceleration": "10000",
"sparse_infill_speed": "250",
"support_interface_speed": "80",
"support_speed": "150",
"top_surface_acceleration": "2000",
"top_surface_speed": "180",
"travel_acceleration": "10000",
"travel_speed": "300",
"compatible_printers": [
"MM BoneKing 0.4 nozzle"
]
}

View File

@@ -0,0 +1,118 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.10mm Fine Fast @MM hj SK",
"from": "system",
"inherits": "fdm_process_common",
"instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "6",
"bottom_shell_thickness": "0",
"bridge_flow": "1",
"bridge_speed": "60",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_line_width": "0.42",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "35%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"initial_layer_acceleration": "500",
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_height": "1",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_filament": "0",
"support_line_width": "0.4",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_threshold_angle": "30",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_thickness": "0.8",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"enable_support": "1",
"layer_height": "0.1",
"line_width": "0.4",
"skirt_distance": "1",
"skirt_loops": "1",
"slowdown_for_curled_perimeters": "1",
"support_bottom_z_distance": "0.1",
"support_top_z_distance": "0.1",
"top_shell_layers": "8",
"version": "2.0.0.0",
"wall_loops": "3",
"wipe_on_loops": "1",
"bridge_acceleration": "3000",
"default_acceleration": "10000",
"gap_infill_speed": "250",
"initial_layer_infill_speed": "50",
"initial_layer_print_height": "0.2",
"initial_layer_speed": "30",
"initial_layer_travel_speed": "150",
"inner_wall_acceleration": "5000",
"inner_wall_speed": "200",
"internal_solid_infill_acceleration": "10000",
"internal_solid_infill_speed": "250",
"is_custom_defined": "0",
"outer_wall_acceleration": "5000",
"outer_wall_speed": "150",
"sparse_infill_acceleration": "10000",
"sparse_infill_speed": "250",
"support_interface_speed": "80",
"support_speed": "150",
"top_surface_acceleration": "2000",
"top_surface_speed": "180",
"travel_acceleration": "10000",
"travel_speed": "300",
"compatible_printers": [
"MM hj SK 0.4 nozzle"
]
}

View File

@@ -0,0 +1,118 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.10mm Fine Fast @MM hqs SF",
"from": "system",
"inherits": "fdm_process_common",
"instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "6",
"bottom_shell_thickness": "0",
"bridge_flow": "1",
"bridge_speed": "60",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_line_width": "0.42",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "35%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"initial_layer_acceleration": "500",
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_height": "1",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_filament": "0",
"support_line_width": "0.4",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_threshold_angle": "30",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_thickness": "0.8",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"enable_support": "1",
"layer_height": "0.1",
"line_width": "0.4",
"skirt_distance": "1",
"skirt_loops": "1",
"slowdown_for_curled_perimeters": "1",
"support_bottom_z_distance": "0.1",
"support_top_z_distance": "0.1",
"top_shell_layers": "8",
"version": "2.0.0.0",
"wall_loops": "3",
"wipe_on_loops": "1",
"bridge_acceleration": "3000",
"default_acceleration": "10000",
"gap_infill_speed": "250",
"initial_layer_infill_speed": "50",
"initial_layer_print_height": "0.2",
"initial_layer_speed": "30",
"initial_layer_travel_speed": "150",
"inner_wall_acceleration": "5000",
"inner_wall_speed": "200",
"internal_solid_infill_acceleration": "10000",
"internal_solid_infill_speed": "250",
"is_custom_defined": "0",
"outer_wall_acceleration": "5000",
"outer_wall_speed": "150",
"sparse_infill_acceleration": "10000",
"sparse_infill_speed": "250",
"support_interface_speed": "80",
"support_speed": "150",
"top_surface_acceleration": "2000",
"top_surface_speed": "180",
"travel_acceleration": "10000",
"travel_speed": "300",
"compatible_printers": [
"MM hqs SF 0.4 nozzle"
]
}

View File

@@ -0,0 +1,118 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.12mm Fine BestFast @MM BoneKing",
"from": "system",
"inherits": "fdm_process_common",
"instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "6",
"bottom_shell_thickness": "0",
"bridge_flow": "1",
"bridge_speed": "60",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_line_width": "0.42",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "35%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"initial_layer_acceleration": "500",
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_height": "1",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_filament": "0",
"support_line_width": "0.4",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_threshold_angle": "30",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_thickness": "0.8",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"enable_support": "1",
"line_width": "0.4",
"skirt_distance": "1",
"skirt_loops": "1",
"slowdown_for_curled_perimeters": "1",
"support_bottom_z_distance": "0.1",
"support_top_z_distance": "0.1",
"top_shell_layers": "8",
"version": "2.0.0.0",
"wall_loops": "3",
"wipe_on_loops": "1",
"initial_layer_print_height": "0.2",
"internal_solid_infill_acceleration": "10000",
"sparse_infill_acceleration": "10000",
"top_surface_acceleration": "2000",
"bridge_acceleration": "50000",
"default_acceleration": "100000",
"gap_infill_speed": "1000",
"initial_layer_infill_speed": "105",
"initial_layer_speed": "50",
"initial_layer_travel_speed": "100%",
"inner_wall_acceleration": "100000",
"inner_wall_speed": "800",
"internal_solid_infill_speed": "1000",
"is_custom_defined": "0",
"layer_height": "0.12",
"outer_wall_acceleration": "50000",
"outer_wall_speed": "500",
"overhang_2_4_speed": "30",
"sparse_infill_speed": "1000",
"support_interface_speed": "100",
"support_speed": "350",
"top_surface_speed": "800",
"travel_acceleration": "100000",
"travel_speed": "1500",
"compatible_printers": [
"MM BoneKing 0.4 nozzle"
]
}

View File

@@ -0,0 +1,118 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.12mm Fine SuperFast @MM BoneKing",
"from": "system",
"inherits": "fdm_process_common",
"instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "6",
"bottom_shell_thickness": "0",
"bridge_flow": "1",
"bridge_speed": "60",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_line_width": "0.42",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "35%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"initial_layer_acceleration": "500",
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_height": "1",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_filament": "0",
"support_line_width": "0.4",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_threshold_angle": "30",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_thickness": "0.8",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"enable_support": "1",
"line_width": "0.4",
"skirt_distance": "1",
"skirt_loops": "1",
"slowdown_for_curled_perimeters": "1",
"support_bottom_z_distance": "0.1",
"support_top_z_distance": "0.1",
"top_shell_layers": "8",
"version": "2.0.0.0",
"wall_loops": "3",
"wipe_on_loops": "1",
"default_acceleration": "10000",
"initial_layer_print_height": "0.2",
"internal_solid_infill_acceleration": "10000",
"outer_wall_acceleration": "5000",
"sparse_infill_acceleration": "10000",
"support_interface_speed": "80",
"support_speed": "150",
"top_surface_acceleration": "2000",
"travel_acceleration": "10000",
"bridge_acceleration": "5000",
"gap_infill_speed": "350",
"initial_layer_infill_speed": "105",
"initial_layer_speed": "50",
"initial_layer_travel_speed": "100%",
"inner_wall_acceleration": "10000",
"inner_wall_speed": "350",
"internal_solid_infill_speed": "350",
"is_custom_defined": "0",
"layer_height": "0.12",
"outer_wall_speed": "200",
"overhang_2_4_speed": "30",
"sparse_infill_speed": "450",
"top_surface_speed": "200",
"travel_speed": "500",
"compatible_printers": [
"MM BoneKing 0.4 nozzle"
]
}

View File

@@ -0,0 +1,117 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.20mm Standard @MM BoneKing",
"from": "system",
"inherits": "fdm_process_common",
"instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_thickness": "0.8",
"bridge_flow": "1",
"bridge_speed": "60",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"bridge_no_support": "0",
"draft_shield": "disabled",
"initial_layer_acceleration": "500",
"elefant_foot_compensation": "0",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45",
"sparse_infill_density": "20%",
"sparse_infill_pattern": "grid",
"initial_layer_line_width": "0.45",
"infill_combination": "0",
"sparse_infill_line_width": "0.5",
"infill_wall_overlap": "35%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_height": "1",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0.45",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.2",
"support_filament": "0",
"support_line_width": "0.45",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_threshold_angle": "30",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_thickness": "0.8",
"initial_layer_travel_speed": "60",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"bottom_shell_layers": "4",
"enable_support": "1",
"gap_infill_speed": "100",
"initial_layer_infill_speed": "30",
"initial_layer_speed": "15",
"inner_wall_speed": "60",
"internal_solid_infill_speed": "90",
"layer_height": "0.2",
"line_width": "0.4",
"outer_wall_speed": "45",
"skirt_distance": "1",
"skirt_loops": "1",
"slowdown_for_curled_perimeters": "1",
"sparse_infill_speed": "90",
"support_bottom_z_distance": "0.1",
"support_interface_speed": "90",
"support_speed": "80",
"top_shell_layers": "6",
"top_surface_speed": "60",
"version": "2.0.0.0",
"wall_loops": "3",
"wipe_on_loops": "1",
"bridge_acceleration": "2000",
"default_acceleration": "3000",
"initial_layer_print_height": "0.2",
"inner_wall_acceleration": "2000",
"internal_solid_infill_acceleration": "3000",
"is_custom_defined": "0",
"outer_wall_acceleration": "1600",
"sparse_infill_acceleration": "3000",
"top_surface_acceleration": "2000",
"travel_acceleration": "3000",
"travel_speed": "150",
"compatible_printers": [
"MM BoneKing 0.4 nozzle"
]
}

View File

@@ -0,0 +1,117 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.20mm Standard @MM hj SK",
"from": "system",
"inherits": "fdm_process_common",
"instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_thickness": "0.8",
"bridge_flow": "1",
"bridge_speed": "60",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"bridge_no_support": "0",
"draft_shield": "disabled",
"initial_layer_acceleration": "500",
"elefant_foot_compensation": "0",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45",
"sparse_infill_density": "20%",
"sparse_infill_pattern": "grid",
"initial_layer_line_width": "0.45",
"infill_combination": "0",
"sparse_infill_line_width": "0.5",
"infill_wall_overlap": "35%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_height": "1",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0.45",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.2",
"support_filament": "0",
"support_line_width": "0.45",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_threshold_angle": "30",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_thickness": "0.8",
"initial_layer_travel_speed": "60",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"bottom_shell_layers": "4",
"enable_support": "1",
"gap_infill_speed": "100",
"initial_layer_infill_speed": "30",
"initial_layer_speed": "15",
"inner_wall_speed": "60",
"internal_solid_infill_speed": "90",
"layer_height": "0.2",
"line_width": "0.4",
"outer_wall_speed": "45",
"skirt_distance": "1",
"skirt_loops": "1",
"slowdown_for_curled_perimeters": "1",
"sparse_infill_speed": "90",
"support_bottom_z_distance": "0.1",
"support_interface_speed": "90",
"support_speed": "80",
"top_shell_layers": "6",
"top_surface_speed": "60",
"version": "2.0.0.0",
"wall_loops": "3",
"wipe_on_loops": "1",
"bridge_acceleration": "2000",
"default_acceleration": "3000",
"initial_layer_print_height": "0.2",
"inner_wall_acceleration": "2000",
"internal_solid_infill_acceleration": "3000",
"is_custom_defined": "0",
"outer_wall_acceleration": "1600",
"sparse_infill_acceleration": "3000",
"top_surface_acceleration": "2000",
"travel_acceleration": "3000",
"travel_speed": "150",
"compatible_printers": [
"MM hj SK 0.4 nozzle"
]
}

View File

@@ -0,0 +1,117 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.20mm Standard @MM hqs SF",
"from": "system",
"inherits": "fdm_process_common",
"instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_thickness": "0.8",
"bridge_flow": "1",
"bridge_speed": "60",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"bridge_no_support": "0",
"draft_shield": "disabled",
"initial_layer_acceleration": "500",
"elefant_foot_compensation": "0",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45",
"sparse_infill_density": "20%",
"sparse_infill_pattern": "grid",
"initial_layer_line_width": "0.45",
"infill_combination": "0",
"sparse_infill_line_width": "0.5",
"infill_wall_overlap": "35%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_height": "1",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0.45",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.2",
"support_filament": "0",
"support_line_width": "0.45",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_threshold_angle": "30",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_thickness": "0.8",
"initial_layer_travel_speed": "60",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"bottom_shell_layers": "4",
"enable_support": "1",
"gap_infill_speed": "100",
"initial_layer_infill_speed": "30",
"initial_layer_speed": "15",
"inner_wall_speed": "60",
"internal_solid_infill_speed": "90",
"layer_height": "0.2",
"line_width": "0.4",
"outer_wall_speed": "45",
"skirt_distance": "1",
"skirt_loops": "1",
"slowdown_for_curled_perimeters": "1",
"sparse_infill_speed": "90",
"support_bottom_z_distance": "0.1",
"support_interface_speed": "90",
"support_speed": "80",
"top_shell_layers": "6",
"top_surface_speed": "60",
"version": "2.0.0.0",
"wall_loops": "3",
"wipe_on_loops": "1",
"bridge_acceleration": "2000",
"default_acceleration": "3000",
"initial_layer_print_height": "0.2",
"inner_wall_acceleration": "2000",
"internal_solid_infill_acceleration": "3000",
"is_custom_defined": "0",
"outer_wall_acceleration": "1600",
"sparse_infill_acceleration": "3000",
"top_surface_acceleration": "2000",
"travel_acceleration": "3000",
"travel_speed": "150",
"compatible_printers": [
"MM hqs SF 0.4 nozzle"
]
}

View File

@@ -0,0 +1,117 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.20mm Standard @MM hqs hj",
"from": "system",
"inherits": "fdm_process_common",
"instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_thickness": "0.8",
"bridge_flow": "1",
"bridge_speed": "60",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45",
"sparse_infill_density": "20%",
"sparse_infill_pattern": "grid",
"initial_layer_line_width": "0.45",
"initial_layer_print_height": "0.3",
"infill_combination": "0",
"sparse_infill_line_width": "0.5",
"infill_wall_overlap": "35%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_height": "1",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0.45",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.2",
"support_filament": "0",
"support_line_width": "0.45",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_threshold_angle": "30",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_thickness": "0.8",
"initial_layer_travel_speed": "60",
"travel_speed": "150",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"bottom_shell_layers": "4",
"bridge_acceleration": "1000",
"default_acceleration": "1600",
"enable_support": "1",
"gap_infill_speed": "100",
"initial_layer_infill_speed": "30",
"initial_layer_speed": "15",
"inner_wall_acceleration": "1200",
"inner_wall_speed": "60",
"internal_solid_infill_acceleration": "1600",
"internal_solid_infill_speed": "90",
"is_custom_defined": "0",
"layer_height": "0.2",
"line_width": "0.4",
"outer_wall_acceleration": "1000",
"outer_wall_speed": "45",
"skirt_distance": "1",
"skirt_loops": "1",
"slowdown_for_curled_perimeters": "1",
"sparse_infill_acceleration": "1600",
"initial_layer_acceleration": "500",
"sparse_infill_speed": "90",
"support_bottom_z_distance": "0.1",
"support_interface_speed": "90",
"support_speed": "80",
"top_shell_layers": "6",
"top_surface_acceleration": "1000",
"top_surface_speed": "60",
"travel_acceleration": "1600",
"version": "2.0.0.0",
"wall_loops": "3",
"wipe_on_loops": "1",
"compatible_printers": [
"MM hqs hj 0.4 nozzle"
]
}

View File

@@ -0,0 +1,117 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.20mm Standard @MM slb",
"from": "system",
"inherits": "fdm_process_common",
"instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_thickness": "0.8",
"bridge_flow": "1",
"bridge_speed": "60",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45",
"sparse_infill_density": "20%",
"sparse_infill_pattern": "grid",
"initial_layer_line_width": "0.45",
"infill_combination": "0",
"sparse_infill_line_width": "0.5",
"infill_wall_overlap": "35%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_height": "1",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0.45",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.2",
"support_filament": "0",
"support_line_width": "0.45",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_threshold_angle": "30",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_thickness": "0.8",
"initial_layer_travel_speed": "60",
"travel_speed": "120",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"bottom_shell_layers": "4",
"bridge_acceleration": "1000",
"enable_support": "1",
"initial_layer_infill_speed": "30",
"initial_layer_speed": "15",
"layer_height": "0.2",
"line_width": "0.4",
"skirt_distance": "1",
"skirt_loops": "1",
"slowdown_for_curled_perimeters": "1",
"initial_layer_acceleration": "500",
"support_bottom_z_distance": "0.1",
"top_shell_layers": "6",
"top_surface_acceleration": "1000",
"default_acceleration": "1200",
"gap_infill_speed": "60",
"initial_layer_print_height": "0.2",
"inner_wall_acceleration": "1000",
"inner_wall_speed": "45",
"internal_solid_infill_acceleration": "1200",
"internal_solid_infill_speed": "60",
"is_custom_defined": "0",
"outer_wall_acceleration": "800",
"outer_wall_speed": "30",
"sparse_infill_acceleration": "1200",
"sparse_infill_speed": "60",
"support_interface_speed": "60",
"support_speed": "60",
"top_surface_speed": "50",
"travel_acceleration": "1200",
"version": "2.0.0.0",
"wall_loops": "3",
"wipe_on_loops": "1",
"compatible_printers": [
"MM slb 0.4 nozzle"
]
}

Some files were not shown because too many files have changed in this diff Show More