mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Add support for Prusa XL Input Shaper (only one head will print) & add PC-CF, PA11-CF, & PVB filament types (#5511)
* Add Prusa XL & speed profile
* Wrong name
* Fix cover image sizing
* Change infill pattern & density to whats in PrusaSlicer
* Fix filament start G-Code & Add additional info in printer notes
* Add PETG profile
* Link PETG profile
* Add ABS & add bed temps
* Add Prusament PLA & attempt at removing ramming limits
* Allow user to change ramming time & volume
* Revert changing identifier
* Remove invalid ramming variables
* Add Prusament PETG
* Try this
* Revert "Try this"
This reverts commit c6228950fb
.
* Revert ramming changes
* Add rPLA, PLA+, PC-CF, PA11-CF, and PVB
* Add PVB profile and other minor improvements
* Add image formats
* Add rPLA profile & remove rPLA & PLA+ from printConfig
* Add Prusament PC-CF & small bug fixes
* Add Prusament ASA, PA-CF, PC, & pa11cf common file
* Minor improvements to common and speed profiles
* Add 0.20mm Quality profile
* Add .3mm Draft process & link .2mm Quality
* Add 0.15mm Quality process
* Add 0.10mm Detail process
* Add 0.07mm UltraDetail profile
* Add 0.5mm nozzle size & related processes
* Set default print profile
* Fix incorrect bridge flow ratio
* Fix incorrect support z distance
* Correct skirt values if enabled
* Add 0.6 & 0.8 nozzles & respective profiles as well as some fixes
* Set default profile for 0.8
* Add 0.25, 0.3, & respective profiles
This also adds all the nozzle sizes to the filament profiles
* Adapt filename format
* Remove unneeded values
* Add Input Shaper
* Fix raft contact distance
* Add Input Shaper profiles to filaments
* List default profiles
* Add printer variant variable
* Change cover sizes & optimize svg
* Fix small filament bug
* Add comment for symmetry
* Add Prusa before XL & XLIS
* Fix failing check
* Fix failing check part 2
* Some small changes
* I've been overthinking this haven't I?
* Could it be this?
* Revert this change
* Try one last thing
* Change naming for XLIS & covers
* Try removing non-IS profiles
* Change IS models
* Remove remnants of non-IS profiles
* Change naming for better consistency
This commit is contained in:
parent
d49c8911ab
commit
467691db5e
61 changed files with 4080 additions and 33 deletions
|
@ -19,6 +19,10 @@
|
||||||
{
|
{
|
||||||
"name": "MINI",
|
"name": "MINI",
|
||||||
"sub_path": "machine/Prusa MINI.json"
|
"sub_path": "machine/Prusa MINI.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Pursa XL Input Shaper",
|
||||||
|
"sub_path": "machine/Prusa XLIS.json"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"process_list": [
|
"process_list": [
|
||||||
|
@ -46,6 +50,10 @@
|
||||||
"name": "process_common_mk3",
|
"name": "process_common_mk3",
|
||||||
"sub_path": "process/process_common_mk3.json"
|
"sub_path": "process/process_common_mk3.json"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "process_common_xl",
|
||||||
|
"sub_path": "process/process_common_xl.json"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "0.20mm Standard @MINI 0.25",
|
"name": "0.20mm Standard @MINI 0.25",
|
||||||
"sub_path": "process/0.20mm Standard @MINI 0.25.json"
|
"sub_path": "process/0.20mm Standard @MINI 0.25.json"
|
||||||
|
@ -151,137 +159,236 @@
|
||||||
"sub_path": "process/0.12mm Standard @MK4.json"
|
"sub_path": "process/0.12mm Standard @MK4.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
||||||
"name": "0.16mm Standard @MK4",
|
"name": "0.16mm Standard @MK4",
|
||||||
"sub_path": "process/0.16mm Standard @MK4.json"
|
"sub_path": "process/0.16mm Standard @MK4.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
||||||
"name": "0.20mm Standard @MK4",
|
"name": "0.20mm Standard @MK4",
|
||||||
"sub_path": "process/0.20mm Standard @MK4.json"
|
"sub_path": "process/0.20mm Standard @MK4.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
||||||
"name": "0.05mm Detail @MINIIS",
|
"name": "0.05mm Detail @MINIIS",
|
||||||
"sub_path": "process/0.05mm Detail @MINIIS.json"
|
"sub_path": "process/0.05mm Detail @MINIIS.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
||||||
"name": "0.07mm Detail @MINIIS",
|
"name": "0.07mm Detail @MINIIS",
|
||||||
"sub_path": "process/0.07mm Detail @MINIIS.json"
|
"sub_path": "process/0.07mm Detail @MINIIS.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
||||||
"name": "0.10mm Speed @MINIIS",
|
"name": "0.10mm Speed @MINIIS",
|
||||||
"sub_path": "process/0.10mm Speed @MINIIS.json"
|
"sub_path": "process/0.10mm Speed @MINIIS.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
||||||
"name": "0.12mm Speed @MINIIS",
|
"name": "0.12mm Speed @MINIIS",
|
||||||
"sub_path": "process/0.12mm Speed @MINIIS.json"
|
"sub_path": "process/0.12mm Speed @MINIIS.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
||||||
"name": "0.12mm Standard @MINIIS",
|
"name": "0.12mm Standard @MINIIS",
|
||||||
"sub_path": "process/0.12mm Standard @MINIIS.json"
|
"sub_path": "process/0.12mm Standard @MINIIS.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
||||||
"name": "0.15mm Standard @MINIIS",
|
"name": "0.15mm Standard @MINIIS",
|
||||||
"sub_path": "process/0.15mm Standard @MINIIS.json"
|
"sub_path": "process/0.15mm Standard @MINIIS.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
||||||
"name": "0.15mm Standard @MINIIS 0.6",
|
"name": "0.15mm Standard @MINIIS 0.6",
|
||||||
"sub_path": "process/0.15mm Standard @MINIIS 0.6.json"
|
"sub_path": "process/0.15mm Standard @MINIIS 0.6.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
||||||
"name": "0.15mm Standard @MINIIS 0.25",
|
"name": "0.15mm Standard @MINIIS 0.25",
|
||||||
"sub_path": "process/0.15mm Standard @MINIIS 0.25.json"
|
"sub_path": "process/0.15mm Standard @MINIIS 0.25.json"
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
"name": "0.15mm Speed @MINIIS",
|
"name": "0.15mm Speed @MINIIS",
|
||||||
"sub_path": "process/0.15mm Speed @MINIIS.json"
|
"sub_path": "process/0.15mm Speed @MINIIS.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
||||||
"name": "0.15mm Speed @MINIIS 0.25",
|
"name": "0.15mm Speed @MINIIS 0.25",
|
||||||
"sub_path": "process/0.15mm Speed @MINIIS 0.25.json"
|
"sub_path": "process/0.15mm Speed @MINIIS 0.25.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
||||||
"name": "0.20mm Standard @MINIIS",
|
"name": "0.20mm Standard @MINIIS",
|
||||||
"sub_path": "process/0.20mm Standard @MINIIS.json"
|
"sub_path": "process/0.20mm Standard @MINIIS.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
||||||
"name": "0.20mm Standard @MINIIS 0.6",
|
"name": "0.20mm Standard @MINIIS 0.6",
|
||||||
"sub_path": "process/0.20mm Standard @MINIIS 0.6.json"
|
"sub_path": "process/0.20mm Standard @MINIIS 0.6.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
||||||
"name": "0.20mm Speed @MINIIS",
|
"name": "0.20mm Speed @MINIIS",
|
||||||
"sub_path": "process/0.20mm Speed @MINIIS.json"
|
"sub_path": "process/0.20mm Speed @MINIIS.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
||||||
"name": "0.20mm Speed @MINIIS 0.6",
|
"name": "0.20mm Speed @MINIIS 0.6",
|
||||||
"sub_path": "process/0.20mm Speed @MINIIS 0.6.json"
|
"sub_path": "process/0.20mm Speed @MINIIS 0.6.json"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
"name": "0.25mm Standard @MINIIS",
|
"name": "0.25mm Standard @MINIIS",
|
||||||
"sub_path": "process/0.25mm Standard @MINIIS.json"
|
"sub_path": "process/0.25mm Standard @MINIIS.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
||||||
"name": "0.25mm Speed @MINIIS",
|
"name": "0.25mm Speed @MINIIS",
|
||||||
"sub_path": "process/0.25mm Speed @MINIIS.json"
|
"sub_path": "process/0.25mm Speed @MINIIS.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
||||||
"name": "0.30mm Detail @MINIIS",
|
"name": "0.30mm Detail @MINIIS",
|
||||||
"sub_path": "process/0.30mm Detail @MINIIS.json"
|
"sub_path": "process/0.30mm Detail @MINIIS.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
||||||
"name": "0.35mm Standard @MINIIS",
|
"name": "0.35mm Standard @MINIIS",
|
||||||
"sub_path": "process/0.35mm Standard @MINIIS.json"
|
"sub_path": "process/0.35mm Standard @MINIIS.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
||||||
"name": "0.40mm Standard @MINIIS",
|
"name": "0.40mm Standard @MINIIS",
|
||||||
"sub_path": "process/0.40mm Standard @MINIIS.json"
|
"sub_path": "process/0.40mm Standard @MINIIS.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
||||||
"name": "0.24mm Standard @MK4",
|
"name": "0.24mm Standard @MK4",
|
||||||
"sub_path": "process/0.24mm Standard @MK4.json"
|
"sub_path": "process/0.24mm Standard @MK4.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
||||||
"name": "0.28mm Standard @MK4",
|
"name": "0.28mm Standard @MK4",
|
||||||
"sub_path": "process/0.28mm Standard @MK4.json"
|
"sub_path": "process/0.28mm Standard @MK4.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
||||||
"name": "0.32mm Standard @MK4",
|
"name": "0.32mm Standard @MK4",
|
||||||
"sub_path": "process/0.32mm Standard @MK4.json"
|
"sub_path": "process/0.32mm Standard @MK4.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
||||||
"name": "0.40mm Standard @MK4",
|
"name": "0.40mm Standard @MK4",
|
||||||
"sub_path": "process/0.40mm Standard @MK4.json"
|
"sub_path": "process/0.40mm Standard @MK4.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
||||||
"name": "0.56mm Standard @MK4",
|
"name": "0.56mm Standard @MK4",
|
||||||
"sub_path": "process/0.56mm Standard @MK4.json"
|
"sub_path": "process/0.56mm Standard @MK4.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.15mm Structural @XLIS 0.25",
|
||||||
|
"sub_path": "process/0.15mm Structural @XLIS 0.25.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.15mm Speed @XLIS 0.25",
|
||||||
|
"sub_path": "process/0.15mm Speed @XLIS 0.25.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.12mm Structural @XLIS 0.25",
|
||||||
|
"sub_path": "process/0.12mm Structural @XLIS 0.25.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.12mm Speed @XLIS 0.25",
|
||||||
|
"sub_path": "process/0.12mm Speed @XLIS 0.25.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.07mm Detail @XLIS 0.25",
|
||||||
|
"sub_path": "process/0.07mm Detail @XLIS 0.25.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.05mm Detail @XLIS 0.25",
|
||||||
|
"sub_path": "process/0.05mm Detail @XLIS 0.25.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.20mm Speed @XLIS 0.3",
|
||||||
|
"sub_path": "process/0.20mm Speed @XLIS 0.3.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.16mm Structural @XLIS 0.3",
|
||||||
|
"sub_path": "process/0.16mm Structural @XLIS 0.3.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.16mm Speed @XLIS 0.3",
|
||||||
|
"sub_path": "process/0.16mm Speed @XLIS 0.3.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.12mm Structural @XLIS 0.3",
|
||||||
|
"sub_path": "process/0.12mm Structural @XLIS 0.3.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.25mm Structural @XLIS 0.4",
|
||||||
|
"sub_path": "process/0.25mm Structural @XLIS 0.4.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.20mm Structural @XLIS 0.4",
|
||||||
|
"sub_path": "process/0.20mm Structural @XLIS 0.4.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.20mm Speed @XLIS 0.4",
|
||||||
|
"sub_path": "process/0.20mm Speed @XLIS 0.4.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.15mm Structural @XLIS 0.4",
|
||||||
|
"sub_path": "process/0.15mm Structural @XLIS 0.4.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.15mm Speed @XLIS 0.4",
|
||||||
|
"sub_path": "process/0.15mm Speed @XLIS 0.4.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.10mm FastDetail @XLIS 0.4",
|
||||||
|
"sub_path": "process/0.10mm FastDetail @XLIS 0.4.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.25mm Structural @XLIS 0.5",
|
||||||
|
"sub_path": "process/0.25mm Structural @XLIS 0.5.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.25mm Speed @XLIS 0.5",
|
||||||
|
"sub_path": "process/0.25mm Speed @XLIS 0.5.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.20mm Structural @XLIS 0.5",
|
||||||
|
"sub_path": "process/0.20mm Structural @XLIS 0.5.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.20mm Speed @XLIS 0.5",
|
||||||
|
"sub_path": "process/0.20mm Speed @XLIS 0.5.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.15mm Structural @XLIS 0.5",
|
||||||
|
"sub_path": "process/0.15mm Structural @XLIS 0.5.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.10mm Structural @XLIS 0.5",
|
||||||
|
"sub_path": "process/0.10mm Structural @XLIS 0.5.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.32mm Structural @XLIS 0.6",
|
||||||
|
"sub_path": "process/0.32mm Structural @XLIS 0.6.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.32mm Speed @XLIS 0.6",
|
||||||
|
"sub_path": "process/0.32mm Speed @XLIS 0.6.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.25mm Structural @XLIS 0.6",
|
||||||
|
"sub_path": "process/0.25mm Structural @XLIS 0.6.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.25mm Speed @XLIS 0.6",
|
||||||
|
"sub_path": "process/0.25mm Speed @XLIS 0.6.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.20mm Structural @XLIS 0.6",
|
||||||
|
"sub_path": "process/0.20mm Structural @XLIS 0.6.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.20mm Speed @XLIS 0.6",
|
||||||
|
"sub_path": "process/0.20mm Speed @XLIS 0.6.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.15mm Structural @XLIS 0.6",
|
||||||
|
"sub_path": "process/0.15mm Structural @XLIS 0.6.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.55mm Draft @XLIS 0.8",
|
||||||
|
"sub_path": "process/0.55mm Draft @XLIS 0.8.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.40mm Quality @XLIS 0.8",
|
||||||
|
"sub_path": "process/0.40mm Quality @XLIS 0.8.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.30mm Detail @XLIS 0.8",
|
||||||
|
"sub_path": "process/0.30mm Detail @XLIS 0.8.json"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"filament_list": [
|
"filament_list": [
|
||||||
|
@ -309,6 +416,10 @@
|
||||||
"name": "fdm_filament_pc",
|
"name": "fdm_filament_pc",
|
||||||
"sub_path": "filament/fdm_filament_pc.json"
|
"sub_path": "filament/fdm_filament_pc.json"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "fdm_filament_pccf",
|
||||||
|
"sub_path": "filament/fdm_filament_pccf.json"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "fdm_filament_asa",
|
"name": "fdm_filament_asa",
|
||||||
"sub_path": "filament/fdm_filament_asa.json"
|
"sub_path": "filament/fdm_filament_asa.json"
|
||||||
|
@ -317,10 +428,18 @@
|
||||||
"name": "fdm_filament_pva",
|
"name": "fdm_filament_pva",
|
||||||
"sub_path": "filament/fdm_filament_pva.json"
|
"sub_path": "filament/fdm_filament_pva.json"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "fdm_filament_pvb",
|
||||||
|
"sub_path": "filament/fdm_filament_pvb.json"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "fdm_filament_pa",
|
"name": "fdm_filament_pa",
|
||||||
"sub_path": "filament/fdm_filament_pa.json"
|
"sub_path": "filament/fdm_filament_pa.json"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "fdm_filament_pa11cf",
|
||||||
|
"sub_path": "filament/fdm_filament_pa11cf.json"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Prusa Generic PLA",
|
"name": "Prusa Generic PLA",
|
||||||
"sub_path": "filament/Prusa Generic PLA.json"
|
"sub_path": "filament/Prusa Generic PLA.json"
|
||||||
|
@ -345,6 +464,18 @@
|
||||||
"name": "Prusa Generic PLA @MINIIS",
|
"name": "Prusa Generic PLA @MINIIS",
|
||||||
"sub_path": "filament/Prusa Generic PLA @MINIIS.json"
|
"sub_path": "filament/Prusa Generic PLA @MINIIS.json"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Prusa Generic PLA @XL",
|
||||||
|
"sub_path": "filament/Prusa Generic PLA @XL.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Prusament PLA @XL",
|
||||||
|
"sub_path": "filament/Prusament PLA @XL.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Prusament rPLA @XL",
|
||||||
|
"sub_path": "filament/Prusament rPLA @XL.json"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Prusa Generic PLA-CF",
|
"name": "Prusa Generic PLA-CF",
|
||||||
"sub_path": "filament/Prusa Generic PLA-CF.json"
|
"sub_path": "filament/Prusa Generic PLA-CF.json"
|
||||||
|
@ -389,6 +520,14 @@
|
||||||
"name": "Prusa Generic PETG @MINIIS 0.8",
|
"name": "Prusa Generic PETG @MINIIS 0.8",
|
||||||
"sub_path": "filament/Prusa Generic PETG @MINIIS 0.8.json"
|
"sub_path": "filament/Prusa Generic PETG @MINIIS 0.8.json"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Prusa Generic PETG @XL",
|
||||||
|
"sub_path": "filament/Prusa Generic PETG @XL.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Prusament PETG @XL",
|
||||||
|
"sub_path": "filament/Prusament PETG @XL.json"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Prusa Generic ABS",
|
"name": "Prusa Generic ABS",
|
||||||
"sub_path": "filament/Prusa Generic ABS.json"
|
"sub_path": "filament/Prusa Generic ABS.json"
|
||||||
|
@ -413,6 +552,10 @@
|
||||||
"name": "Prusa Generic ABS @MINIIS 0.8",
|
"name": "Prusa Generic ABS @MINIIS 0.8",
|
||||||
"sub_path": "filament/Prusa Generic ABS @MINIIS 0.8.json"
|
"sub_path": "filament/Prusa Generic ABS @MINIIS 0.8.json"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Prusa Generic ABS @XL",
|
||||||
|
"sub_path": "filament/Prusa Generic ABS @XL.json"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Prusa Generic TPU",
|
"name": "Prusa Generic TPU",
|
||||||
"sub_path": "filament/Prusa Generic TPU.json"
|
"sub_path": "filament/Prusa Generic TPU.json"
|
||||||
|
@ -449,6 +592,10 @@
|
||||||
"name": "Prusa Generic ASA @MINIIS 0.8",
|
"name": "Prusa Generic ASA @MINIIS 0.8",
|
||||||
"sub_path": "filament/Prusa Generic ASA @MINIIS 0.8.json"
|
"sub_path": "filament/Prusa Generic ASA @MINIIS 0.8.json"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Prusament ASA @XL",
|
||||||
|
"sub_path": "filament/Prusament ASA @XL.json"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Prusa Generic PC",
|
"name": "Prusa Generic PC",
|
||||||
"sub_path": "filament/Prusa Generic PC.json"
|
"sub_path": "filament/Prusa Generic PC.json"
|
||||||
|
@ -469,6 +616,14 @@
|
||||||
"name": "Prusa Generic PC @MINIIS 0.8",
|
"name": "Prusa Generic PC @MINIIS 0.8",
|
||||||
"sub_path": "filament/Prusa Generic PC @MINIIS 0.8.json"
|
"sub_path": "filament/Prusa Generic PC @MINIIS 0.8.json"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Prusament PC Blend @XL",
|
||||||
|
"sub_path": "filament/Prusament PC Blend @XL.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Prusament PC-CF @XL",
|
||||||
|
"sub_path": "filament/Prusament PC-CF @XL.json"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Prusa Generic PVA",
|
"name": "Prusa Generic PVA",
|
||||||
"sub_path": "filament/Prusa Generic PVA.json"
|
"sub_path": "filament/Prusa Generic PVA.json"
|
||||||
|
@ -489,6 +644,10 @@
|
||||||
"name": "Prusa Generic PVA @MINIIS 0.8",
|
"name": "Prusa Generic PVA @MINIIS 0.8",
|
||||||
"sub_path": "filament/Prusa Generic PVA @MINIIS 0.8.json"
|
"sub_path": "filament/Prusa Generic PVA @MINIIS 0.8.json"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Prusament PVB @XL",
|
||||||
|
"sub_path": "filament/Prusament PVB @XL.json"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Prusa Generic PA",
|
"name": "Prusa Generic PA",
|
||||||
"sub_path": "filament/Prusa Generic PA.json"
|
"sub_path": "filament/Prusa Generic PA.json"
|
||||||
|
@ -528,6 +687,10 @@
|
||||||
{
|
{
|
||||||
"name": "Prusa Generic PA-CF @MINIIS 0.8",
|
"name": "Prusa Generic PA-CF @MINIIS 0.8",
|
||||||
"sub_path": "filament/Prusa Generic PA-CF @MINIIS 0.8.json"
|
"sub_path": "filament/Prusa Generic PA-CF @MINIIS 0.8.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Prusament PA-CF @XL",
|
||||||
|
"sub_path": "filament/Prusament PA-CF @XL.json"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"machine_list": [
|
"machine_list": [
|
||||||
|
@ -598,6 +761,30 @@
|
||||||
{
|
{
|
||||||
"name": "Prusa MINI 0.8 nozzle",
|
"name": "Prusa MINI 0.8 nozzle",
|
||||||
"sub_path": "machine/Prusa MINI 0.8 nozzle.json"
|
"sub_path": "machine/Prusa MINI 0.8 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Prusa XLIS 0.25 nozzle",
|
||||||
|
"sub_path": "machine/Prusa XLIS 0.25 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Prusa XLIS 0.3 nozzle",
|
||||||
|
"sub_path": "machine/Prusa XLIS 0.3 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Prusa XLIS 0.4 nozzle",
|
||||||
|
"sub_path": "machine/Prusa XLIS 0.4 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Prusa XLIS 0.5 nozzle",
|
||||||
|
"sub_path": "machine/Prusa XLIS 0.5 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Prusa XLIS 0.6 nozzle",
|
||||||
|
"sub_path": "machine/Prusa XLIS 0.6 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Prusa XLIS 0.8 nozzle",
|
||||||
|
"sub_path": "machine/Prusa XLIS 0.8 nozzle.json"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
1
resources/profiles/Prusa/Pursa XL Input Shaper.svg
Normal file
1
resources/profiles/Prusa/Pursa XL Input Shaper.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 6 KiB |
BIN
resources/profiles/Prusa/Pursa XL Input Shaper_bed.stl
Normal file
BIN
resources/profiles/Prusa/Pursa XL Input Shaper_bed.stl
Normal file
Binary file not shown.
BIN
resources/profiles/Prusa/Pursa XL Input Shaper_cover.png
Normal file
BIN
resources/profiles/Prusa/Pursa XL Input Shaper_cover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
54
resources/profiles/Prusa/filament/Prusa Generic ABS @XL.json
Normal file
54
resources/profiles/Prusa/filament/Prusa Generic ABS @XL.json
Normal file
|
@ -0,0 +1,54 @@
|
||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"filament_id": "GFB99_1",
|
||||||
|
"setting_id": "GFSA04",
|
||||||
|
"name": "Prusa Generic ABS @XL",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_filament_abs",
|
||||||
|
"nozzle_temperature_intial_layer": "255",
|
||||||
|
"nozzle_temperature": "255",
|
||||||
|
"hot_plate_temp_initial_layer": "100",
|
||||||
|
"hot_plate_temp": "105",
|
||||||
|
"slow_down_min_speed": "15",
|
||||||
|
"filament_flow_ratio": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"12"
|
||||||
|
],
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"fan_max_speed": [
|
||||||
|
"15"
|
||||||
|
],
|
||||||
|
"fan_min_speed": [
|
||||||
|
"15"
|
||||||
|
],
|
||||||
|
"overhang_fan_speed": [
|
||||||
|
"25"
|
||||||
|
],
|
||||||
|
"close_fan_the_first_x_layers": [
|
||||||
|
"4"
|
||||||
|
],
|
||||||
|
"filament_loading_speed_start": "19",
|
||||||
|
"filament_loading_speed": "14",
|
||||||
|
"filament_unloading_speed_start": "100",
|
||||||
|
"filament_unloading_speed": "20",
|
||||||
|
"filament_load_time": "15",
|
||||||
|
"filament_unload_time": "12",
|
||||||
|
"filament_cooling_moves": "5",
|
||||||
|
"filament_cooling_initial_speed": "10",
|
||||||
|
"filament_cooling_final_speed": "50",
|
||||||
|
"filament_retract_lift_below": "1.5",
|
||||||
|
"filament_start_gcode": "; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.04{elsif nozzle_diameter[0]==0.25}0.1{elsif nozzle_diameter[0]==0.3}0.06{elsif nozzle_diameter[0]==0.35}0.05{elsif nozzle_diameter[0]==0.5}0.03{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.01{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.02{elsif nozzle_diameter[0]==0.5}0.018{elsif nozzle_diameter[0]==0.6}0.012{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\n{endif}\n\nM142 S40 ; set heatbreak target temp",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.25 nozzle",
|
||||||
|
"Pursa XLIS 0.3 nozzle",
|
||||||
|
"Prusa XLIS 0.4 nozzle",
|
||||||
|
"Prusa XLIS 0.5 nozzle",
|
||||||
|
"Prusa XLIS 0.6 nozzle",
|
||||||
|
"Prusa XLIS 0.8 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,57 @@
|
||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"filament_id": "GFL99_1",
|
||||||
|
"setting_id": "GFSA04",
|
||||||
|
"name": "Prusa Generic PETG @XL",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_filament_pet",
|
||||||
|
"nozzle_temperature_intial_layer": "230",
|
||||||
|
"nozzle_temperature": "240",
|
||||||
|
"hot_plate_temp_initial_layer": "80",
|
||||||
|
"hot_plate_temp": "80",
|
||||||
|
"full_fan_speed_layer": "5",
|
||||||
|
"slow_down_min_speed": "15",
|
||||||
|
"filament_flow_ratio": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"9"
|
||||||
|
],
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"9"
|
||||||
|
],
|
||||||
|
"fan_max_speed": [
|
||||||
|
"50"
|
||||||
|
],
|
||||||
|
"fan_min_speed": [
|
||||||
|
"30"
|
||||||
|
],
|
||||||
|
"overhang_fan_speed": [
|
||||||
|
"50"
|
||||||
|
],
|
||||||
|
"close_fan_the_first_x_layers": [
|
||||||
|
"3"
|
||||||
|
],
|
||||||
|
"filament_loading_speed_start": "50",
|
||||||
|
"filament_loading_speed": "10",
|
||||||
|
"filament_unloading_speed_start": "100",
|
||||||
|
"filament_unloading_speed": "100",
|
||||||
|
"filament_load_time": "10.5",
|
||||||
|
"filament_unload_time": "8.5",
|
||||||
|
"filament_cooling_moves": "3",
|
||||||
|
"filament_cooling_initial_speed": "5",
|
||||||
|
"filament_cooling_final_speed": "2.5",
|
||||||
|
"filament_retract_lift_below": "1.5",
|
||||||
|
"filament_wipe": "1",
|
||||||
|
"filament_retract_before_wipe": "20%",
|
||||||
|
"filament_start_gcode": "; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.07{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.09{elsif nozzle_diameter[0]==0.35}0.08{elsif nozzle_diameter[0]==0.6}0.04{elsif nozzle_diameter[0]==0.5}0.05{elsif nozzle_diameter[0]==0.8}0.02{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.053{elsif nozzle_diameter[0]==0.5}0.042{elsif nozzle_diameter[0]==0.6}0.032{elsif nozzle_diameter[0]==0.8}0.018{elsif nozzle_diameter[0]==0.25}0.18{elsif nozzle_diameter[0]==0.3}0.1{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.25 nozzle",
|
||||||
|
"Pursa XLIS 0.3 nozzle",
|
||||||
|
"Prusa XLIS 0.4 nozzle",
|
||||||
|
"Prusa XLIS 0.5 nozzle",
|
||||||
|
"Prusa XLIS 0.6 nozzle",
|
||||||
|
"Prusa XLIS 0.8 nozzle"
|
||||||
|
]
|
||||||
|
}
|
52
resources/profiles/Prusa/filament/Prusa Generic PLA @XL.json
Normal file
52
resources/profiles/Prusa/filament/Prusa Generic PLA @XL.json
Normal file
|
@ -0,0 +1,52 @@
|
||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"filament_id": "GFL99_1",
|
||||||
|
"setting_id": "GFSA04",
|
||||||
|
"name": "Prusa Generic PLA @XL",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_filament_pla",
|
||||||
|
"nozzle_temperature_intial_layer": "215",
|
||||||
|
"nozzle_temperature": "210",
|
||||||
|
"hot_plate_temp_initial_layer": "60",
|
||||||
|
"hot_plate_temp": "60",
|
||||||
|
"full_fan_speed_layer": "3",
|
||||||
|
"slow_down_min_speed": "15",
|
||||||
|
"filament_flow_ratio": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"15"
|
||||||
|
],
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"fan_max_speed": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"fan_min_speed": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"overhang_fan_speed": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"filament_loading_speed_start": "50",
|
||||||
|
"filament_loading_speed": "10",
|
||||||
|
"filament_unloading_speed_start": "100",
|
||||||
|
"filament_unloading_speed": "100",
|
||||||
|
"filament_load_time": "10.5",
|
||||||
|
"filament_unload_time": "8.5",
|
||||||
|
"filament_cooling_moves": "2",
|
||||||
|
"filament_cooling_initial_speed": "10",
|
||||||
|
"filament_cooling_final_speed": "3.5",
|
||||||
|
"filament_retract_lift_below": "0.6",
|
||||||
|
"filament_start_gcode": "; filament start gcode\nM900 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=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.036{elsif nozzle_diameter[0]==0.5}0.025{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.014{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.08{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.25 nozzle",
|
||||||
|
"Pursa XLIS 0.3 nozzle",
|
||||||
|
"Prusa XLIS 0.4 nozzle",
|
||||||
|
"Prusa XLIS 0.5 nozzle",
|
||||||
|
"Prusa XLIS 0.6 nozzle",
|
||||||
|
"Prusa XLIS 0.8 nozzle"
|
||||||
|
]
|
||||||
|
}
|
56
resources/profiles/Prusa/filament/Prusament ASA @XL.json
Normal file
56
resources/profiles/Prusa/filament/Prusament ASA @XL.json
Normal file
|
@ -0,0 +1,56 @@
|
||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"filament_id": "GFB98",
|
||||||
|
"setting_id": "GFSA04",
|
||||||
|
"name": "Prusament ASA @XL",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_filament_asa",
|
||||||
|
"nozzle_temperature_intial_layer": "260",
|
||||||
|
"nozzle_temperature": "260",
|
||||||
|
"hot_plate_temp_initial_layer": "100",
|
||||||
|
"hot_plate_temp": "105",
|
||||||
|
"filament_flow_ratio": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"fan_max_speed": [
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"fan_min_speed": [
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"overhang_fan_speed": [
|
||||||
|
"30"
|
||||||
|
],
|
||||||
|
"close_fan_the_first_x_layers": [
|
||||||
|
"4"
|
||||||
|
],
|
||||||
|
"slow_down_min_speed": [
|
||||||
|
"15"
|
||||||
|
],
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"15"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"12"
|
||||||
|
],
|
||||||
|
"filament_loading_speed_start": "19",
|
||||||
|
"filament_loading_speed": "14",
|
||||||
|
"filament_unloading_speed_start": "100",
|
||||||
|
"filament_unloading_speed": "20",
|
||||||
|
"filament_load_time": "15",
|
||||||
|
"filament_unload_time": "12",
|
||||||
|
"filament_cooling_moves": "5",
|
||||||
|
"filament_cooling_initial_speed": "10",
|
||||||
|
"filament_cooling_final_speed": "50",
|
||||||
|
"filament_retract_lift_below": "1.5",
|
||||||
|
"filament_start_gcode": "; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.04{elsif nozzle_diameter[0]==0.25}0.1{elsif nozzle_diameter[0]==0.3}0.06{elsif nozzle_diameter[0]==0.35}0.05{elsif nozzle_diameter[0]==0.5}0.03{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.01{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.02{elsif nozzle_diameter[0]==0.5}0.018{elsif nozzle_diameter[0]==0.6}0.012{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\n{endif}\n\nM142 S40 ; set heatbreak target temp",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.25 nozzle",
|
||||||
|
"Pursa XLIS 0.3 nozzle",
|
||||||
|
"Prusa XLIS 0.4 nozzle",
|
||||||
|
"Prusa XLIS 0.5 nozzle",
|
||||||
|
"Prusa XLIS 0.6 nozzle",
|
||||||
|
"Prusa XLIS 0.8 nozzle"
|
||||||
|
]
|
||||||
|
}
|
56
resources/profiles/Prusa/filament/Prusament PA-CF @XL.json
Normal file
56
resources/profiles/Prusa/filament/Prusament PA-CF @XL.json
Normal file
|
@ -0,0 +1,56 @@
|
||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"filament_id": "GFN98",
|
||||||
|
"setting_id": "GFSA04",
|
||||||
|
"name": "Prusament PA-CF @XL",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_filament_pa11cf",
|
||||||
|
"nozzle_temperature_intial_layer": "275",
|
||||||
|
"nozzle_temperature": "285",
|
||||||
|
"hot_plate_temp_initial_layer": "100",
|
||||||
|
"hot_plate_temp": "105",
|
||||||
|
"filament_flow_ratio": [
|
||||||
|
"1.05"
|
||||||
|
],
|
||||||
|
"fan_max_speed": [
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"fan_min_speed": [
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"overhang_fan_speed": [
|
||||||
|
"30"
|
||||||
|
],
|
||||||
|
"close_fan_the_first_x_layers": [
|
||||||
|
"4"
|
||||||
|
],
|
||||||
|
"slow_down_min_speed": [
|
||||||
|
"15"
|
||||||
|
],
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"6.5"
|
||||||
|
],
|
||||||
|
"filament_loading_speed_start": "19",
|
||||||
|
"filament_loading_speed": "14",
|
||||||
|
"filament_unloading_speed_start": "100",
|
||||||
|
"filament_unloading_speed": "20",
|
||||||
|
"filament_load_time": "15",
|
||||||
|
"filament_unload_time": "12",
|
||||||
|
"filament_cooling_moves": "5",
|
||||||
|
"filament_cooling_initial_speed": "10",
|
||||||
|
"filament_cooling_final_speed": "50",
|
||||||
|
"filament_retract_lift_below": "1.5",
|
||||||
|
"filament_start_gcode": "; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.07{elsif nozzle_diameter[0]==0.3}0.09{elsif nozzle_diameter[0]==0.35}0.08{elsif nozzle_diameter[0]==0.6}0.04{elsif nozzle_diameter[0]==0.5}0.05{elsif nozzle_diameter[0]==0.8}0.02{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.6}0.025{elsif nozzle_diameter[0]==0.8}0.016{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.09{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S45 ; set heatbreak target temp",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.25 nozzle",
|
||||||
|
"Pursa XLIS 0.3 nozzle",
|
||||||
|
"Prusa XLIS 0.4 nozzle",
|
||||||
|
"Prusa XLIS 0.5 nozzle",
|
||||||
|
"Prusa XLIS 0.6 nozzle",
|
||||||
|
"Prusa XLIS 0.8 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,56 @@
|
||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"filament_id": "GFL99_1",
|
||||||
|
"setting_id": "GFSA04",
|
||||||
|
"name": "Prusament PC Blend @XL",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_filament_pc",
|
||||||
|
"nozzle_temperature_intial_layer": "275",
|
||||||
|
"nozzle_temperature": "275",
|
||||||
|
"hot_plate_temp_initial_layer": "100",
|
||||||
|
"hot_plate_temp": "105",
|
||||||
|
"filament_flow_ratio": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"fan_max_speed": [
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"fan_min_speed": [
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"overhang_fan_speed": [
|
||||||
|
"30"
|
||||||
|
],
|
||||||
|
"close_fan_the_first_x_layers": [
|
||||||
|
"4"
|
||||||
|
],
|
||||||
|
"slow_down_min_speed": [
|
||||||
|
"15"
|
||||||
|
],
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"9"
|
||||||
|
],
|
||||||
|
"filament_loading_speed_start": "19",
|
||||||
|
"filament_loading_speed": "14",
|
||||||
|
"filament_unloading_speed_start": "100",
|
||||||
|
"filament_unloading_speed": "20",
|
||||||
|
"filament_load_time": "15",
|
||||||
|
"filament_unload_time": "12",
|
||||||
|
"filament_cooling_moves": "5",
|
||||||
|
"filament_cooling_initial_speed": "10",
|
||||||
|
"filament_cooling_final_speed": "50",
|
||||||
|
"filament_retract_lift_below": "1.5",
|
||||||
|
"filament_start_gcode": "; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.07{elsif nozzle_diameter[0]==0.3}0.09{elsif nozzle_diameter[0]==0.35}0.08{elsif nozzle_diameter[0]==0.6}0.04{elsif nozzle_diameter[0]==0.5}0.05{elsif nozzle_diameter[0]==0.8}0.02{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.6}0.025{elsif nozzle_diameter[0]==0.8}0.016{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.09{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S45 ; set heatbreak target temp",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.25 nozzle",
|
||||||
|
"Pursa XLIS 0.3 nozzle",
|
||||||
|
"Prusa XLIS 0.4 nozzle",
|
||||||
|
"Prusa XLIS 0.5 nozzle",
|
||||||
|
"Prusa XLIS 0.6 nozzle",
|
||||||
|
"Prusa XLIS 0.8 nozzle"
|
||||||
|
]
|
||||||
|
}
|
56
resources/profiles/Prusa/filament/Prusament PC-CF @XL.json
Normal file
56
resources/profiles/Prusa/filament/Prusament PC-CF @XL.json
Normal file
|
@ -0,0 +1,56 @@
|
||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"filament_id": "GFL99_1",
|
||||||
|
"setting_id": "GFSA04",
|
||||||
|
"name": "Prusament PC-CF @XL",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_filament_pccf",
|
||||||
|
"nozzle_temperature_intial_layer": "285",
|
||||||
|
"nozzle_temperature": "285",
|
||||||
|
"hot_plate_temp_initial_layer": "100",
|
||||||
|
"hot_plate_temp": "105",
|
||||||
|
"filament_flow_ratio": [
|
||||||
|
"1.04"
|
||||||
|
],
|
||||||
|
"fan_max_speed": [
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"fan_min_speed": [
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"overhang_fan_speed": [
|
||||||
|
"30"
|
||||||
|
],
|
||||||
|
"close_fan_the_first_x_layers": [
|
||||||
|
"4"
|
||||||
|
],
|
||||||
|
"slow_down_min_speed": [
|
||||||
|
"15"
|
||||||
|
],
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"8"
|
||||||
|
],
|
||||||
|
"filament_loading_speed_start": "19",
|
||||||
|
"filament_loading_speed": "14",
|
||||||
|
"filament_unloading_speed_start": "100",
|
||||||
|
"filament_unloading_speed": "20",
|
||||||
|
"filament_load_time": "15",
|
||||||
|
"filament_unload_time": "12",
|
||||||
|
"filament_cooling_moves": "5",
|
||||||
|
"filament_cooling_initial_speed": "10",
|
||||||
|
"filament_cooling_final_speed": "50",
|
||||||
|
"filament_retract_lift_below": "1.5",
|
||||||
|
"filament_start_gcode": "; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.07{elsif nozzle_diameter[0]==0.3}0.09{elsif nozzle_diameter[0]==0.35}0.08{elsif nozzle_diameter[0]==0.6}0.04{elsif nozzle_diameter[0]==0.5}0.05{elsif nozzle_diameter[0]==0.8}0.02{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.6}0.025{elsif nozzle_diameter[0]==0.8}0.016{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.09{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S45 ; set heatbreak target temp",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.25 nozzle",
|
||||||
|
"Pursa XLIS 0.3 nozzle",
|
||||||
|
"Prusa XLIS 0.4 nozzle",
|
||||||
|
"Prusa XLIS 0.5 nozzle",
|
||||||
|
"Prusa XLIS 0.6 nozzle",
|
||||||
|
"Prusa XLIS 0.8 nozzle"
|
||||||
|
]
|
||||||
|
}
|
57
resources/profiles/Prusa/filament/Prusament PETG @XL.json
Normal file
57
resources/profiles/Prusa/filament/Prusament PETG @XL.json
Normal file
|
@ -0,0 +1,57 @@
|
||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"filament_id": "GFL99_1",
|
||||||
|
"setting_id": "GFSA04",
|
||||||
|
"name": "Prusament PETG @XL",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_filament_pet",
|
||||||
|
"nozzle_temperature_intial_layer": "240",
|
||||||
|
"nozzle_temperature": "250",
|
||||||
|
"hot_plate_temp_initial_layer": "80",
|
||||||
|
"hot_plate_temp": "80",
|
||||||
|
"full_fan_speed_layer": "5",
|
||||||
|
"slow_down_min_speed": "15",
|
||||||
|
"filament_flow_ratio": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"9.5"
|
||||||
|
],
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"9"
|
||||||
|
],
|
||||||
|
"fan_max_speed": [
|
||||||
|
"50"
|
||||||
|
],
|
||||||
|
"fan_min_speed": [
|
||||||
|
"30"
|
||||||
|
],
|
||||||
|
"overhang_fan_speed": [
|
||||||
|
"50"
|
||||||
|
],
|
||||||
|
"close_fan_the_first_x_layers": [
|
||||||
|
"3"
|
||||||
|
],
|
||||||
|
"filament_loading_speed_start": "50",
|
||||||
|
"filament_loading_speed": "10",
|
||||||
|
"filament_unloading_speed_start": "100",
|
||||||
|
"filament_unloading_speed": "100",
|
||||||
|
"filament_load_time": "10.5",
|
||||||
|
"filament_unload_time": "8.5",
|
||||||
|
"filament_cooling_moves": "3",
|
||||||
|
"filament_cooling_initial_speed": "5",
|
||||||
|
"filament_cooling_final_speed": "2.5",
|
||||||
|
"filament_retract_lift_below": "1.5",
|
||||||
|
"filament_wipe": "1",
|
||||||
|
"filament_retract_before_wipe": "20%",
|
||||||
|
"filament_start_gcode": "; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.07{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.09{elsif nozzle_diameter[0]==0.35}0.08{elsif nozzle_diameter[0]==0.6}0.04{elsif nozzle_diameter[0]==0.5}0.05{elsif nozzle_diameter[0]==0.8}0.02{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.053{elsif nozzle_diameter[0]==0.5}0.042{elsif nozzle_diameter[0]==0.6}0.032{elsif nozzle_diameter[0]==0.8}0.018{elsif nozzle_diameter[0]==0.25}0.18{elsif nozzle_diameter[0]==0.3}0.1{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.25 nozzle",
|
||||||
|
"Pursa XLIS 0.3 nozzle",
|
||||||
|
"Prusa XLIS 0.4 nozzle",
|
||||||
|
"Prusa XLIS 0.5 nozzle",
|
||||||
|
"Prusa XLIS 0.6 nozzle",
|
||||||
|
"Prusa XLIS 0.8 nozzle"
|
||||||
|
]
|
||||||
|
}
|
52
resources/profiles/Prusa/filament/Prusament PLA @XL.json
Normal file
52
resources/profiles/Prusa/filament/Prusament PLA @XL.json
Normal file
|
@ -0,0 +1,52 @@
|
||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"filament_id": "GFL99_1",
|
||||||
|
"setting_id": "GFSA04",
|
||||||
|
"name": "Prusament PLA @XL",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_filament_pla",
|
||||||
|
"nozzle_temperature_intial_layer": "215",
|
||||||
|
"nozzle_temperature": "215",
|
||||||
|
"hot_plate_temp_initial_layer": "60",
|
||||||
|
"hot_plate_temp": "60",
|
||||||
|
"full_fan_speed_layer": "3",
|
||||||
|
"slow_down_min_speed": "15",
|
||||||
|
"filament_flow_ratio": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"15"
|
||||||
|
],
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"fan_max_speed": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"fan_min_speed": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"overhang_fan_speed": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"filament_loading_speed_start": "50",
|
||||||
|
"filament_loading_speed": "10",
|
||||||
|
"filament_unloading_speed_start": "100",
|
||||||
|
"filament_unloading_speed": "100",
|
||||||
|
"filament_load_time": "10.5",
|
||||||
|
"filament_unload_time": "8.5",
|
||||||
|
"filament_cooling_moves": "2",
|
||||||
|
"filament_cooling_initial_speed": "10",
|
||||||
|
"filament_cooling_final_speed": "3.5",
|
||||||
|
"filament_retract_lift_below": "0.6",
|
||||||
|
"filament_start_gcode": "; filament start gcode\nM900 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=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.036{elsif nozzle_diameter[0]==0.5}0.025{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.014{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.08{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.25 nozzle",
|
||||||
|
"Pursa XLIS 0.3 nozzle",
|
||||||
|
"Prusa XLIS 0.4 nozzle",
|
||||||
|
"Prusa XLIS 0.5 nozzle",
|
||||||
|
"Prusa XLIS 0.6 nozzle",
|
||||||
|
"Prusa XLIS 0.8 nozzle"
|
||||||
|
]
|
||||||
|
}
|
57
resources/profiles/Prusa/filament/Prusament PVB @XL.json
Normal file
57
resources/profiles/Prusa/filament/Prusament PVB @XL.json
Normal file
|
@ -0,0 +1,57 @@
|
||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"filament_id": "GFS99",
|
||||||
|
"setting_id": "GFSA04",
|
||||||
|
"name": "Prusament PVB @XL",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_filament_pvb",
|
||||||
|
"nozzle_temperature_intial_layer": "215",
|
||||||
|
"nozzle_temperature": "215",
|
||||||
|
"hot_plate_temp_initial_layer": "75",
|
||||||
|
"hot_plate_temp": "75",
|
||||||
|
"slow_down_min_speed": "15",
|
||||||
|
"filament_flow_ratio": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"8"
|
||||||
|
],
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"fan_max_speed": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"fan_min_speed": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"overhang_fan_speed": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"close_fan_the_first_x_layers": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"full_fan_speed_layer": [
|
||||||
|
"3"
|
||||||
|
],
|
||||||
|
"filament_loading_speed_start": "50",
|
||||||
|
"filament_loading_speed": "10",
|
||||||
|
"filament_unloading_speed_start": "100",
|
||||||
|
"filament_unloading_speed": "100",
|
||||||
|
"filament_load_time": "10.5",
|
||||||
|
"filament_unload_time": "8.5",
|
||||||
|
"filament_cooling_moves": "2",
|
||||||
|
"filament_cooling_initial_speed": "10",
|
||||||
|
"filament_cooling_final_speed": "3.5",
|
||||||
|
"filament_retract_lift_below": "0.6",
|
||||||
|
"filament_start_gcode": "; filament start gcode\nM900 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=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.036{elsif nozzle_diameter[0]==0.5}0.025{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.014{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.08{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.25 nozzle",
|
||||||
|
"Pursa XLIS 0.3 nozzle",
|
||||||
|
"Prusa XLIS 0.4 nozzle",
|
||||||
|
"Prusa XLIS 0.5 nozzle",
|
||||||
|
"Prusa XLIS 0.6 nozzle",
|
||||||
|
"Prusa XLIS 0.8 nozzle"
|
||||||
|
]
|
||||||
|
}
|
55
resources/profiles/Prusa/filament/Prusament rPLA @XL.json
Normal file
55
resources/profiles/Prusa/filament/Prusament rPLA @XL.json
Normal file
|
@ -0,0 +1,55 @@
|
||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"filament_id": "GFL99_1",
|
||||||
|
"setting_id": "GFSA04",
|
||||||
|
"name": "Prusament rPLA @XL",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_filament_pla",
|
||||||
|
"nozzle_temperature_intial_layer": "205",
|
||||||
|
"nozzle_temperature": "205",
|
||||||
|
"hot_plate_temp_initial_layer": "60",
|
||||||
|
"hot_plate_temp": "60",
|
||||||
|
"full_fan_speed_layer": "3",
|
||||||
|
"slow_down_min_speed": "15",
|
||||||
|
"filament_flow_ratio": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"close_fan_the_first_x_layers": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"fan_max_speed": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"fan_min_speed": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"overhang_fan_speed": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"filament_loading_speed_start": "50",
|
||||||
|
"filament_loading_speed": "10",
|
||||||
|
"filament_unloading_speed_start": "100",
|
||||||
|
"filament_unloading_speed": "100",
|
||||||
|
"filament_load_time": "10.5",
|
||||||
|
"filament_unload_time": "8.5",
|
||||||
|
"filament_cooling_moves": "2",
|
||||||
|
"filament_cooling_initial_speed": "10",
|
||||||
|
"filament_cooling_final_speed": "3.5",
|
||||||
|
"filament_retract_lift_below": "0.6",
|
||||||
|
"filament_start_gcode": "; filament start gcode\nM900 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=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.036{elsif nozzle_diameter[0]==0.5}0.025{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.014{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.08{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.25 nozzle",
|
||||||
|
"Pursa XLIS 0.3 nozzle",
|
||||||
|
"Prusa XLIS 0.4 nozzle",
|
||||||
|
"Prusa XLIS 0.5 nozzle",
|
||||||
|
"Prusa XLIS 0.6 nozzle",
|
||||||
|
"Prusa XLIS 0.8 nozzle"
|
||||||
|
]
|
||||||
|
}
|
79
resources/profiles/Prusa/filament/fdm_filament_pa11cf.json
Normal file
79
resources/profiles/Prusa/filament/fdm_filament_pa11cf.json
Normal file
|
@ -0,0 +1,79 @@
|
||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"name": "fdm_filament_pa11cf",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "false",
|
||||||
|
"inherits": "fdm_filament_common",
|
||||||
|
"cool_plate_temp" : [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"eng_plate_temp" : [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"hot_plate_temp" : [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"cool_plate_temp_initial_layer" : [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"eng_plate_temp_initial_layer" : [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"hot_plate_temp_initial_layer" : [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"slow_down_for_layer_cooling": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"close_fan_the_first_x_layers": [
|
||||||
|
"3"
|
||||||
|
],
|
||||||
|
"fan_cooling_layer_time": [
|
||||||
|
"4"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"8"
|
||||||
|
],
|
||||||
|
"filament_type": [
|
||||||
|
"PA11-CF"
|
||||||
|
],
|
||||||
|
"filament_density": [
|
||||||
|
"1.04"
|
||||||
|
],
|
||||||
|
"filament_cost": [
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_initial_layer": [
|
||||||
|
"290"
|
||||||
|
],
|
||||||
|
"reduce_fan_stop_start_freq": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"fan_max_speed": [
|
||||||
|
"60"
|
||||||
|
],
|
||||||
|
"fan_min_speed": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"overhang_fan_speed": [
|
||||||
|
"30"
|
||||||
|
],
|
||||||
|
"nozzle_temperature": [
|
||||||
|
"290"
|
||||||
|
],
|
||||||
|
"temperature_vitrification": [
|
||||||
|
"108"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_low": [
|
||||||
|
"270"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_high": [
|
||||||
|
"300"
|
||||||
|
],
|
||||||
|
"slow_down_min_speed": [
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"2"
|
||||||
|
]
|
||||||
|
}
|
82
resources/profiles/Prusa/filament/fdm_filament_pccf.json
Normal file
82
resources/profiles/Prusa/filament/fdm_filament_pccf.json
Normal file
|
@ -0,0 +1,82 @@
|
||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"name": "fdm_filament_pccf",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "false",
|
||||||
|
"inherits": "fdm_filament_common",
|
||||||
|
"cool_plate_temp" : [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"eng_plate_temp" : [
|
||||||
|
"110"
|
||||||
|
],
|
||||||
|
"hot_plate_temp" : [
|
||||||
|
"110"
|
||||||
|
],
|
||||||
|
"cool_plate_temp_initial_layer" : [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"eng_plate_temp_initial_layer" : [
|
||||||
|
"110"
|
||||||
|
],
|
||||||
|
"hot_plate_temp_initial_layer" : [
|
||||||
|
"110"
|
||||||
|
],
|
||||||
|
"slow_down_for_layer_cooling": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"close_fan_the_first_x_layers": [
|
||||||
|
"3"
|
||||||
|
],
|
||||||
|
"fan_cooling_layer_time": [
|
||||||
|
"30"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"23.2"
|
||||||
|
],
|
||||||
|
"filament_type": [
|
||||||
|
"PC-CF"
|
||||||
|
],
|
||||||
|
"filament_density": [
|
||||||
|
"1.04"
|
||||||
|
],
|
||||||
|
"filament_cost": [
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_initial_layer": [
|
||||||
|
"270"
|
||||||
|
],
|
||||||
|
"reduce_fan_stop_start_freq": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"fan_max_speed": [
|
||||||
|
"60"
|
||||||
|
],
|
||||||
|
"fan_min_speed": [
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"overhang_fan_threshold": [
|
||||||
|
"25%"
|
||||||
|
],
|
||||||
|
"overhang_fan_speed": [
|
||||||
|
"60"
|
||||||
|
],
|
||||||
|
"nozzle_temperature": [
|
||||||
|
"280"
|
||||||
|
],
|
||||||
|
"temperature_vitrification": [
|
||||||
|
"140"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_low": [
|
||||||
|
"260"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_high": [
|
||||||
|
"280"
|
||||||
|
],
|
||||||
|
"slow_down_min_speed": [
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"2"
|
||||||
|
]
|
||||||
|
}
|
94
resources/profiles/Prusa/filament/fdm_filament_pvb.json
Normal file
94
resources/profiles/Prusa/filament/fdm_filament_pvb.json
Normal file
|
@ -0,0 +1,94 @@
|
||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"name": "fdm_filament_pvb",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "false",
|
||||||
|
"inherits": "fdm_filament_common",
|
||||||
|
"cool_plate_temp" : [
|
||||||
|
"35"
|
||||||
|
],
|
||||||
|
"eng_plate_temp" : [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"hot_plate_temp" : [
|
||||||
|
"45"
|
||||||
|
],
|
||||||
|
"cool_plate_temp_initial_layer" : [
|
||||||
|
"35"
|
||||||
|
],
|
||||||
|
"eng_plate_temp_initial_layer" : [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"hot_plate_temp_initial_layer" : [
|
||||||
|
"45"
|
||||||
|
],
|
||||||
|
"fan_cooling_layer_time": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"15"
|
||||||
|
],
|
||||||
|
"filament_soluble": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"filament_is_support": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"filament_type": [
|
||||||
|
"PVB"
|
||||||
|
],
|
||||||
|
"filament_density": [
|
||||||
|
"1.24"
|
||||||
|
],
|
||||||
|
"filament_cost": [
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_initial_layer": [
|
||||||
|
"220"
|
||||||
|
],
|
||||||
|
"reduce_fan_stop_start_freq": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"slow_down_for_layer_cooling": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"fan_max_speed": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"fan_min_speed": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"overhang_fan_speed": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"overhang_fan_threshold": [
|
||||||
|
"50%"
|
||||||
|
],
|
||||||
|
"close_fan_the_first_x_layers": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"nozzle_temperature": [
|
||||||
|
"220"
|
||||||
|
],
|
||||||
|
"temperature_vitrification": [
|
||||||
|
"50"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_low": [
|
||||||
|
"190"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_high": [
|
||||||
|
"250"
|
||||||
|
],
|
||||||
|
"slow_down_min_speed": [
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"4"
|
||||||
|
],
|
||||||
|
"additional_cooling_fan_speed": [
|
||||||
|
"70"
|
||||||
|
],
|
||||||
|
"filament_start_gcode": [
|
||||||
|
"; filament start gcode\n"
|
||||||
|
]
|
||||||
|
}
|
118
resources/profiles/Prusa/machine/Prusa XLIS 0.25 nozzle.json
Normal file
118
resources/profiles/Prusa/machine/Prusa XLIS 0.25 nozzle.json
Normal file
|
@ -0,0 +1,118 @@
|
||||||
|
{
|
||||||
|
"type": "machine",
|
||||||
|
"setting_id": "GM003",
|
||||||
|
"name": "Prusa XLIS 0.25 nozzle",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_machine_common",
|
||||||
|
"gcode_flavor": "marlin2",
|
||||||
|
"printer_model": "Pursa XL Input Shaper",
|
||||||
|
"default_filament_profile": "Prusa Generic PLA @XL",
|
||||||
|
"default_print_profile": "0.15mm Speed @XLIS 0.25",
|
||||||
|
"extruder_clearance_radius": "67",
|
||||||
|
"extruder_clearance_height_to_rod": "21",
|
||||||
|
"extruder_clearance_height_to_lid": "21",
|
||||||
|
"printer_variant": "0.25",
|
||||||
|
"nozzle_diameter": [
|
||||||
|
"0.25"
|
||||||
|
],
|
||||||
|
"max_layer_height": "0.15",
|
||||||
|
"min_layer_height": "0.05",
|
||||||
|
"bed_exclude_area": [
|
||||||
|
"0x0"
|
||||||
|
],
|
||||||
|
"printable_area": [
|
||||||
|
"0x0",
|
||||||
|
"360x0",
|
||||||
|
"360x360",
|
||||||
|
"0x360"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_e": [
|
||||||
|
"2500",
|
||||||
|
"2500"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_extruding": [
|
||||||
|
"4000",
|
||||||
|
"4000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_retracting": [
|
||||||
|
"1200",
|
||||||
|
"1200"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_x": [
|
||||||
|
"7000",
|
||||||
|
"7000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_y": [
|
||||||
|
"7000",
|
||||||
|
"7000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_z": [
|
||||||
|
"200",
|
||||||
|
"200"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_travel": [
|
||||||
|
"2500",
|
||||||
|
"2500"
|
||||||
|
],
|
||||||
|
"machine_max_speed_e": [
|
||||||
|
"100",
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"machine_max_speed_x": [
|
||||||
|
"400",
|
||||||
|
"400"
|
||||||
|
],
|
||||||
|
"machine_max_speed_y": [
|
||||||
|
"400",
|
||||||
|
"400"
|
||||||
|
],
|
||||||
|
"machine_max_speed_z": [
|
||||||
|
"12",
|
||||||
|
"12"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_e": [
|
||||||
|
"10",
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_x": [
|
||||||
|
"8",
|
||||||
|
"8"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_y": [
|
||||||
|
"8",
|
||||||
|
"8"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_z": [
|
||||||
|
"2",
|
||||||
|
"2"
|
||||||
|
],
|
||||||
|
"retraction_length": "0.8",
|
||||||
|
"retraction_speed": "35",
|
||||||
|
"detraction_speed": "25",
|
||||||
|
"retraction_minimum_travel": "1.5",
|
||||||
|
"retract_when_changing_layer": "1",
|
||||||
|
"wipe": "1",
|
||||||
|
"retract_before_wipe": "80%",
|
||||||
|
"retract_lift_below": "1.5",
|
||||||
|
"z_hop_types": "slope",
|
||||||
|
"host_type": "prusalink",
|
||||||
|
"printable_height": "360",
|
||||||
|
"machine_end_gcode": "{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+2, max_print_height)} F720{endif} ; Move bed down\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X6 Y350 F6000 ; park\n{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+100, max_print_height)} F300{endif} ; Move bed down\nM900 K0 ; reset LA\nM142 S36 ; reset heatbreak target temp\nM221 S100 ; reset flow percentage\nM84 ; disable motors\n; max_layer_z = [max_layer_z]",
|
||||||
|
"machine_pause_gcode": "M601",
|
||||||
|
"machine_start_gcode": "M17 ; enable steppers\nM862.3 P \"XL\" ; printer model check\nM115 U6.0.1+14848\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\n; set print area\nM555 X{first_layer_print_min[0]} Y{first_layer_print_min[1]} W{(first_layer_print_max[0]) - (first_layer_print_min[0])} H{(first_layer_print_max[1]) - (first_layer_print_min[1])}\n; inform about nozzle diameter\nM862.1 P[nozzle_diameter]\n; set & wait for bed and extruder temp for MBL\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; home carriage, pick tool, home all\nG28 XY\nM84 E ; turn off E motor\nG28 Z\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nG29 G ; absorb heat\n; move to the nozzle cleanup area\nG1 X{(min(((((first_layer_print_min[0] + first_layer_print_max[0]) / 2) < ((print_bed_min[0] + print_bed_max[0]) / 2)) ? (((first_layer_print_min[1] - 7) < -2) ? 70 : (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32)) : (((first_layer_print_min[1] - 7) < -2) ? 260 : (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32))), first_layer_print_min[0])) + 32} Y{(min((first_layer_print_min[1] - 7), first_layer_print_min[1]))} Z{5} F4800\nM302 S160 ; lower cold extrusion limit to 160C\nG1 E{-(filament_type[0] == \"FLEX\" ? 4 : 2)} F2400 ; retraction for nozzle cleanup\n; nozzle cleanup\nM84 E ; turn off E motor\nG29 P9 X{((((first_layer_print_min[0] + first_layer_print_max[0]) / 2) < ((print_bed_min[0] + print_bed_max[0]) / 2)) ? (((first_layer_print_min[1] - 7) < -2) ? 70 : (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32)) : (((first_layer_print_min[1] - 7) < -2) ? 260 : (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32)))} Y{(first_layer_print_min[1] - 7)} W{32} H{7}\nG0 Z10 F480 ; move away in Z\n{if first_layer_bed_temperature[0] > 60}\nG0 Z70 F480 ; move away (a bit more) in Z\nG0 X30 Y{print_bed_min[1]} F6000 ; move away in X/Y for higher bed temperatures\n{endif}\nM106 S100 ; cool off the nozzle\nM107 ; stop cooling off the nozzle - turn off the fan\n; MBL\nM84 E ; turn off E motor\nG29 P1 ; invalidate mbl & probe print area\nG29 P1 X30 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\nM104 S[first_layer_temperature] ; set extruder temp\nG1 Z10 F720 ; move away in Z\nG0 X30 Y-8 F6000 ; move next to the sheet\n; wait for extruder temp\nM109 T0 S{first_layer_temperature[0]}\n;\n; purge\n;\nG92 E0 ; reset extruder position\nG0 X{(0 == 0 ? 30 : (0 == 1 ? 150 : (0 == 2 ? 210 : 330)))} Y{(0 < 4 ? -8 : -5.5)} ; move close to the sheet's edge\nG1 E{(filament_type[0] == \"FLEX\" ? 4 : 2)} F2400 ; deretraction after the initial one before nozzle cleaning\nG0 E10 X40 Z0.2 F500 ; purge\nG0 X70 E9 F800 ; purge\nG0 X{70 + 3} Z{0.05} F{8000} ; wipe, move close to the bed\nG0 X{70 + 3 * 2} Z0.2 F{8000} ; wipe, move quickly away from the bed\nG92 E0 ; reset extruder position",
|
||||||
|
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]",
|
||||||
|
"change_filament_gcode": "M600\nG1 E0.3 F1500 ; prime after color change",
|
||||||
|
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||||
|
"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_XLIS\nPG\nINPUT_SHAPER",
|
||||||
|
"scan_first_layer": "0",
|
||||||
|
"nozzle_type": "hardened_steel",
|
||||||
|
"auxiliary_fan": "0",
|
||||||
|
"thumbnails": [
|
||||||
|
"16x16/QOI",
|
||||||
|
"313x173/QOI",
|
||||||
|
"440x240/QOI",
|
||||||
|
"480x240/QOI",
|
||||||
|
"640x480/PNG"
|
||||||
|
]
|
||||||
|
}
|
118
resources/profiles/Prusa/machine/Prusa XLIS 0.3 nozzle.json
Normal file
118
resources/profiles/Prusa/machine/Prusa XLIS 0.3 nozzle.json
Normal file
|
@ -0,0 +1,118 @@
|
||||||
|
{
|
||||||
|
"type": "machine",
|
||||||
|
"setting_id": "GM003",
|
||||||
|
"name": "Prusa XLIS 0.3 nozzle",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_machine_common",
|
||||||
|
"gcode_flavor": "marlin2",
|
||||||
|
"printer_model": "Pursa XL Input Shaper",
|
||||||
|
"default_filament_profile": "Prusa Generic PLA @XL",
|
||||||
|
"default_print_profile": "0.20mm Speed @XLIS 0.3",
|
||||||
|
"extruder_clearance_radius": "67",
|
||||||
|
"extruder_clearance_height_to_rod": "21",
|
||||||
|
"extruder_clearance_height_to_lid": "21",
|
||||||
|
"printer_variant": "0.3",
|
||||||
|
"nozzle_diameter": [
|
||||||
|
"0.3"
|
||||||
|
],
|
||||||
|
"max_layer_height": "0.22",
|
||||||
|
"min_layer_height": "0.05",
|
||||||
|
"bed_exclude_area": [
|
||||||
|
"0x0"
|
||||||
|
],
|
||||||
|
"printable_area": [
|
||||||
|
"0x0",
|
||||||
|
"360x0",
|
||||||
|
"360x360",
|
||||||
|
"0x360"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_e": [
|
||||||
|
"2500",
|
||||||
|
"2500"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_extruding": [
|
||||||
|
"4000",
|
||||||
|
"4000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_retracting": [
|
||||||
|
"1200",
|
||||||
|
"1200"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_x": [
|
||||||
|
"7000",
|
||||||
|
"7000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_y": [
|
||||||
|
"7000",
|
||||||
|
"7000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_z": [
|
||||||
|
"200",
|
||||||
|
"200"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_travel": [
|
||||||
|
"3000",
|
||||||
|
"3000"
|
||||||
|
],
|
||||||
|
"machine_max_speed_e": [
|
||||||
|
"100",
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"machine_max_speed_x": [
|
||||||
|
"400",
|
||||||
|
"400"
|
||||||
|
],
|
||||||
|
"machine_max_speed_y": [
|
||||||
|
"400",
|
||||||
|
"400"
|
||||||
|
],
|
||||||
|
"machine_max_speed_z": [
|
||||||
|
"12",
|
||||||
|
"12"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_e": [
|
||||||
|
"10",
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_x": [
|
||||||
|
"8",
|
||||||
|
"8"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_y": [
|
||||||
|
"8",
|
||||||
|
"8"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_z": [
|
||||||
|
"2",
|
||||||
|
"2"
|
||||||
|
],
|
||||||
|
"retraction_length": "0.7",
|
||||||
|
"retraction_speed": "35",
|
||||||
|
"detraction_speed": "25",
|
||||||
|
"retraction_minimum_travel": "1.5",
|
||||||
|
"retract_when_changing_layer": "1",
|
||||||
|
"wipe": "1",
|
||||||
|
"retract_before_wipe": "80%",
|
||||||
|
"retract_lift_below": "1.5",
|
||||||
|
"z_hop_types": "slope",
|
||||||
|
"host_type": "prusalink",
|
||||||
|
"printable_height": "360",
|
||||||
|
"machine_end_gcode": "{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+2, max_print_height)} F720{endif} ; Move bed down\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X6 Y350 F6000 ; park\n{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+100, max_print_height)} F300{endif} ; Move bed down\nM900 K0 ; reset LA\nM142 S36 ; reset heatbreak target temp\nM221 S100 ; reset flow percentage\nM84 ; disable motors\n; max_layer_z = [max_layer_z]",
|
||||||
|
"machine_pause_gcode": "M601",
|
||||||
|
"machine_start_gcode": "M17 ; enable steppers\nM862.3 P \"XL\" ; printer model check\nM115 U6.0.1+14848\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\n; set print area\nM555 X{first_layer_print_min[0]} Y{first_layer_print_min[1]} W{(first_layer_print_max[0]) - (first_layer_print_min[0])} H{(first_layer_print_max[1]) - (first_layer_print_min[1])}\n; inform about nozzle diameter\nM862.1 P[nozzle_diameter]\n; set & wait for bed and extruder temp for MBL\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; home carriage, pick tool, home all\nG28 XY\nM84 E ; turn off E motor\nG28 Z\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nG29 G ; absorb heat\n; move to the nozzle cleanup area\nG1 X{(min(((((first_layer_print_min[0] + first_layer_print_max[0]) / 2) < ((print_bed_min[0] + print_bed_max[0]) / 2)) ? (((first_layer_print_min[1] - 7) < -2) ? 70 : (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32)) : (((first_layer_print_min[1] - 7) < -2) ? 260 : (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32))), first_layer_print_min[0])) + 32} Y{(min((first_layer_print_min[1] - 7), first_layer_print_min[1]))} Z{5} F4800\nM302 S160 ; lower cold extrusion limit to 160C\nG1 E{-(filament_type[0] == \"FLEX\" ? 4 : 2)} F2400 ; retraction for nozzle cleanup\n; nozzle cleanup\nM84 E ; turn off E motor\nG29 P9 X{((((first_layer_print_min[0] + first_layer_print_max[0]) / 2) < ((print_bed_min[0] + print_bed_max[0]) / 2)) ? (((first_layer_print_min[1] - 7) < -2) ? 70 : (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32)) : (((first_layer_print_min[1] - 7) < -2) ? 260 : (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32)))} Y{(first_layer_print_min[1] - 7)} W{32} H{7}\nG0 Z10 F480 ; move away in Z\n{if first_layer_bed_temperature[0] > 60}\nG0 Z70 F480 ; move away (a bit more) in Z\nG0 X30 Y{print_bed_min[1]} F6000 ; move away in X/Y for higher bed temperatures\n{endif}\nM106 S100 ; cool off the nozzle\nM107 ; stop cooling off the nozzle - turn off the fan\n; MBL\nM84 E ; turn off E motor\nG29 P1 ; invalidate mbl & probe print area\nG29 P1 X30 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\nM104 S[first_layer_temperature] ; set extruder temp\nG1 Z10 F720 ; move away in Z\nG0 X30 Y-8 F6000 ; move next to the sheet\n; wait for extruder temp\nM109 T0 S{first_layer_temperature[0]}\n;\n; purge\n;\nG92 E0 ; reset extruder position\nG0 X{(0 == 0 ? 30 : (0 == 1 ? 150 : (0 == 2 ? 210 : 330)))} Y{(0 < 4 ? -8 : -5.5)} ; move close to the sheet's edge\nG1 E{(filament_type[0] == \"FLEX\" ? 4 : 2)} F2400 ; deretraction after the initial one before nozzle cleaning\nG0 E10 X40 Z0.2 F500 ; purge\nG0 X70 E9 F800 ; purge\nG0 X{70 + 3} Z{0.05} F{8000} ; wipe, move close to the bed\nG0 X{70 + 3 * 2} Z0.2 F{8000} ; wipe, move quickly away from the bed\nG92 E0 ; reset extruder position",
|
||||||
|
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]",
|
||||||
|
"change_filament_gcode": "M600\nG1 E0.3 F1500 ; prime after color change",
|
||||||
|
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||||
|
"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_XLIS\nPG\nINPUT_SHAPER",
|
||||||
|
"scan_first_layer": "0",
|
||||||
|
"nozzle_type": "hardened_steel",
|
||||||
|
"auxiliary_fan": "0",
|
||||||
|
"thumbnails": [
|
||||||
|
"16x16/QOI",
|
||||||
|
"313x173/QOI",
|
||||||
|
"440x240/QOI",
|
||||||
|
"480x240/QOI",
|
||||||
|
"640x480/PNG"
|
||||||
|
]
|
||||||
|
}
|
118
resources/profiles/Prusa/machine/Prusa XLIS 0.4 nozzle.json
Normal file
118
resources/profiles/Prusa/machine/Prusa XLIS 0.4 nozzle.json
Normal file
|
@ -0,0 +1,118 @@
|
||||||
|
{
|
||||||
|
"type": "machine",
|
||||||
|
"setting_id": "GM003",
|
||||||
|
"name": "Prusa XLIS 0.4 nozzle",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_machine_common",
|
||||||
|
"gcode_flavor": "marlin2",
|
||||||
|
"printer_model": "Pursa XL Input Shaper",
|
||||||
|
"default_filament_profile": "Prusa Generic PLA @XL",
|
||||||
|
"default_print_profile": "0.20mm Speed @XLIS 0.4",
|
||||||
|
"extruder_clearance_radius": "67",
|
||||||
|
"extruder_clearance_height_to_rod": "21",
|
||||||
|
"extruder_clearance_height_to_lid": "21",
|
||||||
|
"printer_variant": "0.4",
|
||||||
|
"nozzle_diameter": [
|
||||||
|
"0.4"
|
||||||
|
],
|
||||||
|
"max_layer_height": "0.3",
|
||||||
|
"min_layer_height": "0.07",
|
||||||
|
"bed_exclude_area": [
|
||||||
|
"0x0"
|
||||||
|
],
|
||||||
|
"printable_area": [
|
||||||
|
"0x0",
|
||||||
|
"360x0",
|
||||||
|
"360x360",
|
||||||
|
"0x360"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_e": [
|
||||||
|
"2500",
|
||||||
|
"2500"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_extruding": [
|
||||||
|
"4000",
|
||||||
|
"4000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_retracting": [
|
||||||
|
"1200",
|
||||||
|
"1200"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_x": [
|
||||||
|
"7000",
|
||||||
|
"7000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_y": [
|
||||||
|
"7000",
|
||||||
|
"7000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_z": [
|
||||||
|
"200",
|
||||||
|
"200"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_travel": [
|
||||||
|
"5000",
|
||||||
|
"5000"
|
||||||
|
],
|
||||||
|
"machine_max_speed_e": [
|
||||||
|
"100",
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"machine_max_speed_x": [
|
||||||
|
"400",
|
||||||
|
"400"
|
||||||
|
],
|
||||||
|
"machine_max_speed_y": [
|
||||||
|
"400",
|
||||||
|
"400"
|
||||||
|
],
|
||||||
|
"machine_max_speed_z": [
|
||||||
|
"12",
|
||||||
|
"12"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_e": [
|
||||||
|
"10",
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_x": [
|
||||||
|
"8",
|
||||||
|
"8"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_y": [
|
||||||
|
"8",
|
||||||
|
"8"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_z": [
|
||||||
|
"2",
|
||||||
|
"2"
|
||||||
|
],
|
||||||
|
"retraction_length": "0.8",
|
||||||
|
"retraction_speed": "35",
|
||||||
|
"detraction_speed": "25",
|
||||||
|
"retraction_minimum_travel": "1.5",
|
||||||
|
"retract_when_changing_layer": "1",
|
||||||
|
"wipe": "1",
|
||||||
|
"retract_before_wipe": "80%",
|
||||||
|
"retract_lift_below": "1.5",
|
||||||
|
"z_hop_types": "slope",
|
||||||
|
"host_type": "prusalink",
|
||||||
|
"printable_height": "360",
|
||||||
|
"machine_end_gcode": "{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+2, max_print_height)} F720{endif} ; Move bed down\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X6 Y350 F6000 ; park\n{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+100, max_print_height)} F300{endif} ; Move bed down\nM900 K0 ; reset LA\nM142 S36 ; reset heatbreak target temp\nM221 S100 ; reset flow percentage\nM84 ; disable motors\n; max_layer_z = [max_layer_z]",
|
||||||
|
"machine_pause_gcode": "M601",
|
||||||
|
"machine_start_gcode": "M17 ; enable steppers\nM862.3 P \"XL\" ; printer model check\nM115 U6.0.1+14848\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\n; set print area\nM555 X{first_layer_print_min[0]} Y{first_layer_print_min[1]} W{(first_layer_print_max[0]) - (first_layer_print_min[0])} H{(first_layer_print_max[1]) - (first_layer_print_min[1])}\n; inform about nozzle diameter\nM862.1 P[nozzle_diameter]\n; set & wait for bed and extruder temp for MBL\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; home carriage, pick tool, home all\nG28 XY\nM84 E ; turn off E motor\nG28 Z\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nG29 G ; absorb heat\n; move to the nozzle cleanup area\nG1 X{(min(((((first_layer_print_min[0] + first_layer_print_max[0]) / 2) < ((print_bed_min[0] + print_bed_max[0]) / 2)) ? (((first_layer_print_min[1] - 7) < -2) ? 70 : (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32)) : (((first_layer_print_min[1] - 7) < -2) ? 260 : (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32))), first_layer_print_min[0])) + 32} Y{(min((first_layer_print_min[1] - 7), first_layer_print_min[1]))} Z{5} F4800\nM302 S160 ; lower cold extrusion limit to 160C\nG1 E{-(filament_type[0] == \"FLEX\" ? 4 : 2)} F2400 ; retraction for nozzle cleanup\n; nozzle cleanup\nM84 E ; turn off E motor\nG29 P9 X{((((first_layer_print_min[0] + first_layer_print_max[0]) / 2) < ((print_bed_min[0] + print_bed_max[0]) / 2)) ? (((first_layer_print_min[1] - 7) < -2) ? 70 : (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32)) : (((first_layer_print_min[1] - 7) < -2) ? 260 : (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32)))} Y{(first_layer_print_min[1] - 7)} W{32} H{7}\nG0 Z10 F480 ; move away in Z\n{if first_layer_bed_temperature[0] > 60}\nG0 Z70 F480 ; move away (a bit more) in Z\nG0 X30 Y{print_bed_min[1]} F6000 ; move away in X/Y for higher bed temperatures\n{endif}\nM106 S100 ; cool off the nozzle\nM107 ; stop cooling off the nozzle - turn off the fan\n; MBL\nM84 E ; turn off E motor\nG29 P1 ; invalidate mbl & probe print area\nG29 P1 X30 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\nM104 S[first_layer_temperature] ; set extruder temp\nG1 Z10 F720 ; move away in Z\nG0 X30 Y-8 F6000 ; move next to the sheet\n; wait for extruder temp\nM109 T0 S{first_layer_temperature[0]}\n;\n; purge\n;\nG92 E0 ; reset extruder position\nG0 X{(0 == 0 ? 30 : (0 == 1 ? 150 : (0 == 2 ? 210 : 330)))} Y{(0 < 4 ? -8 : -5.5)} ; move close to the sheet's edge\nG1 E{(filament_type[0] == \"FLEX\" ? 4 : 2)} F2400 ; deretraction after the initial one before nozzle cleaning\nG0 E10 X40 Z0.2 F500 ; purge\nG0 X70 E9 F800 ; purge\nG0 X{70 + 3} Z{0.05} F{8000} ; wipe, move close to the bed\nG0 X{70 + 3 * 2} Z0.2 F{8000} ; wipe, move quickly away from the bed\nG92 E0 ; reset extruder position",
|
||||||
|
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]",
|
||||||
|
"change_filament_gcode": "M600\nG1 E0.3 F1500 ; prime after color change",
|
||||||
|
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||||
|
"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_XLIS\nPG\nINPUT_SHAPER",
|
||||||
|
"scan_first_layer": "0",
|
||||||
|
"nozzle_type": "hardened_steel",
|
||||||
|
"auxiliary_fan": "0",
|
||||||
|
"thumbnails": [
|
||||||
|
"16x16/QOI",
|
||||||
|
"313x173/QOI",
|
||||||
|
"440x240/QOI",
|
||||||
|
"480x240/QOI",
|
||||||
|
"640x480/PNG"
|
||||||
|
]
|
||||||
|
}
|
118
resources/profiles/Prusa/machine/Prusa XLIS 0.5 nozzle.json
Normal file
118
resources/profiles/Prusa/machine/Prusa XLIS 0.5 nozzle.json
Normal file
|
@ -0,0 +1,118 @@
|
||||||
|
{
|
||||||
|
"type": "machine",
|
||||||
|
"setting_id": "GM003",
|
||||||
|
"name": "Prusa XLIS 0.5 nozzle",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_machine_common",
|
||||||
|
"gcode_flavor": "marlin2",
|
||||||
|
"printer_model": "Pursa XL Input Shaper",
|
||||||
|
"default_filament_profile": "Prusa Generic PLA @XL",
|
||||||
|
"default_print_profile": "0.25mm Speed @XLIS 0.5",
|
||||||
|
"extruder_clearance_radius": "67",
|
||||||
|
"extruder_clearance_height_to_rod": "21",
|
||||||
|
"extruder_clearance_height_to_lid": "21",
|
||||||
|
"printer_variant": "0.5",
|
||||||
|
"nozzle_diameter": [
|
||||||
|
"0.5"
|
||||||
|
],
|
||||||
|
"max_layer_height": "0.32",
|
||||||
|
"min_layer_height": "0.07",
|
||||||
|
"bed_exclude_area": [
|
||||||
|
"0x0"
|
||||||
|
],
|
||||||
|
"printable_area": [
|
||||||
|
"0x0",
|
||||||
|
"360x0",
|
||||||
|
"360x360",
|
||||||
|
"0x360"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_e": [
|
||||||
|
"2500",
|
||||||
|
"2500"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_extruding": [
|
||||||
|
"4000",
|
||||||
|
"4000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_retracting": [
|
||||||
|
"1200",
|
||||||
|
"1200"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_x": [
|
||||||
|
"7000",
|
||||||
|
"7000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_y": [
|
||||||
|
"7000",
|
||||||
|
"7000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_z": [
|
||||||
|
"200",
|
||||||
|
"200"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_travel": [
|
||||||
|
"5000",
|
||||||
|
"5000"
|
||||||
|
],
|
||||||
|
"machine_max_speed_e": [
|
||||||
|
"100",
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"machine_max_speed_x": [
|
||||||
|
"400",
|
||||||
|
"400"
|
||||||
|
],
|
||||||
|
"machine_max_speed_y": [
|
||||||
|
"400",
|
||||||
|
"400"
|
||||||
|
],
|
||||||
|
"machine_max_speed_z": [
|
||||||
|
"12",
|
||||||
|
"12"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_e": [
|
||||||
|
"10",
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_x": [
|
||||||
|
"8",
|
||||||
|
"8"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_y": [
|
||||||
|
"8",
|
||||||
|
"8"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_z": [
|
||||||
|
"2",
|
||||||
|
"2"
|
||||||
|
],
|
||||||
|
"retraction_length": "0.7",
|
||||||
|
"retraction_speed": "35",
|
||||||
|
"detraction_speed": "25",
|
||||||
|
"retraction_minimum_travel": "1.5",
|
||||||
|
"retract_when_changing_layer": "1",
|
||||||
|
"wipe": "1",
|
||||||
|
"retract_before_wipe": "80%",
|
||||||
|
"retract_lift_below": "1.5",
|
||||||
|
"z_hop_types": "slope",
|
||||||
|
"host_type": "prusalink",
|
||||||
|
"printable_height": "360",
|
||||||
|
"machine_end_gcode": "{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+2, max_print_height)} F720{endif} ; Move bed down\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X6 Y350 F6000 ; park\n{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+100, max_print_height)} F300{endif} ; Move bed down\nM900 K0 ; reset LA\nM142 S36 ; reset heatbreak target temp\nM221 S100 ; reset flow percentage\nM84 ; disable motors\n; max_layer_z = [max_layer_z]",
|
||||||
|
"machine_pause_gcode": "M601",
|
||||||
|
"machine_start_gcode": "M17 ; enable steppers\nM862.3 P \"XL\" ; printer model check\nM115 U6.0.1+14848\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\n; set print area\nM555 X{first_layer_print_min[0]} Y{first_layer_print_min[1]} W{(first_layer_print_max[0]) - (first_layer_print_min[0])} H{(first_layer_print_max[1]) - (first_layer_print_min[1])}\n; inform about nozzle diameter\nM862.1 P[nozzle_diameter]\n; set & wait for bed and extruder temp for MBL\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; home carriage, pick tool, home all\nG28 XY\nM84 E ; turn off E motor\nG28 Z\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nG29 G ; absorb heat\n; move to the nozzle cleanup area\nG1 X{(min(((((first_layer_print_min[0] + first_layer_print_max[0]) / 2) < ((print_bed_min[0] + print_bed_max[0]) / 2)) ? (((first_layer_print_min[1] - 7) < -2) ? 70 : (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32)) : (((first_layer_print_min[1] - 7) < -2) ? 260 : (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32))), first_layer_print_min[0])) + 32} Y{(min((first_layer_print_min[1] - 7), first_layer_print_min[1]))} Z{5} F4800\nM302 S160 ; lower cold extrusion limit to 160C\nG1 E{-(filament_type[0] == \"FLEX\" ? 4 : 2)} F2400 ; retraction for nozzle cleanup\n; nozzle cleanup\nM84 E ; turn off E motor\nG29 P9 X{((((first_layer_print_min[0] + first_layer_print_max[0]) / 2) < ((print_bed_min[0] + print_bed_max[0]) / 2)) ? (((first_layer_print_min[1] - 7) < -2) ? 70 : (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32)) : (((first_layer_print_min[1] - 7) < -2) ? 260 : (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32)))} Y{(first_layer_print_min[1] - 7)} W{32} H{7}\nG0 Z10 F480 ; move away in Z\n{if first_layer_bed_temperature[0] > 60}\nG0 Z70 F480 ; move away (a bit more) in Z\nG0 X30 Y{print_bed_min[1]} F6000 ; move away in X/Y for higher bed temperatures\n{endif}\nM106 S100 ; cool off the nozzle\nM107 ; stop cooling off the nozzle - turn off the fan\n; MBL\nM84 E ; turn off E motor\nG29 P1 ; invalidate mbl & probe print area\nG29 P1 X30 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\nM104 S[first_layer_temperature] ; set extruder temp\nG1 Z10 F720 ; move away in Z\nG0 X30 Y-8 F6000 ; move next to the sheet\n; wait for extruder temp\nM109 T0 S{first_layer_temperature[0]}\n;\n; purge\n;\nG92 E0 ; reset extruder position\nG0 X{(0 == 0 ? 30 : (0 == 1 ? 150 : (0 == 2 ? 210 : 330)))} Y{(0 < 4 ? -8 : -5.5)} ; move close to the sheet's edge\nG1 E{(filament_type[0] == \"FLEX\" ? 4 : 2)} F2400 ; deretraction after the initial one before nozzle cleaning\nG0 E10 X40 Z0.2 F500 ; purge\nG0 X70 E9 F800 ; purge\nG0 X{70 + 3} Z{0.05} F{8000} ; wipe, move close to the bed\nG0 X{70 + 3 * 2} Z0.2 F{8000} ; wipe, move quickly away from the bed\nG92 E0 ; reset extruder position",
|
||||||
|
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]",
|
||||||
|
"change_filament_gcode": "M600\nG1 E0.3 F1500 ; prime after color change",
|
||||||
|
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||||
|
"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_XLIS\nPG\nINPUT_SHAPER",
|
||||||
|
"scan_first_layer": "0",
|
||||||
|
"nozzle_type": "hardened_steel",
|
||||||
|
"auxiliary_fan": "0",
|
||||||
|
"thumbnails": [
|
||||||
|
"16x16/QOI",
|
||||||
|
"313x173/QOI",
|
||||||
|
"440x240/QOI",
|
||||||
|
"480x240/QOI",
|
||||||
|
"640x480/PNG"
|
||||||
|
]
|
||||||
|
}
|
118
resources/profiles/Prusa/machine/Prusa XLIS 0.6 nozzle.json
Normal file
118
resources/profiles/Prusa/machine/Prusa XLIS 0.6 nozzle.json
Normal file
|
@ -0,0 +1,118 @@
|
||||||
|
{
|
||||||
|
"type": "machine",
|
||||||
|
"setting_id": "GM003",
|
||||||
|
"name": "Prusa XLIS 0.6 nozzle",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_machine_common",
|
||||||
|
"gcode_flavor": "marlin2",
|
||||||
|
"printer_model": "Pursa XL Input Shaper",
|
||||||
|
"default_filament_profile": "Prusa Generic PLA @XL",
|
||||||
|
"default_print_profile": "0.32mm Speed @XLIS 0.6",
|
||||||
|
"extruder_clearance_radius": "67",
|
||||||
|
"extruder_clearance_height_to_rod": "21",
|
||||||
|
"extruder_clearance_height_to_lid": "21",
|
||||||
|
"printer_variant": "0.6",
|
||||||
|
"nozzle_diameter": [
|
||||||
|
"0.6"
|
||||||
|
],
|
||||||
|
"max_layer_height": "0.4",
|
||||||
|
"min_layer_height": "0.15",
|
||||||
|
"bed_exclude_area": [
|
||||||
|
"0x0"
|
||||||
|
],
|
||||||
|
"printable_area": [
|
||||||
|
"0x0",
|
||||||
|
"360x0",
|
||||||
|
"360x360",
|
||||||
|
"0x360"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_e": [
|
||||||
|
"2500",
|
||||||
|
"2500"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_extruding": [
|
||||||
|
"4000",
|
||||||
|
"4000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_retracting": [
|
||||||
|
"1200",
|
||||||
|
"1200"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_x": [
|
||||||
|
"7000",
|
||||||
|
"7000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_y": [
|
||||||
|
"7000",
|
||||||
|
"7000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_z": [
|
||||||
|
"200",
|
||||||
|
"200"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_travel": [
|
||||||
|
"5000",
|
||||||
|
"5000"
|
||||||
|
],
|
||||||
|
"machine_max_speed_e": [
|
||||||
|
"100",
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"machine_max_speed_x": [
|
||||||
|
"400",
|
||||||
|
"400"
|
||||||
|
],
|
||||||
|
"machine_max_speed_y": [
|
||||||
|
"400",
|
||||||
|
"400"
|
||||||
|
],
|
||||||
|
"machine_max_speed_z": [
|
||||||
|
"12",
|
||||||
|
"12"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_e": [
|
||||||
|
"10",
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_x": [
|
||||||
|
"8",
|
||||||
|
"8"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_y": [
|
||||||
|
"8",
|
||||||
|
"8"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_z": [
|
||||||
|
"2",
|
||||||
|
"2"
|
||||||
|
],
|
||||||
|
"retraction_length": "0.7",
|
||||||
|
"retraction_speed": "35",
|
||||||
|
"detraction_speed": "25",
|
||||||
|
"retraction_minimum_travel": "1.5",
|
||||||
|
"retract_when_changing_layer": "1",
|
||||||
|
"wipe": "1",
|
||||||
|
"retract_before_wipe": "0%",
|
||||||
|
"retract_lift_below": "1.5",
|
||||||
|
"z_hop_types": "slope",
|
||||||
|
"host_type": "prusalink",
|
||||||
|
"printable_height": "360",
|
||||||
|
"machine_end_gcode": "{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+2, max_print_height)} F720{endif} ; Move bed down\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X6 Y350 F6000 ; park\n{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+100, max_print_height)} F300{endif} ; Move bed down\nM900 K0 ; reset LA\nM142 S36 ; reset heatbreak target temp\nM221 S100 ; reset flow percentage\nM84 ; disable motors\n; max_layer_z = [max_layer_z]",
|
||||||
|
"machine_pause_gcode": "M601",
|
||||||
|
"machine_start_gcode": "M17 ; enable steppers\nM862.3 P \"XL\" ; printer model check\nM115 U6.0.1+14848\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\n; set print area\nM555 X{first_layer_print_min[0]} Y{first_layer_print_min[1]} W{(first_layer_print_max[0]) - (first_layer_print_min[0])} H{(first_layer_print_max[1]) - (first_layer_print_min[1])}\n; inform about nozzle diameter\nM862.1 P[nozzle_diameter]\n; set & wait for bed and extruder temp for MBL\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; home carriage, pick tool, home all\nG28 XY\nM84 E ; turn off E motor\nG28 Z\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nG29 G ; absorb heat\n; move to the nozzle cleanup area\nG1 X{(min(((((first_layer_print_min[0] + first_layer_print_max[0]) / 2) < ((print_bed_min[0] + print_bed_max[0]) / 2)) ? (((first_layer_print_min[1] - 7) < -2) ? 70 : (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32)) : (((first_layer_print_min[1] - 7) < -2) ? 260 : (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32))), first_layer_print_min[0])) + 32} Y{(min((first_layer_print_min[1] - 7), first_layer_print_min[1]))} Z{5} F4800\nM302 S160 ; lower cold extrusion limit to 160C\nG1 E{-(filament_type[0] == \"FLEX\" ? 4 : 2)} F2400 ; retraction for nozzle cleanup\n; nozzle cleanup\nM84 E ; turn off E motor\nG29 P9 X{((((first_layer_print_min[0] + first_layer_print_max[0]) / 2) < ((print_bed_min[0] + print_bed_max[0]) / 2)) ? (((first_layer_print_min[1] - 7) < -2) ? 70 : (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32)) : (((first_layer_print_min[1] - 7) < -2) ? 260 : (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32)))} Y{(first_layer_print_min[1] - 7)} W{32} H{7}\nG0 Z10 F480 ; move away in Z\n{if first_layer_bed_temperature[0] > 60}\nG0 Z70 F480 ; move away (a bit more) in Z\nG0 X30 Y{print_bed_min[1]} F6000 ; move away in X/Y for higher bed temperatures\n{endif}\nM106 S100 ; cool off the nozzle\nM107 ; stop cooling off the nozzle - turn off the fan\n; MBL\nM84 E ; turn off E motor\nG29 P1 ; invalidate mbl & probe print area\nG29 P1 X30 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\nM104 S[first_layer_temperature] ; set extruder temp\nG1 Z10 F720 ; move away in Z\nG0 X30 Y-8 F6000 ; move next to the sheet\n; wait for extruder temp\nM109 T0 S{first_layer_temperature[0]}\n;\n; purge\n;\nG92 E0 ; reset extruder position\nG0 X{(0 == 0 ? 30 : (0 == 1 ? 150 : (0 == 2 ? 210 : 330)))} Y{(0 < 4 ? -8 : -5.5)} ; move close to the sheet's edge\nG1 E{(filament_type[0] == \"FLEX\" ? 4 : 2)} F2400 ; deretraction after the initial one before nozzle cleaning\nG0 E10 X40 Z0.2 F500 ; purge\nG0 X70 E9 F800 ; purge\nG0 X{70 + 3} Z{0.05} F{8000} ; wipe, move close to the bed\nG0 X{70 + 3 * 2} Z0.2 F{8000} ; wipe, move quickly away from the bed\nG92 E0 ; reset extruder position",
|
||||||
|
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]",
|
||||||
|
"change_filament_gcode": "M600\nG1 E0.3 F1500 ; prime after color change",
|
||||||
|
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||||
|
"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_XLIS\nPG\nINPUT_SHAPER",
|
||||||
|
"scan_first_layer": "0",
|
||||||
|
"nozzle_type": "hardened_steel",
|
||||||
|
"auxiliary_fan": "0",
|
||||||
|
"thumbnails": [
|
||||||
|
"16x16/QOI",
|
||||||
|
"313x173/QOI",
|
||||||
|
"440x240/QOI",
|
||||||
|
"480x240/QOI",
|
||||||
|
"640x480/PNG"
|
||||||
|
]
|
||||||
|
}
|
118
resources/profiles/Prusa/machine/Prusa XLIS 0.8 nozzle.json
Normal file
118
resources/profiles/Prusa/machine/Prusa XLIS 0.8 nozzle.json
Normal file
|
@ -0,0 +1,118 @@
|
||||||
|
{
|
||||||
|
"type": "machine",
|
||||||
|
"setting_id": "GM003",
|
||||||
|
"name": "Prusa XLIS 0.8 nozzle",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_machine_common",
|
||||||
|
"gcode_flavor": "marlin2",
|
||||||
|
"printer_model": "Pursa XL Input Shaper",
|
||||||
|
"default_filament_profile": "Prusa Generic PLA @XL",
|
||||||
|
"default_print_profile": "0.40mm Quality @XLIS 0.8",
|
||||||
|
"extruder_clearance_radius": "67",
|
||||||
|
"extruder_clearance_height_to_rod": "21",
|
||||||
|
"extruder_clearance_height_to_lid": "21",
|
||||||
|
"printer_variant": "0.8",
|
||||||
|
"nozzle_diameter": [
|
||||||
|
"0.8"
|
||||||
|
],
|
||||||
|
"max_layer_height": "0.6",
|
||||||
|
"min_layer_height": "0.2",
|
||||||
|
"bed_exclude_area": [
|
||||||
|
"0x0"
|
||||||
|
],
|
||||||
|
"printable_area": [
|
||||||
|
"0x0",
|
||||||
|
"360x0",
|
||||||
|
"360x360",
|
||||||
|
"0x360"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_e": [
|
||||||
|
"2500",
|
||||||
|
"2500"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_extruding": [
|
||||||
|
"4000",
|
||||||
|
"4000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_retracting": [
|
||||||
|
"1200",
|
||||||
|
"1200"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_x": [
|
||||||
|
"7000",
|
||||||
|
"7000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_y": [
|
||||||
|
"7000",
|
||||||
|
"7000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_z": [
|
||||||
|
"200",
|
||||||
|
"200"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_travel": [
|
||||||
|
"5000",
|
||||||
|
"5000"
|
||||||
|
],
|
||||||
|
"machine_max_speed_e": [
|
||||||
|
"100",
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"machine_max_speed_x": [
|
||||||
|
"400",
|
||||||
|
"400"
|
||||||
|
],
|
||||||
|
"machine_max_speed_y": [
|
||||||
|
"400",
|
||||||
|
"400"
|
||||||
|
],
|
||||||
|
"machine_max_speed_z": [
|
||||||
|
"12",
|
||||||
|
"12"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_e": [
|
||||||
|
"10",
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_x": [
|
||||||
|
"8",
|
||||||
|
"8"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_y": [
|
||||||
|
"8",
|
||||||
|
"8"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_z": [
|
||||||
|
"2",
|
||||||
|
"2"
|
||||||
|
],
|
||||||
|
"retraction_length": "0.6",
|
||||||
|
"retraction_speed": "25",
|
||||||
|
"detraction_speed": "15",
|
||||||
|
"retraction_minimum_travel": "1.5",
|
||||||
|
"retract_when_changing_layer": "1",
|
||||||
|
"wipe": "1",
|
||||||
|
"retract_before_wipe": "50%",
|
||||||
|
"retract_lift_below": "1.5",
|
||||||
|
"z_hop_types": "slope",
|
||||||
|
"host_type": "prusalink",
|
||||||
|
"printable_height": "360",
|
||||||
|
"machine_end_gcode": "{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+2, max_print_height)} F720{endif} ; Move bed down\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X6 Y350 F6000 ; park\n{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+100, max_print_height)} F300{endif} ; Move bed down\nM900 K0 ; reset LA\nM142 S36 ; reset heatbreak target temp\nM221 S100 ; reset flow percentage\nM84 ; disable motors\n; max_layer_z = [max_layer_z]",
|
||||||
|
"machine_pause_gcode": "M601",
|
||||||
|
"machine_start_gcode": "M17 ; enable steppers\nM862.3 P \"XL\" ; printer model check\nM115 U6.0.1+14848\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\n; set print area\nM555 X{first_layer_print_min[0]} Y{first_layer_print_min[1]} W{(first_layer_print_max[0]) - (first_layer_print_min[0])} H{(first_layer_print_max[1]) - (first_layer_print_min[1])}\n; inform about nozzle diameter\nM862.1 P[nozzle_diameter]\n; set & wait for bed and extruder temp for MBL\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; home carriage, pick tool, home all\nG28 XY\nM84 E ; turn off E motor\nG28 Z\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nG29 G ; absorb heat\n; move to the nozzle cleanup area\nG1 X{(min(((((first_layer_print_min[0] + first_layer_print_max[0]) / 2) < ((print_bed_min[0] + print_bed_max[0]) / 2)) ? (((first_layer_print_min[1] - 7) < -2) ? 70 : (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32)) : (((first_layer_print_min[1] - 7) < -2) ? 260 : (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32))), first_layer_print_min[0])) + 32} Y{(min((first_layer_print_min[1] - 7), first_layer_print_min[1]))} Z{5} F4800\nM302 S160 ; lower cold extrusion limit to 160C\nG1 E{-(filament_type[0] == \"FLEX\" ? 4 : 2)} F2400 ; retraction for nozzle cleanup\n; nozzle cleanup\nM84 E ; turn off E motor\nG29 P9 X{((((first_layer_print_min[0] + first_layer_print_max[0]) / 2) < ((print_bed_min[0] + print_bed_max[0]) / 2)) ? (((first_layer_print_min[1] - 7) < -2) ? 70 : (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32)) : (((first_layer_print_min[1] - 7) < -2) ? 260 : (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32)))} Y{(first_layer_print_min[1] - 7)} W{32} H{7}\nG0 Z10 F480 ; move away in Z\n{if first_layer_bed_temperature[0] > 60}\nG0 Z70 F480 ; move away (a bit more) in Z\nG0 X30 Y{print_bed_min[1]} F6000 ; move away in X/Y for higher bed temperatures\n{endif}\nM106 S100 ; cool off the nozzle\nM107 ; stop cooling off the nozzle - turn off the fan\n; MBL\nM84 E ; turn off E motor\nG29 P1 ; invalidate mbl & probe print area\nG29 P1 X30 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\nM104 S[first_layer_temperature] ; set extruder temp\nG1 Z10 F720 ; move away in Z\nG0 X30 Y-8 F6000 ; move next to the sheet\n; wait for extruder temp\nM109 T0 S{first_layer_temperature[0]}\n;\n; purge\n;\nG92 E0 ; reset extruder position\nG0 X{(0 == 0 ? 30 : (0 == 1 ? 150 : (0 == 2 ? 210 : 330)))} Y{(0 < 4 ? -8 : -5.5)} ; move close to the sheet's edge\nG1 E{(filament_type[0] == \"FLEX\" ? 4 : 2)} F2400 ; deretraction after the initial one before nozzle cleaning\nG0 E10 X40 Z0.2 F500 ; purge\nG0 X70 E9 F800 ; purge\nG0 X{70 + 3} Z{0.05} F{8000} ; wipe, move close to the bed\nG0 X{70 + 3 * 2} Z0.2 F{8000} ; wipe, move quickly away from the bed\nG92 E0 ; reset extruder position",
|
||||||
|
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]",
|
||||||
|
"change_filament_gcode": "M600\nG1 E0.3 F1500 ; prime after color change",
|
||||||
|
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||||
|
"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_XLIS\nPG\nINPUT_SHAPER",
|
||||||
|
"scan_first_layer": "0",
|
||||||
|
"nozzle_type": "hardened_steel",
|
||||||
|
"auxiliary_fan": "0",
|
||||||
|
"thumbnails": [
|
||||||
|
"16x16/QOI",
|
||||||
|
"313x173/QOI",
|
||||||
|
"440x240/QOI",
|
||||||
|
"480x240/QOI",
|
||||||
|
"640x480/PNG"
|
||||||
|
]
|
||||||
|
}
|
12
resources/profiles/Prusa/machine/Prusa XLIS.json
Normal file
12
resources/profiles/Prusa/machine/Prusa XLIS.json
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"type": "machine_model",
|
||||||
|
"name": "Pursa XL Input Shaper",
|
||||||
|
"model_id": "Pursa XLIS",
|
||||||
|
"nozzle_diameter": "0.25;0.3;0.4;0.5;0.6;0.8",
|
||||||
|
"machine_tech": "FFF",
|
||||||
|
"family": "Prusa",
|
||||||
|
"bed_model": "Pursa XL Input Shaper_bed.stl",
|
||||||
|
"bed_texture": "Pursa XL Input Shaper.svg",
|
||||||
|
"hotend_model": "",
|
||||||
|
"default_materials": "Prusa Generic PLA @XL;Prusament PLA @XL;Prusament rPLA @XL;Prusa Generic PETG @XL;Prusament PETG @XL;Prusa Generic ABS @XL;Prusament ASA @XL;Prusament PC Blend @XL;Prusament PC-CF @XL;Prusament PVB @XL;Prusament PA-CF @XL"
|
||||||
|
}
|
|
@ -0,0 +1,67 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.05mm Detail @XLIS 0.25",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_common_xl",
|
||||||
|
"inital_layer_height": "0.2",
|
||||||
|
"layer_height": "0.05",
|
||||||
|
"wall_loops": "3",
|
||||||
|
"top_shell_layers": "13",
|
||||||
|
"bottom_shell_layers": "10",
|
||||||
|
"top_shell_thickness": "0.7",
|
||||||
|
"bottom_shell_thickness": "0.5",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"infill_anchor": "1",
|
||||||
|
"brim_object_gap": "0",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"raft_first_layer_density": "95%",
|
||||||
|
"raft_first_layer_expansion": "3.5",
|
||||||
|
"raft_contact_distance": "0.1",
|
||||||
|
"support_top_z_distance": "0.1",
|
||||||
|
"support_bottom_z_distance": "0.1",
|
||||||
|
"support_base_pattern_spacing": "1",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_spacing": "0.2",
|
||||||
|
"support_object_xy_distance": "150%",
|
||||||
|
"tree_support_bramch_diameter_angle": "5",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"inner_wall_speed": "65",
|
||||||
|
"small_perimeter_speed": "40",
|
||||||
|
"outer_wall_speed": "40",
|
||||||
|
"sparse_infill_speed": "100",
|
||||||
|
"internal_solid_infill_speed": "100",
|
||||||
|
"top_surface_speed": "60",
|
||||||
|
"support_speed": "70",
|
||||||
|
"support_interface_speed": "75%",
|
||||||
|
"bridge_speed": "25",
|
||||||
|
"gap_infill_speed": "40",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "25",
|
||||||
|
"overhang_3_4_speed": "30",
|
||||||
|
"overhang_4_4_speed": "80%",
|
||||||
|
"default_acceleration": "1500",
|
||||||
|
"outer_wall_acceleration": "800",
|
||||||
|
"inner_wall_acceleration": "1200",
|
||||||
|
"top_surface_acceleration": "1000",
|
||||||
|
"internal_solid_infill_acceleration": "2000",
|
||||||
|
"sparse_infill_acceleration": "2500",
|
||||||
|
"bridge_acceleration": "1000",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"travel_acceleration": "4000",
|
||||||
|
"line_width": "0.27",
|
||||||
|
"initial_layer_line_width": "0.32",
|
||||||
|
"inner_wall_line_width": "0.25",
|
||||||
|
"outer_wall_line_width": "0.25",
|
||||||
|
"sparse_infill_line_width": "0.25",
|
||||||
|
"internal_solid_infill_line_width": "0.25",
|
||||||
|
"top_surface_line_width": "0.27",
|
||||||
|
"support_line_width": "0.25",
|
||||||
|
"infill_wall_overlap": "15%",
|
||||||
|
"resolution": "0.008",
|
||||||
|
"elefant_foot_compensation": "0",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.25 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,67 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.07mm Detail @XLIS 0.25",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_common_xl",
|
||||||
|
"inital_layer_height": "0.2",
|
||||||
|
"layer_height": "0.07",
|
||||||
|
"wall_loops": "3",
|
||||||
|
"top_shell_layers": "11",
|
||||||
|
"bottom_shell_layers": "9",
|
||||||
|
"top_shell_thickness": "0.7",
|
||||||
|
"bottom_shell_thickness": "0.5",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"infill_anchor": "1",
|
||||||
|
"brim_object_gap": "0",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"raft_first_layer_density": "95%",
|
||||||
|
"raft_first_layer_expansion": "3.5",
|
||||||
|
"raft_contact_distance": "0.1",
|
||||||
|
"support_top_z_distance": "0.09",
|
||||||
|
"support_bottom_z_distance": "0.09",
|
||||||
|
"support_base_pattern_spacing": "1",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_spacing": "0.2",
|
||||||
|
"support_object_xy_distance": "150%",
|
||||||
|
"tree_support_bramch_diameter_angle": "5",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"inner_wall_speed": "65",
|
||||||
|
"small_perimeter_speed": "40",
|
||||||
|
"outer_wall_speed": "40",
|
||||||
|
"sparse_infill_speed": "100",
|
||||||
|
"internal_solid_infill_speed": "140",
|
||||||
|
"top_surface_speed": "70",
|
||||||
|
"support_speed": "70",
|
||||||
|
"support_interface_speed": "75%",
|
||||||
|
"bridge_speed": "30",
|
||||||
|
"gap_infill_speed": "40",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "25",
|
||||||
|
"overhang_3_4_speed": "30",
|
||||||
|
"overhang_4_4_speed": "80%",
|
||||||
|
"default_acceleration": "1500",
|
||||||
|
"outer_wall_acceleration": "800",
|
||||||
|
"inner_wall_acceleration": "1200",
|
||||||
|
"top_surface_acceleration": "1000",
|
||||||
|
"internal_solid_infill_acceleration": "2000",
|
||||||
|
"sparse_infill_acceleration": "2500",
|
||||||
|
"bridge_acceleration": "1000",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"travel_acceleration": "4000",
|
||||||
|
"line_width": "0.27",
|
||||||
|
"initial_layer_line_width": "0.32",
|
||||||
|
"inner_wall_line_width": "0.25",
|
||||||
|
"outer_wall_line_width": "0.25",
|
||||||
|
"sparse_infill_line_width": "0.25",
|
||||||
|
"internal_solid_infill_line_width": "0.25",
|
||||||
|
"top_surface_line_width": "0.27",
|
||||||
|
"support_line_width": "0.25",
|
||||||
|
"infill_wall_overlap": "15%",
|
||||||
|
"resolution": "0.008",
|
||||||
|
"elefant_foot_compensation": "0",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.25 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,67 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.10mm FastDetail @XLIS 0.4",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_common_xl",
|
||||||
|
"inital_layer_height": "0.2",
|
||||||
|
"layer_height": "0.1",
|
||||||
|
"wall_loops": "3",
|
||||||
|
"top_shell_layers": "8",
|
||||||
|
"bottom_shell_layers": "7",
|
||||||
|
"top_shell_thickness": "0.7",
|
||||||
|
"bottom_shell_thickness": "0.5",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"infill_anchor": "2",
|
||||||
|
"brim_object_gap": "0.1",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"raft_first_layer_density": "80%",
|
||||||
|
"raft_first_layer_expansion": "3.5",
|
||||||
|
"raft_contact_distance": "0.15",
|
||||||
|
"support_top_z_distance": "0.17",
|
||||||
|
"support_bottom_z_distance": "0.17",
|
||||||
|
"support_base_pattern_spacing": "2",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_spacing": "0.2",
|
||||||
|
"support_object_xy_distance": "80%",
|
||||||
|
"tree_support_bramch_diameter_angle": "5",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"inner_wall_speed": "140",
|
||||||
|
"small_perimeter_speed": "140",
|
||||||
|
"outer_wall_speed": "140",
|
||||||
|
"sparse_infill_speed": "140",
|
||||||
|
"internal_solid_infill_speed": "200",
|
||||||
|
"top_surface_speed": "100",
|
||||||
|
"support_speed": "120",
|
||||||
|
"support_interface_speed": "50",
|
||||||
|
"bridge_speed": "40",
|
||||||
|
"gap_infill_speed": "120",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "25",
|
||||||
|
"overhang_3_4_speed": "30",
|
||||||
|
"overhang_4_4_speed": "80%",
|
||||||
|
"default_acceleration": "2500",
|
||||||
|
"outer_wall_acceleration": "2000",
|
||||||
|
"inner_wall_acceleration": "2000",
|
||||||
|
"top_surface_acceleration": "1500",
|
||||||
|
"internal_solid_infill_acceleration": "2500",
|
||||||
|
"sparse_infill_acceleration": "4000",
|
||||||
|
"bridge_acceleration": "1500",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"travel_acceleration": "5000",
|
||||||
|
"line_width": "0.45",
|
||||||
|
"initial_layer_line_width": "0.5",
|
||||||
|
"inner_wall_line_width": "0.45",
|
||||||
|
"outer_wall_line_width": "0.45",
|
||||||
|
"sparse_infill_line_width": "0.45",
|
||||||
|
"internal_solid_infill_line_width": "0.45",
|
||||||
|
"top_surface_line_width": "0.4",
|
||||||
|
"support_line_width": "0.36",
|
||||||
|
"infill_wall_overlap": "15%",
|
||||||
|
"resolution": "0.008",
|
||||||
|
"elefant_foot_compensation": "0.2",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.4 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,68 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.10mm Structural @XLIS 0.5",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_common_xl",
|
||||||
|
"inital_layer_height": "0.2",
|
||||||
|
"layer_height": "0.1",
|
||||||
|
"wall_loops": "2",
|
||||||
|
"top_shell_layers": "8",
|
||||||
|
"bottom_shell_layers": "7",
|
||||||
|
"top_shell_thickness": "0.7",
|
||||||
|
"bottom_shell_thickness": "0.5",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"infill_anchor": "2",
|
||||||
|
"infill_anchor_max": "15",
|
||||||
|
"brim_object_gap": "0.1",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"raft_first_layer_density": "80%",
|
||||||
|
"raft_first_layer_expansion": "3.5",
|
||||||
|
"raft_contact_distance": "0.25",
|
||||||
|
"support_top_z_distance": "0.2",
|
||||||
|
"support_bottom_z_distance": "0.2",
|
||||||
|
"support_base_pattern_spacing": "2",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_spacing": "0.22",
|
||||||
|
"support_object_xy_distance": "80%",
|
||||||
|
"tree_support_bramch_diameter_angle": "5",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"inner_wall_speed": "70",
|
||||||
|
"small_perimeter_speed": "40",
|
||||||
|
"outer_wall_speed": "40",
|
||||||
|
"sparse_infill_speed": "200",
|
||||||
|
"internal_solid_infill_speed": "200",
|
||||||
|
"top_surface_speed": "70",
|
||||||
|
"support_speed": "75",
|
||||||
|
"support_interface_speed": "75%",
|
||||||
|
"bridge_speed": "30",
|
||||||
|
"gap_infill_speed": "40",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "25",
|
||||||
|
"overhang_3_4_speed": "30",
|
||||||
|
"overhang_4_4_speed": "80%",
|
||||||
|
"default_acceleration": "2000",
|
||||||
|
"outer_wall_acceleration": "1500",
|
||||||
|
"inner_wall_acceleration": "2000",
|
||||||
|
"top_surface_acceleration": "1000",
|
||||||
|
"internal_solid_infill_acceleration": "2500",
|
||||||
|
"sparse_infill_acceleration": "3000",
|
||||||
|
"bridge_acceleration": "1000",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"travel_acceleration": "5000",
|
||||||
|
"line_width": "0.55",
|
||||||
|
"initial_layer_line_width": "0.55",
|
||||||
|
"inner_wall_line_width": "0.5",
|
||||||
|
"outer_wall_line_width": "0.5",
|
||||||
|
"sparse_infill_line_width": "0.5",
|
||||||
|
"internal_solid_infill_line_width": "0.5",
|
||||||
|
"top_surface_line_width": "0.45",
|
||||||
|
"support_line_width": "0.4",
|
||||||
|
"infill_wall_overlap": "15%",
|
||||||
|
"resolution": "0.008",
|
||||||
|
"elefant_foot_compensation": "0.2",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.5 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,67 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.12mm Speed @XLIS 0.25",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_common_xl",
|
||||||
|
"inital_layer_height": "0.2",
|
||||||
|
"layer_height": "0.12",
|
||||||
|
"wall_loops": "3",
|
||||||
|
"top_shell_layers": "9",
|
||||||
|
"bottom_shell_layers": "6",
|
||||||
|
"top_shell_thickness": "0.6",
|
||||||
|
"bottom_shell_thickness": "0.5",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"infill_anchor": "1",
|
||||||
|
"brim_object_gap": "0",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"raft_first_layer_density": "95%",
|
||||||
|
"raft_first_layer_expansion": "3.5",
|
||||||
|
"raft_contact_distance": "0.08",
|
||||||
|
"support_top_z_distance": "0.09",
|
||||||
|
"support_bottom_z_distance": "0.09",
|
||||||
|
"support_base_pattern_spacing": "1",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_spacing": "0.2",
|
||||||
|
"support_object_xy_distance": "150%",
|
||||||
|
"tree_support_bramch_diameter_angle": "5",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"inner_wall_speed": "120",
|
||||||
|
"small_perimeter_speed": "120",
|
||||||
|
"outer_wall_speed": "120",
|
||||||
|
"sparse_infill_speed": "100",
|
||||||
|
"internal_solid_infill_speed": "140",
|
||||||
|
"top_surface_speed": "60",
|
||||||
|
"support_speed": "70",
|
||||||
|
"support_interface_speed": "75%",
|
||||||
|
"bridge_speed": "30",
|
||||||
|
"gap_infill_speed": "50",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "25",
|
||||||
|
"overhang_3_4_speed": "30",
|
||||||
|
"overhang_4_4_speed": "80%",
|
||||||
|
"default_acceleration": "2000",
|
||||||
|
"outer_wall_acceleration": "1500",
|
||||||
|
"inner_wall_acceleration": "2000",
|
||||||
|
"top_surface_acceleration": "1000",
|
||||||
|
"internal_solid_infill_acceleration": "2500",
|
||||||
|
"sparse_infill_acceleration": "3000",
|
||||||
|
"bridge_acceleration": "1500",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"travel_acceleration": "4000",
|
||||||
|
"line_width": "0.27",
|
||||||
|
"initial_layer_line_width": "0.32",
|
||||||
|
"inner_wall_line_width": "0.27",
|
||||||
|
"outer_wall_line_width": "0.27",
|
||||||
|
"sparse_infill_line_width": "0.27",
|
||||||
|
"internal_solid_infill_line_width": "0.27",
|
||||||
|
"top_surface_line_width": "0.27",
|
||||||
|
"support_line_width": "0.25",
|
||||||
|
"infill_wall_overlap": "15%",
|
||||||
|
"resolution": "0.008",
|
||||||
|
"elefant_foot_compensation": "0",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.25 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,67 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.12mm Structural @XLIS 0.25",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_common_xl",
|
||||||
|
"inital_layer_height": "0.2",
|
||||||
|
"layer_height": "0.12",
|
||||||
|
"wall_loops": "3",
|
||||||
|
"top_shell_layers": "9",
|
||||||
|
"bottom_shell_layers": "7",
|
||||||
|
"top_shell_thickness": "0.6",
|
||||||
|
"bottom_shell_thickness": "0.5",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"infill_anchor": "1",
|
||||||
|
"brim_object_gap": "0",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"raft_first_layer_density": "95%",
|
||||||
|
"raft_first_layer_expansion": "3.5",
|
||||||
|
"raft_contact_distance": "0.08",
|
||||||
|
"support_top_z_distance": "0.09",
|
||||||
|
"support_bottom_z_distance": "0.09",
|
||||||
|
"support_base_pattern_spacing": "1",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_spacing": "0.2",
|
||||||
|
"support_object_xy_distance": "150%",
|
||||||
|
"tree_support_bramch_diameter_angle": "5",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"inner_wall_speed": "70",
|
||||||
|
"small_perimeter_speed": "40",
|
||||||
|
"outer_wall_speed": "40",
|
||||||
|
"sparse_infill_speed": "100",
|
||||||
|
"internal_solid_infill_speed": "140",
|
||||||
|
"top_surface_speed": "60",
|
||||||
|
"support_speed": "70",
|
||||||
|
"support_interface_speed": "75%",
|
||||||
|
"bridge_speed": "30",
|
||||||
|
"gap_infill_speed": "50",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "25",
|
||||||
|
"overhang_3_4_speed": "30",
|
||||||
|
"overhang_4_4_speed": "80%",
|
||||||
|
"default_acceleration": "2000",
|
||||||
|
"outer_wall_acceleration": "1000",
|
||||||
|
"inner_wall_acceleration": "1500",
|
||||||
|
"top_surface_acceleration": "1000",
|
||||||
|
"internal_solid_infill_acceleration": "2500",
|
||||||
|
"sparse_infill_acceleration": "2500",
|
||||||
|
"bridge_acceleration": "1500",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"travel_acceleration": "4000",
|
||||||
|
"line_width": "0.27",
|
||||||
|
"initial_layer_line_width": "0.32",
|
||||||
|
"inner_wall_line_width": "0.27",
|
||||||
|
"outer_wall_line_width": "0.27",
|
||||||
|
"sparse_infill_line_width": "0.27",
|
||||||
|
"internal_solid_infill_line_width": "0.27",
|
||||||
|
"top_surface_line_width": "0.27",
|
||||||
|
"support_line_width": "0.25",
|
||||||
|
"infill_wall_overlap": "15%",
|
||||||
|
"resolution": "0.008",
|
||||||
|
"elefant_foot_compensation": "0",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.25 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,67 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.12mm Structural @XLIS 0.3",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_common_xl",
|
||||||
|
"inital_layer_height": "0.2",
|
||||||
|
"layer_height": "0.12",
|
||||||
|
"wall_loops": "3",
|
||||||
|
"top_shell_layers": "7",
|
||||||
|
"bottom_shell_layers": "6",
|
||||||
|
"top_shell_thickness": "0.7",
|
||||||
|
"bottom_shell_thickness": "0.5",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"infill_anchor": "1",
|
||||||
|
"brim_object_gap": "0",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"raft_first_layer_density": "90%",
|
||||||
|
"raft_first_layer_expansion": "3.5",
|
||||||
|
"raft_contact_distance": "0.12",
|
||||||
|
"support_top_z_distance": "0.12",
|
||||||
|
"support_bottom_z_distance": "0.12",
|
||||||
|
"support_base_pattern_spacing": "1",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_spacing": "0.2",
|
||||||
|
"support_object_xy_distance": "100%",
|
||||||
|
"tree_support_bramch_diameter_angle": "5",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"inner_wall_speed": "80",
|
||||||
|
"small_perimeter_speed": "40",
|
||||||
|
"outer_wall_speed": "40",
|
||||||
|
"sparse_infill_speed": "100",
|
||||||
|
"internal_solid_infill_speed": "200",
|
||||||
|
"top_surface_speed": "40",
|
||||||
|
"support_speed": "70",
|
||||||
|
"support_interface_speed": "75%",
|
||||||
|
"bridge_speed": "30",
|
||||||
|
"gap_infill_speed": "50",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "25",
|
||||||
|
"overhang_3_4_speed": "30",
|
||||||
|
"overhang_4_4_speed": "80%",
|
||||||
|
"default_acceleration": "1500",
|
||||||
|
"outer_wall_acceleration": "1200",
|
||||||
|
"inner_wall_acceleration": "1500",
|
||||||
|
"top_surface_acceleration": "1000",
|
||||||
|
"internal_solid_infill_acceleration": "2500",
|
||||||
|
"sparse_infill_acceleration": "3000",
|
||||||
|
"bridge_acceleration": "1000",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"travel_acceleration": "5000",
|
||||||
|
"line_width": "0.34",
|
||||||
|
"initial_layer_line_width": "0.4",
|
||||||
|
"inner_wall_line_width": "0.34",
|
||||||
|
"outer_wall_line_width": "0.34",
|
||||||
|
"sparse_infill_line_width": "0.34",
|
||||||
|
"internal_solid_infill_line_width": "0.34",
|
||||||
|
"top_surface_line_width": "0.3",
|
||||||
|
"support_line_width": "0.3",
|
||||||
|
"infill_wall_overlap": "15%",
|
||||||
|
"resolution": "0.008",
|
||||||
|
"elefant_foot_compensation": "0",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.3 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,67 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.15mm Speed @XLIS 0.25",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_common_xl",
|
||||||
|
"inital_layer_height": "0.2",
|
||||||
|
"layer_height": "0.15",
|
||||||
|
"wall_loops": "3",
|
||||||
|
"top_shell_layers": "6",
|
||||||
|
"bottom_shell_layers": "7",
|
||||||
|
"top_shell_thickness": "0.7",
|
||||||
|
"bottom_shell_thickness": "0.5",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"infill_anchor": "1",
|
||||||
|
"brim_object_gap": "0",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"raft_first_layer_density": "95%",
|
||||||
|
"raft_first_layer_expansion": "3.5",
|
||||||
|
"raft_contact_distance": "0.08",
|
||||||
|
"support_top_z_distance": "0.09",
|
||||||
|
"support_bottom_z_distance": "0.09",
|
||||||
|
"support_base_pattern_spacing": "1",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_spacing": "0.2",
|
||||||
|
"support_object_xy_distance": "150%",
|
||||||
|
"tree_support_bramch_diameter_angle": "5",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"inner_wall_speed": "120",
|
||||||
|
"small_perimeter_speed": "120",
|
||||||
|
"outer_wall_speed": "120",
|
||||||
|
"sparse_infill_speed": "100",
|
||||||
|
"internal_solid_infill_speed": "140",
|
||||||
|
"top_surface_speed": "60",
|
||||||
|
"support_speed": "70",
|
||||||
|
"support_interface_speed": "75%",
|
||||||
|
"bridge_speed": "30",
|
||||||
|
"gap_infill_speed": "50",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "25",
|
||||||
|
"overhang_3_4_speed": "30",
|
||||||
|
"overhang_4_4_speed": "80%",
|
||||||
|
"default_acceleration": "2000",
|
||||||
|
"outer_wall_acceleration": "1500",
|
||||||
|
"inner_wall_acceleration": "2000",
|
||||||
|
"top_surface_acceleration": "1000",
|
||||||
|
"internal_solid_infill_acceleration": "2500",
|
||||||
|
"sparse_infill_acceleration": "3000",
|
||||||
|
"bridge_acceleration": "1500",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"travel_acceleration": "4000",
|
||||||
|
"line_width": "0.27",
|
||||||
|
"initial_layer_line_width": "0.32",
|
||||||
|
"inner_wall_line_width": "0.27",
|
||||||
|
"outer_wall_line_width": "0.27",
|
||||||
|
"sparse_infill_line_width": "0.27",
|
||||||
|
"internal_solid_infill_line_width": "0.27",
|
||||||
|
"top_surface_line_width": "0.27",
|
||||||
|
"support_line_width": "0.25",
|
||||||
|
"infill_wall_overlap": "15%",
|
||||||
|
"resolution": "0.008",
|
||||||
|
"elefant_foot_compensation": "0",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.25 nozzle"
|
||||||
|
]
|
||||||
|
}
|
67
resources/profiles/Prusa/process/0.15mm Speed @XLIS 0.4.json
Normal file
67
resources/profiles/Prusa/process/0.15mm Speed @XLIS 0.4.json
Normal file
|
@ -0,0 +1,67 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.15mm Speed @XLIS 0.4",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_common_xl",
|
||||||
|
"inital_layer_height": "0.2",
|
||||||
|
"layer_height": "0.15",
|
||||||
|
"wall_loops": "2",
|
||||||
|
"top_shell_layers": "6",
|
||||||
|
"bottom_shell_layers": "5",
|
||||||
|
"top_shell_thickness": "0.7",
|
||||||
|
"bottom_shell_thickness": "0.5",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"infill_anchor": "2",
|
||||||
|
"brim_object_gap": "0.1",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"raft_first_layer_density": "80%",
|
||||||
|
"raft_first_layer_expansion": "3.5",
|
||||||
|
"raft_contact_distance": "0.15",
|
||||||
|
"support_top_z_distance": "0.17",
|
||||||
|
"support_bottom_z_distance": "0.17",
|
||||||
|
"support_base_pattern_spacing": "2",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_spacing": "0.2",
|
||||||
|
"support_object_xy_distance": "80%",
|
||||||
|
"tree_support_bramch_diameter_angle": "5",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"inner_wall_speed": "170",
|
||||||
|
"small_perimeter_speed": "170",
|
||||||
|
"outer_wall_speed": "170",
|
||||||
|
"sparse_infill_speed": "200",
|
||||||
|
"internal_solid_infill_speed": "200",
|
||||||
|
"top_surface_speed": "100",
|
||||||
|
"support_speed": "120",
|
||||||
|
"support_interface_speed": "50",
|
||||||
|
"bridge_speed": "45",
|
||||||
|
"gap_infill_speed": "120",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "25",
|
||||||
|
"overhang_3_4_speed": "30",
|
||||||
|
"overhang_4_4_speed": "80%",
|
||||||
|
"default_acceleration": "2500",
|
||||||
|
"outer_wall_acceleration": "2500",
|
||||||
|
"inner_wall_acceleration": "3000",
|
||||||
|
"top_surface_acceleration": "1500",
|
||||||
|
"internal_solid_infill_acceleration": "3500",
|
||||||
|
"sparse_infill_acceleration": "4000",
|
||||||
|
"bridge_acceleration": "1500",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"travel_acceleration": "5000",
|
||||||
|
"line_width": "0.45",
|
||||||
|
"initial_layer_line_width": "0.5",
|
||||||
|
"inner_wall_line_width": "0.45",
|
||||||
|
"outer_wall_line_width": "0.45",
|
||||||
|
"sparse_infill_line_width": "0.45",
|
||||||
|
"internal_solid_infill_line_width": "0.45",
|
||||||
|
"top_surface_line_width": "0.42",
|
||||||
|
"support_line_width": "0.36",
|
||||||
|
"infill_wall_overlap": "15%",
|
||||||
|
"resolution": "0.008",
|
||||||
|
"elefant_foot_compensation": "0.2",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.4 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,67 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.15mm Structural @XLIS 0.25",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_common_xl",
|
||||||
|
"inital_layer_height": "0.2",
|
||||||
|
"layer_height": "0.15",
|
||||||
|
"wall_loops": "3",
|
||||||
|
"top_shell_layers": "6",
|
||||||
|
"bottom_shell_layers": "5",
|
||||||
|
"top_shell_thickness": "0.7",
|
||||||
|
"bottom_shell_thickness": "0.5",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"infill_anchor": "1",
|
||||||
|
"brim_object_gap": "0",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"raft_first_layer_density": "95%",
|
||||||
|
"raft_first_layer_expansion": "3.5",
|
||||||
|
"raft_contact_distance": "0.08",
|
||||||
|
"support_top_z_distance": "0.09",
|
||||||
|
"support_bottom_z_distance": "0.09",
|
||||||
|
"support_base_pattern_spacing": "1",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_spacing": "0.2",
|
||||||
|
"support_object_xy_distance": "150%",
|
||||||
|
"tree_support_bramch_diameter_angle": "5",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"inner_wall_speed": "70",
|
||||||
|
"small_perimeter_speed": "40",
|
||||||
|
"outer_wall_speed": "40",
|
||||||
|
"sparse_infill_speed": "100",
|
||||||
|
"internal_solid_infill_speed": "140",
|
||||||
|
"top_surface_speed": "60",
|
||||||
|
"support_speed": "70",
|
||||||
|
"support_interface_speed": "75%",
|
||||||
|
"bridge_speed": "30",
|
||||||
|
"gap_infill_speed": "50",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "25",
|
||||||
|
"overhang_3_4_speed": "30",
|
||||||
|
"overhang_4_4_speed": "80%",
|
||||||
|
"default_acceleration": "2000",
|
||||||
|
"outer_wall_acceleration": "1000",
|
||||||
|
"inner_wall_acceleration": "1500",
|
||||||
|
"top_surface_acceleration": "1000",
|
||||||
|
"internal_solid_infill_acceleration": "2500",
|
||||||
|
"sparse_infill_acceleration": "3000",
|
||||||
|
"bridge_acceleration": "1500",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"travel_acceleration": "4000",
|
||||||
|
"line_width": "0.27",
|
||||||
|
"initial_layer_line_width": "0.32",
|
||||||
|
"inner_wall_line_width": "0.27",
|
||||||
|
"outer_wall_line_width": "0.27",
|
||||||
|
"sparse_infill_line_width": "0.27",
|
||||||
|
"internal_solid_infill_line_width": "0.27",
|
||||||
|
"top_surface_line_width": "0.27",
|
||||||
|
"support_line_width": "0.25",
|
||||||
|
"infill_wall_overlap": "15%",
|
||||||
|
"resolution": "0.008",
|
||||||
|
"elefant_foot_compensation": "0",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.25 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,67 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.15mm Structural @XLIS 0.4",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_common_xl",
|
||||||
|
"inital_layer_height": "0.2",
|
||||||
|
"layer_height": "0.15",
|
||||||
|
"wall_loops": "2",
|
||||||
|
"top_shell_layers": "6",
|
||||||
|
"bottom_shell_layers": "5",
|
||||||
|
"top_shell_thickness": "0.7",
|
||||||
|
"bottom_shell_thickness": "0.5",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"infill_anchor": "2",
|
||||||
|
"brim_object_gap": "0.1",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"raft_first_layer_density": "80%",
|
||||||
|
"raft_first_layer_expansion": "3.5",
|
||||||
|
"raft_contact_distance": "0.15",
|
||||||
|
"support_top_z_distance": "0.17",
|
||||||
|
"support_bottom_z_distance": "0.17",
|
||||||
|
"support_base_pattern_spacing": "2",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_spacing": "0.2",
|
||||||
|
"support_object_xy_distance": "80%",
|
||||||
|
"tree_support_bramch_diameter_angle": "5",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"inner_wall_speed": "80",
|
||||||
|
"small_perimeter_speed": "45",
|
||||||
|
"outer_wall_speed": "45",
|
||||||
|
"sparse_infill_speed": "110",
|
||||||
|
"internal_solid_infill_speed": "140",
|
||||||
|
"top_surface_speed": "75",
|
||||||
|
"support_speed": "120",
|
||||||
|
"support_interface_speed": "50",
|
||||||
|
"bridge_speed": "45",
|
||||||
|
"gap_infill_speed": "65",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "25",
|
||||||
|
"overhang_3_4_speed": "30",
|
||||||
|
"overhang_4_4_speed": "90%",
|
||||||
|
"default_acceleration": "2500",
|
||||||
|
"outer_wall_acceleration": "1500",
|
||||||
|
"inner_wall_acceleration": "2500",
|
||||||
|
"top_surface_acceleration": "1000",
|
||||||
|
"internal_solid_infill_acceleration": "3000",
|
||||||
|
"sparse_infill_acceleration": "4000",
|
||||||
|
"bridge_acceleration": "1500",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"travel_acceleration": "5000",
|
||||||
|
"line_width": "0.45",
|
||||||
|
"initial_layer_line_width": "0.5",
|
||||||
|
"inner_wall_line_width": "0.45",
|
||||||
|
"outer_wall_line_width": "0.45",
|
||||||
|
"sparse_infill_line_width": "0.45",
|
||||||
|
"internal_solid_infill_line_width": "0.45",
|
||||||
|
"top_surface_line_width": "0.42",
|
||||||
|
"support_line_width": "0.36",
|
||||||
|
"infill_wall_overlap": "15%",
|
||||||
|
"resolution": "0.008",
|
||||||
|
"elefant_foot_compensation": "0.2",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.4 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,68 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.15mm Structural @XLIS 0.5",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_common_xl",
|
||||||
|
"inital_layer_height": "0.2",
|
||||||
|
"layer_height": "0.15",
|
||||||
|
"wall_loops": "2",
|
||||||
|
"top_shell_layers": "6",
|
||||||
|
"bottom_shell_layers": "5",
|
||||||
|
"top_shell_thickness": "0.7",
|
||||||
|
"bottom_shell_thickness": "0.5",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"infill_anchor": "2",
|
||||||
|
"infill_anchor_max": "15",
|
||||||
|
"brim_object_gap": "0.1",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"raft_first_layer_density": "80%",
|
||||||
|
"raft_first_layer_expansion": "3.5",
|
||||||
|
"raft_contact_distance": "0.25",
|
||||||
|
"support_top_z_distance": "0.2",
|
||||||
|
"support_bottom_z_distance": "0.2",
|
||||||
|
"support_base_pattern_spacing": "2",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_spacing": "0.22",
|
||||||
|
"support_object_xy_distance": "80%",
|
||||||
|
"tree_support_bramch_diameter_angle": "5",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"inner_wall_speed": "80",
|
||||||
|
"small_perimeter_speed": "45",
|
||||||
|
"outer_wall_speed": "45",
|
||||||
|
"sparse_infill_speed": "200",
|
||||||
|
"internal_solid_infill_speed": "180",
|
||||||
|
"top_surface_speed": "70",
|
||||||
|
"support_speed": "75",
|
||||||
|
"support_interface_speed": "75%",
|
||||||
|
"bridge_speed": "40",
|
||||||
|
"gap_infill_speed": "50",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "25",
|
||||||
|
"overhang_3_4_speed": "30",
|
||||||
|
"overhang_4_4_speed": "80%",
|
||||||
|
"default_acceleration": "2000",
|
||||||
|
"outer_wall_acceleration": "1500",
|
||||||
|
"inner_wall_acceleration": "2000",
|
||||||
|
"top_surface_acceleration": "1000",
|
||||||
|
"internal_solid_infill_acceleration": "2500",
|
||||||
|
"sparse_infill_acceleration": "3000",
|
||||||
|
"bridge_acceleration": "1000",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"travel_acceleration": "5000",
|
||||||
|
"line_width": "0.55",
|
||||||
|
"initial_layer_line_width": "0.55",
|
||||||
|
"inner_wall_line_width": "0.55",
|
||||||
|
"outer_wall_line_width": "0.55",
|
||||||
|
"sparse_infill_line_width": "0.55",
|
||||||
|
"internal_solid_infill_line_width": "0.55",
|
||||||
|
"top_surface_line_width": "0.5",
|
||||||
|
"support_line_width": "0.4",
|
||||||
|
"infill_wall_overlap": "15%",
|
||||||
|
"resolution": "0.008",
|
||||||
|
"elefant_foot_compensation": "0.2",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.5 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,69 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.15mm Structural @XLIS 0.6",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_common_xl",
|
||||||
|
"inital_layer_height": "0.2",
|
||||||
|
"layer_height": "0.15",
|
||||||
|
"wall_loops": "2",
|
||||||
|
"top_shell_layers": "6",
|
||||||
|
"bottom_shell_layers": "5",
|
||||||
|
"top_shell_thickness": "0.9",
|
||||||
|
"bottom_shell_thickness": "0.6",
|
||||||
|
"sparse_infill_density": "20%",
|
||||||
|
"infill_anchor": "2.5",
|
||||||
|
"infill_anchor_max": "20",
|
||||||
|
"brim_object_gap": "0.1",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"raft_first_layer_density": "80%",
|
||||||
|
"raft_first_layer_expansion": "3.5",
|
||||||
|
"raft_contact_distance": "0.25",
|
||||||
|
"support_top_z_distance": "0.22",
|
||||||
|
"support_bottom_z_distance": "0.22",
|
||||||
|
"support_base_pattern_spacing": "2",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_spacing": "0.25",
|
||||||
|
"support_object_xy_distance": "80%",
|
||||||
|
"tree_support_bramch_diameter_angle": "5",
|
||||||
|
"tree_support_branch_diameter_double_wall": "5",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"inner_wall_speed": "80",
|
||||||
|
"small_perimeter_speed": "45",
|
||||||
|
"outer_wall_speed": "45",
|
||||||
|
"sparse_infill_speed": "105",
|
||||||
|
"internal_solid_infill_speed": "160",
|
||||||
|
"top_surface_speed": "70",
|
||||||
|
"support_speed": "110",
|
||||||
|
"support_interface_speed": "75%",
|
||||||
|
"bridge_speed": "40",
|
||||||
|
"gap_infill_speed": "75",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "20",
|
||||||
|
"overhang_3_4_speed": "25",
|
||||||
|
"overhang_4_4_speed": "90%",
|
||||||
|
"default_acceleration": "2500",
|
||||||
|
"outer_wall_acceleration": "1500",
|
||||||
|
"inner_wall_acceleration": "2500",
|
||||||
|
"top_surface_acceleration": "1500",
|
||||||
|
"internal_solid_infill_acceleration": "2500",
|
||||||
|
"sparse_infill_acceleration": "4000",
|
||||||
|
"bridge_acceleration": "1500",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"travel_acceleration": "5000",
|
||||||
|
"line_width": "0.68",
|
||||||
|
"initial_layer_line_width": "0.68",
|
||||||
|
"inner_wall_line_width": "0.6",
|
||||||
|
"outer_wall_line_width": "0.6",
|
||||||
|
"sparse_infill_line_width": "0.6",
|
||||||
|
"internal_solid_infill_line_width": "0.6",
|
||||||
|
"top_surface_line_width": "0.5",
|
||||||
|
"support_line_width": "0.55",
|
||||||
|
"infill_wall_overlap": "15%",
|
||||||
|
"resolution": "0.0125",
|
||||||
|
"elefant_foot_compensation": "0.2",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.6 nozzle"
|
||||||
|
]
|
||||||
|
}
|
67
resources/profiles/Prusa/process/0.16mm Speed @XLIS 0.3.json
Normal file
67
resources/profiles/Prusa/process/0.16mm Speed @XLIS 0.3.json
Normal file
|
@ -0,0 +1,67 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.16mm Speed @XLIS 0.3",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_common_xl",
|
||||||
|
"inital_layer_height": "0.2",
|
||||||
|
"layer_height": "0.16",
|
||||||
|
"wall_loops": "3",
|
||||||
|
"top_shell_layers": "6",
|
||||||
|
"bottom_shell_layers": "5",
|
||||||
|
"top_shell_thickness": "0.7",
|
||||||
|
"bottom_shell_thickness": "0.5",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"infill_anchor": "1",
|
||||||
|
"brim_object_gap": "0",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"raft_first_layer_density": "90%",
|
||||||
|
"raft_first_layer_expansion": "3.5",
|
||||||
|
"raft_contact_distance": "0.12",
|
||||||
|
"support_top_z_distance": "0.12",
|
||||||
|
"support_bottom_z_distance": "0.12",
|
||||||
|
"support_base_pattern_spacing": "1",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_spacing": "0.2",
|
||||||
|
"support_object_xy_distance": "100%",
|
||||||
|
"tree_support_bramch_diameter_angle": "5",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"inner_wall_speed": "140",
|
||||||
|
"small_perimeter_speed": "120",
|
||||||
|
"outer_wall_speed": "120",
|
||||||
|
"sparse_infill_speed": "120",
|
||||||
|
"internal_solid_infill_speed": "200",
|
||||||
|
"top_surface_speed": "50",
|
||||||
|
"support_speed": "100",
|
||||||
|
"support_interface_speed": "45%",
|
||||||
|
"bridge_speed": "30",
|
||||||
|
"gap_infill_speed": "50",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "25",
|
||||||
|
"overhang_3_4_speed": "30",
|
||||||
|
"overhang_4_4_speed": "80%",
|
||||||
|
"default_acceleration": "2000",
|
||||||
|
"outer_wall_acceleration": "2500",
|
||||||
|
"inner_wall_acceleration": "2500",
|
||||||
|
"top_surface_acceleration": "1000",
|
||||||
|
"internal_solid_infill_acceleration": "3000",
|
||||||
|
"sparse_infill_acceleration": "4000",
|
||||||
|
"bridge_acceleration": "1000",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"travel_acceleration": "5000",
|
||||||
|
"line_width": "0.34",
|
||||||
|
"initial_layer_line_width": "0.4",
|
||||||
|
"inner_wall_line_width": "0.34",
|
||||||
|
"outer_wall_line_width": "0.34",
|
||||||
|
"sparse_infill_line_width": "0.34",
|
||||||
|
"internal_solid_infill_line_width": "0.34",
|
||||||
|
"top_surface_line_width": "0.3",
|
||||||
|
"support_line_width": "0.3",
|
||||||
|
"infill_wall_overlap": "15%",
|
||||||
|
"resolution": "0.008",
|
||||||
|
"elefant_foot_compensation": "0",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.3 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,67 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.16mm Structural @XLIS 0.3",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_common_xl",
|
||||||
|
"inital_layer_height": "0.2",
|
||||||
|
"layer_height": "0.16",
|
||||||
|
"wall_loops": "3",
|
||||||
|
"top_shell_layers": "6",
|
||||||
|
"bottom_shell_layers": "5",
|
||||||
|
"top_shell_thickness": "0.7",
|
||||||
|
"bottom_shell_thickness": "0.5",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"infill_anchor": "1",
|
||||||
|
"brim_object_gap": "0",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"raft_first_layer_density": "90%",
|
||||||
|
"raft_first_layer_expansion": "3.5",
|
||||||
|
"raft_contact_distance": "0.12",
|
||||||
|
"support_top_z_distance": "0.12",
|
||||||
|
"support_bottom_z_distance": "0.12",
|
||||||
|
"support_base_pattern_spacing": "1",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_spacing": "0.2",
|
||||||
|
"support_object_xy_distance": "100%",
|
||||||
|
"tree_support_bramch_diameter_angle": "5",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"inner_wall_speed": "80",
|
||||||
|
"small_perimeter_speed": "45",
|
||||||
|
"outer_wall_speed": "45",
|
||||||
|
"sparse_infill_speed": "120",
|
||||||
|
"internal_solid_infill_speed": "200",
|
||||||
|
"top_surface_speed": "50",
|
||||||
|
"support_speed": "70",
|
||||||
|
"support_interface_speed": "75%",
|
||||||
|
"bridge_speed": "30",
|
||||||
|
"gap_infill_speed": "50",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "25",
|
||||||
|
"overhang_3_4_speed": "30",
|
||||||
|
"overhang_4_4_speed": "80%",
|
||||||
|
"default_acceleration": "2000",
|
||||||
|
"outer_wall_acceleration": "1500",
|
||||||
|
"inner_wall_acceleration": "2000",
|
||||||
|
"top_surface_acceleration": "1000",
|
||||||
|
"internal_solid_infill_acceleration": "2500",
|
||||||
|
"sparse_infill_acceleration": "4000",
|
||||||
|
"bridge_acceleration": "1000",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"travel_acceleration": "5000",
|
||||||
|
"line_width": "0.34",
|
||||||
|
"initial_layer_line_width": "0.4",
|
||||||
|
"inner_wall_line_width": "0.34",
|
||||||
|
"outer_wall_line_width": "0.34",
|
||||||
|
"sparse_infill_line_width": "0.34",
|
||||||
|
"internal_solid_infill_line_width": "0.34",
|
||||||
|
"top_surface_line_width": "0.3",
|
||||||
|
"support_line_width": "0.3",
|
||||||
|
"infill_wall_overlap": "15%",
|
||||||
|
"resolution": "0.008",
|
||||||
|
"elefant_foot_compensation": "0",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.3 nozzle"
|
||||||
|
]
|
||||||
|
}
|
67
resources/profiles/Prusa/process/0.20mm Speed @XLIS 0.3.json
Normal file
67
resources/profiles/Prusa/process/0.20mm Speed @XLIS 0.3.json
Normal file
|
@ -0,0 +1,67 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.20mm Speed @XLIS 0.3",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_common_xl",
|
||||||
|
"inital_layer_height": "0.2",
|
||||||
|
"layer_height": "0.2",
|
||||||
|
"wall_loops": "3",
|
||||||
|
"top_shell_layers": "5",
|
||||||
|
"bottom_shell_layers": "4",
|
||||||
|
"top_shell_thickness": "0.7",
|
||||||
|
"bottom_shell_thickness": "0.5",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"infill_anchor": "1",
|
||||||
|
"brim_object_gap": "0",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"raft_first_layer_density": "90%",
|
||||||
|
"raft_first_layer_expansion": "3.5",
|
||||||
|
"raft_contact_distance": "0.12",
|
||||||
|
"support_top_z_distance": "0.12",
|
||||||
|
"support_bottom_z_distance": "0.12",
|
||||||
|
"support_base_pattern_spacing": "1",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_spacing": "0.2",
|
||||||
|
"support_object_xy_distance": "100%",
|
||||||
|
"tree_support_bramch_diameter_angle": "5",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"inner_wall_speed": "140",
|
||||||
|
"small_perimeter_speed": "120",
|
||||||
|
"outer_wall_speed": "120",
|
||||||
|
"sparse_infill_speed": "120",
|
||||||
|
"internal_solid_infill_speed": "200",
|
||||||
|
"top_surface_speed": "50",
|
||||||
|
"support_speed": "100",
|
||||||
|
"support_interface_speed": "45%",
|
||||||
|
"bridge_speed": "30",
|
||||||
|
"gap_infill_speed": "50",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "25",
|
||||||
|
"overhang_3_4_speed": "30",
|
||||||
|
"overhang_4_4_speed": "80%",
|
||||||
|
"default_acceleration": "2000",
|
||||||
|
"outer_wall_acceleration": "2500",
|
||||||
|
"inner_wall_acceleration": "2500",
|
||||||
|
"top_surface_acceleration": "1000",
|
||||||
|
"internal_solid_infill_acceleration": "3000",
|
||||||
|
"sparse_infill_acceleration": "4000",
|
||||||
|
"bridge_acceleration": "1000",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"travel_acceleration": "5000",
|
||||||
|
"line_width": "0.34",
|
||||||
|
"initial_layer_line_width": "0.4",
|
||||||
|
"inner_wall_line_width": "0.34",
|
||||||
|
"outer_wall_line_width": "0.34",
|
||||||
|
"sparse_infill_line_width": "0.34",
|
||||||
|
"internal_solid_infill_line_width": "0.34",
|
||||||
|
"top_surface_line_width": "0.3",
|
||||||
|
"support_line_width": "0.3",
|
||||||
|
"infill_wall_overlap": "15%",
|
||||||
|
"resolution": "0.008",
|
||||||
|
"elefant_foot_compensation": "0",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.3 nozzle"
|
||||||
|
]
|
||||||
|
}
|
67
resources/profiles/Prusa/process/0.20mm Speed @XLIS 0.4.json
Normal file
67
resources/profiles/Prusa/process/0.20mm Speed @XLIS 0.4.json
Normal file
|
@ -0,0 +1,67 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.20mm Speed @XLIS 0.4",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_common_xl",
|
||||||
|
"inital_layer_height": "0.2",
|
||||||
|
"layer_height": "0.2",
|
||||||
|
"wall_loops": "2",
|
||||||
|
"top_shell_layers": "5",
|
||||||
|
"bottom_shell_layers": "4",
|
||||||
|
"top_shell_thickness": "0.7",
|
||||||
|
"bottom_shell_thickness": "0.5",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"infill_anchor": "2",
|
||||||
|
"brim_object_gap": "0.1",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"raft_first_layer_density": "80%",
|
||||||
|
"raft_first_layer_expansion": "3.5",
|
||||||
|
"raft_contact_distance": "0.15",
|
||||||
|
"support_top_z_distance": "0.2",
|
||||||
|
"support_bottom_z_distance": "0.2",
|
||||||
|
"support_base_pattern_spacing": "2",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_spacing": "0.2",
|
||||||
|
"support_object_xy_distance": "80%",
|
||||||
|
"tree_support_bramch_diameter_angle": "5",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"inner_wall_speed": "170",
|
||||||
|
"small_perimeter_speed": "170",
|
||||||
|
"outer_wall_speed": "170",
|
||||||
|
"sparse_infill_speed": "200",
|
||||||
|
"internal_solid_infill_speed": "200",
|
||||||
|
"top_surface_speed": "100",
|
||||||
|
"support_speed": "110",
|
||||||
|
"support_interface_speed": "50%",
|
||||||
|
"bridge_speed": "50",
|
||||||
|
"gap_infill_speed": "120",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "25",
|
||||||
|
"overhang_3_4_speed": "30",
|
||||||
|
"overhang_4_4_speed": "90%",
|
||||||
|
"default_acceleration": "2500",
|
||||||
|
"outer_wall_acceleration": "2500",
|
||||||
|
"inner_wall_acceleration": "3000",
|
||||||
|
"top_surface_acceleration": "1500",
|
||||||
|
"internal_solid_infill_acceleration": "4000",
|
||||||
|
"sparse_infill_acceleration": "4000",
|
||||||
|
"bridge_acceleration": "1500",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"travel_acceleration": "5000",
|
||||||
|
"line_width": "0.45",
|
||||||
|
"initial_layer_line_width": "0.5",
|
||||||
|
"inner_wall_line_width": "0.45",
|
||||||
|
"outer_wall_line_width": "0.45",
|
||||||
|
"sparse_infill_line_width": "0.45",
|
||||||
|
"internal_solid_infill_line_width": "0.45",
|
||||||
|
"top_surface_line_width": "0.42",
|
||||||
|
"support_line_width": "0.36",
|
||||||
|
"infill_wall_overlap": "15%",
|
||||||
|
"resolution": "0.008",
|
||||||
|
"elefant_foot_compensation": "0.2",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.4 nozzle"
|
||||||
|
]
|
||||||
|
}
|
68
resources/profiles/Prusa/process/0.20mm Speed @XLIS 0.5.json
Normal file
68
resources/profiles/Prusa/process/0.20mm Speed @XLIS 0.5.json
Normal file
|
@ -0,0 +1,68 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.20mm Speed @XLIS 0.5",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_common_xl",
|
||||||
|
"inital_layer_height": "0.2",
|
||||||
|
"layer_height": "0.2",
|
||||||
|
"wall_loops": "2",
|
||||||
|
"top_shell_layers": "5",
|
||||||
|
"bottom_shell_layers": "4",
|
||||||
|
"top_shell_thickness": "0.7",
|
||||||
|
"bottom_shell_thickness": "0.5",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"infill_anchor": "2",
|
||||||
|
"infill_anchor_max": "15",
|
||||||
|
"brim_object_gap": "0.1",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"raft_first_layer_density": "80%",
|
||||||
|
"raft_first_layer_expansion": "3.5",
|
||||||
|
"raft_contact_distance": "0.25",
|
||||||
|
"support_top_z_distance": "0.2",
|
||||||
|
"support_bottom_z_distance": "0.2",
|
||||||
|
"support_base_pattern_spacing": "2",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_spacing": "0.22",
|
||||||
|
"support_object_xy_distance": "80%",
|
||||||
|
"tree_support_bramch_diameter_angle": "5",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"inner_wall_speed": "140",
|
||||||
|
"small_perimeter_speed": "140",
|
||||||
|
"outer_wall_speed": "140",
|
||||||
|
"sparse_infill_speed": "200",
|
||||||
|
"internal_solid_infill_speed": "135",
|
||||||
|
"top_surface_speed": "70",
|
||||||
|
"support_speed": "120",
|
||||||
|
"support_interface_speed": "75%",
|
||||||
|
"bridge_speed": "40",
|
||||||
|
"gap_infill_speed": "70",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "25",
|
||||||
|
"overhang_3_4_speed": "30",
|
||||||
|
"overhang_4_4_speed": "80%",
|
||||||
|
"default_acceleration": "2500",
|
||||||
|
"outer_wall_acceleration": "2500",
|
||||||
|
"inner_wall_acceleration": "3000",
|
||||||
|
"top_surface_acceleration": "1000",
|
||||||
|
"internal_solid_infill_acceleration": "3000",
|
||||||
|
"sparse_infill_acceleration": "4000",
|
||||||
|
"bridge_acceleration": "1000",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"travel_acceleration": "5000",
|
||||||
|
"line_width": "0.55",
|
||||||
|
"initial_layer_line_width": "0.55",
|
||||||
|
"inner_wall_line_width": "0.55",
|
||||||
|
"outer_wall_line_width": "0.55",
|
||||||
|
"sparse_infill_line_width": "0.55",
|
||||||
|
"internal_solid_infill_line_width": "0.55",
|
||||||
|
"top_surface_line_width": "0.5",
|
||||||
|
"support_line_width": "0.4",
|
||||||
|
"infill_wall_overlap": "15%",
|
||||||
|
"resolution": "0.008",
|
||||||
|
"elefant_foot_compensation": "0.2",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.5 nozzle"
|
||||||
|
]
|
||||||
|
}
|
69
resources/profiles/Prusa/process/0.20mm Speed @XLIS 0.6.json
Normal file
69
resources/profiles/Prusa/process/0.20mm Speed @XLIS 0.6.json
Normal file
|
@ -0,0 +1,69 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.20mm Speed @XLIS 0.6",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_common_xl",
|
||||||
|
"inital_layer_height": "0.2",
|
||||||
|
"layer_height": "0.2",
|
||||||
|
"wall_loops": "2",
|
||||||
|
"top_shell_layers": "5",
|
||||||
|
"bottom_shell_layers": "4",
|
||||||
|
"top_shell_thickness": "0.9",
|
||||||
|
"bottom_shell_thickness": "0.6",
|
||||||
|
"sparse_infill_density": "20%",
|
||||||
|
"infill_anchor": "2.5",
|
||||||
|
"infill_anchor_max": "20",
|
||||||
|
"brim_object_gap": "0.1",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"raft_first_layer_density": "80%",
|
||||||
|
"raft_first_layer_expansion": "3.5",
|
||||||
|
"raft_contact_distance": "0.25",
|
||||||
|
"support_top_z_distance": "0.22",
|
||||||
|
"support_bottom_z_distance": "0.22",
|
||||||
|
"support_base_pattern_spacing": "2",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_spacing": "0.25",
|
||||||
|
"support_object_xy_distance": "80%",
|
||||||
|
"tree_support_bramch_diameter_angle": "5",
|
||||||
|
"tree_support_branch_diameter_double_wall": "5",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"inner_wall_speed": "120",
|
||||||
|
"small_perimeter_speed": "120",
|
||||||
|
"outer_wall_speed": "120",
|
||||||
|
"sparse_infill_speed": "120",
|
||||||
|
"internal_solid_infill_speed": "110",
|
||||||
|
"top_surface_speed": "70",
|
||||||
|
"support_speed": "110",
|
||||||
|
"support_interface_speed": "75%",
|
||||||
|
"bridge_speed": "40",
|
||||||
|
"gap_infill_speed": "75",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "20",
|
||||||
|
"overhang_3_4_speed": "25",
|
||||||
|
"overhang_4_4_speed": "50",
|
||||||
|
"default_acceleration": "2500",
|
||||||
|
"outer_wall_acceleration": "2500",
|
||||||
|
"inner_wall_acceleration": "3000",
|
||||||
|
"top_surface_acceleration": "1500",
|
||||||
|
"internal_solid_infill_acceleration": "3000",
|
||||||
|
"sparse_infill_acceleration": "4000",
|
||||||
|
"bridge_acceleration": "1500",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"travel_acceleration": "5000",
|
||||||
|
"line_width": "0.68",
|
||||||
|
"initial_layer_line_width": "0.68",
|
||||||
|
"inner_wall_line_width": "0.62",
|
||||||
|
"outer_wall_line_width": "0.62",
|
||||||
|
"sparse_infill_line_width": "0.62",
|
||||||
|
"internal_solid_infill_line_width": "0.62",
|
||||||
|
"top_surface_line_width": "0.5",
|
||||||
|
"support_line_width": "0.55",
|
||||||
|
"infill_wall_overlap": "15%",
|
||||||
|
"resolution": "0.0125",
|
||||||
|
"elefant_foot_compensation": "0.2",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.6 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,67 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.20mm Structural @XLIS 0.4",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_common_xl",
|
||||||
|
"inital_layer_height": "0.2",
|
||||||
|
"layer_height": "0.2",
|
||||||
|
"wall_loops": "2",
|
||||||
|
"top_shell_layers": "5",
|
||||||
|
"bottom_shell_layers": "4",
|
||||||
|
"top_shell_thickness": "0.7",
|
||||||
|
"bottom_shell_thickness": "0.5",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"infill_anchor": "2",
|
||||||
|
"brim_object_gap": "0.1",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"raft_first_layer_density": "80%",
|
||||||
|
"raft_first_layer_expansion": "3.5",
|
||||||
|
"raft_contact_distance": "0.15",
|
||||||
|
"support_top_z_distance": "0.2",
|
||||||
|
"support_bottom_z_distance": "0.2",
|
||||||
|
"support_base_pattern_spacing": "2",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_spacing": "0.2",
|
||||||
|
"support_object_xy_distance": "80%",
|
||||||
|
"tree_support_bramch_diameter_angle": "5",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"inner_wall_speed": "80",
|
||||||
|
"small_perimeter_speed": "45",
|
||||||
|
"outer_wall_speed": "45",
|
||||||
|
"sparse_infill_speed": "120",
|
||||||
|
"internal_solid_infill_speed": "140",
|
||||||
|
"top_surface_speed": "75",
|
||||||
|
"support_speed": "120",
|
||||||
|
"support_interface_speed": "50",
|
||||||
|
"bridge_speed": "50",
|
||||||
|
"gap_infill_speed": "65",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "25",
|
||||||
|
"overhang_3_4_speed": "30",
|
||||||
|
"overhang_4_4_speed": "90%",
|
||||||
|
"default_acceleration": "2500",
|
||||||
|
"outer_wall_acceleration": "1500",
|
||||||
|
"inner_wall_acceleration": "2500",
|
||||||
|
"top_surface_acceleration": "1000",
|
||||||
|
"internal_solid_infill_acceleration": "3000",
|
||||||
|
"sparse_infill_acceleration": "4000",
|
||||||
|
"bridge_acceleration": "1500",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"travel_acceleration": "5000",
|
||||||
|
"line_width": "0.45",
|
||||||
|
"initial_layer_line_width": "0.5",
|
||||||
|
"inner_wall_line_width": "0.45",
|
||||||
|
"outer_wall_line_width": "0.45",
|
||||||
|
"sparse_infill_line_width": "0.45",
|
||||||
|
"internal_solid_infill_line_width": "0.45",
|
||||||
|
"top_surface_line_width": "0.42",
|
||||||
|
"support_line_width": "0.36",
|
||||||
|
"infill_wall_overlap": "15%",
|
||||||
|
"resolution": "0.008",
|
||||||
|
"elefant_foot_compensation": "0.2",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.4 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,68 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.20mm Structural @XLIS 0.5",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_common_xl",
|
||||||
|
"inital_layer_height": "0.2",
|
||||||
|
"layer_height": "0.2",
|
||||||
|
"wall_loops": "2",
|
||||||
|
"top_shell_layers": "5",
|
||||||
|
"bottom_shell_layers": "4",
|
||||||
|
"top_shell_thickness": "0.7",
|
||||||
|
"bottom_shell_thickness": "0.5",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"infill_anchor": "2",
|
||||||
|
"infill_anchor_max": "15",
|
||||||
|
"brim_object_gap": "0.1",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"raft_first_layer_density": "80%",
|
||||||
|
"raft_first_layer_expansion": "3.5",
|
||||||
|
"raft_contact_distance": "0.25",
|
||||||
|
"support_top_z_distance": "0.2",
|
||||||
|
"support_bottom_z_distance": "0.2",
|
||||||
|
"support_base_pattern_spacing": "2",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_spacing": "0.22",
|
||||||
|
"support_object_xy_distance": "80%",
|
||||||
|
"tree_support_bramch_diameter_angle": "5",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"inner_wall_speed": "80",
|
||||||
|
"small_perimeter_speed": "45",
|
||||||
|
"outer_wall_speed": "45",
|
||||||
|
"sparse_infill_speed": "200",
|
||||||
|
"internal_solid_infill_speed": "120",
|
||||||
|
"top_surface_speed": "70",
|
||||||
|
"support_speed": "75",
|
||||||
|
"support_interface_speed": "75%",
|
||||||
|
"bridge_speed": "40",
|
||||||
|
"gap_infill_speed": "70",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "25",
|
||||||
|
"overhang_3_4_speed": "30",
|
||||||
|
"overhang_4_4_speed": "80%",
|
||||||
|
"default_acceleration": "2500",
|
||||||
|
"outer_wall_acceleration": "1500",
|
||||||
|
"inner_wall_acceleration": "2000",
|
||||||
|
"top_surface_acceleration": "1000",
|
||||||
|
"internal_solid_infill_acceleration": "2500",
|
||||||
|
"sparse_infill_acceleration": "4000",
|
||||||
|
"bridge_acceleration": "1000",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"travel_acceleration": "5000",
|
||||||
|
"line_width": "0.55",
|
||||||
|
"initial_layer_line_width": "0.55",
|
||||||
|
"inner_wall_line_width": "0.55",
|
||||||
|
"outer_wall_line_width": "0.55",
|
||||||
|
"sparse_infill_line_width": "0.55",
|
||||||
|
"internal_solid_infill_line_width": "0.55",
|
||||||
|
"top_surface_line_width": "0.5",
|
||||||
|
"support_line_width": "0.4",
|
||||||
|
"infill_wall_overlap": "15%",
|
||||||
|
"resolution": "0.008",
|
||||||
|
"elefant_foot_compensation": "0.2",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.5 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,69 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.20mm Structural @XLIS 0.6",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_common_xl",
|
||||||
|
"inital_layer_height": "0.2",
|
||||||
|
"layer_height": "0.2",
|
||||||
|
"wall_loops": "2",
|
||||||
|
"top_shell_layers": "5",
|
||||||
|
"bottom_shell_layers": "4",
|
||||||
|
"top_shell_thickness": "0.9",
|
||||||
|
"bottom_shell_thickness": "0.6",
|
||||||
|
"sparse_infill_density": "20%",
|
||||||
|
"infill_anchor": "2.5",
|
||||||
|
"infill_anchor_max": "20",
|
||||||
|
"brim_object_gap": "0.1",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"raft_first_layer_density": "80%",
|
||||||
|
"raft_first_layer_expansion": "3.5",
|
||||||
|
"raft_contact_distance": "0.25",
|
||||||
|
"support_top_z_distance": "0.22",
|
||||||
|
"support_bottom_z_distance": "0.22",
|
||||||
|
"support_base_pattern_spacing": "2",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_spacing": "0.25",
|
||||||
|
"support_object_xy_distance": "80%",
|
||||||
|
"tree_support_bramch_diameter_angle": "5",
|
||||||
|
"tree_support_branch_diameter_double_wall": "5",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"inner_wall_speed": "80",
|
||||||
|
"small_perimeter_speed": "45",
|
||||||
|
"outer_wall_speed": "45",
|
||||||
|
"sparse_infill_speed": "120",
|
||||||
|
"internal_solid_infill_speed": "110",
|
||||||
|
"top_surface_speed": "70",
|
||||||
|
"support_speed": "110",
|
||||||
|
"support_interface_speed": "75%",
|
||||||
|
"bridge_speed": "40",
|
||||||
|
"gap_infill_speed": "75",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "20",
|
||||||
|
"overhang_3_4_speed": "25",
|
||||||
|
"overhang_4_4_speed": "90%",
|
||||||
|
"default_acceleration": "2500",
|
||||||
|
"outer_wall_acceleration": "1500",
|
||||||
|
"inner_wall_acceleration": "2500",
|
||||||
|
"top_surface_acceleration": "1500",
|
||||||
|
"internal_solid_infill_acceleration": "2500",
|
||||||
|
"sparse_infill_acceleration": "4000",
|
||||||
|
"bridge_acceleration": "1500",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"travel_acceleration": "5000",
|
||||||
|
"line_width": "0.68",
|
||||||
|
"initial_layer_line_width": "0.68",
|
||||||
|
"inner_wall_line_width": "0.6",
|
||||||
|
"outer_wall_line_width": "0.6",
|
||||||
|
"sparse_infill_line_width": "0.6",
|
||||||
|
"internal_solid_infill_line_width": "0.6",
|
||||||
|
"top_surface_line_width": "0.5",
|
||||||
|
"support_line_width": "0.55",
|
||||||
|
"infill_wall_overlap": "15%",
|
||||||
|
"resolution": "0.0125",
|
||||||
|
"elefant_foot_compensation": "0.2",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.6 nozzle"
|
||||||
|
]
|
||||||
|
}
|
68
resources/profiles/Prusa/process/0.25mm Speed @XLIS 0.5.json
Normal file
68
resources/profiles/Prusa/process/0.25mm Speed @XLIS 0.5.json
Normal file
|
@ -0,0 +1,68 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.25mm Speed @XLIS 0.5",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_common_xl",
|
||||||
|
"inital_layer_height": "0.2",
|
||||||
|
"layer_height": "0.25",
|
||||||
|
"wall_loops": "2",
|
||||||
|
"top_shell_layers": "4",
|
||||||
|
"bottom_shell_layers": "3",
|
||||||
|
"top_shell_thickness": "0.7",
|
||||||
|
"bottom_shell_thickness": "0.5",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"infill_anchor": "2",
|
||||||
|
"infill_anchor_max": "15",
|
||||||
|
"brim_object_gap": "0.1",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"raft_first_layer_density": "80%",
|
||||||
|
"raft_first_layer_expansion": "3.5",
|
||||||
|
"raft_contact_distance": "0.25",
|
||||||
|
"support_top_z_distance": "0.25",
|
||||||
|
"support_bottom_z_distance": "0.25",
|
||||||
|
"support_base_pattern_spacing": "2",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_spacing": "0.22",
|
||||||
|
"support_object_xy_distance": "80%",
|
||||||
|
"tree_support_bramch_diameter_angle": "5",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"inner_wall_speed": "140",
|
||||||
|
"small_perimeter_speed": "140",
|
||||||
|
"outer_wall_speed": "140",
|
||||||
|
"sparse_infill_speed": "200",
|
||||||
|
"internal_solid_infill_speed": "110",
|
||||||
|
"top_surface_speed": "70",
|
||||||
|
"support_speed": "120",
|
||||||
|
"support_interface_speed": "75%",
|
||||||
|
"bridge_speed": "40",
|
||||||
|
"gap_infill_speed": "70",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "25",
|
||||||
|
"overhang_3_4_speed": "30",
|
||||||
|
"overhang_4_4_speed": "80%",
|
||||||
|
"default_acceleration": "2500",
|
||||||
|
"outer_wall_acceleration": "2500",
|
||||||
|
"inner_wall_acceleration": "3000",
|
||||||
|
"top_surface_acceleration": "1000",
|
||||||
|
"internal_solid_infill_acceleration": "3000",
|
||||||
|
"sparse_infill_acceleration": "4000",
|
||||||
|
"bridge_acceleration": "1000",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"travel_acceleration": "5000",
|
||||||
|
"line_width": "0.55",
|
||||||
|
"initial_layer_line_width": "0.55",
|
||||||
|
"inner_wall_line_width": "0.55",
|
||||||
|
"outer_wall_line_width": "0.55",
|
||||||
|
"sparse_infill_line_width": "0.55",
|
||||||
|
"internal_solid_infill_line_width": "0.55",
|
||||||
|
"top_surface_line_width": "0.5",
|
||||||
|
"support_line_width": "0.4",
|
||||||
|
"infill_wall_overlap": "15%",
|
||||||
|
"resolution": "0.008",
|
||||||
|
"elefant_foot_compensation": "0.2",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.5 nozzle"
|
||||||
|
]
|
||||||
|
}
|
69
resources/profiles/Prusa/process/0.25mm Speed @XLIS 0.6.json
Normal file
69
resources/profiles/Prusa/process/0.25mm Speed @XLIS 0.6.json
Normal file
|
@ -0,0 +1,69 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.25mm Speed @XLIS 0.6",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_common_xl",
|
||||||
|
"inital_layer_height": "0.2",
|
||||||
|
"layer_height": "0.25",
|
||||||
|
"wall_loops": "2",
|
||||||
|
"top_shell_layers": "4",
|
||||||
|
"bottom_shell_layers": "3",
|
||||||
|
"top_shell_thickness": "0.9",
|
||||||
|
"bottom_shell_thickness": "0.6",
|
||||||
|
"sparse_infill_density": "20%",
|
||||||
|
"infill_anchor": "2.5",
|
||||||
|
"infill_anchor_max": "20",
|
||||||
|
"brim_object_gap": "0.1",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"raft_first_layer_density": "80%",
|
||||||
|
"raft_first_layer_expansion": "3.5",
|
||||||
|
"raft_contact_distance": "0.25",
|
||||||
|
"support_top_z_distance": "0.25",
|
||||||
|
"support_bottom_z_distance": "0.25",
|
||||||
|
"support_base_pattern_spacing": "2",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_spacing": "0.25",
|
||||||
|
"support_object_xy_distance": "80%",
|
||||||
|
"tree_support_bramch_diameter_angle": "5",
|
||||||
|
"tree_support_branch_diameter_double_wall": "5",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"inner_wall_speed": "80",
|
||||||
|
"small_perimeter_speed": "80",
|
||||||
|
"outer_wall_speed": "80",
|
||||||
|
"sparse_infill_speed": "100",
|
||||||
|
"internal_solid_infill_speed": "90",
|
||||||
|
"top_surface_speed": "60",
|
||||||
|
"support_speed": "80",
|
||||||
|
"support_interface_speed": "75%",
|
||||||
|
"bridge_speed": "40",
|
||||||
|
"gap_infill_speed": "70",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "20",
|
||||||
|
"overhang_3_4_speed": "25",
|
||||||
|
"overhang_4_4_speed": "50",
|
||||||
|
"default_acceleration": "2500",
|
||||||
|
"outer_wall_acceleration": "2500",
|
||||||
|
"inner_wall_acceleration": "3000",
|
||||||
|
"top_surface_acceleration": "1500",
|
||||||
|
"internal_solid_infill_acceleration": "3000",
|
||||||
|
"sparse_infill_acceleration": "4000",
|
||||||
|
"bridge_acceleration": "1500",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"travel_acceleration": "5000",
|
||||||
|
"line_width": "0.68",
|
||||||
|
"initial_layer_line_width": "0.68",
|
||||||
|
"inner_wall_line_width": "0.68",
|
||||||
|
"outer_wall_line_width": "0.68",
|
||||||
|
"sparse_infill_line_width": "0.68",
|
||||||
|
"internal_solid_infill_line_width": "0.68",
|
||||||
|
"top_surface_line_width": "0.55",
|
||||||
|
"support_line_width": "0.55",
|
||||||
|
"infill_wall_overlap": "15%",
|
||||||
|
"resolution": "0.0125",
|
||||||
|
"elefant_foot_compensation": "0.2",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.6 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,67 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.25mm Structural @XLIS 0.4",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_common_xl",
|
||||||
|
"inital_layer_height": "0.2",
|
||||||
|
"layer_height": "0.25",
|
||||||
|
"wall_loops": "2",
|
||||||
|
"top_shell_layers": "4",
|
||||||
|
"bottom_shell_layers": "3",
|
||||||
|
"top_shell_thickness": "0.7",
|
||||||
|
"bottom_shell_thickness": "0.5",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"infill_anchor": "2",
|
||||||
|
"brim_object_gap": "0.1",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"raft_first_layer_density": "80%",
|
||||||
|
"raft_first_layer_expansion": "3.5",
|
||||||
|
"raft_contact_distance": "0.15",
|
||||||
|
"support_top_z_distance": "0.2",
|
||||||
|
"support_bottom_z_distance": "0.2",
|
||||||
|
"support_base_pattern_spacing": "2",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_spacing": "0.2",
|
||||||
|
"support_object_xy_distance": "80%",
|
||||||
|
"tree_support_bramch_diameter_angle": "5",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"inner_wall_speed": "80",
|
||||||
|
"small_perimeter_speed": "45",
|
||||||
|
"outer_wall_speed": "45",
|
||||||
|
"sparse_infill_speed": "120",
|
||||||
|
"internal_solid_infill_speed": "140",
|
||||||
|
"top_surface_speed": "75",
|
||||||
|
"support_speed": "120",
|
||||||
|
"support_interface_speed": "50",
|
||||||
|
"bridge_speed": "50",
|
||||||
|
"gap_infill_speed": "65",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "25",
|
||||||
|
"overhang_3_4_speed": "30",
|
||||||
|
"overhang_4_4_speed": "90%",
|
||||||
|
"default_acceleration": "2500",
|
||||||
|
"outer_wall_acceleration": "1500",
|
||||||
|
"inner_wall_acceleration": "2500",
|
||||||
|
"top_surface_acceleration": "1000",
|
||||||
|
"internal_solid_infill_acceleration": "3000",
|
||||||
|
"sparse_infill_acceleration": "4000",
|
||||||
|
"bridge_acceleration": "1500",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"travel_acceleration": "5000",
|
||||||
|
"line_width": "0.45",
|
||||||
|
"initial_layer_line_width": "0.5",
|
||||||
|
"inner_wall_line_width": "0.45",
|
||||||
|
"outer_wall_line_width": "0.45",
|
||||||
|
"sparse_infill_line_width": "0.45",
|
||||||
|
"internal_solid_infill_line_width": "0.45",
|
||||||
|
"top_surface_line_width": "0.42",
|
||||||
|
"support_line_width": "0.36",
|
||||||
|
"infill_wall_overlap": "15%",
|
||||||
|
"resolution": "0.008",
|
||||||
|
"elefant_foot_compensation": "0.2",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.4 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,68 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.25mm Structural @XLIS 0.5",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_common_xl",
|
||||||
|
"inital_layer_height": "0.2",
|
||||||
|
"layer_height": "0.25",
|
||||||
|
"wall_loops": "2",
|
||||||
|
"top_shell_layers": "4",
|
||||||
|
"bottom_shell_layers": "3",
|
||||||
|
"top_shell_thickness": "0.7",
|
||||||
|
"bottom_shell_thickness": "0.5",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"infill_anchor": "2",
|
||||||
|
"infill_anchor_max": "15",
|
||||||
|
"brim_object_gap": "0.1",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"raft_first_layer_density": "80%",
|
||||||
|
"raft_first_layer_expansion": "3.5",
|
||||||
|
"raft_contact_distance": "0.25",
|
||||||
|
"support_top_z_distance": "0.25",
|
||||||
|
"support_bottom_z_distance": "0.25",
|
||||||
|
"support_base_pattern_spacing": "2",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_spacing": "0.22",
|
||||||
|
"support_object_xy_distance": "80%",
|
||||||
|
"tree_support_bramch_diameter_angle": "5",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"inner_wall_speed": "80",
|
||||||
|
"small_perimeter_speed": "45",
|
||||||
|
"outer_wall_speed": "45",
|
||||||
|
"sparse_infill_speed": "200",
|
||||||
|
"internal_solid_infill_speed": "110",
|
||||||
|
"top_surface_speed": "70",
|
||||||
|
"support_speed": "75",
|
||||||
|
"support_interface_speed": "75%",
|
||||||
|
"bridge_speed": "40",
|
||||||
|
"gap_infill_speed": "70",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "25",
|
||||||
|
"overhang_3_4_speed": "30",
|
||||||
|
"overhang_4_4_speed": "80%",
|
||||||
|
"default_acceleration": "2500",
|
||||||
|
"outer_wall_acceleration": "1500",
|
||||||
|
"inner_wall_acceleration": "2000",
|
||||||
|
"top_surface_acceleration": "1000",
|
||||||
|
"internal_solid_infill_acceleration": "2500",
|
||||||
|
"sparse_infill_acceleration": "4000",
|
||||||
|
"bridge_acceleration": "1000",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"travel_acceleration": "5000",
|
||||||
|
"line_width": "0.55",
|
||||||
|
"initial_layer_line_width": "0.55",
|
||||||
|
"inner_wall_line_width": "0.55",
|
||||||
|
"outer_wall_line_width": "0.55",
|
||||||
|
"sparse_infill_line_width": "0.55",
|
||||||
|
"internal_solid_infill_line_width": "0.55",
|
||||||
|
"top_surface_line_width": "0.5",
|
||||||
|
"support_line_width": "0.4",
|
||||||
|
"infill_wall_overlap": "15%",
|
||||||
|
"resolution": "0.008",
|
||||||
|
"elefant_foot_compensation": "0.2",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.5 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,69 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.25mm Structural @XLIS 0.6",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_common_xl",
|
||||||
|
"inital_layer_height": "0.2",
|
||||||
|
"layer_height": "0.25",
|
||||||
|
"wall_loops": "2",
|
||||||
|
"top_shell_layers": "4",
|
||||||
|
"bottom_shell_layers": "3",
|
||||||
|
"top_shell_thickness": "0.9",
|
||||||
|
"bottom_shell_thickness": "0.6",
|
||||||
|
"sparse_infill_density": "20%",
|
||||||
|
"infill_anchor": "2.5",
|
||||||
|
"infill_anchor_max": "20",
|
||||||
|
"brim_object_gap": "0.1",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"raft_first_layer_density": "80%",
|
||||||
|
"raft_first_layer_expansion": "3.5",
|
||||||
|
"raft_contact_distance": "0.25",
|
||||||
|
"support_top_z_distance": "0.25",
|
||||||
|
"support_bottom_z_distance": "0.25",
|
||||||
|
"support_base_pattern_spacing": "2",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_spacing": "0.25",
|
||||||
|
"support_object_xy_distance": "80%",
|
||||||
|
"tree_support_bramch_diameter_angle": "5",
|
||||||
|
"tree_support_branch_diameter_double_wall": "5",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"inner_wall_speed": "80",
|
||||||
|
"small_perimeter_speed": "45",
|
||||||
|
"outer_wall_speed": "45",
|
||||||
|
"sparse_infill_speed": "100",
|
||||||
|
"internal_solid_infill_speed": "95",
|
||||||
|
"top_surface_speed": "70",
|
||||||
|
"support_speed": "80",
|
||||||
|
"support_interface_speed": "75%",
|
||||||
|
"bridge_speed": "40",
|
||||||
|
"gap_infill_speed": "70",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "20",
|
||||||
|
"overhang_3_4_speed": "25",
|
||||||
|
"overhang_4_4_speed": "90%",
|
||||||
|
"default_acceleration": "2500",
|
||||||
|
"outer_wall_acceleration": "1500",
|
||||||
|
"inner_wall_acceleration": "2500",
|
||||||
|
"top_surface_acceleration": "1500",
|
||||||
|
"internal_solid_infill_acceleration": "3000",
|
||||||
|
"sparse_infill_acceleration": "4000",
|
||||||
|
"bridge_acceleration": "1500",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"travel_acceleration": "5000",
|
||||||
|
"line_width": "0.68",
|
||||||
|
"initial_layer_line_width": "0.68",
|
||||||
|
"inner_wall_line_width": "0.68",
|
||||||
|
"outer_wall_line_width": "0.68",
|
||||||
|
"sparse_infill_line_width": "0.68",
|
||||||
|
"internal_solid_infill_line_width": "0.68",
|
||||||
|
"top_surface_line_width": "0.55",
|
||||||
|
"support_line_width": "0.55",
|
||||||
|
"infill_wall_overlap": "15%",
|
||||||
|
"resolution": "0.0125",
|
||||||
|
"elefant_foot_compensation": "0.2",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.6 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,71 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.30mm Detail @XLIS 0.8",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_common_xl",
|
||||||
|
"inital_layer_height": "0.2",
|
||||||
|
"layer_height": "0.3",
|
||||||
|
"wall_loops": "2",
|
||||||
|
"top_shell_layers": "4",
|
||||||
|
"bottom_shell_layers": "3",
|
||||||
|
"top_shell_thickness": "1.2",
|
||||||
|
"bottom_shell_thickness": "0.8",
|
||||||
|
"thick_bridges": "1",
|
||||||
|
"seam_position": "nearest",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"sparse_infill_pattern": "rectilinear",
|
||||||
|
"infill_anchor": "2.5",
|
||||||
|
"infill_anchor_max": "20",
|
||||||
|
"brim_object_gap": "0.1",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"raft_first_layer_density": "80%",
|
||||||
|
"raft_first_layer_expansion": "3.5",
|
||||||
|
"raft_contact_distance": "0.2",
|
||||||
|
"support_top_z_distance": "0.25",
|
||||||
|
"support_bottom_z_distance": "0.25",
|
||||||
|
"support_base_pattern_spacing": "2",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_spacing": "0.35",
|
||||||
|
"support_object_xy_distance": "80%",
|
||||||
|
"tree_support_bramch_diameter_angle": "5",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"inner_wall_speed": "70",
|
||||||
|
"small_perimeter_speed": "45",
|
||||||
|
"outer_wall_speed": "45",
|
||||||
|
"sparse_infill_speed": "100",
|
||||||
|
"internal_solid_infill_speed": "50",
|
||||||
|
"top_surface_speed": "35",
|
||||||
|
"support_speed": "65",
|
||||||
|
"support_interface_speed": "85%",
|
||||||
|
"bridge_speed": "22",
|
||||||
|
"gap_infill_speed": "40",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "20",
|
||||||
|
"overhang_3_4_speed": "25",
|
||||||
|
"overhang_4_4_speed": "80%",
|
||||||
|
"default_acceleration": "2000",
|
||||||
|
"outer_wall_acceleration": "1500",
|
||||||
|
"inner_wall_acceleration": "2000",
|
||||||
|
"top_surface_acceleration": "1000",
|
||||||
|
"internal_solid_infill_acceleration": "3000",
|
||||||
|
"sparse_infill_acceleration": "4000",
|
||||||
|
"bridge_acceleration": "1000",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"travel_acceleration": "5000",
|
||||||
|
"line_width": "0.9",
|
||||||
|
"initial_layer_line_width": "1",
|
||||||
|
"inner_wall_line_width": "0.9",
|
||||||
|
"outer_wall_line_width": "0.9",
|
||||||
|
"sparse_infill_line_width": "0.9",
|
||||||
|
"internal_solid_infill_line_width": "0.9",
|
||||||
|
"top_surface_line_width": "0.7",
|
||||||
|
"support_line_width": "0.65",
|
||||||
|
"infill_wall_overlap": "15%",
|
||||||
|
"resolution": "0.0125",
|
||||||
|
"elefant_foot_compensation": "0.2",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.8 nozzle"
|
||||||
|
]
|
||||||
|
}
|
69
resources/profiles/Prusa/process/0.32mm Speed @XLIS 0.6.json
Normal file
69
resources/profiles/Prusa/process/0.32mm Speed @XLIS 0.6.json
Normal file
|
@ -0,0 +1,69 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.32mm Speed @XLIS 0.6",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_common_xl",
|
||||||
|
"inital_layer_height": "0.2",
|
||||||
|
"layer_height": "0.32",
|
||||||
|
"wall_loops": "2",
|
||||||
|
"top_shell_layers": "4",
|
||||||
|
"bottom_shell_layers": "3",
|
||||||
|
"top_shell_thickness": "0.9",
|
||||||
|
"bottom_shell_thickness": "0.6",
|
||||||
|
"sparse_infill_density": "20%",
|
||||||
|
"infill_anchor": "2.5",
|
||||||
|
"infill_anchor_max": "20",
|
||||||
|
"brim_object_gap": "0.1",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"raft_first_layer_density": "80%",
|
||||||
|
"raft_first_layer_expansion": "3.5",
|
||||||
|
"raft_contact_distance": "0.25",
|
||||||
|
"support_top_z_distance": "0.25",
|
||||||
|
"support_bottom_z_distance": "0.25",
|
||||||
|
"support_base_pattern_spacing": "2",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_spacing": "0.25",
|
||||||
|
"support_object_xy_distance": "80%",
|
||||||
|
"tree_support_bramch_diameter_angle": "5",
|
||||||
|
"tree_support_branch_diameter_double_wall": "5",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"inner_wall_speed": "70",
|
||||||
|
"small_perimeter_speed": "70",
|
||||||
|
"outer_wall_speed": "70",
|
||||||
|
"sparse_infill_speed": "100",
|
||||||
|
"internal_solid_infill_speed": "70",
|
||||||
|
"top_surface_speed": "60",
|
||||||
|
"support_speed": "70",
|
||||||
|
"support_interface_speed": "75%",
|
||||||
|
"bridge_speed": "40",
|
||||||
|
"gap_infill_speed": "65",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "20",
|
||||||
|
"overhang_3_4_speed": "25",
|
||||||
|
"overhang_4_4_speed": "50",
|
||||||
|
"default_acceleration": "2500",
|
||||||
|
"outer_wall_acceleration": "2500",
|
||||||
|
"inner_wall_acceleration": "3000",
|
||||||
|
"top_surface_acceleration": "1500",
|
||||||
|
"internal_solid_infill_acceleration": "3000",
|
||||||
|
"sparse_infill_acceleration": "4000",
|
||||||
|
"bridge_acceleration": "1500",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"travel_acceleration": "5000",
|
||||||
|
"line_width": "0.68",
|
||||||
|
"initial_layer_line_width": "0.68",
|
||||||
|
"inner_wall_line_width": "0.68",
|
||||||
|
"outer_wall_line_width": "0.68",
|
||||||
|
"sparse_infill_line_width": "0.68",
|
||||||
|
"internal_solid_infill_line_width": "0.68",
|
||||||
|
"top_surface_line_width": "0.55",
|
||||||
|
"support_line_width": "0.55",
|
||||||
|
"infill_wall_overlap": "15%",
|
||||||
|
"resolution": "0.0125",
|
||||||
|
"elefant_foot_compensation": "0.2",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.6 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,69 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.32mm Structural @XLIS 0.6",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_common_xl",
|
||||||
|
"inital_layer_height": "0.2",
|
||||||
|
"layer_height": "0.32",
|
||||||
|
"wall_loops": "2",
|
||||||
|
"top_shell_layers": "5",
|
||||||
|
"bottom_shell_layers": "4",
|
||||||
|
"top_shell_thickness": "0.9",
|
||||||
|
"bottom_shell_thickness": "0.6",
|
||||||
|
"sparse_infill_density": "20%",
|
||||||
|
"infill_anchor": "2.5",
|
||||||
|
"infill_anchor_max": "20",
|
||||||
|
"brim_object_gap": "0.1",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"raft_first_layer_density": "80%",
|
||||||
|
"raft_first_layer_expansion": "3.5",
|
||||||
|
"raft_contact_distance": "0.25",
|
||||||
|
"support_top_z_distance": "0.25",
|
||||||
|
"support_bottom_z_distance": "0.25",
|
||||||
|
"support_base_pattern_spacing": "2",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_spacing": "0.25",
|
||||||
|
"support_object_xy_distance": "80%",
|
||||||
|
"tree_support_bramch_diameter_angle": "5",
|
||||||
|
"tree_support_branch_diameter_double_wall": "5",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"inner_wall_speed": "70",
|
||||||
|
"small_perimeter_speed": "45",
|
||||||
|
"outer_wall_speed": "45",
|
||||||
|
"sparse_infill_speed": "70",
|
||||||
|
"internal_solid_infill_speed": "70",
|
||||||
|
"top_surface_speed": "70",
|
||||||
|
"support_speed": "80",
|
||||||
|
"support_interface_speed": "75%",
|
||||||
|
"bridge_speed": "40",
|
||||||
|
"gap_infill_speed": "70",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "20",
|
||||||
|
"overhang_3_4_speed": "25",
|
||||||
|
"overhang_4_4_speed": "90%",
|
||||||
|
"default_acceleration": "2500",
|
||||||
|
"outer_wall_acceleration": "1500",
|
||||||
|
"inner_wall_acceleration": "2500",
|
||||||
|
"top_surface_acceleration": "1500",
|
||||||
|
"internal_solid_infill_acceleration": "3000",
|
||||||
|
"sparse_infill_acceleration": "4000",
|
||||||
|
"bridge_acceleration": "1500",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"travel_acceleration": "5000",
|
||||||
|
"line_width": "0.68",
|
||||||
|
"initial_layer_line_width": "0.68",
|
||||||
|
"inner_wall_line_width": "0.68",
|
||||||
|
"outer_wall_line_width": "0.68",
|
||||||
|
"sparse_infill_line_width": "0.68",
|
||||||
|
"internal_solid_infill_line_width": "0.68",
|
||||||
|
"top_surface_line_width": "0.55",
|
||||||
|
"support_line_width": "0.55",
|
||||||
|
"infill_wall_overlap": "15%",
|
||||||
|
"resolution": "0.0125",
|
||||||
|
"elefant_foot_compensation": "0.2",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.6 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,71 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.40mm Quality @XLIS 0.8",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_common_xl",
|
||||||
|
"inital_layer_height": "0.2",
|
||||||
|
"layer_height": "0.4",
|
||||||
|
"wall_loops": "2",
|
||||||
|
"top_shell_layers": "4",
|
||||||
|
"bottom_shell_layers": "3",
|
||||||
|
"top_shell_thickness": "1.2",
|
||||||
|
"bottom_shell_thickness": "0.8",
|
||||||
|
"thick_bridges": "1",
|
||||||
|
"seam_position": "nearest",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"sparse_infill_pattern": "rectilinear",
|
||||||
|
"infill_anchor": "2.5",
|
||||||
|
"infill_anchor_max": "20",
|
||||||
|
"brim_object_gap": "0.1",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"raft_first_layer_density": "80%",
|
||||||
|
"raft_first_layer_expansion": "3.5",
|
||||||
|
"raft_contact_distance": "0.2",
|
||||||
|
"support_top_z_distance": "0.25",
|
||||||
|
"support_bottom_z_distance": "0.25",
|
||||||
|
"support_base_pattern_spacing": "2",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_spacing": "0.35",
|
||||||
|
"support_object_xy_distance": "80%",
|
||||||
|
"tree_support_bramch_diameter_angle": "5",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"inner_wall_speed": "50",
|
||||||
|
"small_perimeter_speed": "45",
|
||||||
|
"outer_wall_speed": "45",
|
||||||
|
"sparse_infill_speed": "90",
|
||||||
|
"internal_solid_infill_speed": "45",
|
||||||
|
"top_surface_speed": "35",
|
||||||
|
"support_speed": "50",
|
||||||
|
"support_interface_speed": "85%",
|
||||||
|
"bridge_speed": "22",
|
||||||
|
"gap_infill_speed": "35",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "20",
|
||||||
|
"overhang_3_4_speed": "25",
|
||||||
|
"overhang_4_4_speed": "80%",
|
||||||
|
"default_acceleration": "2000",
|
||||||
|
"outer_wall_acceleration": "1500",
|
||||||
|
"inner_wall_acceleration": "2000",
|
||||||
|
"top_surface_acceleration": "1000",
|
||||||
|
"internal_solid_infill_acceleration": "3000",
|
||||||
|
"sparse_infill_acceleration": "4000",
|
||||||
|
"bridge_acceleration": "1000",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"travel_acceleration": "5000",
|
||||||
|
"line_width": "0.9",
|
||||||
|
"initial_layer_line_width": "1",
|
||||||
|
"inner_wall_line_width": "0.9",
|
||||||
|
"outer_wall_line_width": "0.9",
|
||||||
|
"sparse_infill_line_width": "0.9",
|
||||||
|
"internal_solid_infill_line_width": "0.9",
|
||||||
|
"top_surface_line_width": "0.75",
|
||||||
|
"support_line_width": "0.65",
|
||||||
|
"infill_wall_overlap": "15%",
|
||||||
|
"resolution": "0.0125",
|
||||||
|
"elefant_foot_compensation": "0.2",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.8 nozzle"
|
||||||
|
]
|
||||||
|
}
|
71
resources/profiles/Prusa/process/0.55mm Draft @XLIS 0.8.json
Normal file
71
resources/profiles/Prusa/process/0.55mm Draft @XLIS 0.8.json
Normal file
|
@ -0,0 +1,71 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.55mm Draft @XLIS 0.8",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_common_xl",
|
||||||
|
"inital_layer_height": "0.2",
|
||||||
|
"layer_height": "0.55",
|
||||||
|
"wall_loops": "2",
|
||||||
|
"top_shell_layers": "4",
|
||||||
|
"bottom_shell_layers": "3",
|
||||||
|
"top_shell_thickness": "1.2",
|
||||||
|
"bottom_shell_thickness": "0.8",
|
||||||
|
"thick_bridges": "1",
|
||||||
|
"seam_position": "nearest",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"sparse_infill_pattern": "rectilinear",
|
||||||
|
"infill_anchor": "2.5",
|
||||||
|
"infill_anchor_max": "20",
|
||||||
|
"brim_object_gap": "0.1",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"raft_first_layer_density": "80%",
|
||||||
|
"raft_first_layer_expansion": "3.5",
|
||||||
|
"raft_contact_distance": "0.2",
|
||||||
|
"support_top_z_distance": "0.25",
|
||||||
|
"support_bottom_z_distance": "0.25",
|
||||||
|
"support_base_pattern_spacing": "2",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_spacing": "0.35",
|
||||||
|
"support_object_xy_distance": "80%",
|
||||||
|
"tree_support_bramch_diameter_angle": "5",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"inner_wall_speed": "40",
|
||||||
|
"small_perimeter_speed": "35",
|
||||||
|
"outer_wall_speed": "35",
|
||||||
|
"sparse_infill_speed": "55",
|
||||||
|
"internal_solid_infill_speed": "35",
|
||||||
|
"top_surface_speed": "30",
|
||||||
|
"support_speed": "35",
|
||||||
|
"support_interface_speed": "85%",
|
||||||
|
"bridge_speed": "22",
|
||||||
|
"gap_infill_speed": "30",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "20",
|
||||||
|
"overhang_3_4_speed": "25",
|
||||||
|
"overhang_4_4_speed": "80%",
|
||||||
|
"default_acceleration": "2000",
|
||||||
|
"outer_wall_acceleration": "1500",
|
||||||
|
"inner_wall_acceleration": "2000",
|
||||||
|
"top_surface_acceleration": "1000",
|
||||||
|
"internal_solid_infill_acceleration": "3000",
|
||||||
|
"sparse_infill_acceleration": "4000",
|
||||||
|
"bridge_acceleration": "1000",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"travel_acceleration": "5000",
|
||||||
|
"line_width": "0.9",
|
||||||
|
"initial_layer_line_width": "1",
|
||||||
|
"inner_wall_line_width": "1",
|
||||||
|
"outer_wall_line_width": "1",
|
||||||
|
"sparse_infill_line_width": "0.9",
|
||||||
|
"internal_solid_infill_line_width": "0.9",
|
||||||
|
"top_surface_line_width": "0.75",
|
||||||
|
"support_line_width": "0.65",
|
||||||
|
"infill_wall_overlap": "15%",
|
||||||
|
"resolution": "0.0125",
|
||||||
|
"elefant_foot_compensation": "0.2",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa XLIS 0.8 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -57,7 +57,8 @@
|
||||||
"raft_layers": "0",
|
"raft_layers": "0",
|
||||||
"seam_position": "aligned",
|
"seam_position": "aligned",
|
||||||
"skirt_distance": "2",
|
"skirt_distance": "2",
|
||||||
"skirt_height": "1",
|
"skirt_height": "3",
|
||||||
|
"min_skirt_length": "4",
|
||||||
"skirt_loops": "0",
|
"skirt_loops": "0",
|
||||||
"minimum_sparse_infill_area": "15",
|
"minimum_sparse_infill_area": "15",
|
||||||
"spiral_mode": "0",
|
"spiral_mode": "0",
|
||||||
|
|
96
resources/profiles/Prusa/process/process_common_xl.json
Normal file
96
resources/profiles/Prusa/process/process_common_xl.json
Normal file
|
@ -0,0 +1,96 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"name": "process_common_xl",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "false",
|
||||||
|
"inherits": "fdm_process_common",
|
||||||
|
"infill_combination": "1",
|
||||||
|
"infill_anchor": "2",
|
||||||
|
"wall_loops": "2",
|
||||||
|
"top_shell_layers": "5",
|
||||||
|
"bottom_shell_layers": "4",
|
||||||
|
"top_shell_thickness": "0.7",
|
||||||
|
"detect_overhang_wall": "1",
|
||||||
|
"wall_generator": "arachne",
|
||||||
|
"gap_fill_target": "everywhere",
|
||||||
|
"bottom_shell_thickness": "0.5",
|
||||||
|
"infill_anchor_max": "12",
|
||||||
|
"sparse_infill_pattern": "grid",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"fuzzy_skin_point_distance": "0.8",
|
||||||
|
"fuzzy_skin_thickness": "0.3",
|
||||||
|
"skirt_height": "3",
|
||||||
|
"brim_type": "outer_only",
|
||||||
|
"brim_width": "0",
|
||||||
|
"support_threshold_angle": "45",
|
||||||
|
"raft_first_layer_density": "80%",
|
||||||
|
"raft_first_layer_expansion": "3",
|
||||||
|
"raft_contact_distance": "0.2",
|
||||||
|
"support_type": "tree(auto)",
|
||||||
|
"support_style": "organic",
|
||||||
|
"support_base_pattern_spacing": "2",
|
||||||
|
"support_interface_top_layers": "5",
|
||||||
|
"support_interface_bottom_layers": "0",
|
||||||
|
"support_interface_pattern": "rectilinear",
|
||||||
|
"support_interface_spacing": "0.2",
|
||||||
|
"support_object_xy_distance": "80%",
|
||||||
|
"tree_support_branch_angle_organic": "40",
|
||||||
|
"tree_support_angle_slow": "30",
|
||||||
|
"tree_support_branch_diameter_organic": "2",
|
||||||
|
"tree_support_bramch_diameter_angle": "3",
|
||||||
|
"tree_support_branch_diameter_double_wall": "3",
|
||||||
|
"tree_support_tip_diameter": "0.6",
|
||||||
|
"tree_support_top_rate": "30%",
|
||||||
|
"tree_support_branch_distance_organic": "1",
|
||||||
|
"initial_layer_speed": "25",
|
||||||
|
"initial_layer_infill_speed": "25",
|
||||||
|
"outer_wall_speed": "70",
|
||||||
|
"inner_wall_speed": "90",
|
||||||
|
"small_perimeter_speed": "40",
|
||||||
|
"sparse_infill_speed": "200",
|
||||||
|
"top_surface_speed": "40",
|
||||||
|
"internal_solid_infill_speed": "140",
|
||||||
|
"support_speed": "60",
|
||||||
|
"support_interface_speed": "70%",
|
||||||
|
"bridge_speed": "25",
|
||||||
|
"gap_infill_speed": "45",
|
||||||
|
"ironing_speed": "15",
|
||||||
|
"ironing_flow": "15%",
|
||||||
|
"ironing_spacing": "0.1",
|
||||||
|
"enable_overhang_speed": "1",
|
||||||
|
"overhang_1_4_speed": "15",
|
||||||
|
"overhang_2_4_speed": "15",
|
||||||
|
"overhang_3_4_speed": "20",
|
||||||
|
"overhang_4_4_speed": "25",
|
||||||
|
"travel_speed": "400",
|
||||||
|
"default_acceleration": "1250",
|
||||||
|
"outer_wall_acceleration": "1000",
|
||||||
|
"inner_wall_acceleration": "1200",
|
||||||
|
"top_surface_acceleration": "800",
|
||||||
|
"internal_solid_infill_acceleration": "2000",
|
||||||
|
"sparse_infill_acceleration": "3000",
|
||||||
|
"bridge_acceleration": "1000",
|
||||||
|
"initial_layer_acceleration": "600",
|
||||||
|
"travel_acceleration": "0",
|
||||||
|
"line_width": "0.45",
|
||||||
|
"initial_layer_line_width": "0.5",
|
||||||
|
"outer_wall_line_width": "0.45",
|
||||||
|
"inner_wall_line_width": "0.45",
|
||||||
|
"top_surface_line_width": "0.42",
|
||||||
|
"sparse_infill_line_width": "0.45",
|
||||||
|
"internal_solid_infill_line_width": "0.45",
|
||||||
|
"support_line_width": "0.37",
|
||||||
|
"infill_wall_overlap": "10%",
|
||||||
|
"slice_closing_radius": "0.049",
|
||||||
|
"resolution": "0.0125",
|
||||||
|
"enable_arc_fitting": "1",
|
||||||
|
"elefant_foot_compensation": "0.2",
|
||||||
|
"wall_transition_angle": "10",
|
||||||
|
"wall_transition_filter_deviation": "25%",
|
||||||
|
"wall_transition_length": "100%",
|
||||||
|
"wall_distribution_count": "1",
|
||||||
|
"min_bead_width": "85%",
|
||||||
|
"min_feature_size": "25%",
|
||||||
|
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||||
|
"gcode_label_objects": "1"
|
||||||
|
}
|
|
@ -1956,13 +1956,16 @@ def = this->add("filament_loading_speed", coFloats);
|
||||||
def->enum_values.push_back("PETG");
|
def->enum_values.push_back("PETG");
|
||||||
def->enum_values.push_back("TPU");
|
def->enum_values.push_back("TPU");
|
||||||
def->enum_values.push_back("PC");
|
def->enum_values.push_back("PC");
|
||||||
|
def->enum_values.push_back("PC-CF");
|
||||||
def->enum_values.push_back("PA");
|
def->enum_values.push_back("PA");
|
||||||
def->enum_values.push_back("PA-CF");
|
def->enum_values.push_back("PA-CF");
|
||||||
def->enum_values.push_back("PA6-CF");
|
def->enum_values.push_back("PA6-CF");
|
||||||
|
def->enum_values.push_back("PA11-CF");
|
||||||
def->enum_values.push_back("PLA-CF");
|
def->enum_values.push_back("PLA-CF");
|
||||||
def->enum_values.push_back("PET-CF");
|
def->enum_values.push_back("PET-CF");
|
||||||
def->enum_values.push_back("PETG-CF");
|
def->enum_values.push_back("PETG-CF");
|
||||||
def->enum_values.push_back("PVA");
|
def->enum_values.push_back("PVA");
|
||||||
|
def->enum_values.push_back("PVB");
|
||||||
def->enum_values.push_back("HIPS");
|
def->enum_values.push_back("HIPS");
|
||||||
def->enum_values.push_back("PLA-AERO");
|
def->enum_values.push_back("PLA-AERO");
|
||||||
def->enum_values.push_back("PPS");
|
def->enum_values.push_back("PPS");
|
||||||
|
|
|
@ -59,8 +59,8 @@ static const std::vector<std::string> filament_vendors =
|
||||||
"Voxelab", "VOXELPLA", "YOOPAI", "Yousu", "Ziro",
|
"Voxelab", "VOXELPLA", "YOOPAI", "Yousu", "Ziro",
|
||||||
"Zyltech"};
|
"Zyltech"};
|
||||||
|
|
||||||
static const std::vector<std::string> filament_types = {"PLA", "PLA+", "PLA Tough", "PETG", "ABS", "ASA", "FLEX", "HIPS", "PA", "PACF",
|
static const std::vector<std::string> filament_types = {"PLA", "rPLA", "PLA+", "PLA Tough", "PETG", "ABS", "ASA", "FLEX", "HIPS", "PA", "PACF",
|
||||||
"NYLON", "PVA", "PC", "PCABS", "PCTG", "PCCF", "PHA", "PP", "PEI", "PET", "PETG",
|
"NYLON", "PVA", "PVB", "PC", "PCABS", "PCTG", "PCCF", "PHA", "PP", "PEI", "PET", "PETG",
|
||||||
"PETGCF", "PTBA", "PTBA90A", "PEEK", "TPU93A", "TPU75D", "TPU", "TPU92A", "TPU98A", "Misc",
|
"PETGCF", "PTBA", "PTBA90A", "PEEK", "TPU93A", "TPU75D", "TPU", "TPU92A", "TPU98A", "Misc",
|
||||||
"TPE", "GLAZE", "Nylon", "CPE", "METAL", "ABST", "Carbon Fiber"};
|
"TPE", "GLAZE", "Nylon", "CPE", "METAL", "ABST", "Carbon Fiber"};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue