* 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>
42 lines
770 B
JSON
42 lines
770 B
JSON
{
|
|
"type": "filament",
|
|
"name": "fdm_filament_common",
|
|
"from": "system",
|
|
"instantiation": "false",
|
|
"filament_vendor": [
|
|
"Generic"
|
|
],
|
|
"filament_soluble": [
|
|
"0"
|
|
],
|
|
"filament_is_support": [
|
|
"0"
|
|
],
|
|
"required_nozzle_HRC": [
|
|
"0"
|
|
],
|
|
"filament_diameter": [
|
|
"1.75"
|
|
],
|
|
"filament_flow_ratio": [
|
|
"1"
|
|
],
|
|
"filament_start_gcode": [
|
|
"; Filament gcode\n"
|
|
],
|
|
"filament_end_gcode": [
|
|
"; filament end gcode \n"
|
|
],
|
|
"filament_minimal_purge_on_wipe_tower": [
|
|
"10"
|
|
],
|
|
"filament_cooling_moves": [
|
|
"0"
|
|
],
|
|
"filament_cooling_initial_speed": [
|
|
"0"
|
|
],
|
|
"filament_cooling_final_speed": [
|
|
"0"
|
|
]
|
|
}
|