orcaslicer/resources/profiles/Prusa.json

1660 lines
54 KiB
JSON
Raw Normal View History

{
"name": "Prusa",
2024-10-27 15:11:44 +00:00
"version": "02.02.00.04",
"force_update": "0",
"description": "Prusa configurations",
"machine_model_list": [
2023-08-27 15:37:43 +00:00
{
2023-08-30 15:38:46 +00:00
"name": "MK4IS",
2023-08-27 15:37:43 +00:00
"sub_path": "machine/Prusa MK4.json"
},
{
"name": "MINIIS",
"sub_path": "machine/Prusa MINIIS.json"
},
{
2023-08-30 15:38:46 +00:00
"name": "MK3S",
"sub_path": "machine/Prusa MK3S.json"
},
{
2023-08-30 15:38:46 +00:00
"name": "MINI",
"sub_path": "machine/Prusa MINI.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
2024-08-29 12:41:09 +00:00
{
"name": "MK3.5",
"sub_path": "machine/Prusa MK3.5.json"
},
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
{
"name": "Prusa XL",
"sub_path": "machine/Prusa XL.json"
2024-08-29 12:41:09 +00:00
},
{
"name": "Prusa XL 5T",
"sub_path": "machine/Prusa XL 5T.json"
},
{
"name": "MK4S",
"sub_path": "machine/Prusa MK4S.json"
},
{
"name": "MK4S HF",
"sub_path": "machine/Prusa MK4S HF.json"
}
],
"process_list": [
{
"name": "fdm_process_common",
"sub_path": "process/fdm_process_common.json"
},
2023-09-05 11:51:36 +00:00
{
"name": "process_common_mk4",
"sub_path": "process/process_common_mk4.json"
},
{
"name": "process_common_miniis",
"sub_path": "process/process_common_miniis.json"
},
{
"name": "process_speed_miniis",
"sub_path": "process/process_speed_miniis.json"
},
{
"name": "process_detail_miniis",
"sub_path": "process/process_detail_miniis.json"
},
2023-10-06 10:32:48 +00:00
{
"name": "process_common_mk3",
"sub_path": "process/process_common_mk3.json"
},
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
{
"name": "process_common_xl",
"sub_path": "process/process_common_xl.json"
},
2024-08-29 12:41:09 +00:00
{
"name": "process_common_xl_5t",
"sub_path": "process/process_common_xl_5t.json"
},
{
"name": "process_common_mk4s",
"sub_path": "process/process_common_mk4s.json"
},
{
"name": "0.20mm Standard @MINI 0.25",
"sub_path": "process/0.20mm Standard @MINI 0.25.json"
},
{
"name": "0.20mm Standard @MINI",
"sub_path": "process/0.20mm Standard @MINI.json"
},
{
"name": "0.20mm Standard @MINI 0.6",
"sub_path": "process/0.20mm Standard @MINI 0.6.json"
},
{
"name": "0.20mm Standard @MINI 0.8",
"sub_path": "process/0.20mm Standard @MINI 0.8.json"
},
2023-10-06 10:32:48 +00:00
{
"name": "0.05mm UltraDetail @MK3S 0.25",
"sub_path": "process/0.05mm UltraDetail @MK3S 0.25.json"
},
{
"name": "0.05mm UltraDetail @MK3S 0.4",
"sub_path": "process/0.05mm UltraDetail @MK3S 0.4.json"
2023-10-06 10:32:48 +00:00
},
{
"name": "0.07mm UltraDetail @MK3S 0.25",
"sub_path": "process/0.07mm UltraDetail @MK3S 0.25.json"
2023-10-06 10:32:48 +00:00
},
{
"name": "0.07mm UltraDetail @MK3S 0.4",
"sub_path": "process/0.07mm UltraDetail @MK3S 0.4.json"
2023-10-06 10:32:48 +00:00
},
{
"name": "0.10mm Detail @MK3S 0.25",
"sub_path": "process/0.10mm Detail @MK3S 0.25.json"
2023-10-06 10:32:48 +00:00
},
{
"name": "0.10mm Detail @MK3S 0.4",
"sub_path": "process/0.10mm Detail @MK3S 0.4.json"
},
{
"name": "0.15mm Quality @MK3S 0.25",
"sub_path": "process/0.15mm Quality @MK3S 0.25.json"
2023-10-06 10:32:48 +00:00
},
{
"name": "0.15mm Quality @MK3S 0.4",
"sub_path": "process/0.15mm Quality @MK3S 0.4.json"
2023-10-06 10:32:48 +00:00
},
{
"name": "0.15mm Speed @MK3S 0.4",
"sub_path": "process/0.15mm Speed @MK3S 0.4.json"
},
{
"name": "0.20mm Standard @MK3S 0.4",
"sub_path": "process/0.20mm Standard @MK3S 0.4.json"
},
2023-08-27 15:37:43 +00:00
{
"name": "0.20mm Speed @MK3S 0.4",
"sub_path": "process/0.20mm Speed @MK3S 0.4.json"
2023-10-06 10:32:48 +00:00
},
{
"name": "0.30mm Draft @MK3S 0.4",
"sub_path": "process/0.30mm Draft @MK3S 0.4.json"
},
{
"name": "0.15mm Detail @MK3S 0.6",
"sub_path": "process/0.15mm Detail @MK3S 0.6.json"
},
{
"name": "0.20mm Detail @MK3S 0.6",
"sub_path": "process/0.20mm Detail @MK3S 0.6.json"
2023-09-05 11:51:36 +00:00
},
{
"name": "0.30mm Quality @MK3S 0.6",
"sub_path": "process/0.30mm Quality @MK3S 0.6.json"
},
{
"name": "0.35mm Speed @MK3S 0.6",
"sub_path": "process/0.35mm Speed @MK3S 0.6.json"
},
{
"name": "0.40mm Draft @MK3S 0.6",
"sub_path": "process/0.40mm Draft @MK3S 0.6.json"
},
{
"name": "0.30mm Detail @MK3S 0.8",
"sub_path": "process/0.30mm Detail @MK3S 0.8.json"
},
{
"name": "0.40mm Quality @MK3S 0.8",
"sub_path": "process/0.40mm Quality @MK3S 0.8.json"
},
{
"name": "0.55mm Draft @MK3S 0.8",
"sub_path": "process/0.55mm Draft @MK3S 0.8.json"
},
2023-09-05 11:51:36 +00:00
{
"name": "0.08mm Standard @MK4",
"sub_path": "process/0.08mm Standard @MK4.json"
},
{
"name": "0.12mm Standard @MK4",
"sub_path": "process/0.12mm Standard @MK4.json"
},
{
"name": "0.16mm Standard @MK4",
"sub_path": "process/0.16mm Standard @MK4.json"
},
{
2023-08-27 15:37:43 +00:00
"name": "0.20mm Standard @MK4",
"sub_path": "process/0.20mm Standard @MK4.json"
},
{
"name": "0.05mm Detail @MINIIS",
"sub_path": "process/0.05mm Detail @MINIIS.json"
},
{
"name": "0.07mm Detail @MINIIS",
"sub_path": "process/0.07mm Detail @MINIIS.json"
},
{
"name": "0.10mm Speed @MINIIS",
"sub_path": "process/0.10mm Speed @MINIIS.json"
},
{
"name": "0.12mm Speed @MINIIS",
"sub_path": "process/0.12mm Speed @MINIIS.json"
},
{
"name": "0.12mm Standard @MINIIS",
"sub_path": "process/0.12mm Standard @MINIIS.json"
},
{
"name": "0.15mm Standard @MINIIS",
"sub_path": "process/0.15mm Standard @MINIIS.json"
},
{
"name": "0.15mm Standard @MINIIS 0.6",
"sub_path": "process/0.15mm Standard @MINIIS 0.6.json"
},
{
"name": "0.15mm Standard @MINIIS 0.25",
"sub_path": "process/0.15mm Standard @MINIIS 0.25.json"
},
{
"name": "0.15mm Speed @MINIIS",
"sub_path": "process/0.15mm Speed @MINIIS.json"
},
{
"name": "0.15mm Speed @MINIIS 0.25",
"sub_path": "process/0.15mm Speed @MINIIS 0.25.json"
},
{
"name": "0.20mm Standard @MINIIS",
"sub_path": "process/0.20mm Standard @MINIIS.json"
},
{
"name": "0.20mm Standard @MINIIS 0.6",
"sub_path": "process/0.20mm Standard @MINIIS 0.6.json"
},
{
"name": "0.20mm Speed @MINIIS",
"sub_path": "process/0.20mm Speed @MINIIS.json"
},
{
"name": "0.20mm Speed @MINIIS 0.6",
"sub_path": "process/0.20mm Speed @MINIIS 0.6.json"
},
{
"name": "0.25mm Standard @MINIIS",
"sub_path": "process/0.25mm Standard @MINIIS.json"
},
{
"name": "0.25mm Speed @MINIIS",
"sub_path": "process/0.25mm Speed @MINIIS.json"
},
{
"name": "0.30mm Detail @MINIIS",
"sub_path": "process/0.30mm Detail @MINIIS.json"
},
{
"name": "0.35mm Standard @MINIIS",
"sub_path": "process/0.35mm Standard @MINIIS.json"
},
{
"name": "0.40mm Standard @MINIIS",
"sub_path": "process/0.40mm Standard @MINIIS.json"
2024-08-28 19:48:15 +00:00
},
2024-08-29 12:41:09 +00:00
{
"name": "process_common_MK3.5",
"sub_path": "process/process_common_MK3.5.json"
2024-08-29 12:41:09 +00:00
},
{
"name": "process_speed_MK3.5",
"sub_path": "process/process_speed_MK3.5.json"
2024-08-29 12:41:09 +00:00
},
{
"name": "process_detail_MK3.5",
"sub_path": "process/process_detail_MK3.5.json"
2024-08-29 12:41:09 +00:00
},
2024-08-28 19:48:15 +00:00
{
"name": "0.07mm Detail @MK3.5",
"sub_path": "process/0.07mm Detail @MK3.5.json"
},
{
"name": "0.10mm Speed @MK3.5",
"sub_path": "process/0.10mm Speed @MK3.5.json"
},
{
"name": "0.12mm Speed @MK3.5",
"sub_path": "process/0.12mm Speed @MK3.5.json"
},
{
"name": "0.12mm Standard @MK3.5",
"sub_path": "process/0.12mm Standard @MK3.5.json"
},
{
"name": "0.15mm Standard @MK3.5",
"sub_path": "process/0.15mm Standard @MK3.5.json"
},
{
"name": "0.15mm Standard @MK3.5 0.6",
"sub_path": "process/0.15mm Standard @MK3.5 0.6.json"
},
{
"name": "0.15mm Standard @MK3.5 0.25",
"sub_path": "process/0.15mm Standard @MK3.5 0.25.json"
},
{
"name": "0.15mm Speed @MK3.5",
"sub_path": "process/0.15mm Speed @MK3.5.json"
},
{
"name": "0.15mm Speed @MK3.5 0.25",
"sub_path": "process/0.15mm Speed @MK3.5 0.25.json"
},
{
"name": "0.20mm Standard @MK3.5",
"sub_path": "process/0.20mm Standard @MK3.5.json"
},
{
"name": "0.20mm Standard @MK3.5 0.6",
"sub_path": "process/0.20mm Standard @MK3.5 0.6.json"
},
{
"name": "0.20mm Speed @MK3.5",
"sub_path": "process/0.20mm Speed @MK3.5.json"
},
{
"name": "0.20mm Speed @MK3.5 0.6",
"sub_path": "process/0.20mm Speed @MK3.5 0.6.json"
},
{
"name": "0.25mm Standard @MK3.5",
"sub_path": "process/0.25mm Standard @MK3.5.json"
},
{
"name": "0.25mm Speed @MK3.5",
"sub_path": "process/0.25mm Speed @MK3.5.json"
},
{
"name": "0.30mm Detail @MK3.5",
"sub_path": "process/0.30mm Detail @MK3.5.json"
},
{
"name": "0.35mm Standard @MK3.5",
"sub_path": "process/0.35mm Standard @MK3.5.json"
},
2024-08-28 19:48:15 +00:00
{
"name": "0.40mm Standard @MK3.5",
"sub_path": "process/0.40mm Standard @MK3.5.json"
},
{
2023-09-05 11:51:36 +00:00
"name": "0.24mm Standard @MK4",
"sub_path": "process/0.24mm Standard @MK4.json"
},
{
"name": "0.28mm Standard @MK4",
"sub_path": "process/0.28mm Standard @MK4.json"
},
{
"name": "0.32mm Standard @MK4",
"sub_path": "process/0.32mm Standard @MK4.json"
},
{
"name": "0.40mm Standard @MK4",
"sub_path": "process/0.40mm Standard @MK4.json"
},
{
"name": "0.56mm Standard @MK4",
"sub_path": "process/0.56mm Standard @MK4.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "0.15mm Structural @Prusa XL 0.25",
"sub_path": "process/0.15mm Structural @Prusa XL 0.25.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "0.15mm Speed @Prusa XL 0.25",
"sub_path": "process/0.15mm Speed @Prusa XL 0.25.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "0.12mm Structural @Prusa XL 0.25",
"sub_path": "process/0.12mm Structural @Prusa XL 0.25.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "0.12mm Speed @Prusa XL 0.25",
"sub_path": "process/0.12mm Speed @Prusa XL 0.25.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "0.07mm Detail @Prusa XL 0.25",
"sub_path": "process/0.07mm Detail @Prusa XL 0.25.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "0.05mm Detail @Prusa XL 0.25",
"sub_path": "process/0.05mm Detail @Prusa XL 0.25.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "0.20mm Speed @Prusa XL 0.3",
"sub_path": "process/0.20mm Speed @Prusa XL 0.3.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "0.16mm Structural @Prusa XL 0.3",
"sub_path": "process/0.16mm Structural @Prusa XL 0.3.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "0.16mm Speed @Prusa XL 0.3",
"sub_path": "process/0.16mm Speed @Prusa XL 0.3.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "0.12mm Structural @Prusa XL 0.3",
"sub_path": "process/0.12mm Structural @Prusa XL 0.3.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "0.25mm Structural @Prusa XL 0.4",
"sub_path": "process/0.25mm Structural @Prusa XL 0.4.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "0.20mm Structural @Prusa XL 0.4",
"sub_path": "process/0.20mm Structural @Prusa XL 0.4.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "0.20mm Speed @Prusa XL 0.4",
"sub_path": "process/0.20mm Speed @Prusa XL 0.4.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "0.15mm Structural @Prusa XL 0.4",
"sub_path": "process/0.15mm Structural @Prusa XL 0.4.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "0.15mm Speed @Prusa XL 0.4",
"sub_path": "process/0.15mm Speed @Prusa XL 0.4.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "0.10mm FastDetail @Prusa XL 0.4",
"sub_path": "process/0.10mm FastDetail @Prusa XL 0.4.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "0.25mm Structural @Prusa XL 0.5",
"sub_path": "process/0.25mm Structural @Prusa XL 0.5.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "0.25mm Speed @Prusa XL 0.5",
"sub_path": "process/0.25mm Speed @Prusa XL 0.5.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "0.20mm Structural @Prusa XL 0.5",
"sub_path": "process/0.20mm Structural @Prusa XL 0.5.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "0.20mm Speed @Prusa XL 0.5",
"sub_path": "process/0.20mm Speed @Prusa XL 0.5.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "0.15mm Structural @Prusa XL 0.5",
"sub_path": "process/0.15mm Structural @Prusa XL 0.5.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "0.10mm Structural @Prusa XL 0.5",
"sub_path": "process/0.10mm Structural @Prusa XL 0.5.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "0.32mm Structural @Prusa XL 0.6",
"sub_path": "process/0.32mm Structural @Prusa XL 0.6.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "0.32mm Speed @Prusa XL 0.6",
"sub_path": "process/0.32mm Speed @Prusa XL 0.6.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "0.25mm Structural @Prusa XL 0.6",
"sub_path": "process/0.25mm Structural @Prusa XL 0.6.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "0.25mm Speed @Prusa XL 0.6",
"sub_path": "process/0.25mm Speed @Prusa XL 0.6.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "0.20mm Structural @Prusa XL 0.6",
"sub_path": "process/0.20mm Structural @Prusa XL 0.6.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "0.20mm Speed @Prusa XL 0.6",
"sub_path": "process/0.20mm Speed @Prusa XL 0.6.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "0.15mm Structural @Prusa XL 0.6",
"sub_path": "process/0.15mm Structural @Prusa XL 0.6.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "0.55mm Draft @Prusa XL 0.8",
"sub_path": "process/0.55mm Draft @Prusa XL 0.8.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "0.40mm Quality @Prusa XL 0.8",
"sub_path": "process/0.40mm Quality @Prusa XL 0.8.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "0.30mm Detail @Prusa XL 0.8",
"sub_path": "process/0.30mm Detail @Prusa XL 0.8.json"
2024-08-29 12:41:09 +00:00
},
{
"name": "0.15mm Structural @Prusa XL 5T 0.25",
"sub_path": "process/0.15mm Structural @Prusa XL 5T 0.25.json"
},
{
"name": "0.15mm Speed @Prusa XL 5T 0.25",
"sub_path": "process/0.15mm Speed @Prusa XL 5T 0.25.json"
},
{
"name": "0.12mm Structural @Prusa XL 5T 0.25",
"sub_path": "process/0.12mm Structural @Prusa XL 5T 0.25.json"
},
{
"name": "0.12mm Speed @Prusa XL 5T 0.25",
"sub_path": "process/0.12mm Speed @Prusa XL 5T 0.25.json"
},
{
"name": "0.07mm Detail @Prusa XL 5T 0.25",
"sub_path": "process/0.07mm Detail @Prusa XL 5T 0.25.json"
},
{
"name": "0.05mm Detail @Prusa XL 5T 0.25",
"sub_path": "process/0.05mm Detail @Prusa XL 5T 0.25.json"
},
{
"name": "0.20mm Speed @Prusa XL 5T 0.3",
"sub_path": "process/0.20mm Speed @Prusa XL 5T 0.3.json"
},
{
"name": "0.16mm Structural @Prusa XL 5T 0.3",
"sub_path": "process/0.16mm Structural @Prusa XL 5T 0.3.json"
},
{
"name": "0.16mm Speed @Prusa XL 5T 0.3",
"sub_path": "process/0.16mm Speed @Prusa XL 5T 0.3.json"
},
{
"name": "0.12mm Structural @Prusa XL 5T 0.3",
"sub_path": "process/0.12mm Structural @Prusa XL 5T 0.3.json"
},
{
"name": "0.25mm Structural @Prusa XL 5T 0.4",
"sub_path": "process/0.25mm Structural @Prusa XL 5T 0.4.json"
},
{
"name": "0.20mm Structural @Prusa XL 5T 0.4",
"sub_path": "process/0.20mm Structural @Prusa XL 5T 0.4.json"
},
{
"name": "0.20mm Speed @Prusa XL 5T 0.4",
"sub_path": "process/0.20mm Speed @Prusa XL 5T 0.4.json"
},
{
"name": "0.15mm Structural @Prusa XL 5T 0.4",
"sub_path": "process/0.15mm Structural @Prusa XL 5T 0.4.json"
},
{
"name": "0.15mm Speed @Prusa XL 5T 0.4",
"sub_path": "process/0.15mm Speed @Prusa XL 5T 0.4.json"
},
{
"name": "0.10mm FastDetail @Prusa XL 5T 0.4",
"sub_path": "process/0.10mm FastDetail @Prusa XL 5T 0.4.json"
},
{
"name": "0.25mm Structural @Prusa XL 5T 0.5",
"sub_path": "process/0.25mm Structural @Prusa XL 5T 0.5.json"
},
{
"name": "0.25mm Speed @Prusa XL 5T 0.5",
"sub_path": "process/0.25mm Speed @Prusa XL 5T 0.5.json"
},
{
"name": "0.20mm Structural @Prusa XL 5T 0.5",
"sub_path": "process/0.20mm Structural @Prusa XL 5T 0.5.json"
},
{
"name": "0.20mm Speed @Prusa XL 5T 0.5",
"sub_path": "process/0.20mm Speed @Prusa XL 5T 0.5.json"
},
{
"name": "0.15mm Structural @Prusa XL 5T 0.5",
"sub_path": "process/0.15mm Structural @Prusa XL 5T 0.5.json"
},
{
"name": "0.10mm Structural @Prusa XL 5T 0.5",
"sub_path": "process/0.10mm Structural @Prusa XL 5T 0.5.json"
},
{
"name": "0.32mm Structural @Prusa XL 5T 0.6",
"sub_path": "process/0.32mm Structural @Prusa XL 5T 0.6.json"
},
{
"name": "0.32mm Speed @Prusa XL 5T 0.6",
"sub_path": "process/0.32mm Speed @Prusa XL 5T 0.6.json"
},
{
"name": "0.25mm Structural @Prusa XL 5T 0.6",
"sub_path": "process/0.25mm Structural @Prusa XL 5T 0.6.json"
},
{
"name": "0.25mm Speed @Prusa XL 5T 0.6",
"sub_path": "process/0.25mm Speed @Prusa XL 5T 0.6.json"
},
{
"name": "0.20mm Structural @Prusa XL 5T 0.6",
"sub_path": "process/0.20mm Structural @Prusa XL 5T 0.6.json"
},
{
"name": "0.20mm Speed @Prusa XL 5T 0.6",
"sub_path": "process/0.20mm Speed @Prusa XL 5T 0.6.json"
},
{
"name": "0.15mm Structural @Prusa XL 5T 0.6",
"sub_path": "process/0.15mm Structural @Prusa XL 5T 0.6.json"
},
{
"name": "0.55mm Draft @Prusa XL 5T 0.8",
"sub_path": "process/0.55mm Draft @Prusa XL 5T 0.8.json"
},
{
"name": "0.40mm Quality @Prusa XL 5T 0.8",
"sub_path": "process/0.40mm Quality @Prusa XL 5T 0.8.json"
},
{
"name": "0.30mm Detail @Prusa XL 5T 0.8",
"sub_path": "process/0.30mm Detail @Prusa XL 5T 0.8.json"
},
{
"name": "0.07mm DETAIL @MK4S 0.25",
"sub_path": "process/0.07mm DETAIL @MK4S 0.25.json"
},
{
"name": "0.05mm DETAIL @MK4S 0.25",
"sub_path": "process/0.05mm DETAIL @MK4S 0.25.json"
},
{
"name": "0.15mm SPEED @MK4S 0.4",
"sub_path": "process/0.15mm SPEED @MK4S 0.4.json"
},
{
"name": "0.10mm FAST DETAIL @MK4S 0.4",
"sub_path": "process/0.10mm FAST DETAIL @MK4S 0.4.json"
},
{
"name": "0.10mm STRUCTURAL @MK4S 0.5",
"sub_path": "process/0.10mm STRUCTURAL @MK4S 0.5.json"
},
{
"name": "0.12mm SPEED @MK4S 0.25",
"sub_path": "process/0.12mm SPEED @MK4S 0.25.json"
},
{
"name": "0.12mm STRUCTURAL @MK4S 0.25",
"sub_path": "process/0.12mm STRUCTURAL @MK4S 0.25.json"
},
{
"name": "0.12mm STRUCTURAL @MK4S 0.3",
"sub_path": "process/0.12mm STRUCTURAL @MK4S 0.3.json"
},
{
"name": "0.15mm SPEED @MK4S 0.25",
"sub_path": "process/0.15mm SPEED @MK4S 0.25.json"
},
{
"name": "0.15mm SPEED @MK4S HF0.4",
"sub_path": "process/0.15mm SPEED @MK4S HF0.4.json"
},
{
"name": "0.15mm STRUCTURAL @MK4S 0.25",
"sub_path": "process/0.15mm STRUCTURAL @MK4S 0.25.json"
},
{
"name": "0.20mm STRUCTURAL @MK4S 0.4",
"sub_path": "process/0.20mm STRUCTURAL @MK4S 0.4.json"
},
{
"name": "0.15mm STRUCTURAL @MK4S 0.4",
"sub_path": "process/0.15mm STRUCTURAL @MK4S 0.4.json"
},
{
"name": "0.15mm STRUCTURAL @MK4S 0.5",
"sub_path": "process/0.15mm STRUCTURAL @MK4S 0.5.json"
},
{
"name": "0.15mm STRUCTURAL @MK4S 0.6",
"sub_path": "process/0.15mm STRUCTURAL @MK4S 0.6.json"
},
{
"name": "0.16mm STRUCTURAL @MK4S 0.3",
"sub_path": "process/0.16mm STRUCTURAL @MK4S 0.3.json"
},
{
"name": "0.16mm SPEED @MK4S 0.3",
"sub_path": "process/0.16mm SPEED @MK4S 0.3.json"
},
{
"name": "0.20mm SPEED @MK4S 0.3",
"sub_path": "process/0.20mm SPEED @MK4S 0.3.json"
},
{
"name": "0.20mm SPEED @MK4S 0.4",
"sub_path": "process/0.20mm SPEED @MK4S 0.4.json"
},
{
"name": "0.20mm SPEED @MK4S 0.5",
"sub_path": "process/0.20mm SPEED @MK4S 0.5.json"
},
{
"name": "0.20mm SPEED @MK4S 0.6",
"sub_path": "process/0.20mm SPEED @MK4S 0.6.json"
},
{
"name": "0.20mm SPEED @MK4S HF0.4",
"sub_path": "process/0.20mm SPEED @MK4S HF0.4.json"
},
{
"name": "0.20mm SPEED @MK4S HF0.5",
"sub_path": "process/0.20mm SPEED @MK4S HF0.5.json"
},
{
"name": "0.20mm SPEED @MK4S HF0.6",
"sub_path": "process/0.20mm SPEED @MK4S HF0.6.json"
},
{
"name": "0.20mm STRUCTURAL @MK4S 0.3",
"sub_path": "process/0.20mm STRUCTURAL @MK4S 0.3.json"
},
{
"name": "0.20mm STRUCTURAL @MK4S 0.5",
"sub_path": "process/0.20mm STRUCTURAL @MK4S 0.5.json"
},
{
"name": "0.20mm STRUCTURAL @MK4S 0.6",
"sub_path": "process/0.20mm STRUCTURAL @MK4S 0.6.json"
},
{
"name": "0.25mm SPEED @MK4S 0.5",
"sub_path": "process/0.25mm SPEED @MK4S 0.5.json"
},
{
"name": "0.25mm SPEED @MK4S 0.6",
"sub_path": "process/0.25mm SPEED @MK4S 0.6.json"
},
{
"name": "0.25mm SPEED @MK4S HF0.4",
"sub_path": "process/0.25mm SPEED @MK4S HF0.4.json"
},
{
"name": "0.25mm SPEED @MK4S HF0.5",
"sub_path": "process/0.25mm SPEED @MK4S HF0.5.json"
},
{
"name": "0.25mm SPEED @MK4S HF0.6",
"sub_path": "process/0.25mm SPEED @MK4S HF0.6.json"
},
{
"name": "0.25mm STRUCTURAL @MK4S 0.5",
"sub_path": "process/0.25mm STRUCTURAL @MK4S 0.5.json"
},
{
"name": "0.25mm STRUCTURAL @MK4S 0.6",
"sub_path": "process/0.25mm STRUCTURAL @MK4S 0.6.json"
},
{
"name": "0.25mm STRUCTURAL @MK4S HF0.4",
"sub_path": "process/0.25mm STRUCTURAL @MK4S HF0.4.json"
},
{
"name": "0.28mm DRAFT @MK4S HF0.4",
"sub_path": "process/0.28mm DRAFT @MK4S HF0.4.json"
},
{
"name": "0.30mm DETAIL @MK4S 0.8",
"sub_path": "process/0.30mm DETAIL @MK4S 0.8.json"
},
{
"name": "0.30mm SPEED @MK4S HF0.8",
"sub_path": "process/0.30mm SPEED @MK4S HF0.8.json"
},
{
"name": "0.30mm STRUCTURAL @MK4S HF0.8",
"sub_path": "process/0.30mm STRUCTURAL @MK4S HF0.8.json"
},
{
"name": "0.32mm SPEED @MK4S 0.6",
"sub_path": "process/0.32mm SPEED @MK4S 0.6.json"
},
{
"name": "0.32mm SPEED @MK4S HF0.5",
"sub_path": "process/0.32mm SPEED @MK4S HF0.5.json"
},
{
"name": "0.32mm SPEED @MK4S HF0.6",
"sub_path": "process/0.32mm SPEED @MK4S HF0.6.json"
},
{
"name": "0.32mm STRUCTURAL @MK4S 0.6",
"sub_path": "process/0.32mm STRUCTURAL @MK4S 0.6.json"
},
{
"name": "0.32mm STRUCTURAL @MK4S HF0.5",
"sub_path": "process/0.32mm STRUCTURAL @MK4S HF0.5.json"
},
{
"name": "0.32mm STRUCTURAL @MK4S HF0.6",
"sub_path": "process/0.32mm STRUCTURAL @MK4S HF0.6.json"
},
{
"name": "0.40mm QUALITY @MK4S 0.8",
"sub_path": "process/0.40mm QUALITY @MK4S 0.8.json"
},
{
"name": "0.40mm SPEED @MK4S HF0.6",
"sub_path": "process/0.40mm SPEED @MK4S HF0.6.json"
},
{
"name": "0.40mm SPEED @MK4S HF0.8",
"sub_path": "process/0.40mm SPEED @MK4S HF0.8.json"
},
{
"name": "0.40mm STRUCTURAL @MK4S HF0.6",
"sub_path": "process/0.40mm STRUCTURAL @MK4S HF0.6.json"
},
{
"name": "0.40mm STRUCTURAL @MK4S HF0.8",
"sub_path": "process/0.40mm STRUCTURAL @MK4S HF0.8.json"
},
{
"name": "0.55mm DRAFT @MK4S 0.8",
"sub_path": "process/0.55mm DRAFT @MK4S 0.8.json"
},
{
"name": "0.55mm SPEED @MK4S HF0.8",
"sub_path": "process/0.55mm SPEED @MK4S HF0.8.json"
},
{
"name": "0.55mm STRUCTURAL @MK4S HF0.8",
"sub_path": "process/0.55mm STRUCTURAL @MK4S HF0.8.json"
}
],
"filament_list": [
{
"name": "fdm_filament_common",
"sub_path": "filament/fdm_filament_common.json"
},
{
"name": "fdm_filament_pla",
"sub_path": "filament/fdm_filament_pla.json"
},
{
"name": "fdm_filament_tpu",
"sub_path": "filament/fdm_filament_tpu.json"
},
{
"name": "fdm_filament_pet",
"sub_path": "filament/fdm_filament_pet.json"
},
{
"name": "fdm_filament_abs",
"sub_path": "filament/fdm_filament_abs.json"
},
{
"name": "fdm_filament_pc",
"sub_path": "filament/fdm_filament_pc.json"
},
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
{
"name": "fdm_filament_pccf",
"sub_path": "filament/fdm_filament_pccf.json"
},
{
"name": "fdm_filament_asa",
"sub_path": "filament/fdm_filament_asa.json"
},
{
"name": "fdm_filament_pva",
"sub_path": "filament/fdm_filament_pva.json"
},
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
{
"name": "fdm_filament_pvb",
"sub_path": "filament/fdm_filament_pvb.json"
},
{
"name": "fdm_filament_pa",
"sub_path": "filament/fdm_filament_pa.json"
},
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
{
"name": "fdm_filament_pa11cf",
"sub_path": "filament/fdm_filament_pa11cf.json"
},
{
"name": "Prusa Generic PLA",
"sub_path": "filament/Prusa Generic PLA.json"
},
2023-08-30 15:38:46 +00:00
{
"name": "Prusa Generic PLA @MK4",
"sub_path": "filament/Prusa Generic PLA @MK4.json"
},
{
"name": "Prusa Generic PLA @MINIIS 0.25",
"sub_path": "filament/Prusa Generic PLA @MINIIS 0.25.json"
},
{
"name": "Prusa Generic PLA @MINIIS 0.6",
"sub_path": "filament/Prusa Generic PLA @MINIIS 0.6.json"
},
{
"name": "Prusa Generic PLA @MINIIS 0.8",
"sub_path": "filament/Prusa Generic PLA @MINIIS 0.8.json"
},
{
"name": "Prusa Generic PLA @MINIIS",
"sub_path": "filament/Prusa Generic PLA @MINIIS.json"
},
{
"name": "Prusa Generic PLA-CF",
"sub_path": "filament/Prusa Generic PLA-CF.json"
},
{
"name": "Prusa Generic PLA-CF @MINIIS",
"sub_path": "filament/Prusa Generic PLA-CF @MINIIS.json"
},
{
"name": "Prusa Generic PLA-CF @MINIIS 0.25",
"sub_path": "filament/Prusa Generic PLA-CF @MINIIS 0.25.json"
},
{
"name": "Prusa Generic PLA-CF @MINIIS 0.6",
"sub_path": "filament/Prusa Generic PLA-CF @MINIIS 0.6.json"
},
{
"name": "Prusa Generic PLA-CF @MINIIS 0.8",
"sub_path": "filament/Prusa Generic PLA-CF @MINIIS 0.8.json"
},
{
"name": "Prusa Generic PETG",
"sub_path": "filament/Prusa Generic PETG.json"
},
2023-08-30 15:38:46 +00:00
{
"name": "Prusa Generic PETG @MK4",
"sub_path": "filament/Prusa Generic PETG @MK4.json"
},
{
"name": "Prusa Generic PETG @MINIIS",
"sub_path": "filament/Prusa Generic PETG @MINIIS.json"
},
{
"name": "Prusa Generic PETG @MINIIS 0.25",
"sub_path": "filament/Prusa Generic PETG @MINIIS 0.25.json"
},
{
"name": "Prusa Generic PETG @MINIIS 0.6",
"sub_path": "filament/Prusa Generic PETG @MINIIS 0.6.json"
},
{
"name": "Prusa Generic PETG @MINIIS 0.8",
"sub_path": "filament/Prusa Generic PETG @MINIIS 0.8.json"
},
{
"name": "Prusa Generic ABS",
"sub_path": "filament/Prusa Generic ABS.json"
},
2023-08-30 15:38:46 +00:00
{
"name": "Prusa Generic ABS @MK4",
"sub_path": "filament/Prusa Generic ABS @MK4.json"
},
{
"name": "Prusa Generic ABS @MINIIS",
"sub_path": "filament/Prusa Generic ABS @MINIIS.json"
},
{
"name": "Prusa Generic ABS @MINIIS 0.25",
"sub_path": "filament/Prusa Generic ABS @MINIIS 0.25.json"
},
{
"name": "Prusa Generic ABS @MINIIS 0.6",
"sub_path": "filament/Prusa Generic ABS @MINIIS 0.6.json"
},
{
"name": "Prusa Generic ABS @MINIIS 0.8",
"sub_path": "filament/Prusa Generic ABS @MINIIS 0.8.json"
},
{
"name": "Prusa Generic TPU",
"sub_path": "filament/Prusa Generic TPU.json"
},
2023-08-30 15:38:46 +00:00
{
"name": "Prusa Generic TPU @MK4",
"sub_path": "filament/Prusa Generic TPU @MK4.json"
},
{
"name": "Prusa Generic TPU @MINIIS",
"sub_path": "filament/Prusa Generic TPU @MINIIS.json"
},
{
"name": "Prusa Generic ASA",
"sub_path": "filament/Prusa Generic ASA.json"
},
2023-08-30 15:38:46 +00:00
{
"name": "Prusa Generic ASA @MK4",
"sub_path": "filament/Prusa Generic ASA @MK4.json"
},
{
"name": "Prusa Generic ASA @MINIIS",
"sub_path": "filament/Prusa Generic ASA @MINIIS.json"
},
{
"name": "Prusa Generic ASA @MINIIS 0.25",
"sub_path": "filament/Prusa Generic ASA @MINIIS 0.25.json"
},
{
"name": "Prusa Generic ASA @MINIIS 0.6",
"sub_path": "filament/Prusa Generic ASA @MINIIS 0.6.json"
},
{
"name": "Prusa Generic ASA @MINIIS 0.8",
"sub_path": "filament/Prusa Generic ASA @MINIIS 0.8.json"
},
{
"name": "Prusa Generic PC",
"sub_path": "filament/Prusa Generic PC.json"
},
{
"name": "Prusa Generic PC @MINIIS",
"sub_path": "filament/Prusa Generic PC @MINIIS.json"
},
{
"name": "Prusa Generic PC @MINIIS 0.25",
"sub_path": "filament/Prusa Generic PC @MINIIS 0.25.json"
},
{
"name": "Prusa Generic PC @MINIIS 0.6",
"sub_path": "filament/Prusa Generic PC @MINIIS 0.6.json"
},
{
"name": "Prusa Generic PC @MINIIS 0.8",
"sub_path": "filament/Prusa Generic PC @MINIIS 0.8.json"
},
{
"name": "Prusa Generic PVA",
"sub_path": "filament/Prusa Generic PVA.json"
},
{
"name": "Prusa Generic PVA @MINIIS",
"sub_path": "filament/Prusa Generic PVA @MINIIS.json"
},
{
"name": "Prusa Generic PVA @MINIIS 0.25",
"sub_path": "filament/Prusa Generic PVA @MINIIS 0.25.json"
},
{
"name": "Prusa Generic PVA @MINIIS 0.6",
"sub_path": "filament/Prusa Generic PVA @MINIIS 0.6.json"
},
{
"name": "Prusa Generic PVA @MINIIS 0.8",
"sub_path": "filament/Prusa Generic PVA @MINIIS 0.8.json"
},
{
"name": "Prusa Generic PA",
"sub_path": "filament/Prusa Generic PA.json"
},
{
"name": "Prusa Generic PA @MINIIS",
"sub_path": "filament/Prusa Generic PA @MINIIS.json"
},
{
"name": "Prusa Generic PA @MINIIS 0.25",
"sub_path": "filament/Prusa Generic PA @MINIIS 0.25.json"
},
{
"name": "Prusa Generic PA @MINIIS 0.6",
"sub_path": "filament/Prusa Generic PA @MINIIS 0.6.json"
},
{
"name": "Prusa Generic PA @MINIIS 0.8",
"sub_path": "filament/Prusa Generic PA @MINIIS 0.8.json"
},
{
"name": "Prusa Generic PA-CF",
"sub_path": "filament/Prusa Generic PA-CF.json"
},
{
"name": "Prusa Generic PA-CF @MINIIS",
"sub_path": "filament/Prusa Generic PA-CF @MINIIS.json"
},
{
"name": "Prusa Generic PA-CF @MINIIS 0.25",
"sub_path": "filament/Prusa Generic PA-CF @MINIIS 0.25.json"
},
{
"name": "Prusa Generic PA-CF @MINIIS 0.6",
"sub_path": "filament/Prusa Generic PA-CF @MINIIS 0.6.json"
},
{
"name": "Prusa Generic PA-CF @MINIIS 0.8",
"sub_path": "filament/Prusa Generic PA-CF @MINIIS 0.8.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
2024-08-29 12:41:09 +00:00
{
"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": "Prusament PVB @XL",
"sub_path": "filament/Prusament PVB @XL.json"
},
{
"name": "Prusament ASA @XL",
"sub_path": "filament/Prusament ASA @XL.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 @XL",
"sub_path": "filament/Prusa Generic ABS @XL.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"
},
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
{
"name": "Prusament PA-CF @XL",
"sub_path": "filament/Prusament PA-CF @XL.json"
2024-08-28 19:48:15 +00:00
},
2024-08-29 12:41:09 +00:00
{
"name": "Prusa Generic PLA @XL 5T",
"sub_path": "filament/Prusa Generic PLA @XL 5T.json"
},
{
"name": "Prusament PLA @XL 5T",
"sub_path": "filament/Prusament PLA @XL 5T.json"
},
{
"name": "Prusament rPLA @XL 5T",
"sub_path": "filament/Prusament rPLA @XL 5T.json"
},
{
"name": "Prusament PVB @XL 5T",
"sub_path": "filament/Prusament PVB @XL 5T.json"
},
{
"name": "Prusament ASA @XL 5T",
"sub_path": "filament/Prusament ASA @XL 5T.json"
},
{
"name": "Prusa Generic PETG @XL 5T",
"sub_path": "filament/Prusa Generic PETG @XL 5T.json"
},
{
"name": "Prusament PETG @XL 5T",
"sub_path": "filament/Prusament PETG @XL 5T.json"
},
{
"name": "Prusa Generic ABS @XL 5T",
"sub_path": "filament/Prusa Generic ABS @XL 5T.json"
},
{
"name": "Prusament PC Blend @XL 5T",
"sub_path": "filament/Prusament PC Blend @XL 5T.json"
},
{
"name": "Prusament PC-CF @XL 5T",
"sub_path": "filament/Prusament PC-CF @XL 5T.json"
},
{
"name": "Prusament PA-CF @XL 5T",
"sub_path": "filament/Prusament PA-CF @XL 5T.json"
},
2024-08-28 19:48:15 +00:00
{
"name": "Prusa Generic PLA @MK3.5 0.25",
"sub_path": "filament/Prusa Generic PLA @MK3.5 0.25.json"
},
{
"name": "Prusa Generic PLA @MK3.5 0.6",
"sub_path": "filament/Prusa Generic PLA @MK3.5 0.6.json"
},
{
"name": "Prusa Generic PLA @MK3.5 0.8",
"sub_path": "filament/Prusa Generic PLA @MK3.5 0.8.json"
},
{
"name": "Prusa Generic PLA @MK3.5",
"sub_path": "filament/Prusa Generic PLA @MK3.5.json"
},
{
"name": "Prusa Generic PLA-CF @MK3.5",
"sub_path": "filament/Prusa Generic PLA-CF @MK3.5.json"
},
{
"name": "Prusa Generic PLA-CF @MK3.5 0.25",
"sub_path": "filament/Prusa Generic PLA-CF @MK3.5 0.25.json"
},
{
"name": "Prusa Generic PLA-CF @MK3.5 0.6",
"sub_path": "filament/Prusa Generic PLA-CF @MK3.5 0.6.json"
},
{
"name": "Prusa Generic PLA-CF @MK3.5 0.8",
"sub_path": "filament/Prusa Generic PLA-CF @MK3.5 0.8.json"
},
{
"name": "Prusa Generic PETG @MK3.5",
"sub_path": "filament/Prusa Generic PETG @MK3.5.json"
},
{
"name": "Prusa Generic PETG @MK3.5 0.25",
"sub_path": "filament/Prusa Generic PETG @MK3.5 0.25.json"
},
{
"name": "Prusa Generic PETG @MK3.5 0.6",
"sub_path": "filament/Prusa Generic PETG @MK3.5 0.6.json"
},
{
"name": "Prusa Generic PETG @MK3.5 0.8",
"sub_path": "filament/Prusa Generic PETG @MK3.5 0.8.json"
},
{
"name": "Prusa Generic ABS @MK3.5",
"sub_path": "filament/Prusa Generic ABS @MK3.5.json"
},
{
"name": "Prusa Generic ABS @MK3.5 0.25",
"sub_path": "filament/Prusa Generic ABS @MK3.5 0.25.json"
},
{
"name": "Prusa Generic ABS @MK3.5 0.6",
"sub_path": "filament/Prusa Generic ABS @MK3.5 0.6.json"
},
{
"name": "Prusa Generic ABS @MK3.5 0.8",
"sub_path": "filament/Prusa Generic ABS @MK3.5 0.8.json"
},
{
"name": "Prusa Generic TPU @MK3.5",
"sub_path": "filament/Prusa Generic TPU @MK3.5.json"
},
{
"name": "Prusa Generic ASA @MK3.5",
"sub_path": "filament/Prusa Generic ASA @MK3.5.json"
},
{
"name": "Prusa Generic ASA @MK3.5 0.25",
"sub_path": "filament/Prusa Generic ASA @MK3.5 0.25.json"
},
{
"name": "Prusa Generic ASA @MK3.5 0.6",
"sub_path": "filament/Prusa Generic ASA @MK3.5 0.6.json"
},
{
"name": "Prusa Generic ASA @MK3.5 0.8",
"sub_path": "filament/Prusa Generic ASA @MK3.5 0.8.json"
},
{
"name": "Prusa Generic PC @MK3.5",
"sub_path": "filament/Prusa Generic PC @MK3.5.json"
},
{
"name": "Prusa Generic PC @MK3.5 0.25",
"sub_path": "filament/Prusa Generic PC @MK3.5 0.25.json"
},
{
"name": "Prusa Generic PC @MK3.5 0.6",
"sub_path": "filament/Prusa Generic PC @MK3.5 0.6.json"
},
{
"name": "Prusa Generic PC @MK3.5 0.8",
"sub_path": "filament/Prusa Generic PC @MK3.5 0.8.json"
},
{
"name": "Prusa Generic PVA @MK3.5",
"sub_path": "filament/Prusa Generic PVA @MK3.5.json"
},
{
"name": "Prusa Generic PVA @MK3.5 0.25",
"sub_path": "filament/Prusa Generic PVA @MK3.5 0.25.json"
},
{
"name": "Prusa Generic PVA @MK3.5 0.6",
"sub_path": "filament/Prusa Generic PVA @MK3.5 0.6.json"
},
{
"name": "Prusa Generic PVA @MK3.5 0.8",
"sub_path": "filament/Prusa Generic PVA @MK3.5 0.8.json"
},
{
"name": "Prusa Generic PA @MK3.5",
"sub_path": "filament/Prusa Generic PA @MK3.5.json"
},
{
"name": "Prusa Generic PA @MK3.5 0.25",
"sub_path": "filament/Prusa Generic PA @MK3.5 0.25.json"
},
{
"name": "Prusa Generic PA @MK3.5 0.6",
"sub_path": "filament/Prusa Generic PA @MK3.5 0.6.json"
},
{
"name": "Prusa Generic PA @MK3.5 0.8",
"sub_path": "filament/Prusa Generic PA @MK3.5 0.8.json"
},
{
"name": "Prusa Generic PA-CF @MK3.5",
"sub_path": "filament/Prusa Generic PA-CF @MK3.5.json"
},
{
"name": "Prusa Generic PA-CF @MK3.5 0.25",
"sub_path": "filament/Prusa Generic PA-CF @MK3.5 0.25.json"
},
{
"name": "Prusa Generic PA-CF @MK3.5 0.6",
"sub_path": "filament/Prusa Generic PA-CF @MK3.5 0.6.json"
},
{
"name": "Prusa Generic PA-CF @MK3.5 0.8",
"sub_path": "filament/Prusa Generic PA-CF @MK3.5 0.8.json"
},
{
"name": "Prusa Generic ABS @MK4S",
"sub_path": "filament/Prusa Generic ABS @MK4S.json"
},
{
"name": "Prusa Generic ABS @MK4S 0.6",
"sub_path": "filament/Prusa Generic ABS @MK4S 0.6.json"
},
{
"name": "Prusa Generic ABS @MK4S 0.8",
"sub_path": "filament/Prusa Generic ABS @MK4S 0.8.json"
},
{
"name": "Prusa Generic ABS @MK4S HF0.4",
"sub_path": "filament/Prusa Generic ABS @MK4S HF0.4.json"
},
{
"name": "Prusa Generic ABS @MK4S HF0.5",
"sub_path": "filament/Prusa Generic ABS @MK4S HF0.5.json"
},
{
"name": "Prusa Generic ABS @MK4S HF0.6",
"sub_path": "filament/Prusa Generic ABS @MK4S HF0.6.json"
},
{
"name": "Prusa Generic ABS @MK4S HF0.8",
"sub_path": "filament/Prusa Generic ABS @MK4S HF0.8.json"
},
{
"name": "Prusa Generic ASA @MK4S",
"sub_path": "filament/Prusa Generic ASA @MK4S.json"
},
{
"name": "Prusa Generic ASA @MK4S 0.6",
"sub_path": "filament/Prusa Generic ASA @MK4S 0.6.json"
},
{
"name": "Prusa Generic ASA @MK4S 0.8",
"sub_path": "filament/Prusa Generic ASA @MK4S 0.8.json"
},
{
"name": "Prusa Generic ASA @MK4S HF0.4",
"sub_path": "filament/Prusa Generic ASA @MK4S HF0.4.json"
},
{
"name": "Prusa Generic ASA @MK4S HF0.5",
"sub_path": "filament/Prusa Generic ASA @MK4S HF0.5.json"
},
{
"name": "Prusa Generic ASA @MK4S HF0.6",
"sub_path": "filament/Prusa Generic ASA @MK4S HF0.6.json"
},
{
"name": "Prusa Generic ASA @MK4S HF0.8",
"sub_path": "filament/Prusa Generic ASA @MK4S HF0.8.json"
},
{
"name": "Prusa Generic TPU @MK4S",
"sub_path": "filament/Prusa Generic TPU @MK4S.json"
},
{
"name": "Prusa Generic TPU @MK4S 0.6",
"sub_path": "filament/Prusa Generic TPU @MK4S 0.6.json"
},
{
"name": "Prusa Generic TPU @MK4S 0.8",
"sub_path": "filament/Prusa Generic TPU @MK4S 0.8.json"
},
{
"name": "Prusa Generic PETG @MK4S",
"sub_path": "filament/Prusa Generic PETG @MK4S.json"
},
{
"name": "Prusa Generic PETG @MK4S 0.6",
"sub_path": "filament/Prusa Generic PETG @MK4S 0.6.json"
},
{
"name": "Prusa Generic PETG @MK4S 0.8",
"sub_path": "filament/Prusa Generic PETG @MK4S 0.8.json"
},
{
"name": "Prusa Generic PETG @MK4S HF0.4",
"sub_path": "filament/Prusa Generic PETG @MK4S HF0.4.json"
},
{
"name": "Prusa Generic PETG @MK4S HF0.5",
"sub_path": "filament/Prusa Generic PETG @MK4S HF0.5.json"
},
{
"name": "Prusa Generic PETG @MK4S HF0.6",
"sub_path": "filament/Prusa Generic PETG @MK4S HF0.6.json"
},
{
"name": "Prusa Generic PETG @MK4S HF0.8",
"sub_path": "filament/Prusa Generic PETG @MK4S HF0.8.json"
},
{
"name": "Prusa Generic PLA @MK4S",
"sub_path": "filament/Prusa Generic PLA @MK4S.json"
},
{
"name": "Prusa Generic PLA @MK4S 0.6",
"sub_path": "filament/Prusa Generic PLA @MK4S 0.6.json"
},
{
"name": "Prusa Generic PLA @MK4S 0.8",
"sub_path": "filament/Prusa Generic PLA @MK4S 0.8.json"
},
{
"name": "Prusa Generic PLA @MK4S HF0.4",
"sub_path": "filament/Prusa Generic PLA @MK4S HF0.4.json"
},
{
"name": "Prusa Generic PLA @MK4S HF0.5",
"sub_path": "filament/Prusa Generic PLA @MK4S HF0.5.json"
},
{
"name": "Prusa Generic PLA @MK4S HF0.6",
"sub_path": "filament/Prusa Generic PLA @MK4S HF0.6.json"
},
{
"name": "Prusa Generic PLA @MK4S HF0.8",
"sub_path": "filament/Prusa Generic PLA @MK4S HF0.8.json"
},
{
"name": "Prusa Generic PLA Silk @MK4S",
"sub_path": "filament/Prusa Generic PLA Silk @MK4S.json"
},
{
"name": "Prusa Generic PLA Silk @MK4S 0.6",
"sub_path": "filament/Prusa Generic PLA Silk @MK4S 0.6.json"
},
{
"name": "Prusa Generic PLA Silk @MK4S 0.8",
"sub_path": "filament/Prusa Generic PLA Silk @MK4S 0.8.json"
}
],
"machine_list": [
{
"name": "fdm_machine_common",
"sub_path": "machine/fdm_machine_common.json"
2024-08-29 12:41:09 +00:00
},
{
"name": "fdm_machine_common_xl",
"sub_path": "machine/fdm_machine_common_xl.json"
},
{
"name": "fdm_machine_common_xl_5t",
"sub_path": "machine/fdm_machine_common_xl_5t.json"
},
{
"name": "fdm_machine_common_mk4s",
"sub_path": "machine/fdm_machine_common_mk4s.json"
},
{
"name": "Prusa MK3S 0.25 nozzle",
"sub_path": "machine/Prusa MK3S 0.25 nozzle.json"
},
{
"name": "Prusa MK3S 0.4 nozzle",
"sub_path": "machine/Prusa MK3S 0.4 nozzle.json"
},
{
"name": "Prusa MK3S 0.6 nozzle",
"sub_path": "machine/Prusa MK3S 0.6 nozzle.json"
},
{
"name": "Prusa MK3S 0.8 nozzle",
"sub_path": "machine/Prusa MK3S 0.8 nozzle.json"
},
2023-09-05 11:51:36 +00:00
{
"name": "Prusa MK4 0.25 nozzle",
"sub_path": "machine/Prusa MK4 0.25 nozzle.json"
},
2023-08-27 15:37:43 +00:00
{
"name": "Prusa MK4 0.4 nozzle",
"sub_path": "machine/Prusa MK4 0.4 nozzle.json"
},
{
"name": "Prusa MINIIS 0.4 nozzle",
"sub_path": "machine/Prusa MINIIS 0.4 nozzle.json"
},
{
"name": "Prusa MINIIS 0.25 nozzle",
"sub_path": "machine/Prusa MINIIS 0.25 nozzle.json"
},
{
"name": "Prusa MINIIS 0.6 nozzle",
"sub_path": "machine/Prusa MINIIS 0.6 nozzle.json"
},
{
"name": "Prusa MINIIS 0.8 nozzle",
"sub_path": "machine/Prusa MINIIS 0.8 nozzle.json"
},
2024-08-28 19:48:15 +00:00
{
"name": "Prusa MK3.5 0.4 nozzle",
"sub_path": "machine/Prusa MK3.5 0.4 nozzle.json"
},
{
"name": "Prusa MK3.5 0.25 nozzle",
"sub_path": "machine/Prusa MK3.5 0.25 nozzle.json"
},
{
"name": "Prusa MK3.5 0.6 nozzle",
"sub_path": "machine/Prusa MK3.5 0.6 nozzle.json"
},
{
"name": "Prusa MK3.5 0.8 nozzle",
"sub_path": "machine/Prusa MK3.5 0.8 nozzle.json"
},
2023-09-05 11:51:36 +00:00
{
"name": "Prusa MK4 0.6 nozzle",
"sub_path": "machine/Prusa MK4 0.6 nozzle.json"
},
{
"name": "Prusa MK4 0.8 nozzle",
"sub_path": "machine/Prusa MK4 0.8 nozzle.json"
},
{
"name": "Prusa MINI 0.25 nozzle",
"sub_path": "machine/Prusa MINI 0.25 nozzle.json"
},
{
"name": "Prusa MINI 0.4 nozzle",
"sub_path": "machine/Prusa MINI 0.4 nozzle.json"
},
{
"name": "Prusa MINI 0.6 nozzle",
"sub_path": "machine/Prusa MINI 0.6 nozzle.json"
},
{
"name": "Prusa MINI 0.8 nozzle",
"sub_path": "machine/Prusa MINI 0.8 nozzle.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "Prusa XL 0.25 nozzle",
"sub_path": "machine/Prusa XL 0.25 nozzle.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "Prusa XL 0.3 nozzle",
"sub_path": "machine/Prusa XL 0.3 nozzle.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "Prusa XL 0.4 nozzle",
"sub_path": "machine/Prusa XL 0.4 nozzle.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "Prusa XL 0.5 nozzle",
"sub_path": "machine/Prusa XL 0.5 nozzle.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "Prusa XL 0.6 nozzle",
"sub_path": "machine/Prusa XL 0.6 nozzle.json"
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 c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * 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
2024-06-08 09:36:00 +00:00
},
{
"name": "Prusa XL 0.8 nozzle",
"sub_path": "machine/Prusa XL 0.8 nozzle.json"
2024-08-29 12:41:09 +00:00
},
{
"name": "Prusa XL 5T 0.25 nozzle",
"sub_path": "machine/Prusa XL 5T 0.25 nozzle.json"
},
{
"name": "Prusa XL 5T 0.3 nozzle",
"sub_path": "machine/Prusa XL 5T 0.3 nozzle.json"
},
{
"name": "Prusa XL 5T 0.4 nozzle",
"sub_path": "machine/Prusa XL 5T 0.4 nozzle.json"
},
{
"name": "Prusa XL 5T 0.5 nozzle",
"sub_path": "machine/Prusa XL 5T 0.5 nozzle.json"
},
{
"name": "Prusa XL 5T 0.6 nozzle",
"sub_path": "machine/Prusa XL 5T 0.6 nozzle.json"
},
{
"name": "Prusa XL 5T 0.8 nozzle",
"sub_path": "machine/Prusa XL 5T 0.8 nozzle.json"
},
{
"name": "Prusa MK4S 0.4 nozzle",
"sub_path": "machine/Prusa MK4S 0.4 nozzle.json"
},
{
"name": "Prusa MK4S HF0.4 nozzle",
"sub_path": "machine/Prusa MK4S HF0.4 nozzle.json"
},
{
"name": "Prusa MK4S 0.25 nozzle",
"sub_path": "machine/Prusa MK4S 0.25 nozzle.json"
},
{
"name": "Prusa MK4S 0.3 nozzle",
"sub_path": "machine/Prusa MK4S 0.3 nozzle.json"
},
{
"name": "Prusa MK4S 0.5 nozzle",
"sub_path": "machine/Prusa MK4S 0.5 nozzle.json"
},
{
"name": "Prusa MK4S 0.6 nozzle",
"sub_path": "machine/Prusa MK4S 0.6 nozzle.json"
},
{
"name": "Prusa MK4S 0.8 nozzle",
"sub_path": "machine/Prusa MK4S 0.8 nozzle.json"
},
{
"name": "Prusa MK4S HF0.5 nozzle",
"sub_path": "machine/Prusa MK4S HF0.5 nozzle.json"
},
{
"name": "Prusa MK4S HF0.6 nozzle",
"sub_path": "machine/Prusa MK4S HF0.6 nozzle.json"
},
{
"name": "Prusa MK4S HF0.8 nozzle",
"sub_path": "machine/Prusa MK4S HF0.8 nozzle.json"
}
]
}