Add Dremel 3D40 & 3D45 and process

This commit is contained in:
cochcoder 2024-03-29 20:42:18 -04:00
parent c22dbcf307
commit 64aa703e8c
29 changed files with 1346 additions and 665 deletions

View file

@ -1,20 +1,18 @@
{
"fan_min_speed": [
"0"
],
"type": "filament",
"setting_id": "GFSL99_00",
"name": "Dremel Generic PLA @3D20 all",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pla",
"filament_max_volumetric_speed": ["9"],
"slow_down_layer_time": ["10"],
"filament_retraction_length": [
"3"
],
"filament_retraction_speed": [
"60"
],
"filament_settings_id": [
"Dremel Generic PLA @3D20 all"
],
"from": "system",
"inherits": "fdm_filament_common",
"is_custom_defined": "0",
"name": "Dremel Generic PLA @3D20 all",
"nozzle_temperature": [
"225"
],
@ -24,8 +22,7 @@
"nozzle_temperature_range_high": [
"230"
],
"slow_down_min_speed": [
"10"
],
"version": "1.7.0.2"
"compatible_printers": [
"Dremel 3D20 0.4 nozzle"
]
}

View file

@ -1,19 +1,34 @@
{
"filament_settings_id": [
"Generic PLA @Dremel 3D40 all"
"type": "filament",
"setting_id": "GFSL99_00",
"name": "Dremel Generic PLA @3D40 all",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pla",
"filament_max_volumetric_speed": ["9"],
"slow_down_layer_time": ["10"],
"filament_retraction_length": [
"3"
],
"from": "system",
"hot_plate_temp": [
"filament_retraction_speed": [
"60"
],
"hot_plate_temp_initial_layer": [
"60"
],
"inherits": "fdm_filament_common",
"is_custom_defined": "0",
"name": "Generic PLA @Dremel 3D40 all",
"hot_plate_temp": [
"60"
],
"nozzle_temperature": [
"225"
],
"nozzle_temperature_initial_layer": [
"225"
],
"version": "1.7.0.2"
"nozzle_temperature_range_high": [
"230"
],
"compatible_printers": [
"Dremel 3D40 0.4 nozzle"
]
}

View file

@ -1,10 +1,34 @@
{
"filament_settings_id": [
"Dremel Generic PLA @3D45 all"
"type": "filament",
"setting_id": "GFSL99_00",
"name": "Dremel Generic PLA @3D45 all",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pla",
"filament_max_volumetric_speed": ["9"],
"slow_down_layer_time": ["10"],
"filament_retraction_length": [
"3"
],
"from": "system",
"inherits": "fdm_filament_common",
"is_custom_defined": "0",
"name": "Dremel Generic PLA @3D45 all",
"version": "1.7.0.2"
"filament_retraction_speed": [
"60"
],
"hot_plate_temp_initial_layer": [
"60"
],
"hot_plate_temp": [
"60"
],
"nozzle_temperature": [
"225"
],
"nozzle_temperature_initial_layer": [
"225"
],
"nozzle_temperature_range_high": [
"230"
],
"compatible_printers": [
"Dremel 3D45 0.4 nozzle"
]
}

View file

@ -8,8 +8,5 @@
"inherits": "fdm_filament_pla",
"filament_flow_ratio": ["0.98"],
"filament_max_volumetric_speed": ["12"],
"slow_down_layer_time": ["8"],
"compatible_printers": [
"Dremel 3D20 0.4 nozzle"
]
"slow_down_layer_time": ["8"]
}