mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 11:15:56 +08:00
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:
parent
bb28aaf137
commit
5f848a5f42
@ -9,9 +9,7 @@
|
||||
"manufacturer": "Ultimaker B.V.",
|
||||
"file_formats": "application/x-ufp;text/x-gcode",
|
||||
"platform": "ultimaker_s5_platform.obj",
|
||||
"bom_numbers": [
|
||||
10700
|
||||
],
|
||||
"bom_numbers": [10700, 10701],
|
||||
"firmware_update_info":
|
||||
{
|
||||
"check_urls": [ "https://software.ultimaker.com/releases/firmware/5078167/stable/um-update.swu.version" ],
|
||||
|
@ -12,6 +12,17 @@
|
||||
"bom_numbers": [
|
||||
10600
|
||||
],
|
||||
"exclude_materials": [
|
||||
"generic_hips",
|
||||
"generic_flexible",
|
||||
"generic_cffpps",
|
||||
"generic_cffpa",
|
||||
"generic_cffcpe",
|
||||
"generic_gffpa",
|
||||
"generic_gffcpe",
|
||||
"structur3d_",
|
||||
"ultimaker_ppscf"
|
||||
],
|
||||
"firmware_update_info":
|
||||
{
|
||||
"check_urls": [ "https://software.ultimaker.com/releases/firmware/10600/stable/um-update.swu.version" ],
|
||||
|
@ -16,4 +16,5 @@ material_final_print_temperature = =material_print_temperature - 15
|
||||
material_initial_print_temperature = =material_print_temperature - 15
|
||||
retraction_prime_speed = =retraction_speed
|
||||
support_structure = tree
|
||||
top_bottom_thickness = =round(6*layer_height,3)
|
||||
|
||||
|
@ -14,4 +14,5 @@ weight = 0
|
||||
[values]
|
||||
retraction_prime_speed = =retraction_speed
|
||||
support_structure = tree
|
||||
top_bottom_thickness = =round(6*layer_height,3)
|
||||
|
||||
|
@ -12,4 +12,5 @@ variant = CC+ 0.4
|
||||
weight = -2
|
||||
|
||||
[values]
|
||||
switch_extruder_retraction_amount = 16
|
||||
|
||||
|
@ -15,4 +15,5 @@ weight = -2
|
||||
bridge_skin_material_flow = 200
|
||||
bridge_wall_material_flow = 200
|
||||
support_interface_enable = False
|
||||
switch_extruder_retraction_amount = 16
|
||||
|
||||
|
@ -16,5 +16,6 @@ bridge_skin_material_flow = 200
|
||||
bridge_wall_material_flow = 200
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
support_interface_enable = False
|
||||
switch_extruder_retraction_amount = 16
|
||||
wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user