mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 06:19:02 +08:00
Small parameter update for printing improvement (#8961)
* 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 * Addition of double extruder machine definitions * Machine definitions update according to structure * Doppia Base definitions erased, Doppia definitions updated to use a single base definition. * extruder 1 base definition fix * extruder train overrides * extruder modifications * Update fusedform_300_doppia.def.json * Base settings and extruder definitions * retraction modification to avoid filament damage * REdefinition test of second extruder train in doppia * Update fusedform_300_doppia.def.json * Update fusedform_base_extruder_1.def.json * Update fusedform_300_doppia.def.json * Update fusedform_300_doppia.def.json * Update fusedform_300_doppia.def.json * Update fusedform_base_extruder_1.def.json * Update fusedform_300_doppia.def.json * Update fusedform_600_doppia.def.json * Update fusedform_600_doppia.def.json * Additional updates in Doppia definitions * Creation of Doppia base definition, doppia extruders. Update in doppia machine definitions * correction in quality definitions to pull base definitions from a single base * more corrections * small parameter update Small changes in printing parameters to optimize retraction and other settings.
This commit is contained in:
parent
9f2ad1c577
commit
9efe5dd5e2
@ -10,7 +10,7 @@
|
|||||||
"overrides": {
|
"overrides": {
|
||||||
"machine_extruder_count": { "value": 2 },
|
"machine_extruder_count": { "value": 2 },
|
||||||
"machine_name": { "default_value": "FF300 Doppia" },
|
"machine_name": { "default_value": "FF300 Doppia" },
|
||||||
"machine_width": { "default_value": 320 },
|
"machine_width": { "default_value": 360 },
|
||||||
"machine_depth": { "default_value": 300 },
|
"machine_depth": { "default_value": 300 },
|
||||||
"machine_height": { "default_value": 320 },
|
"machine_height": { "default_value": 320 },
|
||||||
"machine_max_feedrate_x": { "default_value": 100 },
|
"machine_max_feedrate_x": { "default_value": 100 },
|
||||||
|
@ -25,6 +25,9 @@
|
|||||||
"machine_max_jerk_z": { "default_value": 0.3 },
|
"machine_max_jerk_z": { "default_value": 0.3 },
|
||||||
"machine_max_jerk_e": { "default_value": 5 },
|
"machine_max_jerk_e": { "default_value": 5 },
|
||||||
"acceleration_travel": {"value":900}
|
"acceleration_travel": {"value":900}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
"retraction_amount": { "default_value": 4 },
|
"retraction_amount": { "default_value": 4 },
|
||||||
"retraction_speed": { "default_value": 70},
|
"retraction_speed": { "default_value": 70},
|
||||||
"retraction_min_travel": {"value":5 },
|
"retraction_min_travel": {"value":5 },
|
||||||
"retraction_count_max": {"value":10 },
|
"retraction_count_max": {"default_value":10 },
|
||||||
"retraction_extrusion_window": {"value":4 },
|
"retraction_extrusion_window": {"value":4 },
|
||||||
"retraction_hop": {"default_value":0.2},
|
"retraction_hop": {"default_value":0.2},
|
||||||
"retraction_hop_enabled": {"value":true},
|
"retraction_hop_enabled": {"value":true},
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
"retraction_amount": { "default_value": 4 },
|
"retraction_amount": { "default_value": 4 },
|
||||||
"retraction_speed": { "default_value": 70},
|
"retraction_speed": { "default_value": 70},
|
||||||
"retraction_min_travel": {"value":5 },
|
"retraction_min_travel": {"value":5 },
|
||||||
"retraction_count_max": {"value":10 },
|
"retraction_count_max": {"default_value":10 },
|
||||||
"retraction_extrusion_window": {"value":4 },
|
"retraction_extrusion_window": {"value":4 },
|
||||||
"retraction_hop": {"default_value":0.2},
|
"retraction_hop": {"default_value":0.2},
|
||||||
"retraction_hop_enabled": {"value":true},
|
"retraction_hop_enabled": {"value":true},
|
||||||
@ -77,7 +77,9 @@
|
|||||||
"support_xy_distance": {"value": 0.5},
|
"support_xy_distance": {"value": 0.5},
|
||||||
"support_z_distance": {"value": 0.3 },
|
"support_z_distance": {"value": 0.3 },
|
||||||
|
|
||||||
|
"adhesion_type": {"default_value":"skirt"},
|
||||||
|
|
||||||
"adhesion_type": {"default_value":"skirt"}
|
"switch_extruder_retraction_amount": { "value": 6 },
|
||||||
|
"switch_extruder_retraction_speeds": { "value": 60 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user