Added BOM number for flex. Removed GFF and CCF profiles for the S6/8. Increased layer thickness 0.1mm profiles. Increased retract length for the PET-CF profiles.

PP-625
This commit is contained in:
Paul Kuiper 2025-05-15 09:46:27 +02:00
parent bb28aaf137
commit 5f848a5f42
7 changed files with 17 additions and 3 deletions

View File

@ -9,9 +9,7 @@
"manufacturer": "Ultimaker B.V.", "manufacturer": "Ultimaker B.V.",
"file_formats": "application/x-ufp;text/x-gcode", "file_formats": "application/x-ufp;text/x-gcode",
"platform": "ultimaker_s5_platform.obj", "platform": "ultimaker_s5_platform.obj",
"bom_numbers": [ "bom_numbers": [10700, 10701],
10700
],
"firmware_update_info": "firmware_update_info":
{ {
"check_urls": [ "https://software.ultimaker.com/releases/firmware/5078167/stable/um-update.swu.version" ], "check_urls": [ "https://software.ultimaker.com/releases/firmware/5078167/stable/um-update.swu.version" ],

View File

@ -12,6 +12,17 @@
"bom_numbers": [ "bom_numbers": [
10600 10600
], ],
"exclude_materials": [
"generic_hips",
"generic_flexible",
"generic_cffpps",
"generic_cffpa",
"generic_cffcpe",
"generic_gffpa",
"generic_gffcpe",
"structur3d_",
"ultimaker_ppscf"
],
"firmware_update_info": "firmware_update_info":
{ {
"check_urls": [ "https://software.ultimaker.com/releases/firmware/10600/stable/um-update.swu.version" ], "check_urls": [ "https://software.ultimaker.com/releases/firmware/10600/stable/um-update.swu.version" ],

View File

@ -16,4 +16,5 @@ material_final_print_temperature = =material_print_temperature - 15
material_initial_print_temperature = =material_print_temperature - 15 material_initial_print_temperature = =material_print_temperature - 15
retraction_prime_speed = =retraction_speed retraction_prime_speed = =retraction_speed
support_structure = tree support_structure = tree
top_bottom_thickness = =round(6*layer_height,3)

View File

@ -14,4 +14,5 @@ weight = 0
[values] [values]
retraction_prime_speed = =retraction_speed retraction_prime_speed = =retraction_speed
support_structure = tree support_structure = tree
top_bottom_thickness = =round(6*layer_height,3)

View File

@ -12,4 +12,5 @@ variant = CC+ 0.4
weight = -2 weight = -2
[values] [values]
switch_extruder_retraction_amount = 16

View File

@ -15,4 +15,5 @@ weight = -2
bridge_skin_material_flow = 200 bridge_skin_material_flow = 200
bridge_wall_material_flow = 200 bridge_wall_material_flow = 200
support_interface_enable = False support_interface_enable = False
switch_extruder_retraction_amount = 16

View File

@ -16,5 +16,6 @@ bridge_skin_material_flow = 200
bridge_wall_material_flow = 200 bridge_wall_material_flow = 200
material_print_temperature = =default_material_print_temperature + 10 material_print_temperature = =default_material_print_temperature + 10
support_interface_enable = False support_interface_enable = False
switch_extruder_retraction_amount = 16
wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25)