mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 21:55:11 +08:00
153 lines
7.4 KiB
JSON
153 lines
7.4 KiB
JSON
{
|
|
"name": "Rigid3D Base Printer",
|
|
"version": 2,
|
|
"inherits": "fdmprinter",
|
|
"metadata": {
|
|
"visible": false,
|
|
"author": "Mehmet SUTAŞ",
|
|
"manufacturer": "Rigid3D",
|
|
"file_formats": "text/x-gcode",
|
|
"has_materials": true,
|
|
"has_machine_quality": true,
|
|
|
|
"machine_extruder_trains":{
|
|
"0": "rigid3d_base_extruder_0"
|
|
},
|
|
"first_start_actions": ["MachineSettingsAction"],
|
|
"supported_actions": ["MachineSettingsAction"],
|
|
|
|
"preferred_material": "generic_pla_175",
|
|
"exclude_materials": [
|
|
"chromatik_pla",
|
|
"dsm_arnitel2045_175", "dsm_novamid1070_175",
|
|
"emotiontech_abs", "emotiontech_absx", "emotiontech_acetate", "emotiontech_bvoh", "emotiontech_asax", "emotiontech_hips", "emotiontech_petg", "emotiontech_pla", "emotiontech_pva-m", "emotiontech_pva-oks", "emotiontech_pva-s", "emotiontech_tpu98a",
|
|
"eSUN_PETG_Black", "eSUN_PETG_Grey", "eSUN_PETG_Purple", "eSUN_PLA_PRO_Black", "eSUN_PLA_PRO_Grey", "eSUN_PLA_PRO_Purple", "eSUN_PLA_PRO_White",
|
|
"fabtotum_abs", "fabtotum_nylon", "fabtotum_pla", "fabtotum_tpu",
|
|
"fiberlogy_hd_pla",
|
|
"filo3d_pla", "filo3d_pla_green", "filo3d_pla_red",
|
|
"generic_abs",
|
|
"generic_bam",
|
|
"generic_cffcpe",
|
|
"generic_cffpa",
|
|
"generic_cpe",
|
|
"generic_cpe_plus",
|
|
"generic_gffcpe",
|
|
"generic_gffpa",
|
|
"generic_hips",
|
|
"generic_nylon",
|
|
"generic_pc",
|
|
"generic_petg",
|
|
"generic_pla",
|
|
"generic_pp",
|
|
"generic_pva",
|
|
"generic_tough_pla",
|
|
"generic_tpu",
|
|
"imade3d_petg_175", "imade3d_pla_175",
|
|
"innofill_innoflex60_175",
|
|
"leapfrog_abs_natural", "leapfrog_epla_natural", "leapfrog_pva_natural",
|
|
"octofiber_pla",
|
|
"polyflex_pla", "polymax_pla", "polyplus_pla", "polywood_pla",
|
|
"redd_abs", "redd_asa", "redd_hips", "redd_nylon", "redd_petg", "redd_pla", "redd_tpe",
|
|
"structur3d_dap100silicone",
|
|
"tizyx_abs", "tizyx_flex", "tizyx_petg", "tizyx_pla", "tizyx_pla_bois", "tizyx_pva",
|
|
"ultimaker_abs_black", "ultimaker_abs_blue", "ultimaker_abs_green", "ultimaker_abs_grey", "ultimaker_abs_orange", "ultimaker_abs_pearl-gold", "ultimaker_abs_red", "ultimaker_abs_silver-metallic", "ultimaker_abs_white", "ultimaker_abs_yellow",
|
|
"ultimaker_bam",
|
|
"ultimaker_cpe_black", "ultimaker_cpe_blue", "ultimaker_cpe_dark-grey", "ultimaker_cpe_green", "ultimaker_cpe_light-grey", "ultimaker_cpe_plus_black", "ultimaker_cpe_plus_transparent", "ultimaker_cpe_plus_white", "ultimaker_cpe_red", "ultimaker_cpe_transparent", "ultimaker_cpe_white", "ultimaker_cpe_yellow",
|
|
"ultimaker_nylon_black", "ultimaker_nylon_transparent",
|
|
"ultimaker_pc_black", "ultimaker_pc_transparent", "ultimaker_pc_white",
|
|
"ultimaker_pla_black", "ultimaker_pla_blue", "ultimaker_pla_green", "ultimaker_pla_magenta", "ultimaker_pla_orange", "ultimaker_pla_pearl-white", "ultimaker_pla_red", "ultimaker_pla_silver-metallic", "ultimaker_pla_transparent", "ultimaker_pla_white", "ultimaker_pla_yellow",
|
|
"ultimaker_pp_transparent",
|
|
"ultimaker_pva",
|
|
"ultimaker_tough_pla_black", "ultimaker_tough_pla_green", "ultimaker_tough_pla_red", "ultimaker_tough_pla_white",
|
|
"ultimaker_tpu_black", "ultimaker_tpu_blue", "ultimaker_tpu_red", "ultimaker_tpu_white",
|
|
"verbatim_bvoh_175",
|
|
"Vertex_Delta_ABS", "Vertex_Delta_PET", "Vertex_Delta_PLA", "Vertex_Delta_PLA_Glitter", "Vertex_Delta_PLA_Mat", "Vertex_Delta_PLA_Satin", "Vertex_Delta_PLA_Wood", "Vertex_Delta_TPU",
|
|
"zyyx_pro_flex", "zyyx_pro_pla"
|
|
]
|
|
},
|
|
"overrides": {
|
|
"machine_name": { "default_value": "Rigid3D Base Printer" },
|
|
|
|
"material_diameter": { "default_value": 1.75 },
|
|
|
|
"machine_max_feedrate_x": { "value": 100 },
|
|
"machine_max_feedrate_y": { "value": 100 },
|
|
"machine_max_feedrate_z": { "value": 8 },
|
|
"machine_max_feedrate_e": { "value": 25 },
|
|
|
|
"machine_max_acceleration_x": { "value": 600 },
|
|
"machine_max_acceleration_y": { "value": 600 },
|
|
"machine_max_acceleration_z": { "value": 10 },
|
|
"machine_max_acceleration_e": { "value": 1000 },
|
|
"machine_acceleration": { "value": 600 },
|
|
|
|
"machine_max_jerk_xy": { "value": 10.0 },
|
|
"machine_max_jerk_z": { "value": 0.3 },
|
|
"machine_max_jerk_e": { "value": 5 },
|
|
|
|
|
|
"wall_0_wipe_dist": { "value": 0.05 },
|
|
"optimize_wall_printing_order": { "value": "True" },
|
|
"travel_compensate_overlapping_walls_enabled": { "value": "False" },
|
|
"travel_compensate_overlapping_walls_0_enabled": { "value": "False" },
|
|
"travel_compensate_overlapping_walls_x_enabled": { "value": "False" },
|
|
|
|
"infill_sparse_density": { "value": 16 },
|
|
"infill_wipe_dist": { "value": 0 },
|
|
"infill_before_walls": { "value": "False" },
|
|
|
|
"material_initial_print_temperature": { "value": "material_print_temperature" },
|
|
"material_final_print_temperature": { "value": "material_print_temperature" },
|
|
"material_bed_temperature_layer_0": { "value": "material_bed_temperature" },
|
|
|
|
"wall_0_material_flow": { "value": 95 },
|
|
|
|
"speed_print": { "value": 40.0 } ,
|
|
"speed_topbottom": { "value": "speed_print" },
|
|
"speed_support_interface": { "value": "speed_support" },
|
|
"speed_travel": { "value": 80.0 },
|
|
"speed_layer_0": { "value": 25.0 },
|
|
|
|
"acceleration_print": { "value": 600 },
|
|
"acceleration_travel": { "value": 600 },
|
|
"acceleration_travel_layer_0": { "value": "acceleration_travel" },
|
|
|
|
"jerk_print": { "value": 10 },
|
|
"jerk_travel": { "value": "jerk_print" },
|
|
"jerk_travel_layer_0": { "value": "jerk_travel" },
|
|
|
|
"acceleration_enabled": { "value": "False" },
|
|
"jerk_enabled": { "value": "False" },
|
|
|
|
"retraction_amount": { "value": 1.50 },
|
|
"retraction_prime_speed": { "value": 7 },
|
|
"retraction_count_max": { "value": 5 },
|
|
"retraction_combing": { "value": "'noskin'" },
|
|
"travel_avoid_other_parts": { "value": "False" },
|
|
|
|
"support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height*2" },
|
|
"support_interface_enable": { "value": "True" },
|
|
"support_interface_density": { "value": 70 },
|
|
"minimum_interface_area": { "value": 5.0 },
|
|
"minimum_support_area": { "value": 5 },
|
|
"support_brim_enable": { "value": "True" },
|
|
"support_brim_width": { "value": 4 },
|
|
"support_xy_distance": { "value": "wall_line_width_0 * 2" },
|
|
"support_xy_distance_overhang": { "value": "wall_line_width_0" },
|
|
"support_xy_overrides_z": { "value": "'xy_overrides_z'" },
|
|
|
|
"adhesion_type": { "value": "'skirt'" },
|
|
"skirt_gap": { "value": 5.0 },
|
|
"skirt_line_count": { "value": 2 },
|
|
|
|
"meshfix_maximum_deviation": { "value": 0.01 },
|
|
|
|
"adaptive_layer_height_variation": { "value": 0.16 },
|
|
"adaptive_layer_height_variation_step": { "value": 0.04 },
|
|
|
|
"top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3" },
|
|
"wall_thickness": {"value": "line_width * 2" },
|
|
"speed_z_hop": {"default_value": 8}
|
|
|
|
}
|
|
} |