From 7d259addf0c110e5511d724e0e642f5a2c9da225 Mon Sep 17 00:00:00 2001 From: Alan Bjorklund Date: Thu, 26 Sep 2024 15:44:03 -0400 Subject: [PATCH 1/5] Adding more materials for Method printers, updates to sr30 175 PP-511 --- ultimaker_abs_175.xml.fdm_material | 82 ++++++++++++++++++ ultimaker_nylon-cf_175.xml.fdm_material | 101 +++++++++++++++++++++++ ultimaker_petg_175.xml.fdm_material | 90 ++++++++++++++++++++ ultimaker_sr30_175.xml.fdm_material | 5 +- ultimaker_tough_pla_175.xml.fdm_material | 41 ++++++++- 5 files changed, 315 insertions(+), 4 deletions(-) create mode 100644 ultimaker_abs_175.xml.fdm_material create mode 100644 ultimaker_nylon-cf_175.xml.fdm_material create mode 100644 ultimaker_petg_175.xml.fdm_material diff --git a/ultimaker_abs_175.xml.fdm_material b/ultimaker_abs_175.xml.fdm_material new file mode 100644 index 000000000..69eb040a8 --- /dev/null +++ b/ultimaker_abs_175.xml.fdm_material @@ -0,0 +1,82 @@ + + + + + Ultimaker + ABS + Generic + + 5fbb2fe78-921e-483f-bd78-b76e06fab9a + 1 + abs + #8cb219 + Tough and durable. ABS is good for mechanical parts. It is impact resistant, dimensionally stable and handles temperatures up to 85ºC. + No glue needed + https://support.ultimaker.com/s/article/How-to-print-with-Method-ABS + + + 1.1 + 1.75 + 750 + + + 230 + 200 + 80 + 36 + 0 + 70 + + + + 235 + 180 + 87 + 0 + + no + + + yes + + + no + + + no + + + yes + + + yes + + + + + 235 + 180 + 85 + 87 + 0 + + no + + + yes + + + no + + + no + + + yes + + + yes + + + + diff --git a/ultimaker_nylon-cf_175.xml.fdm_material b/ultimaker_nylon-cf_175.xml.fdm_material new file mode 100644 index 000000000..a28f6d43e --- /dev/null +++ b/ultimaker_nylon-cf_175.xml.fdm_material @@ -0,0 +1,101 @@ + + + + + Ultimaker + Nylon Carbon Fiber + Generic + + 17abb865-ca73-4ccd-aeda-38e294c9c60b + nylon-cf + 1 + #0e0e10 + Nylon is strong, abrasion-resistant, durable and engineered for low moisture sensitivity. + Use glue. + https://support.ultimaker.com/s/article/How-to-print-with-Method-Nylon12-CF + + + 1.14 + 1.75 + 750 + + + 250 + 180 + 0 + yes + 100 + 100 + + + + 60 + + no + + + no + + + no + + + no + + + yes + + + yes + + + + + + 93 + + no + + + no + + + no + + + no + + + yes + + + yes + + + + + + 85 + 95 + + no + + + no + + + no + + + no + + + yes + + + yes + + + + + diff --git a/ultimaker_petg_175.xml.fdm_material b/ultimaker_petg_175.xml.fdm_material new file mode 100644 index 000000000..b7a248618 --- /dev/null +++ b/ultimaker_petg_175.xml.fdm_material @@ -0,0 +1,90 @@ + + + + + Ultimaker + PETG + Generic + + 2d004bbd-d1bb-47f8-beac-b066702d5273 + pet + 1 + #f3a112 + Generic PETG profile. The data in this file may not be correct for your specific machine. + Set your prime speed to a low value (8mm/sec) + https://support.ultimaker.com/s/article/Method-Filament-PETG + + + 1.27 + 1.75 + 750 + + + 215 + 70 + 120 + + + + + 230 + 160 + 60 + 50 + 225 + 225 + 230 + 235 + + yes + + + no + + + no + + + no + + + yes + + + yes + + + + + + 230 + 160 + 60 + 60 + 50 + 225 + 225 + 230 + 235 + + yes + + + no + + + no + + + no + + + yes + + + yes + + + + + diff --git a/ultimaker_sr30_175.xml.fdm_material b/ultimaker_sr30_175.xml.fdm_material index 1181e9fca..b633902aa 100644 --- a/ultimaker_sr30_175.xml.fdm_material +++ b/ultimaker_sr30_175.xml.fdm_material @@ -8,7 +8,7 @@ 77873465-83a9-4283-bc44-4e542b8eb3eb sr30 - 6 + 7 #f5f2d1 Dissolvable support material works seamlessly with ABS, ASA, and various other high-temp materials. Use the same temperatures and adhesion method as your build material(s). @@ -30,7 +30,8 @@ True =extruder_nr==support_extruder_nr or extruder_nr==raft_base_extruder_nr or extruder_nr==raft_interface_extruder_nr or extruder_nr==raft_surface_extruder_nr True - + 250 + 250 107 diff --git a/ultimaker_tough_pla_175.xml.fdm_material b/ultimaker_tough_pla_175.xml.fdm_material index d46d7bf5d..e5462d4d6 100644 --- a/ultimaker_tough_pla_175.xml.fdm_material +++ b/ultimaker_tough_pla_175.xml.fdm_material @@ -9,7 +9,7 @@ de031137-a8ca-4a72-bd1b-17bb964033ad im-pla - 1 + 2 #f5f2d1 Technical PLA material with toughness similar to ABS. Ideal for reliably printing functional prototypes and tooling at larger sizes, Tough PLA offers the same safe and easy use as regular PLA. No glue required @@ -31,7 +31,14 @@ - + 210 + 160 + 40 + 100 + 100.2 + 100.1 + 205 + 205 yes @@ -45,8 +52,38 @@ no + yes + + + yes + + + + + + 210 + 160 + 40 + 40 + 45 + 205 + 205 + 100 + + yes + + + no + + no + + no + + + yes + yes From a5b3c4c6457ad56e662b59434742bad788122868 Mon Sep 17 00:00:00 2001 From: Alan Bjorklund Date: Fri, 27 Sep 2024 15:41:53 -0400 Subject: [PATCH 2/5] update GUID for UM abs 175 PP-511 --- ultimaker_abs_175.xml.fdm_material | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ultimaker_abs_175.xml.fdm_material b/ultimaker_abs_175.xml.fdm_material index 69eb040a8..404fc4124 100644 --- a/ultimaker_abs_175.xml.fdm_material +++ b/ultimaker_abs_175.xml.fdm_material @@ -6,8 +6,8 @@ ABS Generic - 5fbb2fe78-921e-483f-bd78-b76e06fab9a - 1 + e0f1d581-cc6b-4e36-8f3c-3f5601ecba5f + 2 abs #8cb219 Tough and durable. ABS is good for mechanical parts. It is impact resistant, dimensionally stable and handles temperatures up to 85ºC. From 5b96fd0e4196125c358f2c6482b3f4ecddbcc1fb Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Mon, 30 Sep 2024 15:08:29 +0200 Subject: [PATCH 3/5] Fix setting name --- ultimaker_abs_175.xml.fdm_material | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ultimaker_abs_175.xml.fdm_material b/ultimaker_abs_175.xml.fdm_material index 404fc4124..75f908355 100644 --- a/ultimaker_abs_175.xml.fdm_material +++ b/ultimaker_abs_175.xml.fdm_material @@ -57,7 +57,7 @@ 235 180 85 - 87 + 87 0 no From 64e1eb068ccb90f1907dc4717c56e807ee1f21c6 Mon Sep 17 00:00:00 2001 From: Paul Kuiper <46715907+pkuiper-ultimaker@users.noreply.github.com> Date: Tue, 1 Oct 2024 19:04:08 +0200 Subject: [PATCH 4/5] Removed reference material ids from the generic profiles --- generic_abs_175.xml.fdm_material | 3 +-- generic_asa_175.xml.fdm_material | 3 +-- generic_nylon_175.xml.fdm_material | 3 +-- generic_pc_175.xml.fdm_material | 3 +-- generic_petg_175.xml.fdm_material | 3 +-- generic_pla_175.xml.fdm_material | 3 +-- generic_pva_175.xml.fdm_material | 3 +-- 7 files changed, 7 insertions(+), 14 deletions(-) diff --git a/generic_abs_175.xml.fdm_material b/generic_abs_175.xml.fdm_material index bec05d481..567ba2c31 100644 --- a/generic_abs_175.xml.fdm_material +++ b/generic_abs_175.xml.fdm_material @@ -10,8 +10,7 @@ Generic ABS 1.75mm profile. The data in this file may not be correct for your sp Generic 2780b345-577b-4a24-a2c5-12e6aad3e690 - 11 - abs + 12 #8cb219 Tough and durable. ABS is good for mechanical parts. It is impact resistant, dimensionally stable and handles temperatures up to 85ºC. No glue needed diff --git a/generic_asa_175.xml.fdm_material b/generic_asa_175.xml.fdm_material index a5e2f5cc2..2b5308769 100644 --- a/generic_asa_175.xml.fdm_material +++ b/generic_asa_175.xml.fdm_material @@ -10,8 +10,7 @@ Generic ASA 1.75mm profile. The data in this file may not be correct for your sp Generic 416eead4-0d8e-4f0b-8bfc-a91a519befa5 - asa - 6 + 7 #ffe92a ASA combines the qualities of ABS with the added benefit of UV resistance and additional moisture resistance making it ideal for equipment exposed to sunlight and rain over long periods of time – such as products for the agriculture, transportation, and power and utility industries. No glue needed diff --git a/generic_nylon_175.xml.fdm_material b/generic_nylon_175.xml.fdm_material index bb53fc9b7..8ee636824 100644 --- a/generic_nylon_175.xml.fdm_material +++ b/generic_nylon_175.xml.fdm_material @@ -10,8 +10,7 @@ Generic Nylon 1.75mm profile. The data in this file may not be correct for your Generic 283d439a-3490-4481-920c-c51d8cdecf9c - nylon - 7 + 8 #3DF266 Nylon is strong, abrasion-resistant, durable and engineered for low moisture sensitivity. Use glue. diff --git a/generic_pc_175.xml.fdm_material b/generic_pc_175.xml.fdm_material index 57616ee63..85a07c3aa 100644 --- a/generic_pc_175.xml.fdm_material +++ b/generic_pc_175.xml.fdm_material @@ -10,8 +10,7 @@ Generic PC 1.75mm profile. The data in this file may not be correct for your spe Generic 62414577-94d1-490d-b1e4-7ef3ec40db02 - pc - 6 + 7 #F29030 Strong, tough and temperature resistant. PC offers a great print quality, heat resistance up to 110ºC, mechanical strength and toughness. Use glue for small prints. An adhesion sheet is recommended for larger prints. Set your print speed to a low value (10mm/sec) to get better layer bonding. diff --git a/generic_petg_175.xml.fdm_material b/generic_petg_175.xml.fdm_material index f2d2921a6..af5214db0 100644 --- a/generic_petg_175.xml.fdm_material +++ b/generic_petg_175.xml.fdm_material @@ -10,8 +10,7 @@ Generic PETG 1.75mm profile. The data in this file may not be correct for your s Generic 69386c85-5b6c-421a-bec5-aeb1fb33f060 - petg - 6 + 7 #f3a112 Generic PETG profile. The data in this file may not be correct for your specific machine. Set your prime speed to a low value (8mm/sec) diff --git a/generic_pla_175.xml.fdm_material b/generic_pla_175.xml.fdm_material index 270952813..45bd3066a 100644 --- a/generic_pla_175.xml.fdm_material +++ b/generic_pla_175.xml.fdm_material @@ -10,8 +10,7 @@ Generic PLA 1.75mm profile. The data in this file may not be correct for your sp Generic 0ff92885-617b-4144-a03c-9989872454bc - pla - 12 + 13 #ffc924 Fast, safe and reliable printing. PLA is ideal for the fast and reliable printing of parts and prototypes with a great surface quality. Print on bare glass. Use tape for cold build plates. diff --git a/generic_pva_175.xml.fdm_material b/generic_pva_175.xml.fdm_material index d8b3fca7f..53f746d9f 100644 --- a/generic_pva_175.xml.fdm_material +++ b/generic_pva_175.xml.fdm_material @@ -10,8 +10,7 @@ Generic PVA 1.75mm profile. The data in this file may not be correct for your sp Generic a4255da2-cb2a-4042-be49-4a83957a2f9a - pva - 10 + 11 #a32bcc Water soluble support material. PVA is a matching support material for PLA, CPE and Nylon. Use the same temperatures and adhesion method as your build material(s). From 8d9f18db027afe6e707e61350afe551583838e45 Mon Sep 17 00:00:00 2001 From: Alan Bjorklund Date: Wed, 2 Oct 2024 16:54:57 -0400 Subject: [PATCH 5/5] updated this branch after merging sketch / sketch large settings PP-511 --- ultimaker_pla_175.xml.fdm_material | 32 ++++++++++++++++++++++- ultimaker_tough_pla_175.xml.fdm_material | 33 +++++++++++++++++++++++- 2 files changed, 63 insertions(+), 2 deletions(-) diff --git a/ultimaker_pla_175.xml.fdm_material b/ultimaker_pla_175.xml.fdm_material index b008f0f09..f5bafb881 100644 --- a/ultimaker_pla_175.xml.fdm_material +++ b/ultimaker_pla_175.xml.fdm_material @@ -8,7 +8,7 @@ abb9c58e-1f56-48d1-bd8f-055fde3a5b56 pla - 28 + 29 #2E5266 Fast, safe and reliable printing. PLA is ideal for the fast and reliable printing of parts and prototypes with a great surface quality. Print directly on a clean build surface, a raft will help with adhesion and dimensional accuracy. @@ -90,5 +90,35 @@ yes + + + 220 + 160 + 100 + 50 + 55 + 215 + 225 + 215 + 215 + + yes + + + + + 210 + 160 + 100 + 50 + 55 + 210 + 220 + 210 + 210 + + yes + + diff --git a/ultimaker_tough_pla_175.xml.fdm_material b/ultimaker_tough_pla_175.xml.fdm_material index e5462d4d6..4098ea965 100644 --- a/ultimaker_tough_pla_175.xml.fdm_material +++ b/ultimaker_tough_pla_175.xml.fdm_material @@ -9,7 +9,7 @@ de031137-a8ca-4a72-bd1b-17bb964033ad im-pla - 2 + 3 #f5f2d1 Technical PLA material with toughness similar to ABS. Ideal for reliably printing functional prototypes and tooling at larger sizes, Tough PLA offers the same safe and easy use as regular PLA. No glue required @@ -88,5 +88,36 @@ yes + + + + 220 + 160 + 100 + 50 + 55 + 215 + 225 + 215 + 215 + + yes + + + + + 210 + 150 + 100 + 50 + 55 + 210 + 220 + 210 + 210 + + yes + +