mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 14:51:11 -06:00
some wrong max/min layer height corrected and 0.15 nozzle added for Voron 2.4 (#2546)
* some wrong max/min layer height corrected and 0.15 nozzle added vor Voron 2.4 * typo 0.0 * Some correction in previouse commits + added missing nozzles for Revo * yet another type
This commit is contained in:
parent
46b31a41bf
commit
86701d2c87
46 changed files with 808 additions and 166 deletions
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM002",
|
||||
"name": "Voron 2.4 350 0.25 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron 2.4 350",
|
||||
"max_layer_height": [
|
||||
"0.25"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.06"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.25"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"350x0",
|
||||
"350x350",
|
||||
"0x350"
|
||||
],
|
||||
"printable_height": "325"
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue