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 commit 9190ca3d0e.

* Revert "Temp bed model/texture"

This reverts commit 6e873f8e72.

* 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 1e06ea355c.

* 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 851f355c2e.

* Fix issues that it won't load on Linux/Mac OS

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
cochcoder
2024-05-19 06:09:36 +00:00
committed by GitHub
parent 3627a6d986
commit 9467aa228c
35 changed files with 2557 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Dremel 3D45",
"nozzle_diameter": "0.4",
"family": "Dremel",
"bed_model": "dremel_3d40_3d45_buildplate_model.stl",
"bed_texture": "",
"hotend_model": "",
"machine_tech": "FFF",
"model_id": "Dremel_3D45",
"default_materials": "Dremel Generic PLA @3D45 all"
}