* creating settings for printer and some UI changes work * related filament diameter and pellet flow changes to each other * UI name change to turn Filament to Material * updated the flow coefficient to filament diameter formula * updated the preset for the configuration wizard * configuration changes for the final release * config changes and preset bundle sync removed * start gcode change for ginger machines * added explanation of relationship between pellet_flow_coefficient and filament_diameter * Added tooltip. Fixed Ginger machine configuration, Added docs
80 lines
2.4 KiB
JSON
80 lines
2.4 KiB
JSON
{
|
|
"type": "process",
|
|
"accel_to_decel_enable": "0",
|
|
"bottom_shell_layers": "0",
|
|
"bottom_solid_infill_flow_ratio": "0.98",
|
|
"bridge_flow": "0.95",
|
|
"brim_object_gap": "0.05",
|
|
"brim_type": "no_brim",
|
|
"brim_width": "10",
|
|
"default_acceleration": "2500",
|
|
"default_jerk": "5",
|
|
"elefant_foot_compensation": "0.15",
|
|
"exclude_object": "1",
|
|
"extra_perimeters_on_overhangs": "1",
|
|
"from": "User",
|
|
"gap_fill_target": "nowhere",
|
|
"gap_infill_speed": "100",
|
|
"infill_anchor_max": "30",
|
|
"infill_jerk": "5",
|
|
"infill_wall_overlap": "30%",
|
|
"inherits": "fdm_process_common",
|
|
"initial_layer_acceleration": "1000",
|
|
"initial_layer_infill_speed": "70",
|
|
"initial_layer_jerk": "5",
|
|
"initial_layer_line_width": "1.26",
|
|
"initial_layer_print_height": "0.6",
|
|
"initial_layer_speed": "50",
|
|
"inner_wall_acceleration": "2500",
|
|
"inner_wall_jerk": "5",
|
|
"inner_wall_line_width": "1.26",
|
|
"inner_wall_speed": "100",
|
|
"internal_bridge_speed": "70%",
|
|
"internal_solid_infill_line_width": "1.26",
|
|
"internal_solid_infill_speed": "200",
|
|
"is_custom_defined": "0",
|
|
"layer_height": "0.6",
|
|
"line_width": "1.26",
|
|
"max_volumetric_extrusion_rate_slope": "100",
|
|
"name": "0.60mm Standard",
|
|
"outer_wall_acceleration": "2500",
|
|
"outer_wall_jerk": "5",
|
|
"outer_wall_line_width": "1.26",
|
|
"outer_wall_speed": "100",
|
|
"overhang_1_4_speed": "80%",
|
|
"overhang_2_4_speed": "50",
|
|
"overhang_3_4_speed": "30",
|
|
"overhang_4_4_speed": "10",
|
|
"overhang_reverse": "1",
|
|
"overhang_reverse_internal_only": "1",
|
|
"overhang_reverse_threshold": "0%",
|
|
"print_settings_id": "0.60mm Standard",
|
|
"reduce_infill_retraction": "1",
|
|
"role_based_wipe_speed": "0",
|
|
"skirt_distance": "10",
|
|
"skirt_loops": "3",
|
|
"sparse_infill_density": "0%",
|
|
"sparse_infill_line_width": "1.26",
|
|
"sparse_infill_pattern": "grid",
|
|
"sparse_infill_speed": "200",
|
|
"spiral_mode_max_xy_smoothing": "1e+07",
|
|
"spiral_mode_smooth": "1",
|
|
"support_line_width": "1.26",
|
|
"support_speed": "100",
|
|
"thick_internal_bridges": "0",
|
|
"top_shell_layers": "0",
|
|
"top_solid_infill_flow_ratio": "0.92",
|
|
"top_surface_acceleration": "2500",
|
|
"top_surface_jerk": "5",
|
|
"top_surface_line_width": "1.26",
|
|
"travel_acceleration": "2500",
|
|
"travel_jerk": "7",
|
|
"travel_speed": "250",
|
|
"version": "0.0.0.0",
|
|
"wipe_on_loops": "1",
|
|
"wipe_speed": "30",
|
|
"xy_contour_compensation": "-0.05",
|
|
"xy_hole_compensation": "0.1",
|
|
"instantiation": "true",
|
|
"compatible_printers": ["ginger G1 1.2 nozzle"]
|
|
}
|