mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Added Setting visibility preset
CURA-3710
This commit is contained in:
parent
0fbcd2d2ec
commit
8fe6e82459
3 changed files with 164 additions and 0 deletions
32
resources/visibility_presets/advanced.cfg
Normal file
32
resources/visibility_presets/advanced.cfg
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
[general]
|
||||||
|
name = Advanced
|
||||||
|
weight = 2
|
||||||
|
|
||||||
|
[machine_settings]
|
||||||
|
|
||||||
|
[resolution]
|
||||||
|
layer_height
|
||||||
|
|
||||||
|
[shell]
|
||||||
|
|
||||||
|
[infill]
|
||||||
|
|
||||||
|
[material]
|
||||||
|
|
||||||
|
[speed]
|
||||||
|
|
||||||
|
[travel]
|
||||||
|
|
||||||
|
[cooling]
|
||||||
|
|
||||||
|
[support]
|
||||||
|
|
||||||
|
[platform_adhesion]
|
||||||
|
|
||||||
|
[dual]
|
||||||
|
|
||||||
|
[meshfix]
|
||||||
|
|
||||||
|
[blackmagic]
|
||||||
|
|
||||||
|
[experimental]
|
66
resources/visibility_presets/basic.cfg
Normal file
66
resources/visibility_presets/basic.cfg
Normal file
|
@ -0,0 +1,66 @@
|
||||||
|
[general]
|
||||||
|
name = Basic
|
||||||
|
weight = 1
|
||||||
|
|
||||||
|
[machine_settings]
|
||||||
|
|
||||||
|
[resolution]
|
||||||
|
layer_height
|
||||||
|
|
||||||
|
[shell]
|
||||||
|
wall_thickness
|
||||||
|
top_bottom_thickness
|
||||||
|
z_seam_x
|
||||||
|
z_seam_y
|
||||||
|
|
||||||
|
[infill]
|
||||||
|
infill_sparse_density
|
||||||
|
gradual_infill_steps
|
||||||
|
|
||||||
|
[material]
|
||||||
|
material_print_temperature
|
||||||
|
material_bed_temperature
|
||||||
|
material_diameter
|
||||||
|
material_flow
|
||||||
|
retraction_enable
|
||||||
|
|
||||||
|
[speed]
|
||||||
|
speed_print
|
||||||
|
speed_travel
|
||||||
|
acceleration_print
|
||||||
|
acceleration_travel
|
||||||
|
jerk_print
|
||||||
|
jerk_travel
|
||||||
|
|
||||||
|
[travel]
|
||||||
|
|
||||||
|
[cooling]
|
||||||
|
cool_fan_enabled
|
||||||
|
|
||||||
|
[support]
|
||||||
|
support_enable
|
||||||
|
support_extruder_nr
|
||||||
|
support_type
|
||||||
|
|
||||||
|
[platform_adhesion]
|
||||||
|
adhesion_type
|
||||||
|
adhesion_extruder_nr
|
||||||
|
brim_width
|
||||||
|
raft_airgap
|
||||||
|
layer_0_z_overlap
|
||||||
|
raft_surface_layers
|
||||||
|
|
||||||
|
[dual]
|
||||||
|
prime_tower_enable
|
||||||
|
prime_tower_size
|
||||||
|
prime_tower_position_x
|
||||||
|
prime_tower_position_y
|
||||||
|
|
||||||
|
[meshfix]
|
||||||
|
|
||||||
|
[blackmagic]
|
||||||
|
print_sequence
|
||||||
|
infill_mesh
|
||||||
|
cutting_mesh
|
||||||
|
|
||||||
|
[experimental]
|
66
resources/visibility_presets/expert.cfg
Normal file
66
resources/visibility_presets/expert.cfg
Normal file
|
@ -0,0 +1,66 @@
|
||||||
|
[general]
|
||||||
|
name = Expert
|
||||||
|
weight = 3
|
||||||
|
|
||||||
|
[machine_settings]
|
||||||
|
|
||||||
|
[resolution]
|
||||||
|
layer_height
|
||||||
|
|
||||||
|
[shell]
|
||||||
|
wall_thickness
|
||||||
|
top_bottom_thickness
|
||||||
|
z_seam_x
|
||||||
|
z_seam_y
|
||||||
|
|
||||||
|
[infill]
|
||||||
|
infill_sparse_density
|
||||||
|
gradual_infill_steps
|
||||||
|
|
||||||
|
[material]
|
||||||
|
material_print_temperature
|
||||||
|
material_bed_temperature
|
||||||
|
material_diameter
|
||||||
|
material_flow
|
||||||
|
retraction_enable
|
||||||
|
|
||||||
|
[speed]
|
||||||
|
speed_print
|
||||||
|
speed_travel
|
||||||
|
acceleration_print
|
||||||
|
acceleration_travel
|
||||||
|
jerk_print
|
||||||
|
jerk_travel
|
||||||
|
|
||||||
|
[travel]
|
||||||
|
|
||||||
|
[cooling]
|
||||||
|
cool_fan_enabled
|
||||||
|
|
||||||
|
[support]
|
||||||
|
support_enable
|
||||||
|
support_extruder_nr
|
||||||
|
support_type
|
||||||
|
|
||||||
|
[platform_adhesion]
|
||||||
|
adhesion_type
|
||||||
|
adhesion_extruder_nr
|
||||||
|
brim_width
|
||||||
|
raft_airgap
|
||||||
|
layer_0_z_overlap
|
||||||
|
raft_surface_layers
|
||||||
|
|
||||||
|
[dual]
|
||||||
|
prime_tower_enable
|
||||||
|
prime_tower_size
|
||||||
|
prime_tower_position_x
|
||||||
|
prime_tower_position_y
|
||||||
|
|
||||||
|
[meshfix]
|
||||||
|
|
||||||
|
[blackmagic]
|
||||||
|
print_sequence
|
||||||
|
infill_mesh
|
||||||
|
cutting_mesh
|
||||||
|
|
||||||
|
[experimental]
|
Loading…
Add table
Add a link
Reference in a new issue