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
20
resources/quality/fusedform/base/base_abs_normal.inst.cfg
Normal file
20
resources/quality/fusedform/base/base_abs_normal.inst.cfg
Normal file
|
@ -0,0 +1,20 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = fusedform_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -2
|
||||
material = generic_abs
|
||||
|
||||
[values]
|
||||
cool_fan_enabled = False
|
||||
brim_width = 12
|
||||
support_brim_enable = True
|
||||
adhesion_type = brim
|
||||
material_bed_temperature = 100
|
||||
material_bed_temperature_layer_0 = 90
|
||||
material_print_temperature = 240
|
Loading…
Add table
Add a link
Reference in a new issue