* Bring over bed and cover files * Initial refactored configuration file with placeholders for adding more nozzles * Uniqueify filament profiles * Initial refactored machine profiles * Remove placeholders * Correct machine selection flow * Correct Typo * Add placeholders to bring CE profile settings current with new format * Fixes #3326 * Port 0.4 Normal Mode Profiles * Port fast mode profiles * Remove superfluous settings * Migrate existing filament profiles * Update available nozzles and default materials * Remove 'with' from file names * Remove 'with' from file names * Correct support object distance default * Correct transcription errors * Correct transcription error * Bring max_travel_detour_distance into convention with other profiles * Replace old profiles with the refactored profiles * Correct name used from Extra Draft to Superdraft * Re-use original names so printer profiles don't break --------- Co-authored-by: Geofrey Ward <Xelinor@mail.com>
21 lines
615 B
JSON
21 lines
615 B
JSON
{
|
|
"type": "process",
|
|
"name": "fdm_process_anker_common",
|
|
"from": "system",
|
|
"instantiation": "false",
|
|
"inherits": "fdm_process_common",
|
|
"line_width": "0.45",
|
|
"initial_layer_line_width": "0.45",
|
|
"outer_wall_line_width": "0.42",
|
|
"inner_wall_line_width": "0.45",
|
|
"top_surface_line_width": "0.4",
|
|
"sparse_infill_line_width": "0.48",
|
|
"internal_solid_infill_line_width": "0.45",
|
|
"support_line_width": "0.36",
|
|
"bridge_flow": "0.95",
|
|
"compatible_printers": [
|
|
"Anker M5 0.4 nozzle",
|
|
"Anker M5 All-Metal 0.4 nozzle",
|
|
"Anker M5c 0.4 nozzle"
|
|
]
|
|
}
|