* Add base files & 3D20 * Add Dremel 3D20, 3D40, and 3D45 * Used the wrong name * Let's see if this fixes the crashes * test * Limit variables and trying something * Forgot to remove these,,, * Tweaks * Re-add Dremel files and fix several format errors * Add Dremel 3D40 & 3D45 and process * Temp bed model/texture * Forgot to add the actual files * Revert "Forgot to add the actual files" This reverts commit 9190ca3d0eceb1749e9647335e0a44588fed155e. * Revert "Temp bed model/texture" This reverts commit 6e873f8e72453cfb6fda80ed388647493a7c3adb. * Update fdm_process_dremel_common.json * Add bed models * Improve upon build plates * Attempt at fixing error * Didn't work * Attempt at a fix * Revert "Attempt at a fix" This reverts commit 1e06ea355c4ad24dd40ff3adfe06bf91e833c933. * Try changing order of process_list * Remove gcode_flavor from process * Add fdm_filament_pla to Dremel.json * Add Dremel Generic PLA * forgot this... * Change to dremel * Fix buildplate model naming * Try this * Revert "Try this" This reverts commit 851f355c2e1aa4722e7381fdc2ed66f13aa6a597. * Fix issues that it won't load on Linux/Mac OS --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
28 lines
586 B
JSON
28 lines
586 B
JSON
{
|
|
"type": "filament",
|
|
"setting_id": "GFSL99_00",
|
|
"name": "Dremel Generic PLA @3D20 all",
|
|
"from": "system",
|
|
"instantiation": "true",
|
|
"inherits": "Dremel Generic PLA",
|
|
"filament_max_volumetric_speed": ["9"],
|
|
"slow_down_layer_time": ["10"],
|
|
"filament_retraction_length": [
|
|
"3"
|
|
],
|
|
"filament_retraction_speed": [
|
|
"60"
|
|
],
|
|
"nozzle_temperature": [
|
|
"225"
|
|
],
|
|
"nozzle_temperature_initial_layer": [
|
|
"230"
|
|
],
|
|
"nozzle_temperature_range_high": [
|
|
"230"
|
|
],
|
|
"compatible_printers": [
|
|
"Dremel 3D20 0.4 nozzle"
|
|
]
|
|
}
|