* 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>
11 lines
360 B
JSON
11 lines
360 B
JSON
{
|
|
"type": "machine_model",
|
|
"name": "Anker M5",
|
|
"nozzle_diameter": "0.4",
|
|
"bed_model": "M5-CE-bed.stl",
|
|
"bed_texture": "M5-CE-texture.svg",
|
|
"family": "Anker",
|
|
"machine_tech": "FFF",
|
|
"model_id": "V8111",
|
|
"default_materials": "Anker Generic PLA;Anker Generic PLA+;Anker Generic PLA Silk;Anker Generic TPU;Anker Generic PETG"
|
|
}
|