mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 12:15:21 +00:00
Add Dremel 3D20, 3D40, and 3D45 (#4777)
* 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 commit9190ca3d0e. * Revert "Temp bed model/texture" This reverts commit6e873f8e72. * 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 commit1e06ea355c. * 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 commit851f355c2e. * Fix issues that it won't load on Linux/Mac OS --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSL99_00",
|
||||
"name": "Dremel Generic PLA @3D40 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"
|
||||
],
|
||||
"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 3D40 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user