mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Add Fused Form 3D printer profiles (#8231)
* Add files via upload * Add files via upload * Add files via upload * Update fusedform_300_draft_abs.inst.cfg * Add files via upload * Delete fusedform_300_draft_abs.inst.cfg * Delete fusedform_300_draft_pla.inst.cfg * Deletion of old files * changes in STD quality profiles * Changes in mini quality files * Changes in FF600 quality files * changes in machine definition name * Changes in definition files * extruder and definition linking * ff300 inherits and extruder def * Update fusedform_300.def.json * category deprecation in definitions * inherits * ff300 extruder definition machine * extruder machine definitions * Fused form FF600plus machine profiles * PETG profiles * Update fusedform_300.def.json * changes in start gcode * machine configuration dynamics on definitions * speed adjustments * dynamics modification in petg and flex quality * Further adjustments on dynamics definitiosn * Modification of all files under inherits data structure. * Quality setting version 15 to 16 * These changes are for limiting quality types in the materials defined * Quality Modification under Global and Material specific structure Global quality structures and material specific definitions under the global structures
This commit is contained in:
parent
3d2d651b73
commit
ca108ae95c
34 changed files with 766 additions and 0 deletions
22
resources/quality/fusedform/base/base_PVA_normal.inst.cfg
Normal file
22
resources/quality/fusedform/base/base_PVA_normal.inst.cfg
Normal file
|
@ -0,0 +1,22 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal quality
|
||||
definition = fusedform_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -2
|
||||
material = generic_pva
|
||||
|
||||
[values]
|
||||
material_print_temperature = 190
|
||||
material_bed_temperature = 60
|
||||
speed_infill = =speed_print
|
||||
speed_layer_0 = 20
|
||||
speed_print = 25
|
||||
speed_topbottom = 20
|
||||
speed_travel = 70
|
||||
speed_wall = 20
|
||||
speed_wall_x = 25
|
Loading…
Add table
Add a link
Reference in a new issue