mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-16 18:59:39 +08:00

* 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.
84 lines
3.5 KiB
JSON
84 lines
3.5 KiB
JSON
{
|
|
"version": 2,
|
|
"name": "fusedform_base",
|
|
"inherits": "fdmprinter",
|
|
"metadata": {
|
|
"author": "Juan Blanco",
|
|
"manufacturer": "Fused Form",
|
|
"visible": false,
|
|
"machine_extruder_trains":{"0": "fusedform_base_extruder_0"},
|
|
"preferred_material": "generic_pla",
|
|
"exclude_materials": [ "structur3d_dap100silicone" ],
|
|
"has_machine_quality": true,
|
|
"has_materials": true,
|
|
"preferred_quality_type": "normal"
|
|
},
|
|
|
|
"overrides": {
|
|
"machine_heated_bed": { "default_value": true },
|
|
"machine_center_is_zero": {"default_value": false},
|
|
"machine_head_with_fans_polygon":{"default_value": [
|
|
[ -20, 20 ],
|
|
[ -20, -20 ],
|
|
[ 18, 20 ],
|
|
[ 18, -18 ]
|
|
]
|
|
},
|
|
"gantry_height": {"value": "70"},
|
|
|
|
"machine_use_extruder_offset_to_offset_coords": {"default_value": true},
|
|
"machine_gcode_flavor": {"default_value": "RepRap (Marlin/Sprinter)"},
|
|
"machine_start_gcode": {"default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z15.0 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E6 ;extrude 6 mm of feed stock\nG92 E0 ;zero the extruded length again\n;Put printing message on LCD screen\nM117 Printing..."},
|
|
"machine_end_gcode": {"value": "'M104 S0 ;extruder heater off' + ('\\nM140 S0 ;heated bed heater off' if machine_heated_bed else '') + '\\nG91 ;relative positioning\\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\\nM84 ;steppers off\\nG90 ;absolute positioning\\nM107 ; Fans off'"},
|
|
|
|
"layer_height": { "default_value": 0.15 },
|
|
"layer_height_0": { "default_value": 0.2 },
|
|
|
|
"wall_line_count":{ "value": 3 },
|
|
"wall_thickness": { "value": 1.2 },
|
|
"top_bottom_thickness": {"value": 1.5},
|
|
"optimize_wall_printing_order": {"value": true},
|
|
|
|
"infill_sparse_density": {"value":15},
|
|
"infill_overlap": {"value": 0},
|
|
|
|
"speed_print": { "value": 45 },
|
|
"speed_infill": { "value": 45 },
|
|
"speed_travel": { "value": 75 },
|
|
"speed_topbottom": {"value": 40 },
|
|
"speed_wall": { "value": 35 },
|
|
"speed_wall_x": { "value": 40 },
|
|
"speed_equalize_flow_max": { "value": 70 },
|
|
|
|
"retraction_enable": {"default_value":true},
|
|
"retraction_amount": { "default_value": 4 },
|
|
"retraction_speed": { "default_value": 70},
|
|
"retraction_min_travel": {"value":5 },
|
|
"retraction_count_max": {"default_value":10 },
|
|
"retraction_extrusion_window": {"value":4 },
|
|
"retraction_hop": {"default_value":0.2},
|
|
"retraction_hop_enabled": {"value":true},
|
|
"speed_z_hop": {"value":2.5 },
|
|
|
|
"cool_fan_enabled": {"default_value":true},
|
|
"cool_fan_full_at_height": {"value":0.4},
|
|
"cool_fan_full_layer": {"value":2},
|
|
"cool_min_speed": {"value":30},
|
|
|
|
"support_enable": {"value":true},
|
|
"support_angle": {"default_value": 50},
|
|
"support_brim_enable": {"value":true},
|
|
"support_infill_angles": {"value":[-45]},
|
|
"support_interface_density": {"value": 70},
|
|
"support_interface_enable": {"value": true },
|
|
"support_interface_height": {"value": 0.5},
|
|
"support_interface_pattern": {"default_value":"lines"},
|
|
"support_pattern": {"default_value":"lines"},
|
|
"support_xy_distance": {"value": 0.5},
|
|
"support_z_distance": {"value": 0.3 },
|
|
|
|
|
|
"adhesion_type": {"default_value":"skirt"}
|
|
}
|
|
}
|