mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 06:41:14 -06:00
Fixed an issue that bed texture was not reset when switching to a new printer model that don't have a valid bed texture.
also fix/tweak some printer's bed texture
This commit is contained in:
parent
cc984b21fe
commit
68e1722e97
7 changed files with 156 additions and 45 deletions
|
@ -6,7 +6,7 @@
|
|||
"machine_tech": "FFF",
|
||||
"family": "Elegoo",
|
||||
"bed_model": "elegoo_neptune4max_buildplate_model.stl",
|
||||
"bed_texture": "elegoo_neptune4max_buildplate_texture.png",
|
||||
"bed_texture": "elegoo_neptune_max_buildplate_texture.png",
|
||||
"bed_exclude_area": ["0x0"],
|
||||
"hotend_model": "",
|
||||
"default_materials": "Elegoo Generic PLA @0.2 nozzle;Elegoo Generic PETG @0.2 nozzle;Elegoo Generic ABS @0.2 nozzle;Elegoo Generic PLA @0.4 nozzle;Elegoo Generic PETG @0.4 nozzle;Elegoo Generic ABS @0.4 nozzle;Elegoo Generic PLA @0.6 nozzle;Elegoo Generic PETG @0.6 nozzle;Elegoo Generic ABS @0.6 nozzle;Elegoo Generic PLA @0.8 nozzle;Elegoo Generic PETG @0.8 nozzle;Elegoo Generic ABS @0.8 nozzle"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue