mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Fix Dremel 3D45 Profile (#5497)
* Change G-Code
* Change config to closely match prusa profile
The profile can be found at https://forum.prusa3d.com/forum/prusaslicer/looking-for-a-dremel-3d45-profile-for-prusa-slicer-help-me-help-my-students/
* Use original build plate model
* Change printable area
* Update machine settings
* Change bed model naming
* Prevent future conflicts
* Update values
* Fix error
* Disable firmware retraction
* Enable reduce infill retraction
* Fully disable relative e distances
* Fix filename format
* Revert "Fix filename format"
This reverts commit b95e76a57a.
* Forgot this one
* Clean up
This commit is contained in:
@@ -5,28 +5,26 @@
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Dremel Generic PLA",
|
||||
"filament_max_volumetric_speed": ["9"],
|
||||
"slow_down_layer_time": ["10"],
|
||||
"slow_down_min_speed": "10",
|
||||
"close_fan_the_first_x_layers": "3",
|
||||
"filament_loading_speed_start": "3",
|
||||
"filament_loading_speed": "28",
|
||||
"filament_unloading_speed_start": "100",
|
||||
"filament_unloading_speed": "90",
|
||||
"filament_cooling_moves": "4",
|
||||
"filament_cooling_initial_speed": "2.2",
|
||||
"filament_cooling_final_speed": "3.4",
|
||||
"filament_retraction_length": [
|
||||
"3"
|
||||
],
|
||||
"filament_retraction_speed": [
|
||||
"60"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"60"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"60"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"225"
|
||||
"200"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"225"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"230"
|
||||
"200"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Dremel 3D45 0.4 nozzle"
|
||||
|
||||
Reference in New Issue
Block a user