orcaslicer/resources/profiles/Dremel/filament/Dremel Generic PLA @3D45 all.json
cochcoder 35352d48e8
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 b95e76a57a1fcf796a658bcbf616ed77d79298d1.

* Forgot this one

* Clean up
2024-06-15 16:01:26 +08:00

32 lines
806 B
JSON

{
"type": "filament",
"setting_id": "GFSL99_00",
"name": "Dremel Generic PLA @3D45 all",
"from": "system",
"instantiation": "true",
"inherits": "Dremel Generic PLA",
"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"
],
"nozzle_temperature": [
"200"
],
"nozzle_temperature_initial_layer": [
"200"
],
"compatible_printers": [
"Dremel 3D45 0.4 nozzle"
]
}