mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 12:47:49 -06:00
Merge pull request #14389 from Ultimaker/PP-312_make-S7-public
make S7 public
This commit is contained in:
commit
5d9c77e05e
13 changed files with 13406 additions and 0 deletions
50
resources/definitions/ultimaker_s7.def.json
Normal file
50
resources/definitions/ultimaker_s7.def.json
Normal file
|
@ -0,0 +1,50 @@
|
||||||
|
{
|
||||||
|
"version": 2,
|
||||||
|
"name": "Ultimaker S7",
|
||||||
|
"inherits": "ultimaker_s5",
|
||||||
|
"metadata":
|
||||||
|
{
|
||||||
|
"visible": true,
|
||||||
|
"author": "Ultimaker",
|
||||||
|
"manufacturer": "Ultimaker B.V.",
|
||||||
|
"file_formats": "application/x-ufp;text/x-gcode",
|
||||||
|
"platform": "ultimaker_s7_platform.obj",
|
||||||
|
"bom_numbers": [
|
||||||
|
5078167
|
||||||
|
],
|
||||||
|
"firmware_update_info":
|
||||||
|
{
|
||||||
|
"check_urls": [ "https://software.ultimaker.com/releases/firmware/9051/stable/um-update.swu.version" ],
|
||||||
|
"id": 5078167,
|
||||||
|
"update_url": "https://ultimaker.com/firmware?utm_source=cura&utm_medium=software&utm_campaign=fw-update"
|
||||||
|
},
|
||||||
|
"first_start_actions": [ "DiscoverUM3Action" ],
|
||||||
|
"has_machine_quality": true,
|
||||||
|
"has_materials": true,
|
||||||
|
"has_variants": true,
|
||||||
|
"machine_extruder_trains":
|
||||||
|
{
|
||||||
|
"0": "ultimaker_s7_extruder_left",
|
||||||
|
"1": "ultimaker_s7_extruder_right"
|
||||||
|
},
|
||||||
|
"nozzle_offsetting_for_disallowed_areas": false,
|
||||||
|
"platform_offset": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"platform_texture": "UltimakerS7backplate.png",
|
||||||
|
"preferred_variant_name": "AA 0.4",
|
||||||
|
"quality_definition": "ultimaker_s5",
|
||||||
|
"supported_actions": [ "DiscoverUM3Action" ],
|
||||||
|
"supports_material_export": true,
|
||||||
|
"supports_network_connection": true,
|
||||||
|
"supports_usb_connection": false,
|
||||||
|
"variants_name": "Print core",
|
||||||
|
"weight": -2
|
||||||
|
},
|
||||||
|
"overrides":
|
||||||
|
{
|
||||||
|
"machine_name": { "default_value": "Ultimaker S7" }
|
||||||
|
}
|
||||||
|
}
|
31
resources/extruders/ultimaker_s7_extruder_left.def.json
Normal file
31
resources/extruders/ultimaker_s7_extruder_left.def.json
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
{
|
||||||
|
"version": 2,
|
||||||
|
"name": "Extruder 1",
|
||||||
|
"inherits": "fdmextruder",
|
||||||
|
"metadata":
|
||||||
|
{
|
||||||
|
"machine": "ultimaker_s7",
|
||||||
|
"position": "0",
|
||||||
|
"quality_definition": "ultimaker_s5_extruder_left"
|
||||||
|
},
|
||||||
|
"overrides":
|
||||||
|
{
|
||||||
|
"extruder_nr":
|
||||||
|
{
|
||||||
|
"default_value": 0,
|
||||||
|
"maximum_value": "1"
|
||||||
|
},
|
||||||
|
"extruder_prime_pos_x": { "default_value": -3 },
|
||||||
|
"extruder_prime_pos_y": { "default_value": 6 },
|
||||||
|
"extruder_prime_pos_z": { "default_value": 2 },
|
||||||
|
"machine_extruder_end_pos_abs": { "default_value": true },
|
||||||
|
"machine_extruder_end_pos_x": { "default_value": 330 },
|
||||||
|
"machine_extruder_end_pos_y": { "default_value": 237 },
|
||||||
|
"machine_extruder_start_pos_abs": { "default_value": true },
|
||||||
|
"machine_extruder_start_pos_x": { "default_value": 330 },
|
||||||
|
"machine_extruder_start_pos_y": { "default_value": 237 },
|
||||||
|
"machine_nozzle_head_distance": { "default_value": 2.7 },
|
||||||
|
"machine_nozzle_offset_x": { "default_value": 0 },
|
||||||
|
"machine_nozzle_offset_y": { "default_value": 0 }
|
||||||
|
}
|
||||||
|
}
|
31
resources/extruders/ultimaker_s7_extruder_right.def.json
Normal file
31
resources/extruders/ultimaker_s7_extruder_right.def.json
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
{
|
||||||
|
"version": 2,
|
||||||
|
"name": "Extruder 2",
|
||||||
|
"inherits": "fdmextruder",
|
||||||
|
"metadata":
|
||||||
|
{
|
||||||
|
"machine": "ultimaker_s7",
|
||||||
|
"position": "1",
|
||||||
|
"quality_definition": "ultimaker_s5_extruder_right"
|
||||||
|
},
|
||||||
|
"overrides":
|
||||||
|
{
|
||||||
|
"extruder_nr":
|
||||||
|
{
|
||||||
|
"default_value": 1,
|
||||||
|
"maximum_value": "1"
|
||||||
|
},
|
||||||
|
"extruder_prime_pos_x": { "default_value": 333 },
|
||||||
|
"extruder_prime_pos_y": { "default_value": 6 },
|
||||||
|
"extruder_prime_pos_z": { "default_value": 2 },
|
||||||
|
"machine_extruder_end_pos_abs": { "default_value": true },
|
||||||
|
"machine_extruder_end_pos_x": { "default_value": 330 },
|
||||||
|
"machine_extruder_end_pos_y": { "default_value": 219 },
|
||||||
|
"machine_extruder_start_pos_abs": { "default_value": true },
|
||||||
|
"machine_extruder_start_pos_x": { "default_value": 330 },
|
||||||
|
"machine_extruder_start_pos_y": { "default_value": 219 },
|
||||||
|
"machine_nozzle_head_distance": { "default_value": 4.2 },
|
||||||
|
"machine_nozzle_offset_x": { "default_value": 22 },
|
||||||
|
"machine_nozzle_offset_y": { "default_value": 0 }
|
||||||
|
}
|
||||||
|
}
|
BIN
resources/images/UltimakerS7backplate.png
Normal file
BIN
resources/images/UltimakerS7backplate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
13023
resources/meshes/ultimaker_s7_platform.obj
Normal file
13023
resources/meshes/ultimaker_s7_platform.obj
Normal file
File diff suppressed because it is too large
Load diff
34
resources/variants/ultimaker_s7_aa0.25.inst.cfg
Normal file
34
resources/variants/ultimaker_s7_aa0.25.inst.cfg
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
[general]
|
||||||
|
definition = ultimaker_s7
|
||||||
|
name = AA 0.25
|
||||||
|
version = 4
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
hardware_type = nozzle
|
||||||
|
setting_version = 20
|
||||||
|
type = variant
|
||||||
|
|
||||||
|
[values]
|
||||||
|
brim_width = 7
|
||||||
|
cool_min_layer_time = 0
|
||||||
|
machine_nozzle_cool_down_speed = 0.85
|
||||||
|
machine_nozzle_heat_up_speed = 1.5
|
||||||
|
machine_nozzle_id = AA 0.25
|
||||||
|
machine_nozzle_size = 0.25
|
||||||
|
machine_nozzle_tip_outer_diameter = 0.65
|
||||||
|
material_initial_print_temperature = =material_print_temperature - 5
|
||||||
|
retraction_min_travel = 0.7
|
||||||
|
retraction_prime_speed = =retraction_speed
|
||||||
|
skin_overlap = 15
|
||||||
|
speed_print = 55
|
||||||
|
speed_topbottom = 20
|
||||||
|
speed_wall = =math.ceil(speed_print * 30 / 55)
|
||||||
|
support_angle = 60
|
||||||
|
support_bottom_distance = =support_z_distance / 2
|
||||||
|
support_top_distance = =support_z_distance
|
||||||
|
support_z_distance = =layer_height * 2
|
||||||
|
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
||||||
|
switch_extruder_retraction_amount = =machine_heat_zone_length
|
||||||
|
top_bottom_thickness = 1.2
|
||||||
|
wall_thickness = =wall_line_width_0 + wall_line_width_x * 2
|
||||||
|
|
48
resources/variants/ultimaker_s7_aa0.8.inst.cfg
Normal file
48
resources/variants/ultimaker_s7_aa0.8.inst.cfg
Normal file
|
@ -0,0 +1,48 @@
|
||||||
|
[general]
|
||||||
|
definition = ultimaker_s7
|
||||||
|
name = AA 0.8
|
||||||
|
version = 4
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
hardware_type = nozzle
|
||||||
|
setting_version = 20
|
||||||
|
type = variant
|
||||||
|
|
||||||
|
[values]
|
||||||
|
brim_width = 7
|
||||||
|
cool_fan_speed = 7
|
||||||
|
default_material_print_temperature = 200
|
||||||
|
infill_overlap = 0
|
||||||
|
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||||
|
infill_wipe_dist = 0
|
||||||
|
jerk_print = 25
|
||||||
|
layer_height = 0.2
|
||||||
|
machine_min_cool_heat_time_window = 15
|
||||||
|
machine_nozzle_cool_down_speed = 0.85
|
||||||
|
machine_nozzle_heat_up_speed = 1.5
|
||||||
|
machine_nozzle_id = AA 0.8
|
||||||
|
machine_nozzle_size = 0.8
|
||||||
|
machine_nozzle_tip_outer_diameter = 2.0
|
||||||
|
material_initial_print_temperature = =material_print_temperature - 5
|
||||||
|
multiple_mesh_overlap = 0
|
||||||
|
prime_tower_enable = False
|
||||||
|
prime_tower_wipe_enabled = True
|
||||||
|
raft_surface_layers = 1
|
||||||
|
retraction_amount = 6.5
|
||||||
|
retraction_hop = 2
|
||||||
|
retraction_hop_only_when_collides = True
|
||||||
|
retraction_min_travel = =line_width * 2
|
||||||
|
retraction_speed = 25
|
||||||
|
skin_overlap = 5
|
||||||
|
speed_print = 35
|
||||||
|
speed_topbottom = =math.ceil(speed_print * 25 / 35)
|
||||||
|
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
|
||||||
|
support_angle = 60
|
||||||
|
support_bottom_distance = =support_z_distance / 2
|
||||||
|
support_top_distance = =support_z_distance
|
||||||
|
support_z_distance = =layer_height * 2
|
||||||
|
switch_extruder_prime_speed = 20
|
||||||
|
switch_extruder_retraction_amount = 16.5
|
||||||
|
top_bottom_thickness = 1.4
|
||||||
|
wall_0_inset = 0
|
||||||
|
|
29
resources/variants/ultimaker_s7_aa04.inst.cfg
Normal file
29
resources/variants/ultimaker_s7_aa04.inst.cfg
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
[general]
|
||||||
|
definition = ultimaker_s7
|
||||||
|
name = AA 0.4
|
||||||
|
version = 4
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
hardware_type = nozzle
|
||||||
|
setting_version = 20
|
||||||
|
type = variant
|
||||||
|
|
||||||
|
[values]
|
||||||
|
brim_width = 7
|
||||||
|
machine_nozzle_cool_down_speed = 0.9
|
||||||
|
machine_nozzle_id = AA 0.4
|
||||||
|
machine_nozzle_tip_outer_diameter = 1.0
|
||||||
|
retraction_amount = 6.5
|
||||||
|
retraction_min_travel = =line_width * 2
|
||||||
|
skin_overlap = 15
|
||||||
|
speed_print = 70
|
||||||
|
speed_topbottom = =math.ceil(speed_print * 30 / 70)
|
||||||
|
speed_wall = =math.ceil(speed_print * 30 / 70)
|
||||||
|
support_angle = 60
|
||||||
|
support_bottom_distance = =support_z_distance / 2
|
||||||
|
support_top_distance = =support_z_distance
|
||||||
|
support_z_distance = =layer_height * 2
|
||||||
|
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
||||||
|
switch_extruder_retraction_amount = =machine_heat_zone_length
|
||||||
|
top_bottom_thickness = 1.2
|
||||||
|
|
50
resources/variants/ultimaker_s7_bb0.8.inst.cfg
Normal file
50
resources/variants/ultimaker_s7_bb0.8.inst.cfg
Normal file
|
@ -0,0 +1,50 @@
|
||||||
|
[general]
|
||||||
|
definition = ultimaker_s7
|
||||||
|
name = BB 0.8
|
||||||
|
version = 4
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
hardware_type = nozzle
|
||||||
|
setting_version = 20
|
||||||
|
type = variant
|
||||||
|
|
||||||
|
[values]
|
||||||
|
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500)
|
||||||
|
acceleration_support = =math.ceil(acceleration_print * 2000 / 3500)
|
||||||
|
acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500)
|
||||||
|
acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
|
||||||
|
brim_width = 3
|
||||||
|
cool_fan_speed = 50
|
||||||
|
infill_overlap = 0
|
||||||
|
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||||
|
infill_wipe_dist = 0
|
||||||
|
jerk_print = 25
|
||||||
|
layer_height = 0.2
|
||||||
|
machine_min_cool_heat_time_window = 15
|
||||||
|
machine_nozzle_heat_up_speed = 1.5
|
||||||
|
machine_nozzle_id = BB 0.8
|
||||||
|
machine_nozzle_size = 0.8
|
||||||
|
machine_nozzle_tip_outer_diameter = 2.0
|
||||||
|
material_print_temperature = =default_material_print_temperature + 10
|
||||||
|
multiple_mesh_overlap = 0
|
||||||
|
prime_tower_enable = False
|
||||||
|
prime_tower_wipe_enabled = True
|
||||||
|
raft_surface_layers = 1
|
||||||
|
retraction_amount = 4.5
|
||||||
|
retraction_hop = 2
|
||||||
|
retraction_hop_only_when_collides = True
|
||||||
|
retraction_min_travel = =line_width * 3
|
||||||
|
skin_overlap = 5
|
||||||
|
speed_prime_tower = =math.ceil(speed_print * 7 / 35)
|
||||||
|
speed_print = 35
|
||||||
|
speed_support = =math.ceil(speed_print * 25 / 35)
|
||||||
|
speed_support_bottom = =math.ceil(speed_support_interface * 10 / 20)
|
||||||
|
speed_support_interface = =math.ceil(speed_support * 20 / 25)
|
||||||
|
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
|
||||||
|
support_angle = 60
|
||||||
|
support_z_distance = 0
|
||||||
|
switch_extruder_prime_speed = 15
|
||||||
|
switch_extruder_retraction_amount = 12
|
||||||
|
top_bottom_thickness = 1
|
||||||
|
wall_0_inset = 0
|
||||||
|
|
29
resources/variants/ultimaker_s7_bb04.inst.cfg
Normal file
29
resources/variants/ultimaker_s7_bb04.inst.cfg
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
[general]
|
||||||
|
definition = ultimaker_s7
|
||||||
|
name = BB 0.4
|
||||||
|
version = 4
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
hardware_type = nozzle
|
||||||
|
setting_version = 20
|
||||||
|
type = variant
|
||||||
|
|
||||||
|
[values]
|
||||||
|
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500)
|
||||||
|
acceleration_support = =math.ceil(acceleration_print * 2000 / 3500)
|
||||||
|
acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500)
|
||||||
|
acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
|
||||||
|
machine_nozzle_heat_up_speed = 1.5
|
||||||
|
machine_nozzle_id = BB 0.4
|
||||||
|
machine_nozzle_tip_outer_diameter = 1.0
|
||||||
|
retraction_amount = 4.5
|
||||||
|
retraction_min_travel = =3 * line_width
|
||||||
|
speed_prime_tower = =math.ceil(speed_print * 10 / 35)
|
||||||
|
speed_support = =math.ceil(speed_print * 25 / 35)
|
||||||
|
speed_support_bottom = =math.ceil(speed_support_interface * 10 / 20)
|
||||||
|
speed_support_interface = =math.ceil(speed_support * 20 / 25)
|
||||||
|
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
|
||||||
|
support_bottom_height = =layer_height * 2
|
||||||
|
support_interface_enable = True
|
||||||
|
switch_extruder_retraction_amount = 12
|
||||||
|
|
32
resources/variants/ultimaker_s7_cc04.inst.cfg
Normal file
32
resources/variants/ultimaker_s7_cc04.inst.cfg
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
[general]
|
||||||
|
definition = ultimaker_s7
|
||||||
|
name = CC 0.4
|
||||||
|
version = 4
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
hardware_type = nozzle
|
||||||
|
setting_version = 20
|
||||||
|
type = variant
|
||||||
|
|
||||||
|
[values]
|
||||||
|
brim_width = 7
|
||||||
|
machine_nozzle_cool_down_speed = 0.9
|
||||||
|
machine_nozzle_id = CC 0.4
|
||||||
|
machine_nozzle_size = 0.4
|
||||||
|
retraction_min_travel = =line_width * 2
|
||||||
|
retraction_prime_speed = =retraction_speed
|
||||||
|
speed_infill = =speed_print
|
||||||
|
speed_print = 45
|
||||||
|
speed_support = =speed_topbottom
|
||||||
|
speed_topbottom = =math.ceil(speed_print * 25 / 45)
|
||||||
|
speed_wall = =math.ceil(speed_print * 30 / 45)
|
||||||
|
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
|
||||||
|
speed_wall_x = =speed_wall
|
||||||
|
support_angle = 60
|
||||||
|
support_bottom_distance = =support_z_distance / 2
|
||||||
|
support_top_distance = =support_z_distance
|
||||||
|
support_z_distance = =layer_height * 2
|
||||||
|
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
||||||
|
switch_extruder_retraction_amount = =machine_heat_zone_length
|
||||||
|
top_bottom_thickness = =layer_height * 6
|
||||||
|
|
32
resources/variants/ultimaker_s7_cc06.inst.cfg
Normal file
32
resources/variants/ultimaker_s7_cc06.inst.cfg
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
[general]
|
||||||
|
definition = ultimaker_s7
|
||||||
|
name = CC 0.6
|
||||||
|
version = 4
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
hardware_type = nozzle
|
||||||
|
setting_version = 20
|
||||||
|
type = variant
|
||||||
|
|
||||||
|
[values]
|
||||||
|
brim_width = 7
|
||||||
|
machine_nozzle_cool_down_speed = 0.9
|
||||||
|
machine_nozzle_id = CC 0.6
|
||||||
|
machine_nozzle_size = 0.6
|
||||||
|
retraction_min_travel = =line_width * 2
|
||||||
|
retraction_prime_speed = =retraction_speed
|
||||||
|
speed_infill = =speed_print
|
||||||
|
speed_print = 45
|
||||||
|
speed_support = =speed_topbottom
|
||||||
|
speed_topbottom = =math.ceil(speed_print * 25 / 45)
|
||||||
|
speed_wall = =math.ceil(speed_print * 30 / 45)
|
||||||
|
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
|
||||||
|
speed_wall_x = =speed_wall
|
||||||
|
support_angle = 60
|
||||||
|
support_bottom_distance = =support_z_distance / 2
|
||||||
|
support_top_distance = =support_z_distance
|
||||||
|
support_z_distance = =layer_height * 2
|
||||||
|
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
||||||
|
switch_extruder_retraction_amount = =machine_heat_zone_length
|
||||||
|
top_bottom_thickness = =layer_height * 6
|
||||||
|
|
17
resources/variants/ultimaker_s7_dd04.inst.cfg
Normal file
17
resources/variants/ultimaker_s7_dd04.inst.cfg
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
[general]
|
||||||
|
definition = ultimaker_s7
|
||||||
|
name = DD 0.4
|
||||||
|
version = 4
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
hardware_type = nozzle
|
||||||
|
setting_version = 20
|
||||||
|
type = variant
|
||||||
|
|
||||||
|
[values]
|
||||||
|
machine_nozzle_cool_down_speed = 0.9
|
||||||
|
machine_nozzle_id = DD 0.4
|
||||||
|
machine_nozzle_size = 0.4
|
||||||
|
machine_nozzle_tip_outer_diameter = 1.2
|
||||||
|
retraction_prime_speed = =retraction_speed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue