mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-06 05:56:02 +08:00
Add Prusa MK4S profiles (#8279)
* Whitespace cleanup in Prusa profile
```
$ diff -u Prusa.json <(jq --indent 4 < Prusa.json) | wc -l
0
```
* Add Prusa MK4S profiles
There were generated from the PrusaSlicer profiles[0] using some scripts
which try to faithfully convert the profiles[1]. The high flow nozzle
settings have been modeled as a separate printer model.
A few things I'm aware of that haven't been converted:
- Filament multi-material settings (eg loading speeds)
- High-flow and abrasive nozzle check in gcode, which, as far as I
know, isn't available in the current firmware anyways
I've also found that disabling z-hop on layer change in OrcaSlicer seems
more similar to the behavior in PrusaSlicer (which allows travel
distance limitations to override that setting), so I've disabled that.
Fixes #7391
[0]: 0bca90da13/resources/profiles/PrusaResearch.ini
[1]: https://github.com/rcloran/SuperSlicer_to_Orca_scripts/tree/20d2881
This commit is contained in:
parent
2af5aa56d8
commit
06c809c598
@ -31,6 +31,14 @@
|
||||
{
|
||||
"name": "Prusa XL 5T",
|
||||
"sub_path": "machine/Prusa XL 5T.json"
|
||||
},
|
||||
{
|
||||
"name": "MK4S",
|
||||
"sub_path": "machine/Prusa MK4S.json"
|
||||
},
|
||||
{
|
||||
"name": "MK4S HF",
|
||||
"sub_path": "machine/Prusa MK4S HF.json"
|
||||
}
|
||||
],
|
||||
"process_list": [
|
||||
@ -66,6 +74,10 @@
|
||||
"name": "process_common_xl_5t",
|
||||
"sub_path": "process/process_common_xl_5t.json"
|
||||
},
|
||||
{
|
||||
"name": "process_common_mk4s",
|
||||
"sub_path": "process/process_common_mk4s.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @MINI 0.25",
|
||||
"sub_path": "process/0.20mm Standard @MINI 0.25.json"
|
||||
@ -85,12 +97,12 @@
|
||||
{
|
||||
"name": "0.05mm UltraDetail @MK3S 0.25",
|
||||
"sub_path": "process/0.05mm UltraDetail @MK3S 0.25.json"
|
||||
},
|
||||
{
|
||||
},
|
||||
{
|
||||
"name": "0.05mm UltraDetail @MK3S 0.4",
|
||||
"sub_path": "process/0.05mm UltraDetail @MK3S 0.4.json"
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "0.07mm UltraDetail @MK3S 0.25",
|
||||
"sub_path": "process/0.07mm UltraDetail @MK3S 0.25.json"
|
||||
},
|
||||
@ -98,7 +110,7 @@
|
||||
"name": "0.07mm UltraDetail @MK3S 0.4",
|
||||
"sub_path": "process/0.07mm UltraDetail @MK3S 0.4.json"
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "0.10mm Detail @MK3S 0.25",
|
||||
"sub_path": "process/0.10mm Detail @MK3S 0.25.json"
|
||||
},
|
||||
@ -106,7 +118,7 @@
|
||||
"name": "0.10mm Detail @MK3S 0.4",
|
||||
"sub_path": "process/0.10mm Detail @MK3S 0.4.json"
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "0.15mm Quality @MK3S 0.25",
|
||||
"sub_path": "process/0.15mm Quality @MK3S 0.25.json"
|
||||
},
|
||||
@ -117,7 +129,7 @@
|
||||
{
|
||||
"name": "0.15mm Speed @MK3S 0.4",
|
||||
"sub_path": "process/0.15mm Speed @MK3S 0.4.json"
|
||||
},
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @MK3S 0.4",
|
||||
"sub_path": "process/0.20mm Standard @MK3S 0.4.json"
|
||||
@ -130,38 +142,38 @@
|
||||
"name": "0.30mm Draft @MK3S 0.4",
|
||||
"sub_path": "process/0.30mm Draft @MK3S 0.4.json"
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "0.15mm Detail @MK3S 0.6",
|
||||
"sub_path": "process/0.15mm Detail @MK3S 0.6.json"
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "0.20mm Detail @MK3S 0.6",
|
||||
"sub_path": "process/0.20mm Detail @MK3S 0.6.json"
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "0.30mm Quality @MK3S 0.6",
|
||||
"sub_path": "process/0.30mm Quality @MK3S 0.6.json"
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "0.35mm Speed @MK3S 0.6",
|
||||
"sub_path": "process/0.35mm Speed @MK3S 0.6.json"
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "0.40mm Draft @MK3S 0.6",
|
||||
"sub_path": "process/0.40mm Draft @MK3S 0.6.json"
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "0.30mm Detail @MK3S 0.8",
|
||||
"sub_path": "process/0.30mm Detail @MK3S 0.8.json"
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "0.40mm Quality @MK3S 0.8",
|
||||
"sub_path": "process/0.40mm Quality @MK3S 0.8.json"
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "0.55mm Draft @MK3S 0.8",
|
||||
"sub_path": "process/0.55mm Draft @MK3S 0.8.json"
|
||||
},
|
||||
},
|
||||
{
|
||||
"name": "0.08mm Standard @MK4",
|
||||
"sub_path": "process/0.08mm Standard @MK4.json"
|
||||
@ -249,7 +261,7 @@
|
||||
{
|
||||
"name": "0.35mm Standard @MINIIS",
|
||||
"sub_path": "process/0.35mm Standard @MINIIS.json"
|
||||
},
|
||||
},
|
||||
{
|
||||
"name": "0.40mm Standard @MINIIS",
|
||||
"sub_path": "process/0.40mm Standard @MINIIS.json"
|
||||
@ -333,11 +345,11 @@
|
||||
{
|
||||
"name": "0.35mm Standard @MK3.5",
|
||||
"sub_path": "process/0.35mm Standard @MK3.5.json"
|
||||
},
|
||||
},
|
||||
{
|
||||
"name": "0.40mm Standard @MK3.5",
|
||||
"sub_path": "process/0.40mm Standard @MK3.5.json"
|
||||
},
|
||||
},
|
||||
{
|
||||
"name": "0.24mm Standard @MK4",
|
||||
"sub_path": "process/0.24mm Standard @MK4.json"
|
||||
@ -613,7 +625,220 @@
|
||||
{
|
||||
"name": "0.30mm Detail @Prusa XL 5T 0.8",
|
||||
"sub_path": "process/0.30mm Detail @Prusa XL 5T 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "0.07mm DETAIL @MK4S 0.25",
|
||||
"sub_path": "process/0.07mm DETAIL @MK4S 0.25.json"
|
||||
},
|
||||
{
|
||||
"name": "0.05mm DETAIL @MK4S 0.25",
|
||||
"sub_path": "process/0.05mm DETAIL @MK4S 0.25.json"
|
||||
},
|
||||
{
|
||||
"name": "0.15mm SPEED @MK4S 0.4",
|
||||
"sub_path": "process/0.15mm SPEED @MK4S 0.4.json"
|
||||
},
|
||||
{
|
||||
"name": "0.10mm FAST DETAIL @MK4S 0.4",
|
||||
"sub_path": "process/0.10mm FAST DETAIL @MK4S 0.4.json"
|
||||
},
|
||||
{
|
||||
"name": "0.10mm STRUCTURAL @MK4S 0.5",
|
||||
"sub_path": "process/0.10mm STRUCTURAL @MK4S 0.5.json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm SPEED @MK4S 0.25",
|
||||
"sub_path": "process/0.12mm SPEED @MK4S 0.25.json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm STRUCTURAL @MK4S 0.25",
|
||||
"sub_path": "process/0.12mm STRUCTURAL @MK4S 0.25.json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm STRUCTURAL @MK4S 0.3",
|
||||
"sub_path": "process/0.12mm STRUCTURAL @MK4S 0.3.json"
|
||||
},
|
||||
{
|
||||
"name": "0.15mm SPEED @MK4S 0.25",
|
||||
"sub_path": "process/0.15mm SPEED @MK4S 0.25.json"
|
||||
},
|
||||
{
|
||||
"name": "0.15mm SPEED @MK4S HF0.4",
|
||||
"sub_path": "process/0.15mm SPEED @MK4S HF0.4.json"
|
||||
},
|
||||
{
|
||||
"name": "0.15mm STRUCTURAL @MK4S 0.25",
|
||||
"sub_path": "process/0.15mm STRUCTURAL @MK4S 0.25.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm STRUCTURAL @MK4S 0.4",
|
||||
"sub_path": "process/0.20mm STRUCTURAL @MK4S 0.4.json"
|
||||
},
|
||||
{
|
||||
"name": "0.15mm STRUCTURAL @MK4S 0.4",
|
||||
"sub_path": "process/0.15mm STRUCTURAL @MK4S 0.4.json"
|
||||
},
|
||||
{
|
||||
"name": "0.15mm STRUCTURAL @MK4S 0.5",
|
||||
"sub_path": "process/0.15mm STRUCTURAL @MK4S 0.5.json"
|
||||
},
|
||||
{
|
||||
"name": "0.15mm STRUCTURAL @MK4S 0.6",
|
||||
"sub_path": "process/0.15mm STRUCTURAL @MK4S 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "0.16mm STRUCTURAL @MK4S 0.3",
|
||||
"sub_path": "process/0.16mm STRUCTURAL @MK4S 0.3.json"
|
||||
},
|
||||
{
|
||||
"name": "0.16mm SPEED @MK4S 0.3",
|
||||
"sub_path": "process/0.16mm SPEED @MK4S 0.3.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm SPEED @MK4S 0.3",
|
||||
"sub_path": "process/0.20mm SPEED @MK4S 0.3.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm SPEED @MK4S 0.4",
|
||||
"sub_path": "process/0.20mm SPEED @MK4S 0.4.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm SPEED @MK4S 0.5",
|
||||
"sub_path": "process/0.20mm SPEED @MK4S 0.5.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm SPEED @MK4S 0.6",
|
||||
"sub_path": "process/0.20mm SPEED @MK4S 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm SPEED @MK4S HF0.4",
|
||||
"sub_path": "process/0.20mm SPEED @MK4S HF0.4.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm SPEED @MK4S HF0.5",
|
||||
"sub_path": "process/0.20mm SPEED @MK4S HF0.5.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm SPEED @MK4S HF0.6",
|
||||
"sub_path": "process/0.20mm SPEED @MK4S HF0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm STRUCTURAL @MK4S 0.3",
|
||||
"sub_path": "process/0.20mm STRUCTURAL @MK4S 0.3.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm STRUCTURAL @MK4S 0.5",
|
||||
"sub_path": "process/0.20mm STRUCTURAL @MK4S 0.5.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm STRUCTURAL @MK4S 0.6",
|
||||
"sub_path": "process/0.20mm STRUCTURAL @MK4S 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "0.25mm SPEED @MK4S 0.5",
|
||||
"sub_path": "process/0.25mm SPEED @MK4S 0.5.json"
|
||||
},
|
||||
{
|
||||
"name": "0.25mm SPEED @MK4S 0.6",
|
||||
"sub_path": "process/0.25mm SPEED @MK4S 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "0.25mm SPEED @MK4S HF0.4",
|
||||
"sub_path": "process/0.25mm SPEED @MK4S HF0.4.json"
|
||||
},
|
||||
{
|
||||
"name": "0.25mm SPEED @MK4S HF0.5",
|
||||
"sub_path": "process/0.25mm SPEED @MK4S HF0.5.json"
|
||||
},
|
||||
{
|
||||
"name": "0.25mm SPEED @MK4S HF0.6",
|
||||
"sub_path": "process/0.25mm SPEED @MK4S HF0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "0.25mm STRUCTURAL @MK4S 0.5",
|
||||
"sub_path": "process/0.25mm STRUCTURAL @MK4S 0.5.json"
|
||||
},
|
||||
{
|
||||
"name": "0.25mm STRUCTURAL @MK4S 0.6",
|
||||
"sub_path": "process/0.25mm STRUCTURAL @MK4S 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "0.25mm STRUCTURAL @MK4S HF0.4",
|
||||
"sub_path": "process/0.25mm STRUCTURAL @MK4S HF0.4.json"
|
||||
},
|
||||
{
|
||||
"name": "0.28mm DRAFT @MK4S HF0.4",
|
||||
"sub_path": "process/0.28mm DRAFT @MK4S HF0.4.json"
|
||||
},
|
||||
{
|
||||
"name": "0.30mm DETAIL @MK4S 0.8",
|
||||
"sub_path": "process/0.30mm DETAIL @MK4S 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "0.30mm SPEED @MK4S HF0.8",
|
||||
"sub_path": "process/0.30mm SPEED @MK4S HF0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "0.30mm STRUCTURAL @MK4S HF0.8",
|
||||
"sub_path": "process/0.30mm STRUCTURAL @MK4S HF0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "0.32mm SPEED @MK4S 0.6",
|
||||
"sub_path": "process/0.32mm SPEED @MK4S 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "0.32mm SPEED @MK4S HF0.5",
|
||||
"sub_path": "process/0.32mm SPEED @MK4S HF0.5.json"
|
||||
},
|
||||
{
|
||||
"name": "0.32mm SPEED @MK4S HF0.6",
|
||||
"sub_path": "process/0.32mm SPEED @MK4S HF0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "0.32mm STRUCTURAL @MK4S 0.6",
|
||||
"sub_path": "process/0.32mm STRUCTURAL @MK4S 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "0.32mm STRUCTURAL @MK4S HF0.5",
|
||||
"sub_path": "process/0.32mm STRUCTURAL @MK4S HF0.5.json"
|
||||
},
|
||||
{
|
||||
"name": "0.32mm STRUCTURAL @MK4S HF0.6",
|
||||
"sub_path": "process/0.32mm STRUCTURAL @MK4S HF0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "0.40mm QUALITY @MK4S 0.8",
|
||||
"sub_path": "process/0.40mm QUALITY @MK4S 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "0.40mm SPEED @MK4S HF0.6",
|
||||
"sub_path": "process/0.40mm SPEED @MK4S HF0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "0.40mm SPEED @MK4S HF0.8",
|
||||
"sub_path": "process/0.40mm SPEED @MK4S HF0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "0.40mm STRUCTURAL @MK4S HF0.6",
|
||||
"sub_path": "process/0.40mm STRUCTURAL @MK4S HF0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "0.40mm STRUCTURAL @MK4S HF0.8",
|
||||
"sub_path": "process/0.40mm STRUCTURAL @MK4S HF0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "0.55mm DRAFT @MK4S 0.8",
|
||||
"sub_path": "process/0.55mm DRAFT @MK4S 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "0.55mm SPEED @MK4S HF0.8",
|
||||
"sub_path": "process/0.55mm SPEED @MK4S HF0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "0.55mm STRUCTURAL @MK4S HF0.8",
|
||||
"sub_path": "process/0.55mm STRUCTURAL @MK4S HF0.8.json"
|
||||
}
|
||||
|
||||
],
|
||||
"filament_list": [
|
||||
{
|
||||
@ -872,7 +1097,6 @@
|
||||
"name": "Prusa Generic PA-CF @MINIIS 0.8",
|
||||
"sub_path": "filament/Prusa Generic PA-CF @MINIIS 0.8.json"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Prusa Generic PLA @XL",
|
||||
"sub_path": "filament/Prusa Generic PLA @XL.json"
|
||||
@ -1108,6 +1332,142 @@
|
||||
{
|
||||
"name": "Prusa Generic PA-CF @MK3.5 0.8",
|
||||
"sub_path": "filament/Prusa Generic PA-CF @MK3.5 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic ABS @MK4S",
|
||||
"sub_path": "filament/Prusa Generic ABS @MK4S.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic ABS @MK4S 0.6",
|
||||
"sub_path": "filament/Prusa Generic ABS @MK4S 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic ABS @MK4S 0.8",
|
||||
"sub_path": "filament/Prusa Generic ABS @MK4S 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic ABS @MK4S HF0.4",
|
||||
"sub_path": "filament/Prusa Generic ABS @MK4S HF0.4.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic ABS @MK4S HF0.5",
|
||||
"sub_path": "filament/Prusa Generic ABS @MK4S HF0.5.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic ABS @MK4S HF0.6",
|
||||
"sub_path": "filament/Prusa Generic ABS @MK4S HF0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic ABS @MK4S HF0.8",
|
||||
"sub_path": "filament/Prusa Generic ABS @MK4S HF0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic ASA @MK4S",
|
||||
"sub_path": "filament/Prusa Generic ASA @MK4S.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic ASA @MK4S 0.6",
|
||||
"sub_path": "filament/Prusa Generic ASA @MK4S 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic ASA @MK4S 0.8",
|
||||
"sub_path": "filament/Prusa Generic ASA @MK4S 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic ASA @MK4S HF0.4",
|
||||
"sub_path": "filament/Prusa Generic ASA @MK4S HF0.4.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic ASA @MK4S HF0.5",
|
||||
"sub_path": "filament/Prusa Generic ASA @MK4S HF0.5.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic ASA @MK4S HF0.6",
|
||||
"sub_path": "filament/Prusa Generic ASA @MK4S HF0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic ASA @MK4S HF0.8",
|
||||
"sub_path": "filament/Prusa Generic ASA @MK4S HF0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic TPU @MK4S",
|
||||
"sub_path": "filament/Prusa Generic TPU @MK4S.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic TPU @MK4S 0.6",
|
||||
"sub_path": "filament/Prusa Generic TPU @MK4S 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic TPU @MK4S 0.8",
|
||||
"sub_path": "filament/Prusa Generic TPU @MK4S 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PETG @MK4S",
|
||||
"sub_path": "filament/Prusa Generic PETG @MK4S.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PETG @MK4S 0.6",
|
||||
"sub_path": "filament/Prusa Generic PETG @MK4S 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PETG @MK4S 0.8",
|
||||
"sub_path": "filament/Prusa Generic PETG @MK4S 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PETG @MK4S HF0.4",
|
||||
"sub_path": "filament/Prusa Generic PETG @MK4S HF0.4.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PETG @MK4S HF0.5",
|
||||
"sub_path": "filament/Prusa Generic PETG @MK4S HF0.5.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PETG @MK4S HF0.6",
|
||||
"sub_path": "filament/Prusa Generic PETG @MK4S HF0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PETG @MK4S HF0.8",
|
||||
"sub_path": "filament/Prusa Generic PETG @MK4S HF0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PLA @MK4S",
|
||||
"sub_path": "filament/Prusa Generic PLA @MK4S.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PLA @MK4S 0.6",
|
||||
"sub_path": "filament/Prusa Generic PLA @MK4S 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PLA @MK4S 0.8",
|
||||
"sub_path": "filament/Prusa Generic PLA @MK4S 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PLA @MK4S HF0.4",
|
||||
"sub_path": "filament/Prusa Generic PLA @MK4S HF0.4.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PLA @MK4S HF0.5",
|
||||
"sub_path": "filament/Prusa Generic PLA @MK4S HF0.5.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PLA @MK4S HF0.6",
|
||||
"sub_path": "filament/Prusa Generic PLA @MK4S HF0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PLA @MK4S HF0.8",
|
||||
"sub_path": "filament/Prusa Generic PLA @MK4S HF0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PLA Silk @MK4S",
|
||||
"sub_path": "filament/Prusa Generic PLA Silk @MK4S.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PLA Silk @MK4S 0.6",
|
||||
"sub_path": "filament/Prusa Generic PLA Silk @MK4S 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PLA Silk @MK4S 0.8",
|
||||
"sub_path": "filament/Prusa Generic PLA Silk @MK4S 0.8.json"
|
||||
}
|
||||
],
|
||||
"machine_list": [
|
||||
@ -1123,7 +1483,11 @@
|
||||
"name": "fdm_machine_common_xl_5t",
|
||||
"sub_path": "machine/fdm_machine_common_xl_5t.json"
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "fdm_machine_common_mk4s",
|
||||
"sub_path": "machine/fdm_machine_common_mk4s.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa MK3S 0.25 nozzle",
|
||||
"sub_path": "machine/Prusa MK3S 0.25 nozzle.json"
|
||||
},
|
||||
@ -1131,14 +1495,14 @@
|
||||
"name": "Prusa MK3S 0.4 nozzle",
|
||||
"sub_path": "machine/Prusa MK3S 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Prusa MK3S 0.6 nozzle",
|
||||
"sub_path": "machine/Prusa MK3S 0.6 nozzle.json"
|
||||
},
|
||||
{
|
||||
},
|
||||
{
|
||||
"name": "Prusa MK3S 0.8 nozzle",
|
||||
"sub_path": "machine/Prusa MK3S 0.8 nozzle.json"
|
||||
},
|
||||
},
|
||||
{
|
||||
"name": "Prusa MK4 0.25 nozzle",
|
||||
"sub_path": "machine/Prusa MK4 0.25 nozzle.json"
|
||||
@ -1250,6 +1614,46 @@
|
||||
{
|
||||
"name": "Prusa XL 5T 0.8 nozzle",
|
||||
"sub_path": "machine/Prusa XL 5T 0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa MK4S 0.4 nozzle",
|
||||
"sub_path": "machine/Prusa MK4S 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa MK4S HF0.4 nozzle",
|
||||
"sub_path": "machine/Prusa MK4S HF0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa MK4S 0.25 nozzle",
|
||||
"sub_path": "machine/Prusa MK4S 0.25 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa MK4S 0.3 nozzle",
|
||||
"sub_path": "machine/Prusa MK4S 0.3 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa MK4S 0.5 nozzle",
|
||||
"sub_path": "machine/Prusa MK4S 0.5 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa MK4S 0.6 nozzle",
|
||||
"sub_path": "machine/Prusa MK4S 0.6 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa MK4S 0.8 nozzle",
|
||||
"sub_path": "machine/Prusa MK4S 0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa MK4S HF0.5 nozzle",
|
||||
"sub_path": "machine/Prusa MK4S HF0.5 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa MK4S HF0.6 nozzle",
|
||||
"sub_path": "machine/Prusa MK4S HF0.6 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa MK4S HF0.8 nozzle",
|
||||
"sub_path": "machine/Prusa MK4S HF0.8 nozzle.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
BIN
resources/profiles/Prusa/MK4S HF_cover.png
Normal file
BIN
resources/profiles/Prusa/MK4S HF_cover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
BIN
resources/profiles/Prusa/MK4S_cover.png
Normal file
BIN
resources/profiles/Prusa/MK4S_cover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
@ -0,0 +1,12 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S 0.6 nozzle"
|
||||
],
|
||||
"filament_id": "Generic ABS @MK4S 0.6",
|
||||
"from": "system",
|
||||
"inherits": "Prusa Generic ABS @MK4S",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic ABS @MK4S 0.6",
|
||||
"setting_id": "GFSA04",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S 0.8 nozzle"
|
||||
],
|
||||
"filament_id": "Generic ABS @MK4S 0.8",
|
||||
"from": "system",
|
||||
"inherits": "Prusa Generic ABS @MK4S",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic ABS @MK4S 0.8",
|
||||
"setting_id": "GFSA04",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S HF0.4 nozzle"
|
||||
],
|
||||
"fan_max_speed": "15",
|
||||
"filament_id": "Generic ABS @MK4S HF0.4",
|
||||
"filament_max_volumetric_speed": "26",
|
||||
"filament_start_gcode": [
|
||||
"M572 S{if nozzle_diameter[0]==0.4}0.02{elsif nozzle_diameter[0]==0.5}0.018{elsif nozzle_diameter[0]==0.6}0.015{elsif nozzle_diameter[0]==0.8}0.01{elsif nozzle_diameter[0]==0.25}0.09{elsif nozzle_diameter[0]==0.3}0.065{else}0{endif} ; Filament gcode\nM142 S40 ; set heatbreak target temp"
|
||||
],
|
||||
"from": "system",
|
||||
"inherits": "Prusa Generic ABS @MK4S",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic ABS @MK4S HF0.4",
|
||||
"setting_id": "GFSA04",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S HF0.5 nozzle"
|
||||
],
|
||||
"filament_id": "Generic ABS @MK4S HF0.5",
|
||||
"filament_max_volumetric_speed": "27",
|
||||
"from": "system",
|
||||
"inherits": "Prusa Generic ABS @MK4S HF0.4",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic ABS @MK4S HF0.5",
|
||||
"setting_id": "GFSA04",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S HF0.6 nozzle"
|
||||
],
|
||||
"filament_id": "Generic ABS @MK4S HF0.6",
|
||||
"filament_max_volumetric_speed": "34",
|
||||
"from": "system",
|
||||
"inherits": "Prusa Generic ABS @MK4S HF0.4",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic ABS @MK4S HF0.6",
|
||||
"setting_id": "GFSA04",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S HF0.8 nozzle"
|
||||
],
|
||||
"fan_min_speed": "15",
|
||||
"filament_id": "Generic ABS @MK4S HF0.8",
|
||||
"filament_max_volumetric_speed": "36",
|
||||
"from": "system",
|
||||
"inherits": "Prusa Generic ABS @MK4S HF0.4",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic ABS @MK4S HF0.8",
|
||||
"setting_id": "GFSA04",
|
||||
"slow_down_layer_time": "25",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,36 @@
|
||||
{
|
||||
"close_fan_the_first_x_layers": "4",
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S 0.25 nozzle",
|
||||
"Prusa MK4S 0.3 nozzle",
|
||||
"Prusa MK4S 0.4 nozzle",
|
||||
"Prusa MK4S 0.5 nozzle"
|
||||
],
|
||||
"default_filament_colour": "#FFF2EC",
|
||||
"fan_max_speed": "10",
|
||||
"filament_cost": "27.82",
|
||||
"filament_end_gcode": [
|
||||
"; Filament-specific end gcode"
|
||||
],
|
||||
"filament_id": "Generic ABS @MK4S",
|
||||
"filament_max_volumetric_speed": "15",
|
||||
"filament_minimal_purge_on_wipe_tower": "35",
|
||||
"filament_notes": [
|
||||
""
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"M900 K{if nozzle_diameter[filament_extruder_id]==0.4}0.04{elsif nozzle_diameter[filament_extruder_id]==0.25}0.1{elsif nozzle_diameter[filament_extruder_id]==0.3}0.06{elsif nozzle_diameter[filament_extruder_id]==0.35}0.05{elsif nozzle_diameter[filament_extruder_id]==0.5}0.03{elsif nozzle_diameter[filament_extruder_id]==0.6}0.02{elsif nozzle_diameter[filament_extruder_id]==0.8}0.01{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*(MK4IS|XLIS|MK4S|MK3.9S).*/}\nM572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.02{elsif nozzle_diameter[filament_extruder_id]==0.5}0.018{elsif nozzle_diameter[filament_extruder_id]==0.6}0.012{elsif nozzle_diameter[filament_extruder_id]==0.8}0.01{elsif nozzle_diameter[filament_extruder_id]==0.25}0.09{elsif nozzle_diameter[filament_extruder_id]==0.3}0.065{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S40 ; set heatbreak target temp"
|
||||
],
|
||||
"from": "system",
|
||||
"hot_plate_temp": "110",
|
||||
"hot_plate_temp_initial_layer": "100",
|
||||
"inherits": "fdm_filament_abs",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic ABS @MK4S",
|
||||
"overhang_fan_speed": "20",
|
||||
"reduce_fan_stop_start_freq": "0",
|
||||
"setting_id": "GFSA04",
|
||||
"slow_down_layer_time": "20",
|
||||
"slow_down_min_speed": "15",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S 0.6 nozzle"
|
||||
],
|
||||
"filament_id": "Prusament ASA @MK4S 0.6",
|
||||
"from": "system",
|
||||
"inherits": "Prusa Generic ASA @MK4S",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic ASA @MK4S 0.6",
|
||||
"nozzle_temperature": "255",
|
||||
"setting_id": "GFSA04",
|
||||
"slow_down_layer_time": "15",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S 0.8 nozzle"
|
||||
],
|
||||
"fan_max_speed": "15",
|
||||
"fan_min_speed": "15",
|
||||
"filament_id": "Prusament ASA @MK4S 0.8",
|
||||
"from": "system",
|
||||
"inherits": "Prusa Generic ASA @MK4S",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic ASA @MK4S 0.8",
|
||||
"setting_id": "GFSA04",
|
||||
"slow_down_layer_time": "18",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,19 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S HF0.4 nozzle"
|
||||
],
|
||||
"filament_id": "Prusament ASA @MK4S HF0.4",
|
||||
"filament_max_volumetric_speed": "26",
|
||||
"filament_start_gcode": [
|
||||
"M572 S{if nozzle_diameter[0]==0.4}0.02{elsif nozzle_diameter[0]==0.5}0.018{elsif nozzle_diameter[0]==0.6}0.015{elsif nozzle_diameter[0]==0.8}0.01{elsif nozzle_diameter[0]==0.25}0.09{elsif nozzle_diameter[0]==0.3}0.065{else}0{endif} ; Filament gcode\nM142 S40 ; set heatbreak target temp"
|
||||
],
|
||||
"from": "system",
|
||||
"inherits": "Prusa Generic ASA @MK4S",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic ASA @MK4S HF0.4",
|
||||
"nozzle_temperature": "265",
|
||||
"nozzle_temperature_initial_layer": "265",
|
||||
"setting_id": "GFSA04",
|
||||
"slow_down_layer_time": "15",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S HF0.5 nozzle"
|
||||
],
|
||||
"filament_id": "Prusament ASA @MK4S HF0.5",
|
||||
"filament_max_volumetric_speed": "27",
|
||||
"from": "system",
|
||||
"inherits": "Prusa Generic ASA @MK4S HF0.4",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic ASA @MK4S HF0.5",
|
||||
"setting_id": "GFSA04",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S HF0.6 nozzle"
|
||||
],
|
||||
"fan_max_speed": "15",
|
||||
"fan_min_speed": "15",
|
||||
"filament_id": "Prusament ASA @MK4S HF0.6",
|
||||
"filament_max_volumetric_speed": "34",
|
||||
"from": "system",
|
||||
"inherits": "Prusa Generic ASA @MK4S HF0.4",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic ASA @MK4S HF0.6",
|
||||
"setting_id": "GFSA04",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,18 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S HF0.8 nozzle"
|
||||
],
|
||||
"fan_max_speed": "15",
|
||||
"fan_min_speed": "15",
|
||||
"filament_id": "Prusament ASA @MK4S HF0.8",
|
||||
"filament_max_volumetric_speed": "36",
|
||||
"from": "system",
|
||||
"inherits": "Prusa Generic ASA @MK4S HF0.4",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic ASA @MK4S HF0.8",
|
||||
"nozzle_temperature": "270",
|
||||
"nozzle_temperature_initial_layer": "270",
|
||||
"setting_id": "GFSA04",
|
||||
"slow_down_layer_time": "20",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,37 @@
|
||||
{
|
||||
"close_fan_the_first_x_layers": "4",
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S 0.25 nozzle",
|
||||
"Prusa MK4S 0.3 nozzle",
|
||||
"Prusa MK4S 0.4 nozzle",
|
||||
"Prusa MK4S 0.5 nozzle"
|
||||
],
|
||||
"default_filament_colour": "#FFF2EC",
|
||||
"fan_cooling_layer_time": "20",
|
||||
"fan_max_speed": "12",
|
||||
"fan_min_speed": "12",
|
||||
"filament_cost": "35.28",
|
||||
"filament_density": "1.07",
|
||||
"filament_end_gcode": [
|
||||
"; Filament-specific end gcode"
|
||||
],
|
||||
"filament_id": "Prusament ASA @MK4S",
|
||||
"filament_max_volumetric_speed": "15",
|
||||
"filament_minimal_purge_on_wipe_tower": "35",
|
||||
"filament_notes": [
|
||||
""
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"M900 K{if nozzle_diameter[filament_extruder_id]==0.4}0.04{elsif nozzle_diameter[filament_extruder_id]==0.25}0.1{elsif nozzle_diameter[filament_extruder_id]==0.3}0.06{elsif nozzle_diameter[filament_extruder_id]==0.35}0.05{elsif nozzle_diameter[filament_extruder_id]==0.5}0.03{elsif nozzle_diameter[filament_extruder_id]==0.6}0.02{elsif nozzle_diameter[filament_extruder_id]==0.8}0.01{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*(MK4IS|XLIS|MK4S|MK3.9S).*/}\nM572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.02{elsif nozzle_diameter[filament_extruder_id]==0.5}0.018{elsif nozzle_diameter[filament_extruder_id]==0.6}0.012{elsif nozzle_diameter[filament_extruder_id]==0.8}0.01{elsif nozzle_diameter[filament_extruder_id]==0.25}0.09{elsif nozzle_diameter[filament_extruder_id]==0.3}0.065{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S40 ; set heatbreak target temp"
|
||||
],
|
||||
"from": "system",
|
||||
"hot_plate_temp": "110",
|
||||
"inherits": "fdm_filament_asa",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic ASA @MK4S",
|
||||
"overhang_fan_speed": "20",
|
||||
"setting_id": "GFSA04",
|
||||
"slow_down_layer_time": "10",
|
||||
"slow_down_min_speed": "15",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S 0.6 nozzle"
|
||||
],
|
||||
"fan_cooling_layer_time": "22",
|
||||
"filament_id": "Generic PETG @MK4S 0.6",
|
||||
"filament_max_volumetric_speed": "17",
|
||||
"from": "system",
|
||||
"inherits": "Prusa Generic PETG @MK4S",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic PETG @MK4S 0.6",
|
||||
"overhang_fan_speed": "45",
|
||||
"setting_id": "GFSA04",
|
||||
"slow_down_layer_time": "10",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,21 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S 0.8 nozzle"
|
||||
],
|
||||
"fan_cooling_layer_time": "25",
|
||||
"fan_max_speed": "45",
|
||||
"fan_min_speed": "25",
|
||||
"filament_id": "Generic PETG @MK4S 0.8",
|
||||
"filament_max_volumetric_speed": "22",
|
||||
"filament_retract_before_wipe": "50",
|
||||
"from": "system",
|
||||
"inherits": "Prusa Generic PETG @MK4S",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic PETG @MK4S 0.8",
|
||||
"nozzle_temperature": "245",
|
||||
"nozzle_temperature_initial_layer": "240",
|
||||
"overhang_fan_speed": "45",
|
||||
"setting_id": "GFSA04",
|
||||
"slow_down_layer_time": "18",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,18 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S HF0.4 nozzle"
|
||||
],
|
||||
"filament_id": "Generic PETG @MK4S HF0.4",
|
||||
"filament_max_volumetric_speed": "24",
|
||||
"filament_start_gcode": [
|
||||
"M572 S{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.5}0.044{elsif nozzle_diameter[0]==0.6}0.035{elsif nozzle_diameter[0]==0.8}0.022{elsif nozzle_diameter[0]==0.25}0.18{elsif nozzle_diameter[0]==0.3}0.1{else}0{endif} ; Filament gcode\n\nM142 S36 ; set heatbreak target temp"
|
||||
],
|
||||
"from": "system",
|
||||
"inherits": "Prusa Generic PETG @MK4S",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic PETG @MK4S HF0.4",
|
||||
"nozzle_temperature": "245",
|
||||
"nozzle_temperature_initial_layer": "235",
|
||||
"setting_id": "GFSA04",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S HF0.5 nozzle"
|
||||
],
|
||||
"filament_id": "Generic PETG @MK4S HF0.5",
|
||||
"filament_max_volumetric_speed": "29",
|
||||
"from": "system",
|
||||
"inherits": "Prusa Generic PETG @MK4S HF0.4",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic PETG @MK4S HF0.5",
|
||||
"setting_id": "GFSA04",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,18 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S HF0.6 nozzle"
|
||||
],
|
||||
"fan_cooling_layer_time": "22",
|
||||
"filament_id": "Generic PETG @MK4S HF0.6",
|
||||
"filament_max_volumetric_speed": "33",
|
||||
"from": "system",
|
||||
"inherits": "Prusa Generic PETG @MK4S HF0.4",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic PETG @MK4S HF0.6",
|
||||
"nozzle_temperature": "240",
|
||||
"nozzle_temperature_initial_layer": "230",
|
||||
"overhang_fan_speed": "45",
|
||||
"setting_id": "GFSA04",
|
||||
"slow_down_layer_time": "10",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,19 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S HF0.8 nozzle"
|
||||
],
|
||||
"fan_cooling_layer_time": "25",
|
||||
"fan_max_speed": "45",
|
||||
"filament_id": "Generic PETG @MK4S HF0.8",
|
||||
"filament_max_volumetric_speed": "37",
|
||||
"filament_retract_before_wipe": "50",
|
||||
"from": "system",
|
||||
"inherits": "Prusa Generic PETG @MK4S HF0.4",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic PETG @MK4S HF0.8",
|
||||
"nozzle_temperature_initial_layer": "240",
|
||||
"overhang_fan_speed": "45",
|
||||
"setting_id": "GFSA04",
|
||||
"slow_down_layer_time": "18",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,41 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S 0.25 nozzle",
|
||||
"Prusa MK4S 0.3 nozzle",
|
||||
"Prusa MK4S 0.4 nozzle",
|
||||
"Prusa MK4S 0.5 nozzle"
|
||||
],
|
||||
"default_filament_colour": "#FF8000",
|
||||
"fan_max_speed": "40",
|
||||
"filament_cost": "27.82",
|
||||
"filament_end_gcode": [
|
||||
"; Filament-specific end gcode"
|
||||
],
|
||||
"filament_id": "Generic PETG @MK4S",
|
||||
"filament_max_volumetric_speed": "12",
|
||||
"filament_minimal_purge_on_wipe_tower": "35",
|
||||
"filament_notes": [
|
||||
""
|
||||
],
|
||||
"filament_retract_before_wipe": "20",
|
||||
"filament_retraction_length": "0.8",
|
||||
"filament_start_gcode": [
|
||||
"M900 K{if nozzle_diameter[filament_extruder_id]==0.4}0.07{elsif nozzle_diameter[filament_extruder_id]==0.25}0.12{elsif nozzle_diameter[filament_extruder_id]==0.3}0.09{elsif nozzle_diameter[filament_extruder_id]==0.35}0.08{elsif nozzle_diameter[filament_extruder_id]==0.6}0.04{elsif nozzle_diameter[filament_extruder_id]==0.5}0.05{elsif nozzle_diameter[filament_extruder_id]==0.8}0.02{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*(MK4IS|XLIS|MK4S|MK3.9S).*/}\nM572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.053{elsif nozzle_diameter[filament_extruder_id]==0.5}0.042{elsif nozzle_diameter[filament_extruder_id]==0.6}0.032{elsif nozzle_diameter[filament_extruder_id]==0.8}0.018{elsif nozzle_diameter[filament_extruder_id]==0.25}0.18{elsif nozzle_diameter[filament_extruder_id]==0.3}0.1{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp"
|
||||
],
|
||||
"filament_wipe": "1",
|
||||
"filament_z_hop": "0.15",
|
||||
"from": "system",
|
||||
"full_fan_speed_layer": "5",
|
||||
"hot_plate_temp": "90",
|
||||
"hot_plate_temp_initial_layer": "85",
|
||||
"inherits": "fdm_filament_pet",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic PETG @MK4S",
|
||||
"nozzle_temperature": "240",
|
||||
"nozzle_temperature_initial_layer": "230",
|
||||
"overhang_fan_speed": "40",
|
||||
"setting_id": "GFSA04",
|
||||
"slow_down_layer_time": "7",
|
||||
"slow_down_min_speed": "15",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S 0.6 nozzle"
|
||||
],
|
||||
"fan_cooling_layer_time": "22",
|
||||
"filament_id": "Generic PLA @MK4S 0.6",
|
||||
"from": "system",
|
||||
"inherits": "Prusa Generic PLA @MK4S",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic PLA @MK4S 0.6",
|
||||
"nozzle_temperature": "210",
|
||||
"setting_id": "GFSA04",
|
||||
"slow_down_layer_time": "10",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S 0.8 nozzle"
|
||||
],
|
||||
"fan_cooling_layer_time": "25",
|
||||
"fan_min_speed": "80",
|
||||
"filament_id": "Generic PLA @MK4S 0.8",
|
||||
"filament_max_volumetric_speed": "19",
|
||||
"from": "system",
|
||||
"inherits": "Prusa Generic PLA @MK4S",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic PLA @MK4S 0.8",
|
||||
"nozzle_temperature": "225",
|
||||
"setting_id": "GFSA04",
|
||||
"slow_down_layer_time": "15",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S HF0.4 nozzle"
|
||||
],
|
||||
"filament_id": "Generic PLA @MK4S HF0.4",
|
||||
"filament_max_volumetric_speed": "22",
|
||||
"filament_start_gcode": [
|
||||
"M572 S{if nozzle_diameter[0]==0.4}0.036{elsif nozzle_diameter[0]==0.5}0.026{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.015{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.08{else}0{endif} ; Filament gcode\n\nM142 S36 ; set heatbreak target temp"
|
||||
],
|
||||
"from": "system",
|
||||
"inherits": "Prusa Generic PLA @MK4S",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic PLA @MK4S HF0.4",
|
||||
"nozzle_temperature": "225",
|
||||
"setting_id": "GFSA04",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S HF0.5 nozzle"
|
||||
],
|
||||
"fan_cooling_layer_time": "20",
|
||||
"filament_id": "Generic PLA @MK4S HF0.5",
|
||||
"filament_max_volumetric_speed": "24",
|
||||
"from": "system",
|
||||
"inherits": "Prusa Generic PLA @MK4S HF0.4",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic PLA @MK4S HF0.5",
|
||||
"setting_id": "GFSA04",
|
||||
"slow_down_layer_time": "8",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S HF0.6 nozzle"
|
||||
],
|
||||
"fan_cooling_layer_time": "22",
|
||||
"filament_id": "Generic PLA @MK4S HF0.6",
|
||||
"filament_max_volumetric_speed": "30",
|
||||
"from": "system",
|
||||
"inherits": "Prusa Generic PLA @MK4S HF0.4",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic PLA @MK4S HF0.6",
|
||||
"setting_id": "GFSA04",
|
||||
"slow_down_layer_time": "10",
|
||||
"slow_down_min_speed": "15",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S HF0.8 nozzle"
|
||||
],
|
||||
"fan_cooling_layer_time": "25",
|
||||
"fan_min_speed": "80",
|
||||
"filament_id": "Generic PLA @MK4S HF0.8",
|
||||
"filament_max_volumetric_speed": "35",
|
||||
"from": "system",
|
||||
"inherits": "Prusa Generic PLA @MK4S HF0.4",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic PLA @MK4S HF0.8",
|
||||
"setting_id": "GFSA04",
|
||||
"slow_down_layer_time": "15",
|
||||
"slow_down_min_speed": "15",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,33 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S 0.25 nozzle",
|
||||
"Prusa MK4S 0.3 nozzle",
|
||||
"Prusa MK4S 0.4 nozzle",
|
||||
"Prusa MK4S 0.5 nozzle"
|
||||
],
|
||||
"default_filament_colour": "#FF8000",
|
||||
"fan_cooling_layer_time": "17",
|
||||
"fan_min_speed": "70",
|
||||
"filament_cost": "25.4",
|
||||
"filament_end_gcode": [
|
||||
"; Filament-specific end gcode"
|
||||
],
|
||||
"filament_id": "Generic PLA @MK4S",
|
||||
"filament_max_volumetric_speed": "15",
|
||||
"filament_notes": [
|
||||
""
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"M900 K{if nozzle_diameter[filament_extruder_id]==0.4}0.05{elsif nozzle_diameter[filament_extruder_id]==0.25}0.14{elsif nozzle_diameter[filament_extruder_id]==0.3}0.07{elsif nozzle_diameter[filament_extruder_id]==0.35}0.06{elsif nozzle_diameter[filament_extruder_id]==0.6}0.03{elsif nozzle_diameter[filament_extruder_id]==0.5}0.035{elsif nozzle_diameter[filament_extruder_id]==0.8}0.015{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*(MK4IS|XLIS|MK4S|MK3.9S).*/}\nM572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.036{elsif nozzle_diameter[filament_extruder_id]==0.5}0.025{elsif nozzle_diameter[filament_extruder_id]==0.6}0.02{elsif nozzle_diameter[filament_extruder_id]==0.8}0.014{elsif nozzle_diameter[filament_extruder_id]==0.25}0.12{elsif nozzle_diameter[filament_extruder_id]==0.3}0.08{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp"
|
||||
],
|
||||
"from": "system",
|
||||
"full_fan_speed_layer": "3",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic PLA @MK4S",
|
||||
"nozzle_temperature_initial_layer": "230",
|
||||
"setting_id": "GFSA04",
|
||||
"slow_down_layer_time": "6",
|
||||
"slow_down_min_speed": "20",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S 0.6 nozzle",
|
||||
"Prusa MK4S HF0.6 nozzle"
|
||||
],
|
||||
"fan_cooling_layer_time": "22",
|
||||
"filament_id": "Generic PLA Silk @MK4S 0.6",
|
||||
"filament_max_volumetric_speed": "9",
|
||||
"from": "system",
|
||||
"inherits": "Prusa Generic PLA Silk @MK4S",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic PLA Silk @MK4S 0.6",
|
||||
"nozzle_temperature": "215",
|
||||
"setting_id": "GFSA04",
|
||||
"slow_down_layer_time": "10",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S 0.8 nozzle",
|
||||
"Prusa MK4S HF0.8 nozzle"
|
||||
],
|
||||
"fan_cooling_layer_time": "25",
|
||||
"fan_min_speed": "80",
|
||||
"filament_id": "Generic PLA Silk @MK4S 0.8",
|
||||
"filament_max_volumetric_speed": "12",
|
||||
"from": "system",
|
||||
"inherits": "Prusa Generic PLA Silk @MK4S",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic PLA Silk @MK4S 0.8",
|
||||
"setting_id": "GFSA04",
|
||||
"slow_down_layer_time": "15",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,24 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S 0.25 nozzle",
|
||||
"Prusa MK4S 0.3 nozzle",
|
||||
"Prusa MK4S 0.4 nozzle",
|
||||
"Prusa MK4S 0.5 nozzle",
|
||||
"Prusa MK4S HF0.25 nozzle",
|
||||
"Prusa MK4S HF0.3 nozzle",
|
||||
"Prusa MK4S HF0.4 nozzle",
|
||||
"Prusa MK4S HF0.5 nozzle"
|
||||
],
|
||||
"filament_id": "Generic PLA Silk @MK4S",
|
||||
"filament_max_volumetric_speed": "7",
|
||||
"filament_start_gcode": [
|
||||
"M900 K{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.07{elsif nozzle_diameter[0]==0.35}0.06{elsif nozzle_diameter[0]==0.6}0.03{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.8}0.015{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*(MK4IS|XLIS|MK4S|MK3.9S).*/}\nM572 S{if nozzle_diameter[0]==0.4}0.03{elsif nozzle_diameter[0]==0.5}0.022{elsif nozzle_diameter[0]==0.6}0.018{elsif nozzle_diameter[0]==0.8}0.012{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.075{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp"
|
||||
],
|
||||
"from": "system",
|
||||
"inherits": "Prusa Generic PLA @MK4S",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic PLA Silk @MK4S",
|
||||
"nozzle_temperature": "225",
|
||||
"setting_id": "GFSA04",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S 0.6 nozzle",
|
||||
"Prusa MK4S HF0.6 nozzle"
|
||||
],
|
||||
"filament_id": "Generic FLEX @MK4S 0.6",
|
||||
"filament_max_volumetric_speed": "6",
|
||||
"from": "system",
|
||||
"inherits": "Prusa Generic TPU @MK4S",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic TPU @MK4S 0.6",
|
||||
"setting_id": "GFSA04",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S 0.8 nozzle",
|
||||
"Prusa MK4S HF0.8 nozzle"
|
||||
],
|
||||
"filament_id": "Generic FLEX @MK4S 0.8",
|
||||
"filament_max_volumetric_speed": "9",
|
||||
"from": "system",
|
||||
"inherits": "Prusa Generic TPU @MK4S",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic TPU @MK4S 0.8",
|
||||
"setting_id": "GFSA04",
|
||||
"type": "filament"
|
||||
}
|
@ -0,0 +1,49 @@
|
||||
{
|
||||
"close_fan_the_first_x_layers": "3",
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S 0.3 nozzle",
|
||||
"Prusa MK4S 0.4 nozzle",
|
||||
"Prusa MK4S 0.5 nozzle",
|
||||
"Prusa MK4S HF0.4 nozzle",
|
||||
"Prusa MK4S HF0.5 nozzle"
|
||||
],
|
||||
"default_filament_colour": "#008000",
|
||||
"fan_max_speed": "50",
|
||||
"fan_min_speed": "30",
|
||||
"filament_cost": "82",
|
||||
"filament_density": "1.22",
|
||||
"filament_deretraction_speed": "20",
|
||||
"filament_end_gcode": [
|
||||
"; Filament-specific end gcode"
|
||||
],
|
||||
"filament_flow_ratio": "1.08",
|
||||
"filament_id": "Generic FLEX @MK4S",
|
||||
"filament_max_volumetric_speed": "3",
|
||||
"filament_notes": [
|
||||
""
|
||||
],
|
||||
"filament_retraction_length": "2.5",
|
||||
"filament_retraction_minimum_travel": "2",
|
||||
"filament_retraction_speed": "60",
|
||||
"filament_start_gcode": [
|
||||
"M900 K0 ; Filament gcode\n\nM142 S36 ; set heatbreak target temp"
|
||||
],
|
||||
"filament_type": [
|
||||
"FLEX"
|
||||
],
|
||||
"filament_wipe": "0",
|
||||
"filament_z_hop": "0",
|
||||
"from": "system",
|
||||
"hot_plate_temp": "50",
|
||||
"hot_plate_temp_initial_layer": "50",
|
||||
"inherits": "fdm_filament_tpu",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic TPU @MK4S",
|
||||
"nozzle_temperature": "230",
|
||||
"nozzle_temperature_initial_layer": "230",
|
||||
"overhang_fan_speed": "70",
|
||||
"setting_id": "GFSA04",
|
||||
"slow_down_layer_time": "10",
|
||||
"slow_down_min_speed": "15",
|
||||
"type": "filament"
|
||||
}
|
21
resources/profiles/Prusa/machine/Prusa MK4S 0.25 nozzle.json
Normal file
21
resources/profiles/Prusa/machine/Prusa MK4S 0.25 nozzle.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"default_print_profile": "0.12mm STRUCTURAL @MK4S 0.25",
|
||||
"from": "system",
|
||||
"inherits": "Prusa MK4S 0.4 nozzle",
|
||||
"instantiation": "true",
|
||||
"machine_max_acceleration_travel": [
|
||||
"2500",
|
||||
"2500"
|
||||
],
|
||||
"max_layer_height": "0.15",
|
||||
"min_layer_height": "0.05",
|
||||
"name": "Prusa MK4S 0.25 nozzle",
|
||||
"nozzle_diameter": [
|
||||
"0.25"
|
||||
],
|
||||
"printer_model": "MK4S",
|
||||
"printer_variant": "0.25",
|
||||
"retraction_length": "0.8",
|
||||
"type": "machine",
|
||||
"z_hop": "0.15"
|
||||
}
|
15
resources/profiles/Prusa/machine/Prusa MK4S 0.3 nozzle.json
Normal file
15
resources/profiles/Prusa/machine/Prusa MK4S 0.3 nozzle.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"default_print_profile": "0.16mm STRUCTURAL @MK4S 0.3",
|
||||
"from": "system",
|
||||
"inherits": "Prusa MK4S 0.4 nozzle",
|
||||
"instantiation": "true",
|
||||
"max_layer_height": "0.22",
|
||||
"min_layer_height": "0.05",
|
||||
"name": "Prusa MK4S 0.3 nozzle",
|
||||
"nozzle_diameter": [
|
||||
"0.3"
|
||||
],
|
||||
"printer_model": "MK4S",
|
||||
"printer_variant": "0.3",
|
||||
"type": "machine"
|
||||
}
|
13
resources/profiles/Prusa/machine/Prusa MK4S 0.4 nozzle.json
Normal file
13
resources/profiles/Prusa/machine/Prusa MK4S 0.4 nozzle.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"default_filament_profile": "Prusament PLA @MK4S",
|
||||
"default_print_profile": "0.20mm SPEED @MK4S 0.4",
|
||||
"from": "system",
|
||||
"inherits": "fdm_machine_common_mk4s",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa MK4S 0.4 nozzle",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printer_model": "MK4S",
|
||||
"type": "machine"
|
||||
}
|
15
resources/profiles/Prusa/machine/Prusa MK4S 0.5 nozzle.json
Normal file
15
resources/profiles/Prusa/machine/Prusa MK4S 0.5 nozzle.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"default_print_profile": "0.20mm SPEED @MK4S 0.5",
|
||||
"from": "system",
|
||||
"inherits": "Prusa MK4S 0.4 nozzle",
|
||||
"instantiation": "true",
|
||||
"max_layer_height": "0.32",
|
||||
"name": "Prusa MK4S 0.5 nozzle",
|
||||
"nozzle_diameter": [
|
||||
"0.5"
|
||||
],
|
||||
"printer_model": "MK4S",
|
||||
"printer_variant": "0.5",
|
||||
"type": "machine",
|
||||
"wipe": "1"
|
||||
}
|
17
resources/profiles/Prusa/machine/Prusa MK4S 0.6 nozzle.json
Normal file
17
resources/profiles/Prusa/machine/Prusa MK4S 0.6 nozzle.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"default_filament_profile": "Prusament PLA @MK4S 0.6",
|
||||
"default_print_profile": "0.25mm SPEED @MK4S 0.6",
|
||||
"from": "system",
|
||||
"inherits": "Prusa MK4S 0.4 nozzle",
|
||||
"instantiation": "true",
|
||||
"max_layer_height": "0.40",
|
||||
"min_layer_height": "0.15",
|
||||
"name": "Prusa MK4S 0.6 nozzle",
|
||||
"nozzle_diameter": [
|
||||
"0.6"
|
||||
],
|
||||
"printer_model": "MK4S",
|
||||
"printer_variant": "0.6",
|
||||
"type": "machine",
|
||||
"wipe": "1"
|
||||
}
|
22
resources/profiles/Prusa/machine/Prusa MK4S 0.8 nozzle.json
Normal file
22
resources/profiles/Prusa/machine/Prusa MK4S 0.8 nozzle.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"default_filament_profile": "Prusament PLA @MK4S 0.8",
|
||||
"default_print_profile": "0.40mm QUALITY @MK4S 0.8",
|
||||
"deretraction_speed": "15",
|
||||
"from": "system",
|
||||
"inherits": "Prusa MK4S 0.4 nozzle",
|
||||
"instantiation": "true",
|
||||
"max_layer_height": "0.6",
|
||||
"min_layer_height": "0.2",
|
||||
"name": "Prusa MK4S 0.8 nozzle",
|
||||
"nozzle_diameter": [
|
||||
"0.8"
|
||||
],
|
||||
"printer_model": "MK4S",
|
||||
"printer_variant": "0.8",
|
||||
"retract_before_wipe": "50%",
|
||||
"retraction_length": "0.6",
|
||||
"retraction_speed": "25",
|
||||
"type": "machine",
|
||||
"wipe": "1",
|
||||
"z_hop": "0.25"
|
||||
}
|
12
resources/profiles/Prusa/machine/Prusa MK4S HF.json
Normal file
12
resources/profiles/Prusa/machine/Prusa MK4S HF.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"bed_model": "mk4_bed.stl",
|
||||
"bed_texture": "mk4s.svg",
|
||||
"default_materials": "Prusa Generic ABS @MK4S;Prusa Generic ASA @MK4S;Prusa Generic PETG @MK4S;Prusa Generic PLA @MK4S;Prusa Generic PLA Silk @MK4S;Prusa Generic TPU @MK4S",
|
||||
"family": "Prusa",
|
||||
"hotend_model": "",
|
||||
"machine_tech": "FFF",
|
||||
"model_id": "MK4S HF",
|
||||
"name": "Prusa MK4S HF",
|
||||
"nozzle_diameter": "0.4;0.5;0.6;0.8",
|
||||
"type": "machine_model"
|
||||
}
|
@ -0,0 +1,20 @@
|
||||
{
|
||||
"default_filament_profile": "Prusament PLA @HF0.4",
|
||||
"default_print_profile": "0.20mm SPEED @MK4S HF0.4",
|
||||
"from": "system",
|
||||
"inherits": "Prusa MK4S 0.4 nozzle",
|
||||
"instantiation": "true",
|
||||
"machine_start_gcode": [
|
||||
"M17 ; enable steppers\nM862.1 P[nozzle_diameter] ; nozzle check\nM862.3 P \"MK4S\" ; printer model check\nM862.5 P2 ; g-code level check\nM862.6 P\"Input shaper\" ; FW feature check\nM115 U6.1.3+7898\n\nM555 X{(min(print_bed_max[0], first_layer_print_min[0] + 32) - 32)} Y{(max(0, first_layer_print_min[1]) - 4)} W{((min(print_bed_max[0], max(first_layer_print_min[0] + 32, first_layer_print_max[0])))) - ((min(print_bed_max[0], first_layer_print_min[0] + 32) - 32))} H{((first_layer_print_max[1])) - ((max(0, first_layer_print_min[1]) - 4))}\n\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\n\nM140 S[first_layer_bed_temperature] ; set bed temp\nM104 T0 S{((filament_notes[0]=~/.*HT_MBL10.*/) ? (first_layer_temperature[0] - 10) : (filament_type[0] == \"PC\" or filament_type[0] == \"PA\") ? (first_layer_temperature[0] - 25) : (filament_type[0] == \"FLEX\") ? 210 : (filament_type[0]=~/.*PET.*/) ? 175 : 170)} ; set extruder temp for bed leveling\nM109 T0 R{((filament_notes[0]=~/.*HT_MBL10.*/) ? (first_layer_temperature[0] - 10) : (filament_type[0] == \"PC\" or filament_type[0] == \"PA\") ? (first_layer_temperature[0] - 25) : (filament_type[0] == \"FLEX\") ? 210 : (filament_type[0]=~/.*PET.*/) ? 175 : 170)} ; wait for temp\n\nM84 E ; turn off E motor\n\nG28 ; home all without mesh bed level\n\nG1 X42 Y-4 Z5 F4800\n\nM302 S160 ; lower cold extrusion limit to 160C\n\n{if filament_type[initial_tool]==\"FLEX\"}\nG1 E-4 F2400 ; retraction\n{else}\nG1 E-2 F2400 ; retraction\n{endif}\n\nM84 E ; turn off E motor\n\nG29 P9 X10 Y-4 W32 H4\n\n{if first_layer_bed_temperature[initial_tool]<=60}M106 S100{endif}\n\nG0 Z40 F10000\n\nM190 S[first_layer_bed_temperature] ; wait for bed temp\n\nM107\n\n;\n; MBL\n;\nM84 E ; turn off E motor\nG29 P1 ; invalidate mbl & probe print area\nG29 P1 X0 Y0 W50 H20 C ; probe near purge place\nG29 P3.2 ; interpolate mbl probes\nG29 P3.13 ; extrapolate mbl outside probe area\nG29 A ; activate mbl\n\n; prepare for purge\nM104 S{first_layer_temperature[0]}\nG0 X0 Y-4 Z15 F4800 ; move away and ready for the purge\nM109 S{first_layer_temperature[0]}\n\nG92 E0\nM569 S0 E ; set spreadcycle mode for extruder\n\n;\n; Extrude purge line\n;\nG92 E0 ; reset extruder position\nG1 E{(filament_type[0] == \"FLEX\" ? 4 : 2)} F2400 ; deretraction after the initial one before nozzle cleaning\nG0 E7 X15 Z0.2 F500 ; purge\nG0 X25 E4 F500 ; purge\nG0 X35 E4 F650 ; purge\nG0 X45 E4 F800 ; purge\nG0 X48 Z0.05 F8000 ; wipe, move close to the bed\nG0 X51 Z0.2 F8000 ; wipe, move quickly away from the bed\n\nG92 E0\nM221 S100 ; set flow to 100%"
|
||||
],
|
||||
"name": "Prusa MK4S HF0.4 nozzle",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printer_model": "MK4S HF",
|
||||
"printer_notes": [
|
||||
"Don't remove the following keywords! These keywords are used in the \"compatible printer\" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_MODEL_MK4S\nPG\nHF_NOZZLE\nNO_TEMPLATES"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"type": "machine"
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
{
|
||||
"default_print_profile": "0.20mm SPEED @MK4S HF0.5",
|
||||
"from": "system",
|
||||
"inherits": "Prusa MK4S HF0.4 nozzle",
|
||||
"instantiation": "true",
|
||||
"max_layer_height": "0.32",
|
||||
"name": "Prusa MK4S HF0.5 nozzle",
|
||||
"nozzle_diameter": [
|
||||
"0.5"
|
||||
],
|
||||
"printer_model": "MK4S HF",
|
||||
"printer_variant": "0.5",
|
||||
"type": "machine",
|
||||
"wipe": "1"
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"default_print_profile": "0.32mm SPEED @MK4S HF0.6",
|
||||
"from": "system",
|
||||
"inherits": "Prusa MK4S HF0.4 nozzle",
|
||||
"instantiation": "true",
|
||||
"max_layer_height": "0.40",
|
||||
"min_layer_height": "0.15",
|
||||
"name": "Prusa MK4S HF0.6 nozzle",
|
||||
"nozzle_diameter": [
|
||||
"0.6"
|
||||
],
|
||||
"printer_model": "MK4S HF",
|
||||
"printer_variant": "0.6",
|
||||
"type": "machine",
|
||||
"wipe": "1"
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
{
|
||||
"default_filament_profile": "Prusament PLA @HF0.8",
|
||||
"default_print_profile": "0.40mm STRUCTURAL @MK4S HF0.8",
|
||||
"deretraction_speed": "15",
|
||||
"from": "system",
|
||||
"inherits": "Prusa MK4S HF0.4 nozzle",
|
||||
"instantiation": "true",
|
||||
"max_layer_height": "0.6",
|
||||
"min_layer_height": "0.2",
|
||||
"name": "Prusa MK4S HF0.8 nozzle",
|
||||
"nozzle_diameter": [
|
||||
"0.8"
|
||||
],
|
||||
"printer_model": "MK4S HF",
|
||||
"printer_variant": "0.8",
|
||||
"retract_before_wipe": "50%",
|
||||
"retraction_length": "0.6",
|
||||
"retraction_speed": "25",
|
||||
"type": "machine",
|
||||
"wipe": "1",
|
||||
"z_hop": "0.25"
|
||||
}
|
12
resources/profiles/Prusa/machine/Prusa MK4S.json
Normal file
12
resources/profiles/Prusa/machine/Prusa MK4S.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"bed_model": "mk4_bed.stl",
|
||||
"bed_texture": "mk4s.svg",
|
||||
"default_materials": "Prusa Generic ABS @MK4S;Prusa Generic ASA @MK4S;Prusa Generic PETG @MK4S;Prusa Generic PLA @MK4S;Prusa Generic PLA Silk @MK4S;Prusa Generic TPU @MK4S",
|
||||
"family": "Prusa",
|
||||
"hotend_model": "",
|
||||
"machine_tech": "FFF",
|
||||
"model_id": "MK4S",
|
||||
"name": "Prusa MK4S",
|
||||
"nozzle_diameter": "0.25;0.3;0.4;0.5;0.6;0.8",
|
||||
"type": "machine_model"
|
||||
}
|
129
resources/profiles/Prusa/machine/fdm_machine_common_mk4s.json
Normal file
129
resources/profiles/Prusa/machine/fdm_machine_common_mk4s.json
Normal file
@ -0,0 +1,129 @@
|
||||
{
|
||||
"before_layer_change_gcode": [
|
||||
";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\nM201 X{interpolate_table(extruded_weight_total, (0,4000), (1400,2500), (10000,2500))} Y{interpolate_table(extruded_weight_total, (0,4000), (1400,2500), (10000,2500))}\n"
|
||||
],
|
||||
"change_filament_gcode": [
|
||||
""
|
||||
],
|
||||
"default_filament_profile": "Prusament PLA @PGIS",
|
||||
"default_print_profile": "0.20mm SPEED @MK4IS 0.4",
|
||||
"deretraction_speed": "25",
|
||||
"extruder_clearance_height_to_lid": "220",
|
||||
"extruder_clearance_height_to_rod": "14",
|
||||
"extruder_clearance_radius": "45",
|
||||
"from": "system",
|
||||
"gcode_flavor": "marlin2",
|
||||
"host_type": "prusalink",
|
||||
"inherits": "fdm_machine_common",
|
||||
"instantiation": "false",
|
||||
"layer_change_gcode": [
|
||||
";AFTER_LAYER_CHANGE\n;[layer_z]\n{if ! spiral_mode}M74 W[extruded_weight_total]{endif}\n"
|
||||
],
|
||||
"machine_end_gcode": [
|
||||
"{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+1, max_print_height)} F720 ; Move print head up{endif}\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X241 Y170 F3600 ; park\n{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+23, max_print_height)} F300 ; Move print head up{endif}\nG4 ; wait\nM572 S0 ; reset PA\nM593 X T2 F0 ; disable IS\nM593 Y T2 F0 ; disable IS\nM84 X Y E ; disable motors\n; max_layer_z = [max_layer_z]"
|
||||
],
|
||||
"machine_max_acceleration_e": [
|
||||
"2500",
|
||||
"2500"
|
||||
],
|
||||
"machine_max_acceleration_extruding": [
|
||||
"4000",
|
||||
"2500"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"1200",
|
||||
"1200"
|
||||
],
|
||||
"machine_max_acceleration_travel": [
|
||||
"4000",
|
||||
"2500"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"4000",
|
||||
"2500"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"4000",
|
||||
"2500"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"8",
|
||||
"8"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"8",
|
||||
"8"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"2",
|
||||
"2"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"100",
|
||||
"100"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"300",
|
||||
"160"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"300",
|
||||
"160"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"40",
|
||||
"40"
|
||||
],
|
||||
"machine_start_gcode": [
|
||||
"M17 ; enable steppers\nM862.1 P[nozzle_diameter] ; nozzle check\nM862.3 P \"[printer_model]\" ; printer model check\nM862.5 P2 ; g-code level check\nM862.6 P\"Input shaper\" ; FW feature check\nM115 U6.1.3+7898\n\nM555 X{(min(print_bed_max[0], first_layer_print_min[0] + 32) - 32)} Y{(max(0, first_layer_print_min[1]) - 4)} W{((min(print_bed_max[0], max(first_layer_print_min[0] + 32, first_layer_print_max[0])))) - ((min(print_bed_max[0], first_layer_print_min[0] + 32) - 32))} H{((first_layer_print_max[1])) - ((max(0, first_layer_print_min[1]) - 4))}\n\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\n\nM140 S[first_layer_bed_temperature] ; set bed temp\nM104 T0 S{((filament_notes[0]=~/.*HT_MBL10.*/) ? (first_layer_temperature[0] - 10) : (filament_type[0] == \"PC\" or filament_type[0] == \"PA\") ? (first_layer_temperature[0] - 25) : (filament_type[0] == \"FLEX\") ? 210 : (filament_type[0]=~/.*PET.*/) ? 175 : 170)} ; set extruder temp for bed leveling\nM109 T0 R{((filament_notes[0]=~/.*HT_MBL10.*/) ? (first_layer_temperature[0] - 10) : (filament_type[0] == \"PC\" or filament_type[0] == \"PA\") ? (first_layer_temperature[0] - 25) : (filament_type[0] == \"FLEX\") ? 210 : (filament_type[0]=~/.*PET.*/) ? 175 : 170)} ; wait for temp\n\nM84 E ; turn off E motor\n\nG28 ; home all without mesh bed level\n\nG1 X42 Y-4 Z5 F4800\n\nM302 S160 ; lower cold extrusion limit to 160C\n\n{if filament_type[initial_tool]==\"FLEX\"}\nG1 E-4 F2400 ; retraction\n{else}\nG1 E-2 F2400 ; retraction\n{endif}\n\nM84 E ; turn off E motor\n\nG29 P9 X10 Y-4 W32 H4\n\n{if first_layer_bed_temperature[initial_tool]<=60}M106 S100{endif}\n\nG0 Z40 F10000\n\nM190 S[first_layer_bed_temperature] ; wait for bed temp\n\nM107\n\n;\n; MBL\n;\nM84 E ; turn off E motor\nG29 P1 ; invalidate mbl & probe print area\nG29 P1 X0 Y0 W50 H20 C ; probe near purge place\nG29 P3.2 ; interpolate mbl probes\nG29 P3.13 ; extrapolate mbl outside probe area\nG29 A ; activate mbl\n\n; prepare for purge\nM104 S{first_layer_temperature[0]}\nG0 X0 Y-4 Z15 F4800 ; move away and ready for the purge\nM109 S{first_layer_temperature[0]}\n\nG92 E0\nM569 S0 E ; set spreadcycle mode for extruder\n\n;\n; Extrude purge line\n;\nG92 E0 ; reset extruder position\nG1 E{(filament_type[0] == \"FLEX\" ? 4 : 2)} F2400 ; deretraction after the initial one before nozzle cleaning\nG0 E7 X15 Z0.2 F500 ; purge\nG0 X25 E4 F500 ; purge\nG0 X35 E4 F650 ; purge\nG0 X45 E4 F800 ; purge\nG0 X48 Z0.05 F8000 ; wipe, move close to the bed\nG0 X51 Z0.2 F8000 ; wipe, move quickly away from the bed\n\nG92 E0\nM221 S100 ; set flow to 100%"
|
||||
],
|
||||
"max_layer_height": "0.30",
|
||||
"min_layer_height": "0.07",
|
||||
"name": "fdm_machine_common_mk4s",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x210",
|
||||
"0x210"
|
||||
],
|
||||
"printable_height": "220",
|
||||
"printer_model": "MK4S",
|
||||
"printer_notes": [
|
||||
"Don't remove the following keywords! These keywords are used in the \"compatible printer\" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_MODEL_MK4S\nPG\nNO_TEMPLATES"
|
||||
],
|
||||
"retract_before_wipe": "80",
|
||||
"retract_length_toolchange": "0",
|
||||
"retract_lift_above": "0",
|
||||
"retract_lift_below": "219",
|
||||
"retract_when_changing_layer": "0",
|
||||
"retraction_length": "0.7",
|
||||
"retraction_minimum_travel": "1.5",
|
||||
"retraction_speed": "35",
|
||||
"silent_mode": "1",
|
||||
"single_extruder_multi_material": "0",
|
||||
"thumbnails": [
|
||||
"16x16/QOI",
|
||||
"313x173/QOI",
|
||||
"440x240/QOI",
|
||||
"480x240/QOI",
|
||||
"640x480/PNG"
|
||||
],
|
||||
"travel_slope": "1",
|
||||
"type": "machine",
|
||||
"use_firmware_retraction": "0",
|
||||
"use_relative_e_distances": "1",
|
||||
"wipe": "0",
|
||||
"z_hop": "0.2",
|
||||
"z_hop_types": "Slope Lift"
|
||||
}
|
614
resources/profiles/Prusa/mk4s.svg
Normal file
614
resources/profiles/Prusa/mk4s.svg
Normal file
@ -0,0 +1,614 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
id="svg3128"
|
||||
width="710.1"
|
||||
height="596.7"
|
||||
viewBox="0 0 710.1 596.7"
|
||||
version="1.1"
|
||||
sodipodi:docname="mk4s.svg"
|
||||
inkscape:version="1.1 (c68e22c387, 2021-05-23)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs119">
|
||||
<rect
|
||||
x="503.74331"
|
||||
y="380.02887"
|
||||
width="100.47526"
|
||||
height="64.249486"
|
||||
id="rect17008" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview117"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#eeeeee"
|
||||
borderopacity="1"
|
||||
inkscape:pageshadow="0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
showgrid="false"
|
||||
inkscape:zoom="1.4630467"
|
||||
inkscape:cx="330.133"
|
||||
inkscape:cy="298.35001"
|
||||
inkscape:window-width="1675"
|
||||
inkscape:window-height="1081"
|
||||
inkscape:window-x="26"
|
||||
inkscape:window-y="26"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="g106" />
|
||||
<line
|
||||
id="line2794"
|
||||
x1=".7"
|
||||
y1=".7"
|
||||
x2=".7"
|
||||
y2="596"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4px;" />
|
||||
<line
|
||||
id="line2796"
|
||||
x1="142.4"
|
||||
y1=".7"
|
||||
x2="142.4"
|
||||
y2="595.6"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4px;" />
|
||||
<line
|
||||
id="line2798"
|
||||
x1="284.2"
|
||||
y1=".7"
|
||||
x2="284.2"
|
||||
y2="595.6"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4px;" />
|
||||
<line
|
||||
id="line2800"
|
||||
x1="709.4"
|
||||
y1="596"
|
||||
x2="709.4"
|
||||
y2=".7"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4px;" />
|
||||
<line
|
||||
id="line2802"
|
||||
x1="1.2"
|
||||
y1="581.8"
|
||||
x2="709.4"
|
||||
y2="581.8"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4px;" />
|
||||
<line
|
||||
id="line2804"
|
||||
x1=".7"
|
||||
y1="596"
|
||||
x2="709.4"
|
||||
y2="596"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4px;" />
|
||||
<line
|
||||
id="line2806"
|
||||
x1="1.2"
|
||||
y1="440.1"
|
||||
x2="709.4"
|
||||
y2="440.1"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4px;" />
|
||||
<line
|
||||
id="line2808"
|
||||
x1="1.2"
|
||||
y1="298.4"
|
||||
x2="709.4"
|
||||
y2="298.4"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4px;" />
|
||||
<line
|
||||
id="line2810"
|
||||
x1="1.2"
|
||||
y1="156.6"
|
||||
x2="709.4"
|
||||
y2="156.6"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4px;" />
|
||||
<line
|
||||
id="line2812"
|
||||
x1="1.2"
|
||||
y1="14.9"
|
||||
x2="709.4"
|
||||
y2="14.9"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4px;" />
|
||||
<line
|
||||
id="line2814"
|
||||
x1="709.4"
|
||||
y1=".7"
|
||||
x2=".7"
|
||||
y2=".7"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4px;" />
|
||||
<line
|
||||
id="line2816"
|
||||
x1="425.9"
|
||||
y1=".7"
|
||||
x2="425.9"
|
||||
y2="499.4"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4px;" />
|
||||
<line
|
||||
id="line2818"
|
||||
x1="425.9"
|
||||
y1="522.5"
|
||||
x2="425.9"
|
||||
y2="595.7"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4px;" />
|
||||
<line
|
||||
id="line2820"
|
||||
x1="567.6"
|
||||
y1=".7"
|
||||
x2="567.6"
|
||||
y2="499.4"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4px;" />
|
||||
<line
|
||||
id="line2822"
|
||||
x1="567.6"
|
||||
y1="522.5"
|
||||
x2="567.6"
|
||||
y2="527.7"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4px;" />
|
||||
<line
|
||||
id="line2824"
|
||||
x1="567.6"
|
||||
y1="548.6"
|
||||
x2="567.6"
|
||||
y2="595.4"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4px;" />
|
||||
<line
|
||||
id="line2826"
|
||||
x1="85.8"
|
||||
y1=".7"
|
||||
x2="85.8"
|
||||
y2="595.9"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2828"
|
||||
x1="114.1"
|
||||
y1=".7"
|
||||
x2="114.1"
|
||||
y2="595.9"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2830"
|
||||
x1="170.8"
|
||||
y1=".7"
|
||||
x2="170.8"
|
||||
y2="595.9"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2832"
|
||||
x1="199.1"
|
||||
y1=".7"
|
||||
x2="199.1"
|
||||
y2="595.9"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2834"
|
||||
x1="227.5"
|
||||
y1=".7"
|
||||
x2="227.5"
|
||||
y2="595.9"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2836"
|
||||
x1="255.8"
|
||||
y1=".7"
|
||||
x2="255.8"
|
||||
y2="595.9"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2838"
|
||||
x1="312.5"
|
||||
y1=".7"
|
||||
x2="312.5"
|
||||
y2="595.9"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2840"
|
||||
x1="340.9"
|
||||
y1=".7"
|
||||
x2="340.9"
|
||||
y2="595.9"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2842"
|
||||
x1="681"
|
||||
y1=".7"
|
||||
x2="681"
|
||||
y2="595.9"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2844"
|
||||
x1="29.1"
|
||||
y1=".7"
|
||||
x2="29.1"
|
||||
y2="595.9"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2846"
|
||||
x1="57.4"
|
||||
y1=".7"
|
||||
x2="57.4"
|
||||
y2="595.9"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2848"
|
||||
x1="1.5"
|
||||
y1="468.4"
|
||||
x2="709.4"
|
||||
y2="468.4"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2850"
|
||||
x1="1.5"
|
||||
y1="496.8"
|
||||
x2="709.4"
|
||||
y2="496.8"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2852"
|
||||
x1="1.5"
|
||||
y1="525.1"
|
||||
x2="709.4"
|
||||
y2="525.1"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2854"
|
||||
x1="1.5"
|
||||
y1="553.5"
|
||||
x2="709.4"
|
||||
y2="553.5"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2856"
|
||||
x1="1.5"
|
||||
y1="411.7"
|
||||
x2="709.4"
|
||||
y2="411.7"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2858"
|
||||
x1="1.5"
|
||||
y1="383.4"
|
||||
x2="709.4"
|
||||
y2="383.4"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2860"
|
||||
x1="1.5"
|
||||
y1="355"
|
||||
x2="709.4"
|
||||
y2="355"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2862"
|
||||
x1="1.5"
|
||||
y1="326.7"
|
||||
x2="709.4"
|
||||
y2="326.7"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2864"
|
||||
x1="1.5"
|
||||
y1="270"
|
||||
x2="709.4"
|
||||
y2="270"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2866"
|
||||
x1="1.5"
|
||||
y1="241.6"
|
||||
x2="709.4"
|
||||
y2="241.6"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2868"
|
||||
x1="1.5"
|
||||
y1="213.3"
|
||||
x2="709.4"
|
||||
y2="213.3"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2870"
|
||||
x1="1.5"
|
||||
y1="185"
|
||||
x2="709.4"
|
||||
y2="185"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2872"
|
||||
x1="1.5"
|
||||
y1="128.3"
|
||||
x2="709.4"
|
||||
y2="128.3"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2874"
|
||||
x1="1.5"
|
||||
y1="99.9"
|
||||
x2="709.4"
|
||||
y2="99.9"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2876"
|
||||
x1="1.5"
|
||||
y1="71.6"
|
||||
x2="709.4"
|
||||
y2="71.6"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2878"
|
||||
x1="1.5"
|
||||
y1="43.2"
|
||||
x2="709.4"
|
||||
y2="43.2"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2880"
|
||||
x1="369.2"
|
||||
y1=".7"
|
||||
x2="369.2"
|
||||
y2="522.6"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2882"
|
||||
x1="369.2"
|
||||
y1="522.6"
|
||||
x2="369.2"
|
||||
y2="595.7"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2884"
|
||||
x1="397.6"
|
||||
y1=".7"
|
||||
x2="397.6"
|
||||
y2="499.4"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2886"
|
||||
x1="397.5"
|
||||
y1="522.6"
|
||||
x2="397.5"
|
||||
y2="595.7"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2888"
|
||||
x1="454.2"
|
||||
y1=".7"
|
||||
x2="454.2"
|
||||
y2="499.4"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2890"
|
||||
x1="454.3"
|
||||
y1="522.6"
|
||||
x2="454.3"
|
||||
y2="595.6"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2892"
|
||||
x1="482.6"
|
||||
y1=".7"
|
||||
x2="482.6"
|
||||
y2="499.4"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2894"
|
||||
x1="482.6"
|
||||
y1="522.6"
|
||||
x2="482.6"
|
||||
y2="595.6"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2896"
|
||||
x1="510.9"
|
||||
y1=".7"
|
||||
x2="510.9"
|
||||
y2="499.4"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2898"
|
||||
x1="510.9"
|
||||
y1="522.6"
|
||||
x2="510.9"
|
||||
y2="595.6"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2900"
|
||||
x1="539.3"
|
||||
y1=".7"
|
||||
x2="539.3"
|
||||
y2="499.4"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2902"
|
||||
x1="539.3"
|
||||
y1="522.6"
|
||||
x2="539.3"
|
||||
y2="595.6"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2904"
|
||||
x1="596"
|
||||
y1=".7"
|
||||
x2="596"
|
||||
y2="499.4"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2906"
|
||||
x1="624.3"
|
||||
y1=".7"
|
||||
x2="624.3"
|
||||
y2="499.4"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2908"
|
||||
x1="652.70422"
|
||||
y1="0.69116008"
|
||||
x2="652.70422"
|
||||
y2="499.43613"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:0.391065px;stroke-linecap:round;stroke-linejoin:round" />
|
||||
<line
|
||||
id="line2910"
|
||||
x1="652.7"
|
||||
y1="522.5"
|
||||
x2="652.7"
|
||||
y2="527.7"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2912"
|
||||
x1="652.6"
|
||||
y1="548.3"
|
||||
x2="652.6"
|
||||
y2="596"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2914"
|
||||
x1="624.3"
|
||||
y1="522.5"
|
||||
x2="624.3"
|
||||
y2="527.7"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2916"
|
||||
x1="624.3"
|
||||
y1="548.3"
|
||||
x2="624.3"
|
||||
y2="596"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2918"
|
||||
x1="596"
|
||||
y1="522.5"
|
||||
x2="596"
|
||||
y2="527.7"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<line
|
||||
id="line2920"
|
||||
x1="596"
|
||||
y1="548.3"
|
||||
x2="596"
|
||||
y2="596"
|
||||
style="fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .4px;" />
|
||||
<path
|
||||
id="path3098"
|
||||
d="m548.6,532h2.1v4.8h0c.1-.2.3-.4.5-.6.2-.2.4-.3.7-.5.2-.1.5-.2.8-.3.3,0,.5-.1.8,0,.7,0,1.3.1,1.9.4.5.2,1,.6,1.4,1.1.4.5.6,1,.8,1.6.2.6.3,1.3.3,1.9,0,.6,0,1.2-.2,1.8-.2.6-.4,1.1-.7,1.6-.7,1-1.8,1.5-3,1.5-.3,0-.6,0-1,0-.3,0-.6-.1-.9-.2-.3-.1-.5-.3-.8-.5-.2-.2-.4-.5-.6-.8h0v1.3h-2v-12.9Zm7.2,8.2c0-.4,0-.8-.2-1.2-.1-.4-.3-.7-.5-1-.2-.3-.5-.6-.8-.7-.3-.2-.7-.3-1.1-.3-.8,0-1.5.3-2,.9-.5.7-.7,1.6-.7,2.4,0,.4,0,.9.2,1.3.1.4.3.7.5,1,.2.3.5.5.8.7.3.2.7.3,1.1.2.4,0,.8,0,1.2-.3.3-.2.6-.4.8-.7.2-.3.4-.7.5-1,0-.4.1-.8.1-1.2Z"
|
||||
style="fill: #fff;" />
|
||||
<path
|
||||
id="path3100"
|
||||
d="m558.5,535.6h2.2l2.4,7h0l2.4-7h2.1l-3.6,9.8c-.2.4-.3.8-.5,1.2-.2.4-.4.7-.6,1-.2.3-.5.5-.9.7-.4.2-.9.3-1.3.3-.5,0-1,0-1.4-.1v-1.7h.5c.2,0,.3,0,.5,0,.2,0,.4,0,.6,0,.1,0,.3-.1.4-.3.1-.1.2-.3.3-.4,0-.2.1-.4.2-.5l.2-.7-3.5-9.2Z"
|
||||
style="fill: #fff;" />
|
||||
<path
|
||||
id="path3102"
|
||||
d="m581.1,540.8c0,.5,0,1.1-.1,1.6,0,.5-.3,1-.6,1.4-.3.4-.8.8-1.3,1-.7.3-1.5.4-2.2.4-.6,0-1.2,0-1.7-.3-.5-.2-.9-.5-1.2-.9-.3-.4-.6-.8-.7-1.3-.1-.5-.2-1.1-.2-1.6v-.7h2.2v.7c0,.6,0,1.2.4,1.7.3.4.9.7,1.4.6.3,0,.6,0,.9-.2.2-.1.4-.3.6-.5.1-.2.2-.5.3-.8,0-.4,0-.7,0-1.1v-8.8h2.2v8.7Z"
|
||||
style="fill: #fff;" />
|
||||
<path
|
||||
id="path3104"
|
||||
d="m587.8,545.1c-.7,0-1.4-.1-2-.4-.6-.2-1.1-.6-1.5-1-.4-.4-.7-1-.9-1.5-.2-.6-.3-1.3-.3-2,0-.7,0-1.4.3-2,.2-.6.5-1.1.9-1.5.4-.4.9-.8,1.5-1,1.3-.5,2.7-.5,4,0,.6.2,1.1.6,1.5,1,.4.4.7,1,.9,1.5.2.6.3,1.3.3,2,0,.7,0,1.4-.3,2-.2.6-.5,1.1-.9,1.5-.4.4-.9.8-1.5,1-.6.3-1.3.4-2,.4Zm0-1.6c.4,0,.8,0,1.2-.3.3-.2.6-.4.8-.8.2-.3.4-.7.5-1.1.1-.4.2-.8.2-1.2,0-.4,0-.8-.2-1.2,0-.4-.3-.7-.5-1-.2-.3-.5-.6-.8-.8-.7-.4-1.6-.4-2.4,0-.3.2-.6.4-.8.8-.2.3-.4.6-.5,1,0,.4-.1.8-.2,1.2,0,.4,0,.8.2,1.2,0,.4.3.7.5,1.1.2.3.5.6.8.8.4.2.8.3,1.2.3h0Z"
|
||||
style="fill: #fff;" />
|
||||
<path
|
||||
id="path3106"
|
||||
d="m595.7,541.9c0,.5.3,1,.7,1.3.4.2.9.4,1.4.4.2,0,.4,0,.7,0,.2,0,.5,0,.7-.2.2,0,.4-.2.5-.4.3-.4.2-.9,0-1.3-.2-.2-.4-.3-.7-.4-.3-.1-.7-.2-1-.3l-1.1-.2c-.4,0-.7-.2-1.1-.3-.4-.1-.7-.3-1-.5-.3-.2-.5-.5-.6-.9-.2-.4-.3-.8-.2-1.2,0-.5.1-.9.4-1.3.2-.3.6-.6.9-.8.4-.2.8-.4,1.3-.4.4,0,.9-.1,1.3-.1.5,0,.9,0,1.4.2.4,0,.8.3,1.2.5.4.2.7.5.9.9.2.4.4.9.4,1.3h-2.1c0-.4-.3-.8-.7-1-.4-.2-.8-.3-1.2-.2-.2,0-.3,0-.5,0-.2,0-.4,0-.6.1-.2,0-.3.2-.4.3-.1.1-.2.3-.2.5,0,.2,0,.5.3.6.2.2.4.3.7.4.3.1.7.2,1,.3l1.1.2c.4,0,.7.2,1.1.3.4.1.7.3,1,.5.3.2.5.5.7.8.2.4.3.8.3,1.2,0,.5-.1,1-.4,1.4-.3.4-.6.7-1,.9-.4.2-.9.4-1.3.5-.5.1-1,.2-1.5.2-.5,0-1.1,0-1.6-.2-.5-.1-.9-.3-1.3-.6-.4-.3-.7-.6-.9-1-.2-.4-.3-.9-.3-1.4h2Z"
|
||||
style="fill: #fff;" />
|
||||
<path
|
||||
id="path3108"
|
||||
d="m605.1,540.8c0,.3,0,.7.2,1,0,.3.3.6.5.9.2.3.5.5.8.6.4.2.7.2,1.1.2.5,0,1.1,0,1.5-.3.4-.3.7-.7.8-1.2h1.9c0,.5-.3.9-.6,1.3-.3.4-.6.7-1,1-.4.3-.8.5-1.2.6-.5.1-1,.2-1.5.2-.7,0-1.3-.1-1.9-.4-.5-.2-1-.6-1.4-1-.4-.4-.7-1-.9-1.5-.2-.6-.3-1.3-.3-2,0-.6.1-1.3.3-1.9.2-.6.5-1.1.9-1.6.8-1,2-1.5,3.3-1.5.7,0,1.4.1,2,.5.6.3,1.1.7,1.5,1.2.4.5.7,1.1.8,1.7.2.7.2,1.3.1,2h-6.9Zm4.8-1.3c0-.3,0-.6-.2-.9-.1-.3-.3-.6-.5-.8-.2-.2-.4-.4-.7-.5-.3-.1-.6-.2-.9-.2-.3,0-.7,0-1,.2-.3.1-.5.3-.8.5-.2.2-.4.5-.5.8-.1.3-.2.7-.2,1h4.8Z"
|
||||
style="fill: #fff;" />
|
||||
<path
|
||||
id="path3110"
|
||||
d="m612.6,535.6h1.5v-.8c0-.5,0-1,.2-1.4.1-.3.3-.6.6-.8.2-.2.5-.3.8-.4.3,0,.7-.1,1,0,.5,0,.9,0,1.4,0v1.6c-.1,0-.3,0-.4,0h-.5c-.3,0-.5,0-.7.2-.2.2-.3.5-.3.8v1h1.7v1.5h-1.7v7.8h-2v-7.8h-1.5v-1.5Z"
|
||||
style="fill: #fff;" />
|
||||
<path
|
||||
id="path3112"
|
||||
d="m624.5,532h5.7c.8,0,1.5.1,2.2.4.5.2,1,.6,1.3,1,.3.4.5.8.6,1.3.1.4.2.9.2,1.3,0,.4,0,.9-.2,1.3-.1.5-.3.9-.6,1.3-.4.4-.8.8-1.3,1-.7.3-1.5.4-2.2.4h-3.4v4.9h-2.2v-12.9Zm2.2,6.1h3.3c.3,0,.5,0,.8-.1.3,0,.5-.2.7-.3.2-.2.4-.4.5-.7.1-.3.2-.7.2-1,0-.3,0-.7-.2-1-.2-.5-.7-.9-1.2-1-.3,0-.6,0-.8,0h-3.3v4.2Z"
|
||||
style="fill: #fff;" />
|
||||
<path
|
||||
id="path3114"
|
||||
d="m636.2,535.6h1.9v1.8h0c0-.3.2-.5.4-.7.2-.2.4-.5.6-.7.2-.2.5-.4.8-.5.3-.1.6-.2.9-.2h.8v2h-.4c-.1,0-.3,0-.5,0-.7,0-1.3.3-1.8.8-.2.3-.4.6-.5,1-.1.4-.2.9-.2,1.4v4.4h-2v-9.3Z"
|
||||
style="fill: #fff;" />
|
||||
<path
|
||||
id="path3116"
|
||||
d="m650.7,544.9h-2v-1.3h0c-.3.5-.7.9-1.1,1.1-.5.3-1,.4-1.5.4-1,0-1.9-.2-2.7-.9-.6-.8-.9-1.8-.8-2.7v-5.9h2v5.7c0,.6.1,1.2.5,1.7.3.3.8.5,1.3.5.4,0,.7,0,1.1-.2.3-.1.5-.3.7-.5.2-.2.3-.5.4-.8,0-.3.1-.7.1-1v-5.4h2v9.3Z"
|
||||
style="fill: #fff;" />
|
||||
<path
|
||||
id="path3118"
|
||||
d="m654.4,541.9c0,.5.3,1,.7,1.2.4.2.9.4,1.4.4.2,0,.4,0,.7,0,.2,0,.5,0,.7-.2.2,0,.4-.2.5-.4.1-.2.2-.4.2-.6,0-.2-.1-.5-.3-.7-.2-.2-.4-.3-.7-.4-.3-.1-.7-.2-1-.3l-1.1-.2c-.4,0-.7-.2-1.1-.3-.4-.1-.7-.3-1-.5-.3-.2-.5-.5-.7-.8-.2-.4-.3-.8-.3-1.2,0-.5.1-.9.4-1.3.2-.3.6-.6.9-.8.4-.2.8-.4,1.3-.4.4,0,.9-.1,1.3-.1.5,0,.9,0,1.4.2.4.1.8.3,1.2.5.4.2.7.5.9.9.2.4.4.9.4,1.3h-2.1c0-.4-.3-.8-.7-1-.4-.2-.8-.3-1.2-.2-.2,0-.3,0-.5,0-.2,0-.4,0-.5.1-.2,0-.3.2-.4.3-.1.1-.2.3-.2.5,0,.2,0,.5.3.6.2.2.4.3.7.4.3.1.7.2,1,.3l1.1.2c.4,0,.7.2,1.1.3.4.1.7.3,1,.5.3.2.5.5.7.8.2.4.3.8.3,1.2,0,.5-.1,1-.4,1.4-.3.4-.6.7-1,.9-.4.2-.9.4-1.3.5-.5.1-1,.2-1.5.2-.6,0-1.1,0-1.6-.2-.5-.1-.9-.3-1.3-.6-.4-.3-.7-.6-.9-1-.2-.4-.3-.9-.3-1.4h2.1Z"
|
||||
style="fill: #fff;" />
|
||||
<path
|
||||
id="path3120"
|
||||
d="m670,542.8c0,.2,0,.4,0,.5,0,.1.2.2.4.2h.5v1.4h-.3c0,0-.3.2-.3.2h-.4c-.1,0-.2,0-.3,0-.3,0-.7,0-1-.2-.3-.2-.5-.5-.5-.9-.4.4-.9.7-1.5.9-.6.2-1.1.3-1.7.3-.4,0-.8,0-1.2-.2-.4-.1-.7-.3-1-.5-.3-.2-.5-.5-.7-.8-.2-.4-.3-.8-.3-1.2,0-.5,0-1,.3-1.4.2-.3.5-.6.8-.8.4-.2.7-.4,1.2-.4.4,0,.9-.2,1.3-.2.3,0,.7-.1,1.1-.2.3,0,.6,0,.9-.2.2,0,.4-.2.6-.3.2-.2.2-.4.2-.7,0-.2,0-.5-.2-.7-.1-.2-.3-.3-.5-.4-.2,0-.4-.2-.6-.2-.2,0-.4,0-.7,0-.5,0-1,.1-1.4.4-.4.3-.6.7-.6,1.1h-2c0-.5.2-1,.4-1.5.3-.4.6-.7,1-1,.4-.2.9-.4,1.3-.5.5-.1,1-.2,1.5-.2.5,0,.9,0,1.3.2.4,0,.8.2,1.2.5.3.2.6.5.8.8.2.4.3.8.3,1.2v4.8Zm-2.2-2.6c-.3.2-.7.3-1.2.4-.5,0-.9.1-1.4.2-.2,0-.4,0-.6.2-.2,0-.4.1-.5.3-.2.1-.3.3-.4.5,0,.2-.1.4-.1.7,0,.2,0,.4.2.6.1.2.3.3.5.4.2,0,.4.2.6.2.2,0,.4,0,.6,0,.2,0,.5,0,.7,0,.3,0,.5-.2.8-.3.2-.1.4-.3.6-.5.2-.2.2-.5.2-.8v-1.5Z"
|
||||
style="fill: #fff;" />
|
||||
<g
|
||||
id="g94">
|
||||
<path
|
||||
d="m385.6,511.3c0-1.3.2-2.6.6-3.7s1-2.1,1.7-3c.7-.9,1.7-1.5,2.8-2,1.1-.5,2.3-.7,3.7-.7s2.6.2,3.7.7c1.1.5,2,1.2,2.8,2s1.3,1.8,1.7,3,.6,2.4.6,3.7-.2,2.5-.6,3.6-1,2.1-1.7,2.9c-.7.8-1.7,1.5-2.8,2-1.1.5-2.3.7-3.7.7s-2.6-.2-3.7-.7c-1.1-.5-2-1.1-2.8-2-.7-.8-1.3-1.8-1.7-2.9-.4-1.1-.6-2.3-.6-3.6Zm3.9,0c0,.7.1,1.5.3,2.2.2.7.4,1.3.9,1.9.4.6.9,1,1.5,1.4s1.4.5,2.2.5,1.6-.2,2.2-.5,1.1-.8,1.5-1.4c.4-.6.6-1.2.9-1.9.2-.7.3-1.4.3-2.2s-.1-1.5-.3-2.3c-.2-.7-.4-1.4-.9-1.9-.4-.6-.9-1-1.5-1.4-.6-.3-1.4-.5-2.2-.5s-1.6.2-2.2.5c-.6.3-1.1.8-1.5,1.4s-.6,1.2-.9,1.9c-.2.7-.3,1.5-.3,2.3Z"
|
||||
style="fill: #959998;"
|
||||
id="path78" />
|
||||
<path
|
||||
d="m404.8,502.3h9.6c.8,0,1.5.1,2.1.4.6.3,1.2.6,1.6,1.1.4.4.8,1,1.1,1.6.2.6.4,1.2.4,1.9,0,1.1-.2,1.9-.6,2.7-.4.7-1.2,1.4-2.1,1.7h0c.5.2.9.4,1.2.6s.6.6.8,1c.2.4.3.8.4,1.2s.2.9.2,1.3,0,.6,0,1,0,.8.1,1.2c0,.4.1.8.2,1.1.1.4.2.7.4.9h-3.9c-.1-.3-.2-.6-.3-.9,0-.3-.1-.7-.1-1.1s0-.7-.1-1.2c0-.4,0-.7-.1-1.1-.1-.9-.4-1.6-.9-2s-1.1-.6-2.1-.6h-3.9v6.9h-3.9v-17.7Zm3.9,8.1h4.3c.9,0,1.6-.2,2-.6.4-.4.7-1.1.7-1.9s-.2-1.5-.7-1.9-1.1-.6-2-.6h-4.3v5Z"
|
||||
style="fill: #959998;"
|
||||
id="path80" />
|
||||
<path
|
||||
d="m421.8,502.3h3.9v17.8h-3.9v-17.8Z"
|
||||
style="fill: #959998;"
|
||||
id="path82" />
|
||||
<path
|
||||
d="m441,518.1c-.7.9-1.5,1.5-2.3,1.9s-1.7.5-2.6.5c-1.4,0-2.6-.2-3.7-.7-1.1-.5-2-1.1-2.8-2-.7-.8-1.3-1.8-1.7-2.9-.4-1.1-.6-2.3-.6-3.6s.2-2.6.6-3.7,1-2.1,1.7-3c.7-.9,1.7-1.5,2.8-2,1.1-.5,2.3-.7,3.7-.7s1.8.1,2.7.4c.9.3,1.6.7,2.3,1.2s1.3,1.2,1.7,2,.7,1.7.9,2.7h-3.7c-.2-1-.7-1.7-1.4-2.2s-1.5-.7-2.4-.7-1.6.2-2.2.5-1.1.8-1.5,1.4c-.4.6-.6,1.2-.9,1.9-.2.7-.3,1.5-.3,2.3s.1,1.5.3,2.2c.2.7.4,1.3.9,1.9.4.6.9,1,1.5,1.4.6.3,1.4.5,2.2.5,1.3,0,2.3-.3,3-1s1.1-1.6,1.3-2.9h-3.9v-2.9h7.5v9.6h-2.5l-.4-2Z"
|
||||
style="fill: #959998;"
|
||||
id="path84" />
|
||||
<path
|
||||
d="m446.3,502.3h3.9v17.8h-3.9v-17.8Z"
|
||||
style="fill: #959998;"
|
||||
id="path86" />
|
||||
<path
|
||||
d="m452.7,502.3h3.9l7.4,11.9h0v-11.9h3.7v17.8h-3.9l-7.4-11.9h0v11.9h-3.7v-17.8Z"
|
||||
style="fill: #959998;"
|
||||
id="path88" />
|
||||
<path
|
||||
d="m475.1,502.3h4l6.6,17.8h-4l-1.4-3.9h-6.6l-1.4,3.9h-3.9l6.7-17.8Zm-.4,10.9h4.6l-2.2-6.5h0l-2.3,6.5Z"
|
||||
style="fill: #959998;"
|
||||
id="path90" />
|
||||
<path
|
||||
d="m486.5,502.3h3.9v14.5h8.6v3.3h-12.6v-17.8h0Z"
|
||||
style="fill: #959998;"
|
||||
id="path92" />
|
||||
</g>
|
||||
<g
|
||||
id="g106">
|
||||
<path
|
||||
d="m506.9,502.3h8c1.1,0,2.1.2,2.8.5s1.4.7,1.9,1.3c.5.5.9,1.2,1.1,1.8.2.7.3,1.4.3,2.1s-.1,1.4-.3,2.1-.6,1.3-1.1,1.8c-.5.5-1.1,1-1.9,1.3s-1.7.5-2.8.5h-4.1v6.4h-3.9v-17.8Zm3.9,8.4h3c.4,0,.9,0,1.3-.1.4,0,.8-.2,1.1-.4.3-.2.6-.5.7-.8.2-.3.3-.8.3-1.4s-.1-1-.3-1.4c-.2-.3-.4-.6-.7-.8-.3-.2-.7-.3-1.1-.4s-.9-.1-1.3-.1h-3v5.3Z"
|
||||
style="fill: #fff;"
|
||||
id="path96" />
|
||||
<path
|
||||
d="m522.2,502.3h9.6c.8,0,1.5.1,2.1.4.6.3,1.2.6,1.6,1.1.4.4.8,1,1.1,1.6.2.6.4,1.2.4,1.9,0,1.1-.2,1.9-.6,2.7-.4.7-1.2,1.4-2.1,1.7h0c.5.2.9.4,1.2.6s.6.6.8,1c.2.4.3.8.4,1.2s.2.9.2,1.3,0,.6,0,1,0,.8.1,1.2c0,.4.1.8.2,1.1.1.4.2.7.4.9h-3.9c-.1-.3-.2-.6-.3-.9,0-.3-.1-.7-.1-1.1s0-.7-.1-1.2c0-.4,0-.7-.1-1.1-.1-.9-.4-1.6-.9-2s-1.1-.6-2.1-.6h-3.9v6.9h-3.9v-17.7Zm3.9,8.1h4.3c.9,0,1.5-.2,2-.6.4-.4.7-1.1.7-1.9s-.2-1.5-.7-1.9-1.1-.6-2-.6h-4.3v5Z"
|
||||
style="fill: #fff;"
|
||||
id="path98" />
|
||||
<path
|
||||
d="m554.1,513.3c0,2.4-.7,4.2-2,5.4-1.4,1.2-3.2,1.8-5.6,1.8s-4.3-.6-5.6-1.8c-1.3-1.2-2-3-2-5.4v-11.1h3.9v11.1c0,.5,0,1,.1,1.4,0,.5.3.9.5,1.3.3.4.6.6,1.1.9.5.2,1.1.3,1.9.3,1.4,0,2.3-.3,2.9-.9s.8-1.6.8-2.9v-11.1h3.9v11h0Z"
|
||||
style="fill: #fff;"
|
||||
id="path100" />
|
||||
<path
|
||||
d="m559.1,514.2c0,.6.1,1.1.3,1.5.2.4.5.7.9,1s.8.4,1.3.6,1,.2,1.5.2.7,0,1.1-.1.8-.2,1.1-.3.6-.4.9-.7c.2-.3.3-.6.3-1.1s-.2-.9-.5-1.2-.7-.5-1.2-.7c-.5-.2-1.1-.4-1.7-.5s-1.3-.3-1.9-.5c-.7-.2-1.3-.4-1.9-.6-.6-.2-1.2-.5-1.7-.9s-.9-.9-1.2-1.4c-.3-.6-.5-1.3-.5-2.1s.2-1.7.6-2.4.9-1.2,1.5-1.7,1.4-.8,2.1-1,1.6-.3,2.4-.3,1.8.1,2.7.3,1.6.5,2.3,1,1.2,1.1,1.6,1.8.6,1.6.6,2.6h-3.8c0-.5-.1-1-.3-1.3s-.4-.6-.7-.8-.7-.3-1.1-.4-.9-.1-1.3-.1-.6,0-1,.1c-.3,0-.6.2-.9.3-.3.2-.5.4-.6.6s-.2.6-.2.9,0,.6.2.9c.1.2.4.4.8.6s.9.4,1.6.5c.7.2,1.6.4,2.7.7.2,0,.5.1.9.2.3.1.7.2,1.1.4.4.2.8.4,1.2.6.4.2.7.5,1.1.9.3.4.6.8.8,1.3.2.5.3,1.1.3,1.8s-.2,1.6-.5,2.3c-.3.7-.8,1.3-1.4,1.8s-1.4.9-2.3,1.2c-.9.3-2,.4-3.2.4s-1.9-.1-2.9-.4-1.7-.6-2.4-1.2-1.3-1.2-1.7-2c-.4-.8-.6-1.7-.6-2.8h3.8Z"
|
||||
style="fill: #fff;"
|
||||
id="path102" />
|
||||
<path
|
||||
d="m 648.7,514.2 c 0,0.6 0.1,1.1 0.3,1.5 0.2,0.4 0.5,0.7 0.9,1 0.4,0.3 0.8,0.4 1.3,0.6 0.5,0.2 1,0.2 1.5,0.2 0.5,0 0.7,0 1.1,-0.1 0.4,-0.1 0.8,-0.2 1.1,-0.3 0.3,-0.1 0.6,-0.4 0.9,-0.7 0.2,-0.3 0.3,-0.6 0.3,-1.1 0,-0.5 -0.2,-0.9 -0.5,-1.2 -0.3,-0.3 -0.7,-0.5 -1.2,-0.7 -0.5,-0.2 -1.1,-0.4 -1.7,-0.5 -0.6,-0.1 -1.3,-0.3 -1.9,-0.5 -0.7,-0.2 -1.3,-0.4 -1.9,-0.6 -0.6,-0.2 -1.2,-0.5 -1.7,-0.9 -0.5,-0.4 -0.9,-0.9 -1.2,-1.4 -0.3,-0.6 -0.5,-1.3 -0.5,-2.1 0,-0.8 0.2,-1.7 0.6,-2.4 0.4,-0.7 0.9,-1.2 1.5,-1.7 0.6,-0.5 1.4,-0.8 2.1,-1 0.7,-0.2 1.6,-0.3 2.4,-0.3 0.8,0 1.8,0.1 2.7,0.3 0.9,0.2 1.6,0.5 2.3,1 0.7,0.5 1.2,1.1 1.6,1.8 0.4,0.7 0.6,1.6 0.6,2.6 h -3.8 c 0,-0.5 -0.1,-1 -0.3,-1.3 -0.2,-0.3 -0.4,-0.6 -0.7,-0.8 -0.3,-0.2 -0.7,-0.3 -1.1,-0.4 -0.4,-0.1 -0.9,-0.1 -1.3,-0.1 -0.4,0 -0.6,0 -1,0.1 -0.3,0 -0.6,0.2 -0.9,0.3 -0.3,0.2 -0.5,0.4 -0.6,0.6 -0.1,0.2 -0.2,0.6 -0.2,0.9 0,0.3 0,0.6 0.2,0.9 0.1,0.2 0.4,0.4 0.8,0.6 0.4,0.2 0.9,0.4 1.6,0.5 0.7,0.2 1.6,0.4 2.7,0.7 0.2,0 0.5,0.1 0.9,0.2 0.3,0.1 0.7,0.2 1.1,0.4 0.4,0.2 0.8,0.4 1.2,0.6 0.4,0.2 0.7,0.5 1.1,0.9 0.3,0.4 0.6,0.8 0.8,1.3 0.2,0.5 0.3,1.1 0.3,1.8 0,0.7 -0.2,1.6 -0.5,2.3 -0.3,0.7 -0.8,1.3 -1.4,1.8 -0.6,0.5 -1.4,0.9 -2.3,1.2 -0.9,0.3 -2,0.4 -3.2,0.4 -1.2,0 -1.9,-0.1 -2.9,-0.4 -1,-0.3 -1.7,-0.6 -2.4,-1.2 -0.7,-0.6 -1.3,-1.2 -1.7,-2 -0.4,-0.8 -0.6,-1.7 -0.6,-2.8 h 3.8 z"
|
||||
style="fill:#ed6c21;fill-opacity:1"
|
||||
id="path102-8" />
|
||||
<path
|
||||
d="m576.5,502.3h4l6.6,17.8h-4l-1.4-3.9h-6.6l-1.4,3.9h-3.9l6.7-17.8Zm-.4,10.9h4.6l-2.2-6.5h0l-2.3,6.5Z"
|
||||
style="fill: #fff;"
|
||||
id="path104" />
|
||||
</g>
|
||||
<g
|
||||
id="g114">
|
||||
<path
|
||||
d="m594.3,502.3h5.5l4.1,12.2h0l3.9-12.2h5.5v17.8h-3.7v-12.6h0l-4.4,12.6h-3l-4.4-12.5h0v12.5h-3.7v-17.8h0Z"
|
||||
style="fill: #ed6b21;"
|
||||
id="path108" />
|
||||
<path
|
||||
d="m616,502.3h3.9v7.4l6.9-7.4h4.9l-6.9,7,7.6,10.7h-4.9l-5.3-8-2.2,2.3v5.7h-3.9v-17.8Z"
|
||||
style="fill: #ed6b21;"
|
||||
id="path110" />
|
||||
<path
|
||||
d="m638.4,516.1h-7.4v-3.2l7.6-10.2h3.2v10.5h2.3v2.9h-2.3v4h-3.4v-4h0Zm0-9h0l-4.5,6.1h4.6v-6.1Z"
|
||||
style="fill: #ed6b21;"
|
||||
id="path112" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 26 KiB |
@ -0,0 +1,11 @@
|
||||
{
|
||||
"bottom_shell_layers": "10",
|
||||
"bridge_speed": "25",
|
||||
"from": "system",
|
||||
"inherits": "0.07mm DETAIL @MK4S 0.25",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.05",
|
||||
"name": "0.05mm DETAIL @MK4S 0.25",
|
||||
"top_shell_layers": "13",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,46 @@
|
||||
{
|
||||
"bottom_shell_layers": "9",
|
||||
"bridge_acceleration": "1000",
|
||||
"bridge_speed": "30",
|
||||
"brim_object_gap": "0",
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.25",
|
||||
"default_acceleration": "1500",
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"gap_infill_speed": "40",
|
||||
"infill_anchor": "1",
|
||||
"inherits": "process_common_mk4s",
|
||||
"initial_layer_line_width": "0.32",
|
||||
"inner_wall_acceleration": "1200",
|
||||
"inner_wall_line_width": "0.25",
|
||||
"inner_wall_speed": "60",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_acceleration": "2000",
|
||||
"internal_solid_infill_line_width": "0.25",
|
||||
"internal_solid_infill_speed": "140",
|
||||
"layer_height": "0.07",
|
||||
"line_width": "0.27",
|
||||
"name": "0.07mm DETAIL @MK4S 0.25",
|
||||
"outer_wall_acceleration": "800",
|
||||
"outer_wall_line_width": "0.25",
|
||||
"outer_wall_speed": "40",
|
||||
"raft_contact_distance": "0.1",
|
||||
"raft_first_layer_density": "95%",
|
||||
"small_perimeter_speed": "40",
|
||||
"sparse_infill_acceleration": "2500",
|
||||
"sparse_infill_line_width": "0.25",
|
||||
"sparse_infill_speed": "100",
|
||||
"support_base_pattern_spacing": "1",
|
||||
"support_interface_speed": "52.5",
|
||||
"support_line_width": "0.25",
|
||||
"support_object_xy_distance": "0.405",
|
||||
"support_speed": "60",
|
||||
"support_top_z_distance": "0.1",
|
||||
"top_shell_layers": "11",
|
||||
"top_surface_acceleration": "1000",
|
||||
"top_surface_line_width": "0.27",
|
||||
"top_surface_speed": "60",
|
||||
"travel_acceleration": "3000",
|
||||
"type": "process",
|
||||
"wall_loops": "3"
|
||||
}
|
@ -0,0 +1,20 @@
|
||||
{
|
||||
"bottom_shell_layers": "7",
|
||||
"bridge_speed": "40",
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4",
|
||||
"from": "system",
|
||||
"inherits": "0.15mm SPEED @MK4S 0.4",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "140",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.1",
|
||||
"name": "0.10mm FAST DETAIL @MK4S 0.4",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_speed": "140",
|
||||
"small_perimeter_speed": "140",
|
||||
"sparse_infill_speed": "140",
|
||||
"top_shell_layers": "8",
|
||||
"top_surface_line_width": "0.4",
|
||||
"type": "process",
|
||||
"wall_loops": "3"
|
||||
}
|
@ -0,0 +1,37 @@
|
||||
{
|
||||
"bottom_shell_layers": "7",
|
||||
"bridge_acceleration": "1000",
|
||||
"bridge_speed": "30",
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.5",
|
||||
"default_acceleration": "2000",
|
||||
"from": "system",
|
||||
"gap_infill_speed": "40",
|
||||
"infill_anchor_max": "15",
|
||||
"inherits": "process_common_mk4s",
|
||||
"initial_layer_line_width": "0.55",
|
||||
"inner_wall_acceleration": "2000",
|
||||
"inner_wall_line_width": "0.5",
|
||||
"inner_wall_speed": "70",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_acceleration": "2500",
|
||||
"internal_solid_infill_line_width": "0.5",
|
||||
"layer_height": "0.1",
|
||||
"line_width": "0.55",
|
||||
"name": "0.10mm STRUCTURAL @MK4S 0.5",
|
||||
"outer_wall_acceleration": "1500",
|
||||
"outer_wall_line_width": "0.5",
|
||||
"outer_wall_speed": "40",
|
||||
"raft_contact_distance": "0.25",
|
||||
"small_perimeter_speed": "40",
|
||||
"sparse_infill_acceleration": "3000",
|
||||
"sparse_infill_line_width": "0.5",
|
||||
"support_interface_spacing": "0.22",
|
||||
"support_line_width": "0.4",
|
||||
"support_object_xy_distance": "0.44",
|
||||
"support_speed": "80",
|
||||
"top_shell_layers": "8",
|
||||
"top_surface_acceleration": "1000",
|
||||
"top_surface_line_width": "0.45",
|
||||
"top_surface_speed": "70",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,45 @@
|
||||
{
|
||||
"bottom_shell_layers": "6",
|
||||
"bridge_speed": "30",
|
||||
"brim_object_gap": "0",
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.25",
|
||||
"default_acceleration": "2000",
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"gap_infill_speed": "50",
|
||||
"infill_anchor": "1",
|
||||
"inherits": "process_common_mk4s",
|
||||
"initial_layer_line_width": "0.32",
|
||||
"inner_wall_acceleration": "2000",
|
||||
"inner_wall_line_width": "0.27",
|
||||
"inner_wall_speed": "120",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_acceleration": "2500",
|
||||
"internal_solid_infill_line_width": "0.27",
|
||||
"internal_solid_infill_speed": "140",
|
||||
"layer_height": "0.12",
|
||||
"line_width": "0.27",
|
||||
"name": "0.12mm SPEED @MK4S 0.25",
|
||||
"outer_wall_acceleration": "1500",
|
||||
"outer_wall_line_width": "0.27",
|
||||
"outer_wall_speed": "120",
|
||||
"raft_contact_distance": "0.08",
|
||||
"raft_first_layer_density": "95%",
|
||||
"small_perimeter_speed": "120",
|
||||
"sparse_infill_acceleration": "3000",
|
||||
"sparse_infill_line_width": "0.27",
|
||||
"sparse_infill_speed": "100",
|
||||
"support_base_pattern_spacing": "1",
|
||||
"support_interface_speed": "52.5",
|
||||
"support_line_width": "0.25",
|
||||
"support_object_xy_distance": "0.405",
|
||||
"support_speed": "70",
|
||||
"support_top_z_distance": "0.09",
|
||||
"top_shell_layers": "9",
|
||||
"top_surface_acceleration": "1000",
|
||||
"top_surface_line_width": "0.27",
|
||||
"top_surface_speed": "60",
|
||||
"travel_acceleration": "3000",
|
||||
"type": "process",
|
||||
"wall_loops": "3"
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"from": "system",
|
||||
"inherits": "0.12mm SPEED @MK4S 0.25",
|
||||
"inner_wall_acceleration": "1500",
|
||||
"inner_wall_speed": "70",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_acceleration": "2000",
|
||||
"name": "0.12mm STRUCTURAL @MK4S 0.25",
|
||||
"outer_wall_acceleration": "1000",
|
||||
"outer_wall_speed": "40",
|
||||
"small_perimeter_speed": "40",
|
||||
"sparse_infill_acceleration": "2500",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,44 @@
|
||||
{
|
||||
"bottom_shell_layers": "6",
|
||||
"bridge_acceleration": "1000",
|
||||
"bridge_speed": "30",
|
||||
"brim_object_gap": "0",
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.3",
|
||||
"default_acceleration": "1500",
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"gap_infill_speed": "50",
|
||||
"infill_anchor": "1",
|
||||
"inherits": "process_common_mk4s",
|
||||
"initial_layer_line_width": "0.4",
|
||||
"inner_wall_acceleration": "1500",
|
||||
"inner_wall_line_width": "0.34",
|
||||
"inner_wall_speed": "80",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_acceleration": "2500",
|
||||
"internal_solid_infill_line_width": "0.34",
|
||||
"layer_height": "0.12",
|
||||
"line_width": "0.34",
|
||||
"name": "0.12mm STRUCTURAL @MK4S 0.3",
|
||||
"outer_wall_acceleration": "1200",
|
||||
"outer_wall_line_width": "0.34",
|
||||
"outer_wall_speed": "40",
|
||||
"raft_contact_distance": "0.12",
|
||||
"raft_first_layer_density": "90%",
|
||||
"small_perimeter_speed": "40",
|
||||
"sparse_infill_acceleration": "3000",
|
||||
"sparse_infill_line_width": "0.34",
|
||||
"sparse_infill_speed": "100",
|
||||
"support_base_pattern_spacing": "1",
|
||||
"support_interface_speed": "52.5",
|
||||
"support_line_width": "0.3",
|
||||
"support_object_xy_distance": "0.34",
|
||||
"support_speed": "70",
|
||||
"support_top_z_distance": "0.12",
|
||||
"top_shell_layers": "7",
|
||||
"top_surface_acceleration": "1000",
|
||||
"top_surface_line_width": "0.3",
|
||||
"top_surface_speed": "40",
|
||||
"type": "process",
|
||||
"wall_loops": "3"
|
||||
}
|
@ -0,0 +1,10 @@
|
||||
{
|
||||
"bottom_shell_layers": "7",
|
||||
"from": "system",
|
||||
"inherits": "0.12mm SPEED @MK4S 0.25",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.15",
|
||||
"name": "0.15mm SPEED @MK4S 0.25",
|
||||
"top_shell_layers": "6",
|
||||
"type": "process"
|
||||
}
|
18
resources/profiles/Prusa/process/0.15mm SPEED @MK4S 0.4.json
Normal file
18
resources/profiles/Prusa/process/0.15mm SPEED @MK4S 0.4.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"bridge_speed": "45",
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4 and printer_notes!~/.*HF_NOZZLE.*/",
|
||||
"default_acceleration": "3000",
|
||||
"from": "system",
|
||||
"inherits": "process_common_mk4s",
|
||||
"inner_wall_acceleration": "3500",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_acceleration": "3500",
|
||||
"layer_height": "0.15",
|
||||
"name": "0.15mm SPEED @MK4S 0.4",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"support_interface_speed": "50",
|
||||
"support_top_z_distance": "0.17",
|
||||
"top_shell_layers": "6",
|
||||
"top_surface_acceleration": "1500",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
{
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*HF_NOZZLE.*/",
|
||||
"from": "system",
|
||||
"inherits": "0.15mm SPEED @MK4S 0.4",
|
||||
"inner_wall_speed": "250",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_speed": "250",
|
||||
"name": "0.15mm SPEED @MK4S HF0.4",
|
||||
"outer_wall_speed": "200",
|
||||
"sparse_infill_speed": "250",
|
||||
"top_surface_acceleration": "2000",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"from": "system",
|
||||
"inherits": "0.15mm SPEED @MK4S 0.25",
|
||||
"inner_wall_acceleration": "1500",
|
||||
"inner_wall_speed": "70",
|
||||
"instantiation": "true",
|
||||
"name": "0.15mm STRUCTURAL @MK4S 0.25",
|
||||
"outer_wall_acceleration": "1000",
|
||||
"outer_wall_speed": "40",
|
||||
"small_perimeter_speed": "40",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
{
|
||||
"bottom_shell_layers": "5",
|
||||
"bridge_speed": "45",
|
||||
"from": "system",
|
||||
"inherits": "0.20mm STRUCTURAL @MK4S 0.4",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.15",
|
||||
"name": "0.15mm STRUCTURAL @MK4S 0.4",
|
||||
"sparse_infill_speed": "110",
|
||||
"support_top_z_distance": "0.17",
|
||||
"top_shell_layers": "6",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,36 @@
|
||||
{
|
||||
"bottom_shell_layers": "5",
|
||||
"bridge_acceleration": "1000",
|
||||
"bridge_speed": "40",
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.5",
|
||||
"default_acceleration": "2000",
|
||||
"from": "system",
|
||||
"gap_infill_speed": "50",
|
||||
"infill_anchor_max": "15",
|
||||
"inherits": "process_common_mk4s",
|
||||
"initial_layer_line_width": "0.55",
|
||||
"inner_wall_acceleration": "2000",
|
||||
"inner_wall_line_width": "0.55",
|
||||
"inner_wall_speed": "80",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_acceleration": "2500",
|
||||
"internal_solid_infill_line_width": "0.55",
|
||||
"internal_solid_infill_speed": "180",
|
||||
"layer_height": "0.15",
|
||||
"line_width": "0.55",
|
||||
"name": "0.15mm STRUCTURAL @MK4S 0.5",
|
||||
"outer_wall_acceleration": "1500",
|
||||
"outer_wall_line_width": "0.55",
|
||||
"outer_wall_speed": "45",
|
||||
"raft_contact_distance": "0.25",
|
||||
"small_perimeter_speed": "45",
|
||||
"sparse_infill_line_width": "0.55",
|
||||
"support_interface_spacing": "0.22",
|
||||
"support_line_width": "0.4",
|
||||
"support_object_xy_distance": "0.44",
|
||||
"support_speed": "80",
|
||||
"top_shell_layers": "6",
|
||||
"top_surface_line_width": "0.5",
|
||||
"top_surface_speed": "70",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,43 @@
|
||||
{
|
||||
"bottom_shell_layers": "5",
|
||||
"bottom_shell_thickness": "0.6",
|
||||
"bridge_speed": "30",
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.6",
|
||||
"default_acceleration": "2500",
|
||||
"from": "system",
|
||||
"gap_infill_speed": "80",
|
||||
"infill_anchor": "2.5",
|
||||
"infill_anchor_max": "20",
|
||||
"inherits": "process_common_mk4s",
|
||||
"initial_layer_line_width": "0.68",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_line_width": "0.6",
|
||||
"inner_wall_speed": "70",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_acceleration": "2500",
|
||||
"internal_solid_infill_line_width": "0.6",
|
||||
"internal_solid_infill_speed": "160",
|
||||
"layer_height": "0.15",
|
||||
"line_width": "0.68",
|
||||
"name": "0.15mm STRUCTURAL @MK4S 0.6",
|
||||
"outer_wall_acceleration": "1500",
|
||||
"outer_wall_line_width": "0.6",
|
||||
"outer_wall_speed": "45",
|
||||
"raft_contact_distance": "0.25",
|
||||
"small_perimeter_speed": "45",
|
||||
"sparse_infill_density": "20%",
|
||||
"sparse_infill_line_width": "0.6",
|
||||
"sparse_infill_speed": "100",
|
||||
"support_interface_spacing": "0.25",
|
||||
"support_interface_speed": "67.5",
|
||||
"support_line_width": "0.5",
|
||||
"support_object_xy_distance": "0.544",
|
||||
"support_speed": "90",
|
||||
"support_top_z_distance": "0.22",
|
||||
"top_shell_layers": "6",
|
||||
"top_shell_thickness": "0.9",
|
||||
"top_surface_acceleration": "1500",
|
||||
"top_surface_line_width": "0.5",
|
||||
"top_surface_speed": "70",
|
||||
"type": "process"
|
||||
}
|
15
resources/profiles/Prusa/process/0.16mm SPEED @MK4S 0.3.json
Normal file
15
resources/profiles/Prusa/process/0.16mm SPEED @MK4S 0.3.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"from": "system",
|
||||
"inherits": "0.16mm STRUCTURAL @MK4S 0.3",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "140",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_acceleration": "3000",
|
||||
"name": "0.16mm SPEED @MK4S 0.3",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"outer_wall_speed": "120",
|
||||
"small_perimeter_speed": "120",
|
||||
"support_interface_speed": "45",
|
||||
"support_speed": "100",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,18 @@
|
||||
{
|
||||
"bottom_shell_layers": "5",
|
||||
"default_acceleration": "2000",
|
||||
"from": "system",
|
||||
"inherits": "0.12mm STRUCTURAL @MK4S 0.3",
|
||||
"inner_wall_acceleration": "2000",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.16",
|
||||
"name": "0.16mm STRUCTURAL @MK4S 0.3",
|
||||
"outer_wall_acceleration": "1500",
|
||||
"raft_contact_distance": "0.16",
|
||||
"small_perimeter_speed": "45",
|
||||
"sparse_infill_acceleration": "4000",
|
||||
"sparse_infill_speed": "120",
|
||||
"support_top_z_distance": "0.16",
|
||||
"top_shell_layers": "6",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,31 @@
|
||||
{
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4 and single_extruder_multi_material",
|
||||
"default_acceleration": "2500",
|
||||
"enable_support": "1",
|
||||
"from": "system",
|
||||
"gap_infill_speed": "60",
|
||||
"inherits": "process_common_mk4s",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "80",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_acceleration": "3000",
|
||||
"internal_solid_infill_speed": "140",
|
||||
"name": "0.20mm SOLUBLE FULL @MK4S 0.4",
|
||||
"outer_wall_acceleration": "1500",
|
||||
"outer_wall_speed": "45",
|
||||
"raft_first_layer_density": "90%",
|
||||
"small_perimeter_speed": "45",
|
||||
"sparse_infill_speed": "120",
|
||||
"support_filament": "5",
|
||||
"support_interface_bottom_layers": "-1",
|
||||
"support_interface_filament": "5",
|
||||
"support_interface_spacing": "0.1",
|
||||
"support_interface_speed": "40",
|
||||
"support_line_width": "0.4",
|
||||
"support_object_xy_distance": "0.4",
|
||||
"support_speed": "80",
|
||||
"support_threshold_angle": "60",
|
||||
"support_top_z_distance": "0",
|
||||
"top_surface_speed": "80",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,31 @@
|
||||
{
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4 and single_extruder_multi_material",
|
||||
"default_acceleration": "2500",
|
||||
"enable_support": "1",
|
||||
"from": "system",
|
||||
"gap_infill_speed": "60",
|
||||
"inherits": "process_common_mk4s",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "80",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_acceleration": "3000",
|
||||
"internal_solid_infill_speed": "140",
|
||||
"name": "0.20mm SOLUBLE INTERFACE @MK4S 0.4",
|
||||
"outer_wall_acceleration": "1500",
|
||||
"outer_wall_speed": "45",
|
||||
"raft_first_layer_density": "90%",
|
||||
"small_perimeter_speed": "45",
|
||||
"sparse_infill_speed": "120",
|
||||
"support_interface_bottom_layers": "-1",
|
||||
"support_interface_filament": "5",
|
||||
"support_interface_spacing": "0.1",
|
||||
"support_interface_speed": "40",
|
||||
"support_interface_top_layers": "3",
|
||||
"support_line_width": "0.4",
|
||||
"support_object_xy_distance": "0.4",
|
||||
"support_speed": "80",
|
||||
"support_threshold_angle": "60",
|
||||
"support_top_z_distance": "0",
|
||||
"top_surface_speed": "80",
|
||||
"type": "process"
|
||||
}
|
12
resources/profiles/Prusa/process/0.20mm SPEED @MK4S 0.3.json
Normal file
12
resources/profiles/Prusa/process/0.20mm SPEED @MK4S 0.3.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"bottom_shell_layers": "3",
|
||||
"from": "system",
|
||||
"inherits": "0.16mm SPEED @MK4S 0.3",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"name": "0.20mm SPEED @MK4S 0.3",
|
||||
"raft_contact_distance": "0.18",
|
||||
"support_top_z_distance": "0.2",
|
||||
"top_shell_layers": "5",
|
||||
"type": "process"
|
||||
}
|
10
resources/profiles/Prusa/process/0.20mm SPEED @MK4S 0.4.json
Normal file
10
resources/profiles/Prusa/process/0.20mm SPEED @MK4S 0.4.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"bottom_shell_layers": "3",
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4 and printer_notes!~/.*HF_NOZZLE.*/",
|
||||
"from": "system",
|
||||
"inherits": "process_common_mk4s",
|
||||
"instantiation": "true",
|
||||
"name": "0.20mm SPEED @MK4S 0.4",
|
||||
"top_surface_acceleration": "1500",
|
||||
"type": "process"
|
||||
}
|
34
resources/profiles/Prusa/process/0.20mm SPEED @MK4S 0.5.json
Normal file
34
resources/profiles/Prusa/process/0.20mm SPEED @MK4S 0.5.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"bridge_acceleration": "1000",
|
||||
"bridge_speed": "40",
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.5 and printer_notes!~/.*HF_NOZZLE.*/",
|
||||
"default_acceleration": "2500",
|
||||
"from": "system",
|
||||
"gap_infill_speed": "70",
|
||||
"infill_anchor_max": "15",
|
||||
"inherits": "process_common_mk4s",
|
||||
"initial_layer_line_width": "0.55",
|
||||
"inner_wall_acceleration": "3500",
|
||||
"inner_wall_line_width": "0.55",
|
||||
"inner_wall_speed": "140",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_acceleration": "3000",
|
||||
"internal_solid_infill_line_width": "0.55",
|
||||
"internal_solid_infill_speed": "135",
|
||||
"layer_height": "0.20",
|
||||
"line_width": "0.55",
|
||||
"name": "0.20mm SPEED @MK4S 0.5",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"outer_wall_line_width": "0.55",
|
||||
"outer_wall_speed": "140",
|
||||
"raft_contact_distance": "0.25",
|
||||
"small_perimeter_speed": "140",
|
||||
"sparse_infill_line_width": "0.55",
|
||||
"support_interface_spacing": "0.22",
|
||||
"support_line_width": "0.4",
|
||||
"support_object_xy_distance": "0.44",
|
||||
"top_surface_acceleration": "1000",
|
||||
"top_surface_line_width": "0.5",
|
||||
"top_surface_speed": "70",
|
||||
"type": "process"
|
||||
}
|
40
resources/profiles/Prusa/process/0.20mm SPEED @MK4S 0.6.json
Normal file
40
resources/profiles/Prusa/process/0.20mm SPEED @MK4S 0.6.json
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"bottom_shell_thickness": "0.6",
|
||||
"bridge_speed": "40",
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.6 and printer_notes!~/.*HF_NOZZLE.*/",
|
||||
"default_acceleration": "2500",
|
||||
"from": "system",
|
||||
"gap_infill_speed": "80",
|
||||
"infill_anchor": "2.5",
|
||||
"infill_anchor_max": "20",
|
||||
"inherits": "process_common_mk4s",
|
||||
"initial_layer_line_width": "0.68",
|
||||
"inner_wall_acceleration": "3000",
|
||||
"inner_wall_line_width": "0.62",
|
||||
"inner_wall_speed": "125",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_acceleration": "3000",
|
||||
"internal_solid_infill_line_width": "0.65",
|
||||
"internal_solid_infill_speed": "110",
|
||||
"line_width": "0.68",
|
||||
"name": "0.20mm SPEED @MK4S 0.6",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"outer_wall_line_width": "0.62",
|
||||
"outer_wall_speed": "125",
|
||||
"raft_contact_distance": "0.25",
|
||||
"small_perimeter_speed": "125",
|
||||
"sparse_infill_density": "20%",
|
||||
"sparse_infill_line_width": "0.65",
|
||||
"sparse_infill_speed": "110",
|
||||
"support_interface_spacing": "0.25",
|
||||
"support_interface_speed": "67.5",
|
||||
"support_line_width": "0.5",
|
||||
"support_object_xy_distance": "0.544",
|
||||
"support_speed": "90",
|
||||
"support_top_z_distance": "0.22",
|
||||
"top_shell_thickness": "0.9",
|
||||
"top_surface_acceleration": "1500",
|
||||
"top_surface_line_width": "0.5",
|
||||
"top_surface_speed": "70",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"bottom_shell_layers": "3",
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*HF_NOZZLE.*/",
|
||||
"from": "system",
|
||||
"inherits": "process_common_mk4s",
|
||||
"inner_wall_speed": "250",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_speed": "250",
|
||||
"name": "0.20mm SPEED @MK4S HF0.4",
|
||||
"outer_wall_speed": "200",
|
||||
"sparse_infill_speed": "250",
|
||||
"top_surface_acceleration": "2000",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"bottom_shell_layers": "3",
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.5 and printer_notes=~/.*HF_NOZZLE.*/",
|
||||
"from": "system",
|
||||
"inherits": "0.20mm SPEED @MK4S 0.5",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"inner_wall_speed": "200",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_speed": "220",
|
||||
"name": "0.20mm SPEED @MK4S HF0.5",
|
||||
"outer_wall_acceleration": "4000",
|
||||
"outer_wall_speed": "200",
|
||||
"small_perimeter_speed": "170",
|
||||
"sparse_infill_speed": "220",
|
||||
"top_surface_acceleration": "2000",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,18 @@
|
||||
{
|
||||
"bottom_shell_layers": "3",
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/",
|
||||
"from": "system",
|
||||
"inherits": "0.20mm SPEED @MK4S 0.6",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"inner_wall_speed": "200",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"name": "0.20mm SPEED @MK4S HF0.6",
|
||||
"outer_wall_acceleration": "4000",
|
||||
"outer_wall_speed": "200",
|
||||
"small_perimeter_speed": "170",
|
||||
"sparse_infill_speed": "200",
|
||||
"support_interface_speed": "55",
|
||||
"support_speed": "110",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"bottom_shell_layers": "4",
|
||||
"from": "system",
|
||||
"inherits": "0.16mm STRUCTURAL @MK4S 0.3",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"name": "0.20mm STRUCTURAL @MK4S 0.3",
|
||||
"raft_contact_distance": "0.18",
|
||||
"support_top_z_distance": "0.2",
|
||||
"top_shell_layers": "5",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,20 @@
|
||||
{
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4",
|
||||
"default_acceleration": "2500",
|
||||
"from": "system",
|
||||
"gap_infill_speed": "60",
|
||||
"inherits": "process_common_mk4s",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "80",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_acceleration": "3000",
|
||||
"internal_solid_infill_speed": "140",
|
||||
"name": "0.20mm STRUCTURAL @MK4S 0.4",
|
||||
"outer_wall_acceleration": "1500",
|
||||
"outer_wall_speed": "45",
|
||||
"small_perimeter_speed": "45",
|
||||
"sparse_infill_speed": "120",
|
||||
"support_interface_speed": "50",
|
||||
"top_surface_speed": "80",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.5",
|
||||
"from": "system",
|
||||
"inherits": "0.20mm SPEED @MK4S 0.5",
|
||||
"inner_wall_acceleration": "2000",
|
||||
"inner_wall_speed": "80",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_acceleration": "2500",
|
||||
"internal_solid_infill_speed": "120",
|
||||
"name": "0.20mm STRUCTURAL @MK4S 0.5",
|
||||
"outer_wall_acceleration": "1500",
|
||||
"outer_wall_speed": "45",
|
||||
"small_perimeter_speed": "45",
|
||||
"support_speed": "80",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"bridge_speed": "30",
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.6",
|
||||
"from": "system",
|
||||
"inherits": "0.20mm SPEED @MK4S 0.6",
|
||||
"inner_wall_acceleration": "2000",
|
||||
"inner_wall_speed": "80",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_acceleration": "2500",
|
||||
"name": "0.20mm STRUCTURAL @MK4S 0.6",
|
||||
"outer_wall_acceleration": "1500",
|
||||
"outer_wall_speed": "45",
|
||||
"small_perimeter_speed": "45",
|
||||
"sparse_infill_speed": "100",
|
||||
"type": "process"
|
||||
}
|
11
resources/profiles/Prusa/process/0.25mm SPEED @MK4S 0.5.json
Normal file
11
resources/profiles/Prusa/process/0.25mm SPEED @MK4S 0.5.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"bottom_shell_layers": "3",
|
||||
"from": "system",
|
||||
"inherits": "0.20mm SPEED @MK4S 0.5",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"name": "0.25mm SPEED @MK4S 0.5",
|
||||
"support_top_z_distance": "0.25",
|
||||
"top_shell_layers": "4",
|
||||
"type": "process"
|
||||
}
|
43
resources/profiles/Prusa/process/0.25mm SPEED @MK4S 0.6.json
Normal file
43
resources/profiles/Prusa/process/0.25mm SPEED @MK4S 0.6.json
Normal file
@ -0,0 +1,43 @@
|
||||
{
|
||||
"bottom_shell_layers": "3",
|
||||
"bottom_shell_thickness": "0.6",
|
||||
"bridge_speed": "40",
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.6 and printer_notes!~/.*HF_NOZZLE.*/",
|
||||
"default_acceleration": "2500",
|
||||
"from": "system",
|
||||
"gap_infill_speed": "70",
|
||||
"infill_anchor": "2.5",
|
||||
"infill_anchor_max": "20",
|
||||
"inherits": "process_common_mk4s",
|
||||
"initial_layer_line_width": "0.68",
|
||||
"inner_wall_acceleration": "3000",
|
||||
"inner_wall_line_width": "0.68",
|
||||
"inner_wall_speed": "90",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_acceleration": "3000",
|
||||
"internal_solid_infill_line_width": "0.68",
|
||||
"internal_solid_infill_speed": "90",
|
||||
"layer_height": "0.25",
|
||||
"line_width": "0.68",
|
||||
"name": "0.25mm SPEED @MK4S 0.6",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.68",
|
||||
"outer_wall_speed": "80",
|
||||
"raft_contact_distance": "0.25",
|
||||
"small_perimeter_speed": "80",
|
||||
"sparse_infill_density": "20%",
|
||||
"sparse_infill_line_width": "0.68",
|
||||
"sparse_infill_speed": "100",
|
||||
"support_interface_spacing": "0.25",
|
||||
"support_interface_speed": "67.5",
|
||||
"support_line_width": "0.5",
|
||||
"support_object_xy_distance": "0.544",
|
||||
"support_speed": "80",
|
||||
"support_top_z_distance": "0.25",
|
||||
"top_shell_layers": "4",
|
||||
"top_shell_thickness": "0.9",
|
||||
"top_surface_acceleration": "1500",
|
||||
"top_surface_line_width": "0.55",
|
||||
"top_surface_speed": "60",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
{
|
||||
"bottom_shell_layers": "3",
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*HF_NOZZLE.*/",
|
||||
"from": "system",
|
||||
"inherits": "process_common_mk4s",
|
||||
"inner_wall_line_width": "0.5",
|
||||
"inner_wall_speed": "220",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_line_width": "0.5",
|
||||
"internal_solid_infill_speed": "240",
|
||||
"layer_height": "0.25",
|
||||
"name": "0.25mm SPEED @MK4S HF0.4",
|
||||
"outer_wall_line_width": "0.5",
|
||||
"outer_wall_speed": "200",
|
||||
"sparse_infill_line_width": "0.5",
|
||||
"sparse_infill_speed": "240",
|
||||
"support_interface_top_layers": "3",
|
||||
"support_top_z_distance": "0.25",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_acceleration": "2000",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.5 and printer_notes=~/.*HF_NOZZLE.*/",
|
||||
"from": "system",
|
||||
"inherits": "0.25mm SPEED @MK4S 0.5",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"inner_wall_speed": "200",
|
||||
"instantiation": "true",
|
||||
"name": "0.25mm SPEED @MK4S HF0.5",
|
||||
"outer_wall_acceleration": "4000",
|
||||
"outer_wall_speed": "200",
|
||||
"small_perimeter_speed": "170",
|
||||
"top_surface_acceleration": "2000",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,18 @@
|
||||
{
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/",
|
||||
"from": "system",
|
||||
"inherits": "0.25mm SPEED @MK4S 0.6",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"inner_wall_speed": "180",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_speed": "190",
|
||||
"name": "0.25mm SPEED @MK4S HF0.6",
|
||||
"outer_wall_acceleration": "4000",
|
||||
"outer_wall_speed": "180",
|
||||
"small_perimeter_speed": "170",
|
||||
"sparse_infill_speed": "190",
|
||||
"support_interface_speed": "55",
|
||||
"support_speed": "110",
|
||||
"top_surface_acceleration": "2000",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
{
|
||||
"bottom_shell_layers": "3",
|
||||
"from": "system",
|
||||
"inherits": "0.20mm STRUCTURAL @MK4S 0.5",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"name": "0.25mm STRUCTURAL @MK4S 0.5",
|
||||
"support_top_z_distance": "0.25",
|
||||
"top_shell_layers": "4",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"bridge_speed": "30",
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.6",
|
||||
"from": "system",
|
||||
"inherits": "0.25mm SPEED @MK4S 0.6",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "80",
|
||||
"instantiation": "true",
|
||||
"name": "0.25mm STRUCTURAL @MK4S 0.6",
|
||||
"outer_wall_acceleration": "1500",
|
||||
"outer_wall_speed": "45",
|
||||
"small_perimeter_speed": "45",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"bottom_shell_layers": "3",
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*HF_NOZZLE.*/",
|
||||
"from": "system",
|
||||
"inherits": "0.20mm STRUCTURAL @MK4S 0.4",
|
||||
"inner_wall_line_width": "0.5",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_line_width": "0.5",
|
||||
"layer_height": "0.25",
|
||||
"name": "0.25mm STRUCTURAL @MK4S HF0.4",
|
||||
"outer_wall_line_width": "0.5",
|
||||
"sparse_infill_line_width": "0.5",
|
||||
"support_top_z_distance": "0.25",
|
||||
"top_shell_layers": "4",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,24 @@
|
||||
{
|
||||
"bottom_shell_layers": "3",
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*HF_NOZZLE.*/",
|
||||
"from": "system",
|
||||
"inherits": "process_common_mk4s",
|
||||
"initial_layer_line_width": "0.55",
|
||||
"inner_wall_line_width": "0.55",
|
||||
"inner_wall_speed": "200",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_line_width": "0.55",
|
||||
"layer_height": "0.28",
|
||||
"name": "0.28mm DRAFT @MK4S HF0.4",
|
||||
"outer_wall_line_width": "0.55",
|
||||
"outer_wall_speed": "180",
|
||||
"small_perimeter_speed": "200",
|
||||
"sparse_infill_line_width": "0.55",
|
||||
"support_interface_top_layers": "3",
|
||||
"support_threshold_angle": "35",
|
||||
"support_top_z_distance": "0.28",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_line_width": "0.45",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,45 @@
|
||||
{
|
||||
"bottom_shell_layers": "3",
|
||||
"bottom_shell_thickness": "0.8",
|
||||
"bridge_acceleration": "1000",
|
||||
"bridge_speed": "22",
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.8 and printer_notes!~/.*HF_NOZZLE.*/",
|
||||
"default_acceleration": "2000",
|
||||
"from": "system",
|
||||
"gap_infill_speed": "40",
|
||||
"infill_anchor": "2.5",
|
||||
"infill_anchor_max": "20",
|
||||
"inherits": "process_common_mk4s",
|
||||
"initial_layer_line_width": "1",
|
||||
"inner_wall_acceleration": "2000",
|
||||
"inner_wall_line_width": "0.9",
|
||||
"inner_wall_speed": "70",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_acceleration": "3000",
|
||||
"internal_solid_infill_line_width": "0.9",
|
||||
"internal_solid_infill_speed": "50",
|
||||
"layer_height": "0.30",
|
||||
"line_width": "0.9",
|
||||
"name": "0.30mm DETAIL @MK4S 0.8",
|
||||
"outer_wall_acceleration": "1500",
|
||||
"outer_wall_line_width": "0.9",
|
||||
"outer_wall_speed": "45",
|
||||
"raft_contact_distance": "0.2",
|
||||
"seam_position": "nearest",
|
||||
"small_perimeter_speed": "45",
|
||||
"sparse_infill_line_width": "0.9",
|
||||
"sparse_infill_pattern": "zig-zag",
|
||||
"sparse_infill_speed": "100",
|
||||
"support_interface_spacing": "0.35",
|
||||
"support_line_width": "0.65",
|
||||
"support_object_xy_distance": "0.72",
|
||||
"support_speed": "60",
|
||||
"support_top_z_distance": "0.25",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "4",
|
||||
"top_shell_thickness": "1.2",
|
||||
"top_surface_acceleration": "1000",
|
||||
"top_surface_line_width": "0.7",
|
||||
"top_surface_speed": "35",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,19 @@
|
||||
{
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/",
|
||||
"from": "system",
|
||||
"gap_infill_speed": "80",
|
||||
"inherits": "0.30mm DETAIL @MK4S 0.8",
|
||||
"inner_wall_acceleration": "3000",
|
||||
"inner_wall_speed": "125",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_speed": "125",
|
||||
"name": "0.30mm SPEED @MK4S HF0.8",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"outer_wall_speed": "125",
|
||||
"small_perimeter_speed": "125",
|
||||
"sparse_infill_speed": "130",
|
||||
"support_speed": "110",
|
||||
"top_surface_acceleration": "1500",
|
||||
"top_surface_speed": "80",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
{
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/",
|
||||
"from": "system",
|
||||
"gap_infill_speed": "60",
|
||||
"inherits": "0.30mm DETAIL @MK4S 0.8",
|
||||
"inner_wall_speed": "80",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_speed": "120",
|
||||
"name": "0.30mm STRUCTURAL @MK4S HF0.8",
|
||||
"sparse_infill_speed": "120",
|
||||
"support_speed": "80",
|
||||
"top_surface_acceleration": "1200",
|
||||
"top_surface_speed": "60",
|
||||
"type": "process"
|
||||
}
|
43
resources/profiles/Prusa/process/0.32mm SPEED @MK4S 0.6.json
Normal file
43
resources/profiles/Prusa/process/0.32mm SPEED @MK4S 0.6.json
Normal file
@ -0,0 +1,43 @@
|
||||
{
|
||||
"bottom_shell_layers": "3",
|
||||
"bottom_shell_thickness": "0.6",
|
||||
"bridge_speed": "40",
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.6 and printer_notes!~/.*HF_NOZZLE.*/",
|
||||
"default_acceleration": "2500",
|
||||
"from": "system",
|
||||
"gap_infill_speed": "60",
|
||||
"infill_anchor": "2.5",
|
||||
"infill_anchor_max": "20",
|
||||
"inherits": "process_common_mk4s",
|
||||
"initial_layer_line_width": "0.68",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_line_width": "0.68",
|
||||
"inner_wall_speed": "70",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_acceleration": "3000",
|
||||
"internal_solid_infill_line_width": "0.68",
|
||||
"internal_solid_infill_speed": "70",
|
||||
"layer_height": "0.32",
|
||||
"line_width": "0.68",
|
||||
"name": "0.32mm SPEED @MK4S 0.6",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.68",
|
||||
"outer_wall_speed": "70",
|
||||
"raft_contact_distance": "0.25",
|
||||
"small_perimeter_speed": "70",
|
||||
"sparse_infill_density": "20%",
|
||||
"sparse_infill_line_width": "0.68",
|
||||
"sparse_infill_speed": "100",
|
||||
"support_interface_spacing": "0.25",
|
||||
"support_interface_speed": "67.5",
|
||||
"support_line_width": "0.5",
|
||||
"support_object_xy_distance": "0.544",
|
||||
"support_speed": "70",
|
||||
"support_top_z_distance": "0.25",
|
||||
"top_shell_layers": "4",
|
||||
"top_shell_thickness": "0.9",
|
||||
"top_surface_acceleration": "1500",
|
||||
"top_surface_line_width": "0.55",
|
||||
"top_surface_speed": "60",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
{
|
||||
"from": "system",
|
||||
"inherits": "0.25mm SPEED @MK4S HF0.5",
|
||||
"inner_wall_speed": "160",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.32",
|
||||
"name": "0.32mm SPEED @MK4S HF0.5",
|
||||
"outer_wall_speed": "160",
|
||||
"small_perimeter_speed": "160",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,18 @@
|
||||
{
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/",
|
||||
"from": "system",
|
||||
"inherits": "0.32mm SPEED @MK4S 0.6",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"inner_wall_speed": "145",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_speed": "140",
|
||||
"name": "0.32mm SPEED @MK4S HF0.6",
|
||||
"outer_wall_acceleration": "4000",
|
||||
"outer_wall_speed": "145",
|
||||
"small_perimeter_speed": "145",
|
||||
"sparse_infill_speed": "145",
|
||||
"support_interface_speed": "55",
|
||||
"support_speed": "110",
|
||||
"top_surface_acceleration": "2000",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
{
|
||||
"bottom_shell_layers": "4",
|
||||
"bridge_speed": "30",
|
||||
"from": "system",
|
||||
"inherits": "0.32mm SPEED @MK4S 0.6",
|
||||
"inner_wall_acceleration": "2000",
|
||||
"instantiation": "true",
|
||||
"name": "0.32mm STRUCTURAL @MK4S 0.6",
|
||||
"outer_wall_acceleration": "1500",
|
||||
"outer_wall_speed": "45",
|
||||
"small_perimeter_speed": "45",
|
||||
"sparse_infill_speed": "70",
|
||||
"top_shell_layers": "5",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
{
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.5 and printer_notes=~/.*HF_NOZZLE.*/",
|
||||
"from": "system",
|
||||
"inherits": "0.25mm STRUCTURAL @MK4S 0.5",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.32",
|
||||
"name": "0.32mm STRUCTURAL @MK4S HF0.5",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
{
|
||||
"bottom_shell_layers": "4",
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/",
|
||||
"from": "system",
|
||||
"inherits": "0.32mm SPEED @MK4S 0.6",
|
||||
"inner_wall_speed": "80",
|
||||
"instantiation": "true",
|
||||
"name": "0.32mm STRUCTURAL @MK4S HF0.6",
|
||||
"outer_wall_acceleration": "1500",
|
||||
"outer_wall_speed": "45",
|
||||
"small_perimeter_speed": "45",
|
||||
"sparse_infill_speed": "120",
|
||||
"top_shell_layers": "5",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,45 @@
|
||||
{
|
||||
"bottom_shell_layers": "3",
|
||||
"bottom_shell_thickness": "0.8",
|
||||
"bridge_acceleration": "1000",
|
||||
"bridge_speed": "22",
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.8 and printer_notes!~/.*HF_NOZZLE.*/",
|
||||
"default_acceleration": "2000",
|
||||
"from": "system",
|
||||
"gap_infill_speed": "35",
|
||||
"infill_anchor": "2.5",
|
||||
"infill_anchor_max": "20",
|
||||
"inherits": "process_common_mk4s",
|
||||
"initial_layer_line_width": "1",
|
||||
"inner_wall_acceleration": "2000",
|
||||
"inner_wall_line_width": "0.9",
|
||||
"inner_wall_speed": "50",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_acceleration": "3000",
|
||||
"internal_solid_infill_line_width": "0.9",
|
||||
"internal_solid_infill_speed": "45",
|
||||
"layer_height": "0.4",
|
||||
"line_width": "0.9",
|
||||
"name": "0.40mm QUALITY @MK4S 0.8",
|
||||
"outer_wall_acceleration": "1500",
|
||||
"outer_wall_line_width": "0.9",
|
||||
"outer_wall_speed": "45",
|
||||
"raft_contact_distance": "0.2",
|
||||
"seam_position": "nearest",
|
||||
"small_perimeter_speed": "45",
|
||||
"sparse_infill_line_width": "0.9",
|
||||
"sparse_infill_pattern": "zig-zag",
|
||||
"sparse_infill_speed": "90",
|
||||
"support_interface_spacing": "0.35",
|
||||
"support_line_width": "0.65",
|
||||
"support_object_xy_distance": "0.72",
|
||||
"support_speed": "50",
|
||||
"support_top_z_distance": "0.25",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "4",
|
||||
"top_shell_thickness": "1.2",
|
||||
"top_surface_acceleration": "1000",
|
||||
"top_surface_line_width": "0.75",
|
||||
"top_surface_speed": "35",
|
||||
"type": "process"
|
||||
}
|
@ -0,0 +1,42 @@
|
||||
{
|
||||
"bottom_shell_layers": "3",
|
||||
"bottom_shell_thickness": "0.6",
|
||||
"bridge_speed": "40",
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/",
|
||||
"default_acceleration": "2000",
|
||||
"from": "system",
|
||||
"gap_infill_speed": "60",
|
||||
"infill_anchor": "2.5",
|
||||
"infill_anchor_max": "20",
|
||||
"inherits": "process_common_mk4s",
|
||||
"initial_layer_line_width": "0.68",
|
||||
"inner_wall_line_width": "0.68",
|
||||
"inner_wall_speed": "120",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_acceleration": "3000",
|
||||
"internal_solid_infill_line_width": "0.68",
|
||||
"internal_solid_infill_speed": "120",
|
||||
"layer_height": "0.4",
|
||||
"line_width": "0.68",
|
||||
"name": "0.40mm SPEED @MK4S HF0.6",
|
||||
"outer_wall_acceleration": "3000",
|
||||
"outer_wall_line_width": "0.68",
|
||||
"outer_wall_speed": "115",
|
||||
"raft_contact_distance": "0.25",
|
||||
"small_perimeter_speed": "115",
|
||||
"sparse_infill_density": "20%",
|
||||
"sparse_infill_line_width": "0.68",
|
||||
"sparse_infill_speed": "130",
|
||||
"support_interface_spacing": "0.25",
|
||||
"support_interface_speed": "55",
|
||||
"support_line_width": "0.5",
|
||||
"support_object_xy_distance": "0.544",
|
||||
"support_speed": "110",
|
||||
"support_top_z_distance": "0.25",
|
||||
"top_shell_layers": "4",
|
||||
"top_shell_thickness": "0.9",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_line_width": "0.55",
|
||||
"top_surface_speed": "60",
|
||||
"type": "process"
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user