* Add base files & 3D20 * Add Dremel 3D20, 3D40, and 3D45 * Used the wrong name * Let's see if this fixes the crashes * test * Limit variables and trying something * Forgot to remove these,,, * Tweaks * Re-add Dremel files and fix several format errors * Add Dremel 3D40 & 3D45 and process * Temp bed model/texture * Forgot to add the actual files * Revert "Forgot to add the actual files" This reverts commit 9190ca3d0eceb1749e9647335e0a44588fed155e. * Revert "Temp bed model/texture" This reverts commit 6e873f8e72453cfb6fda80ed388647493a7c3adb. * Update fdm_process_dremel_common.json * Add bed models * Improve upon build plates * Attempt at fixing error * Didn't work * Attempt at a fix * Revert "Attempt at a fix" This reverts commit 1e06ea355c4ad24dd40ff3adfe06bf91e833c933. * Try changing order of process_list * Remove gcode_flavor from process * Add fdm_filament_pla to Dremel.json * Add Dremel Generic PLA * forgot this... * Change to dremel * Fix buildplate model naming * Try this * Revert "Try this" This reverts commit 851f355c2e1aa4722e7381fdc2ed66f13aa6a597. * Fix issues that it won't load on Linux/Mac OS --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
93 lines
3.1 KiB
JSON
93 lines
3.1 KiB
JSON
{
|
|
"type": "process",
|
|
"from": "system",
|
|
"inherits": "fdm_process_dremel_common",
|
|
"name": ".05mm Super Detail @Dremel 3D40 0.4",
|
|
"instantiation": "true",
|
|
"adaptive_layer_height": "0",
|
|
"bridge_flow": "1",
|
|
"bridge_speed": "50",
|
|
"brim_width": "5",
|
|
"bridge_no_support": "0",
|
|
"bottom_surface_pattern": "monotonic",
|
|
"bottom_shell_layers": "10",
|
|
"bottom_shell_thickness": "1",
|
|
"brim_object_gap": "0.1",
|
|
"default_acceleration": "2000",
|
|
"detect_overhang_wall": "1",
|
|
"enable_support": "1",
|
|
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
|
"gap_infill_speed": "30",
|
|
"infill_direction": "45",
|
|
"initial_layer_line_width": "0.5",
|
|
"initial_layer_print_height": "0.05",
|
|
"initial_layer_speed": "22",
|
|
"infill_combination": "1",
|
|
"infill_wall_overlap": "15%",
|
|
"inner_wall_line_width": "0.45",
|
|
"inner_wall_speed": "40",
|
|
"inner_wall_acceleration": "2000",
|
|
"internal_solid_infill_line_width": "0.42",
|
|
"internal_solid_infill_speed": "40",
|
|
"internal_bridge_support_thickness": "0.8",
|
|
"initial_layer_acceleration": "2000",
|
|
"ironing_flow": "10%",
|
|
"ironing_spacing": "0.15",
|
|
"ironing_speed": "30",
|
|
"ironing_type": "top",
|
|
"initial_layer_infill_speed": "15",
|
|
"line_width": "0.42",
|
|
"layer_height": "0.05",
|
|
"minimum_sparse_infill_area": "15",
|
|
"max_travel_detour_distance": "0",
|
|
"outer_wall_line_width": "0.42",
|
|
"outer_wall_speed": "30",
|
|
"outer_wall_acceleration": "2000",
|
|
"overhang_1_4_speed": "0",
|
|
"overhang_2_4_speed": "50",
|
|
"overhang_3_4_speed": "30",
|
|
"overhang_4_4_speed": "10",
|
|
"only_one_wall_top": "1",
|
|
"print_sequence": "by layer",
|
|
"reduce_infill_retraction": "1",
|
|
"raft_first_layer_density": "100%",
|
|
"raft_first_layer_expansion": "1.5",
|
|
"resolution": "0.012",
|
|
"sparse_infill_density": "20%",
|
|
"sparse_infill_pattern": "grid",
|
|
"sparse_infill_line_width": "0.45",
|
|
"sparse_infill_speed": "45",
|
|
"seam_position": "aligned",
|
|
"skirt_distance": "2",
|
|
"skirt_height": "1",
|
|
"support_line_width": "0.42",
|
|
"support_top_z_distance": "0.1",
|
|
"support_interface_top_layers": "2",
|
|
"support_interface_spacing": "0.5",
|
|
"support_interface_speed": "40",
|
|
"support_interface_pattern": "auto",
|
|
"support_base_pattern": "default",
|
|
"support_base_pattern_spacing": "2.5",
|
|
"support_speed": "45",
|
|
"support_threshold_angle": "60",
|
|
"support_object_xy_distance": "1.4",
|
|
"skirt_loops": "7",
|
|
"slow_down_layers": "2",
|
|
"support_bottom_z_distance": "0.1",
|
|
"support_interface_bottom_layers": "2",
|
|
"support_expansion": "1.5",
|
|
"top_surface_line_width": "0.42",
|
|
"top_surface_speed": "15",
|
|
"travel_speed": "100",
|
|
"travel_acceleration": "2000",
|
|
"top_surface_pattern": "monotonicline",
|
|
"top_surface_acceleration": "2000",
|
|
"top_shell_layers": "10",
|
|
"top_shell_thickness": "1",
|
|
"wall_loops": "3",
|
|
"wall_infill_order": "inner wall/outer wall/infill",
|
|
"wall_generator": "arachne",
|
|
"compatible_printers": [
|
|
"Dremel 3D40 0.4 nozzle"
|
|
]
|
|
}
|