* 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>
108 lines
No EOL
1.9 KiB
JSON
108 lines
No EOL
1.9 KiB
JSON
{
|
|
"type": "machine",
|
|
"name": "fdm_machine_common",
|
|
"from": "system",
|
|
"instantiation": "false",
|
|
"support_chamber_temp_control": "0",
|
|
"printer_technology": "FFF",
|
|
"deretraction_speed": [
|
|
"60"
|
|
],
|
|
"extruder_colour": [
|
|
"#018001"
|
|
],
|
|
"extruder_offset": [
|
|
"0x0"
|
|
],
|
|
"silent_mode": "0",
|
|
"machine_max_acceleration_e": [
|
|
"4000"
|
|
],
|
|
"machine_max_acceleration_extruding": [
|
|
"6000"
|
|
],
|
|
"machine_max_acceleration_retracting": [
|
|
"1000"
|
|
],
|
|
"machine_max_acceleration_x": [
|
|
"6000"
|
|
],
|
|
"machine_max_acceleration_y": [
|
|
"6000"
|
|
],
|
|
"machine_max_acceleration_z": [
|
|
"300"
|
|
],
|
|
"machine_max_acceleration_travel": [
|
|
"6000"
|
|
],
|
|
"machine_max_speed_e": [
|
|
"50"
|
|
],
|
|
"machine_max_speed_x": [
|
|
"600"
|
|
],
|
|
"machine_max_speed_y": [
|
|
"600"
|
|
],
|
|
"machine_max_speed_z": [
|
|
"30"
|
|
],
|
|
"machine_max_jerk_e": [
|
|
"3"
|
|
],
|
|
"machine_max_jerk_x": [
|
|
"8"
|
|
],
|
|
"machine_max_jerk_y": [
|
|
"8"
|
|
],
|
|
"machine_max_jerk_z": [
|
|
"0.3"
|
|
],
|
|
"machine_min_extruding_rate": [
|
|
"0"
|
|
],
|
|
"machine_min_travel_rate": [
|
|
"0"
|
|
],
|
|
"max_layer_height": [
|
|
"0.32"
|
|
],
|
|
"min_layer_height": [
|
|
"0.05"
|
|
],
|
|
"printer_settings_id": "",
|
|
"retraction_minimum_travel": [
|
|
"1"
|
|
],
|
|
"retract_before_wipe": [
|
|
"0%"
|
|
],
|
|
"retract_when_changing_layer": [
|
|
"1"
|
|
],
|
|
"retraction_length": [
|
|
"0.5"
|
|
],
|
|
"retract_length_toolchange": [
|
|
"2"
|
|
],
|
|
"z_hop": [
|
|
"0"
|
|
],
|
|
"retract_restart_extra": [
|
|
"0"
|
|
],
|
|
"retract_restart_extra_toolchange": [
|
|
"0"
|
|
],
|
|
"retraction_speed": [
|
|
"60"
|
|
],
|
|
"single_extruder_multi_material": "1",
|
|
"support_air_filtration": "0",
|
|
"wipe": [
|
|
"1"
|
|
]
|
|
} |