From 6ecb6f8de1f3771fa000057750b39800d53cc337 Mon Sep 17 00:00:00 2001 From: Paul Kuiper <46715907+pkuiper-ultimaker@users.noreply.github.com> Date: Wed, 26 Jun 2024 10:03:20 +0200 Subject: [PATCH] Remove the "flow sensor detection margin" settings from the material profiles and rely on the machine json defaults. The defaults settings for S-line machines is 0.8 and for F4 it is 0.5 (see default_flow_sensor_detection_margin in the machine json files in opinicus). For very flexible materials we reduced the detect margin to 0.2 for F4 machines to trigger earlier. This prevents material buckling. PP-467 --- generic_abs.xml.fdm_material | 3 +-- generic_bam.xml.fdm_material | 3 +-- generic_cffcpe.xml.fdm_material | 3 +-- generic_cffpa.xml.fdm_material | 3 +-- generic_cffpps.xml.fdm_material | 3 +-- generic_cpe.xml.fdm_material | 3 +-- generic_cpe_plus.xml.fdm_material | 3 +-- generic_gffcpe.xml.fdm_material | 3 +-- generic_gffpa.xml.fdm_material | 3 +-- generic_hips.xml.fdm_material | 3 +-- generic_nylon.xml.fdm_material | 4 ++-- generic_pc.xml.fdm_material | 3 +-- generic_petcf.xml.fdm_material | 3 +-- generic_petg.xml.fdm_material | 3 +-- generic_pla.xml.fdm_material | 3 +-- generic_pp.xml.fdm_material | 4 ++-- generic_pva.xml.fdm_material | 4 +--- generic_tough_pla.xml.fdm_material | 3 +-- generic_tpu.xml.fdm_material | 5 ++--- ultimaker_abs.xml.fdm_material | 3 +-- ultimaker_abs_black.xml.fdm_material | 3 +-- ultimaker_abs_blue.xml.fdm_material | 3 +-- ultimaker_abs_green.xml.fdm_material | 3 +-- ultimaker_abs_grey.xml.fdm_material | 3 +-- ultimaker_abs_orange.xml.fdm_material | 3 +-- ultimaker_abs_pearl-gold.xml.fdm_material | 3 +-- ultimaker_abs_red.xml.fdm_material | 3 +-- ultimaker_abs_silver-metallic.xml.fdm_material | 3 +-- ultimaker_abs_white.xml.fdm_material | 3 +-- ultimaker_abs_yellow.xml.fdm_material | 3 +-- ultimaker_bam.xml.fdm_material | 3 +-- ultimaker_cpe.xml.fdm_material | 3 +-- ultimaker_cpe_black.xml.fdm_material | 3 +-- ultimaker_cpe_blue.xml.fdm_material | 3 +-- ultimaker_cpe_dark-grey.xml.fdm_material | 3 +-- ultimaker_cpe_green.xml.fdm_material | 3 +-- ultimaker_cpe_light-grey.xml.fdm_material | 3 +-- ultimaker_cpe_plus.xml.fdm_material | 3 +-- ultimaker_cpe_plus_black.xml.fdm_material | 3 +-- ultimaker_cpe_plus_transparent.xml.fdm_material | 3 +-- ultimaker_cpe_plus_white.xml.fdm_material | 3 +-- ultimaker_cpe_red.xml.fdm_material | 3 +-- ultimaker_cpe_transparent.xml.fdm_material | 3 +-- ultimaker_cpe_white.xml.fdm_material | 3 +-- ultimaker_cpe_yellow.xml.fdm_material | 3 +-- ultimaker_nylon.xml.fdm_material | 4 ++-- ultimaker_nylon_black.xml.fdm_material | 4 ++-- ultimaker_nylon_transparent.xml.fdm_material | 4 ++-- ultimaker_pc.xml.fdm_material | 3 +-- ultimaker_pc_black.xml.fdm_material | 3 +-- ultimaker_pc_transparent.xml.fdm_material | 3 +-- ultimaker_pc_white.xml.fdm_material | 3 +-- ultimaker_petcf.xml.fdm_material | 3 +-- ultimaker_petcf_black.xml.fdm_material | 3 +-- ultimaker_petcf_blue.xml.fdm_material | 3 +-- ultimaker_petcf_gray.xml.fdm_material | 3 +-- ultimaker_petg.xml.fdm_material | 3 +-- ultimaker_petg_black.xml.fdm_material | 3 +-- ultimaker_petg_blue.xml.fdm_material | 3 +-- ultimaker_petg_blue_translucent.xml.fdm_material | 3 +-- ultimaker_petg_green.xml.fdm_material | 3 +-- ultimaker_petg_green_translucent.xml.fdm_material | 3 +-- ultimaker_petg_grey.xml.fdm_material | 3 +-- ultimaker_petg_orange.xml.fdm_material | 3 +-- ultimaker_petg_red.xml.fdm_material | 3 +-- ultimaker_petg_red_translucent.xml.fdm_material | 3 +-- ultimaker_petg_silver.xml.fdm_material | 3 +-- ultimaker_petg_transparent.xml.fdm_material | 3 +-- ultimaker_petg_white.xml.fdm_material | 3 +-- ultimaker_petg_yellow.xml.fdm_material | 3 +-- ultimaker_petg_yellow_fluorescent.xml.fdm_material | 3 +-- ultimaker_pla.xml.fdm_material | 3 +-- ultimaker_pla_black.xml.fdm_material | 3 +-- ultimaker_pla_blue.xml.fdm_material | 3 +-- ultimaker_pla_green.xml.fdm_material | 3 +-- ultimaker_pla_magenta.xml.fdm_material | 3 +-- ultimaker_pla_orange.xml.fdm_material | 3 +-- ultimaker_pla_pearl-white.xml.fdm_material | 3 +-- ultimaker_pla_red.xml.fdm_material | 3 +-- ultimaker_pla_silver-metallic.xml.fdm_material | 3 +-- ultimaker_pla_transparent.xml.fdm_material | 3 +-- ultimaker_pla_white.xml.fdm_material | 3 +-- ultimaker_pla_yellow.xml.fdm_material | 3 +-- ultimaker_pp_transparent.xml.fdm_material | 4 ++-- ultimaker_ppscf_metallic-anthracite.xml.fdm_material | 3 +-- ultimaker_pva.xml.fdm_material | 4 +--- ultimaker_tough_pla.xml.fdm_material | 3 +-- ultimaker_tough_pla_black.xml.fdm_material | 3 +-- ultimaker_tough_pla_blue.xml.fdm_material | 3 +-- ultimaker_tough_pla_gray.xml.fdm_material | 3 +-- ultimaker_tough_pla_green.xml.fdm_material | 3 +-- ultimaker_tough_pla_red.xml.fdm_material | 3 +-- ultimaker_tough_pla_white.xml.fdm_material | 3 +-- ultimaker_tough_pla_yellow.xml.fdm_material | 3 +-- ultimaker_tpu.xml.fdm_material | 5 ++--- ultimaker_tpu_black.xml.fdm_material | 5 ++--- ultimaker_tpu_blue.xml.fdm_material | 5 ++--- ultimaker_tpu_red.xml.fdm_material | 5 ++--- ultimaker_tpu_white.xml.fdm_material | 5 ++--- 99 files changed, 111 insertions(+), 206 deletions(-) diff --git a/generic_abs.xml.fdm_material b/generic_abs.xml.fdm_material index 9e238b266..c093ea8d3 100644 --- a/generic_abs.xml.fdm_material +++ b/generic_abs.xml.fdm_material @@ -10,7 +10,7 @@ Generic ABS profile. The data in this file may not be correct for your specific Generic 60636bb4-518f-42e7-8237-fe77b194ebe0 - 38 + 39 #8cb219 Tough and durable. ABS is good for mechanical parts. It is impact resistant, dimensionally stable and handles temperatures up to 85ºC. Use glue, to avoid chipping of the glass. @@ -53,7 +53,6 @@ Generic ABS profile. The data in this file may not be correct for your specific 1.0 - 0.8 0 diff --git a/generic_bam.xml.fdm_material b/generic_bam.xml.fdm_material index 710eecea7..f6a15606f 100644 --- a/generic_bam.xml.fdm_material +++ b/generic_bam.xml.fdm_material @@ -10,7 +10,7 @@ Generic break away support material profile. The data in this file may not be co Generic 7e6207c4-22ff-441a-b261-ff89f166d6a0 - 34 + 35 #F1ECE1 Breakaway Material. Breakaway is a matching support material for PLA, ABS, CPE, CPE+, and Nylon Use the same temperatures and adhesion method as your build material(s). @@ -50,7 +50,6 @@ Generic break away support material profile. The data in this file may not be co 1.0 - 0.8 0 diff --git a/generic_cffcpe.xml.fdm_material b/generic_cffcpe.xml.fdm_material index 985e1c66e..e8d179707 100644 --- a/generic_cffcpe.xml.fdm_material +++ b/generic_cffcpe.xml.fdm_material @@ -10,7 +10,7 @@ This is the baseline profile for Carbon Fiber Filled Copolyesters for the Print Generic f8e496d6-7599-4015-9fac-c7ce53f6633c - 23 + 24 #212F3D This is the baseline profile for Carbon Fiber Filled Copolyesters for the Print Profile Assistant. This profile can also be used for other base materials (ABS, PP, etc) Use glue. @@ -51,7 +51,6 @@ This is the baseline profile for Carbon Fiber Filled Copolyesters for the Print 1.0 - 0.8 0 diff --git a/generic_cffpa.xml.fdm_material b/generic_cffpa.xml.fdm_material index 1f68463ec..3a62887c4 100644 --- a/generic_cffpa.xml.fdm_material +++ b/generic_cffpa.xml.fdm_material @@ -10,7 +10,7 @@ This is the baseline profile for Carbon Fiber Filled Polyamides for the Print Pr Generic bd66b243-9d50-4e12-bfc3-51c874fca16a - 24 + 25 #212F3D This is the baseline profile for Carbon Fiber Filled Polyamides for the Print Profile Assistant. Use glue. @@ -51,7 +51,6 @@ This is the baseline profile for Carbon Fiber Filled Polyamides for the Print Pr 1.0 - 0.8 0 diff --git a/generic_cffpps.xml.fdm_material b/generic_cffpps.xml.fdm_material index 0d082c84e..db0ab01a9 100644 --- a/generic_cffpps.xml.fdm_material +++ b/generic_cffpps.xml.fdm_material @@ -10,7 +10,7 @@ This is the baseline profile for Carbon Fiber Filled PPS for the Print Profile A Generic 6b0a5f1a-a43c-483c-b02e-9c9915233143 - 11 + 12 #212F3D This is the baseline profile for Carbon Fiber Filled PPS for the Print Profile Assistant. This profile can also be used for other base materials (ABS, PP, etc) No glue needed @@ -48,7 +48,6 @@ This is the baseline profile for Carbon Fiber Filled PPS for the Print Profile A 1.0 - 0.8 0 diff --git a/generic_cpe.xml.fdm_material b/generic_cpe.xml.fdm_material index 372cc1729..4bb81b6a4 100644 --- a/generic_cpe.xml.fdm_material +++ b/generic_cpe.xml.fdm_material @@ -10,7 +10,7 @@ Generic CPE profile. The data in this file may not be correct for your specific Generic 12f41353-1a33-415e-8b4f-a775a6c70cc6 - 40 + 41 #159499 Chemically resistant and tough. CPE is chemically inert, tough, dimensionally stable and handles temperatures up to 70ºC. Use glue. @@ -51,7 +51,6 @@ Generic CPE profile. The data in this file may not be correct for your specific 1.0 - 0.8 0 diff --git a/generic_cpe_plus.xml.fdm_material b/generic_cpe_plus.xml.fdm_material index cb1923d8c..73ff30293 100644 --- a/generic_cpe_plus.xml.fdm_material +++ b/generic_cpe_plus.xml.fdm_material @@ -10,7 +10,7 @@ Generic CPE+ profile. The data in this file may not be correct for your specific Generic e2409626-b5a0-4025-b73e-b58070219259 - 40 + 41 #3633F2 Chemically resistant and tough. CPE+ is chemically inert, tough, dimensionally stable and handles temperatures up to 100ºC. Use glue for small prints. An adhesion sheet is recommended for larger prints. @@ -52,7 +52,6 @@ Generic CPE+ profile. The data in this file may not be correct for your specific 1.0 - 0.8 0 diff --git a/generic_gffcpe.xml.fdm_material b/generic_gffcpe.xml.fdm_material index ce42a981e..560a91e6b 100644 --- a/generic_gffcpe.xml.fdm_material +++ b/generic_gffcpe.xml.fdm_material @@ -10,7 +10,7 @@ This is the baseline profile for Glass Fiber Filled Copolyesters for the Print P Generic d4b786bb-e5d2-481b-b3ab-0be976d36af8 - 25 + 26 #D5D8DC This is the baseline profile for Glass Fiber Filled Copolyesters for the Print Profile Assistant. This profile can also be used for other base materials (ABS, PP, etc) Use glue. @@ -51,7 +51,6 @@ This is the baseline profile for Glass Fiber Filled Copolyesters for the Print P 1.0 - 0.8 0 diff --git a/generic_gffpa.xml.fdm_material b/generic_gffpa.xml.fdm_material index 706db4e9e..4d742ab8f 100644 --- a/generic_gffpa.xml.fdm_material +++ b/generic_gffpa.xml.fdm_material @@ -10,7 +10,7 @@ This is the baseline profile for Glass Fiber Filled Polyamides for the Print Pro Generic 837cf11b-6b1e-48dc-94dc-4a2b4888648e - 25 + 26 #D5D8DC This is the baseline profile for Glass Fiber Filled Polyamides for the Print Profile Assistant. Use glue. @@ -51,7 +51,6 @@ This is the baseline profile for Glass Fiber Filled Polyamides for the Print Pro 1.0 - 0.8 0 diff --git a/generic_hips.xml.fdm_material b/generic_hips.xml.fdm_material index 2e7b3b0e2..05562c8a3 100644 --- a/generic_hips.xml.fdm_material +++ b/generic_hips.xml.fdm_material @@ -10,7 +10,7 @@ Generic HIPS profile. The data in this file may not be correct for your specific Generic b6f76172-bb0f-4326-bdbc-ee8f0e84b283 - 13 + 14 #12f3e0 Support material. Use the same temperatures and adhesion method as your build material(s). @@ -45,7 +45,6 @@ Generic HIPS profile. The data in this file may not be correct for your specific 1.0 - 0.8 0 diff --git a/generic_nylon.xml.fdm_material b/generic_nylon.xml.fdm_material index dda6af9dd..2fc2c9b06 100644 --- a/generic_nylon.xml.fdm_material +++ b/generic_nylon.xml.fdm_material @@ -10,7 +10,7 @@ Generic Nylon profile. The data in this file may not be correct for your specifi Generic 28fb4162-db74-49e1-9008-d05f1e8bef5c - 34 + 35 #3DF266 Nylon is strong, abrasion-resistant, durable and engineered for low moisture sensitivity. Use glue. @@ -54,7 +54,6 @@ Generic Nylon profile. The data in this file may not be correct for your specifi 1.0 - 0.8 0 @@ -166,6 +165,7 @@ Generic Nylon profile. The data in this file may not be correct for your specifi -6 1 100.4 + 0.2 yes diff --git a/generic_pc.xml.fdm_material b/generic_pc.xml.fdm_material index 028eedb5e..121ce70a3 100644 --- a/generic_pc.xml.fdm_material +++ b/generic_pc.xml.fdm_material @@ -10,7 +10,7 @@ Generic PC profile. The data in this file may not be correct for your specific m Generic 98c05714-bf4e-4455-ba27-57d74fe331e4 - 37 + 38 #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. @@ -53,7 +53,6 @@ Generic PC profile. The data in this file may not be correct for your specific m 1.0 - 0.8 0 diff --git a/generic_petcf.xml.fdm_material b/generic_petcf.xml.fdm_material index d9e8008c8..27caa3603 100644 --- a/generic_petcf.xml.fdm_material +++ b/generic_petcf.xml.fdm_material @@ -10,7 +10,7 @@ Generic PET-CF profile. The data in this file may not be correct for your specif Generic 64d44410-be10-428c-8891-f0ae47ea1734 - 24 + 25 #888888 Generic PET CF profile. The data in this file may not be correct for your specific machine. Print on bare glass. @@ -54,7 +54,6 @@ Generic PET-CF profile. The data in this file may not be correct for your specif 1.0 - 0.8 0 diff --git a/generic_petg.xml.fdm_material b/generic_petg.xml.fdm_material index faf4edfaf..49865f52b 100644 --- a/generic_petg.xml.fdm_material +++ b/generic_petg.xml.fdm_material @@ -10,7 +10,7 @@ Generic PETG profile. The data in this file may not be correct for your specific Generic 1cbfaeb3-1906-4b26-b2e7-6f777a8c197a - 26 + 27 #ff5086 Generic PETG profile. The data in this file may not be correct for your specific machine. Use glue. @@ -51,7 +51,6 @@ Generic PETG profile. The data in this file may not be correct for your specific 1.0 - 0.8 0 diff --git a/generic_pla.xml.fdm_material b/generic_pla.xml.fdm_material index 117f615b6..c54f43609 100644 --- a/generic_pla.xml.fdm_material +++ b/generic_pla.xml.fdm_material @@ -10,7 +10,7 @@ Generic PLA profile. The data in this file may not be correct for your specific Generic 506c9f0d-e3aa-4bd4-b2d2-23e2425b1aa9 - 37 + 38 #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. @@ -52,7 +52,6 @@ Generic PLA profile. The data in this file may not be correct for your specific 1.0 - 0.8 0 diff --git a/generic_pp.xml.fdm_material b/generic_pp.xml.fdm_material index 0b5ff72d0..9dd712ad2 100644 --- a/generic_pp.xml.fdm_material +++ b/generic_pp.xml.fdm_material @@ -10,7 +10,7 @@ Generic Polypropylene profile. Serves as an example file, data in this file is n Generic aa22e9c7-421f-4745-afc2-81851694394a - 44 + 45 #85f9de Fatigue and chemical resistant. Polypropylene offers excellent temperature, chemical and fatigue resistance. Its toughness and low friction make it a perfect choice for prototyping and creating durable end-use models. Adhesion sheets are required. @@ -54,7 +54,6 @@ Generic Polypropylene profile. Serves as an example file, data in this file is n 1.0 - 0.8 0 @@ -169,6 +168,7 @@ Generic Polypropylene profile. Serves as an example file, data in this file is n -14 1 100.7 + 0.2 yes diff --git a/generic_pva.xml.fdm_material b/generic_pva.xml.fdm_material index d7eef1430..a2c2be120 100644 --- a/generic_pva.xml.fdm_material +++ b/generic_pva.xml.fdm_material @@ -10,7 +10,7 @@ Generic PVA profile. The data in this file may not be correct for your specific Generic 86a89ceb-4159-47f6-ab97-e9953803d70f - 37 + 38 #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). @@ -51,7 +51,6 @@ Generic PVA profile. The data in this file may not be correct for your specific 1.0 - 0.8 0 @@ -152,7 +151,6 @@ Generic PVA profile. The data in this file may not be correct for your specific 40 1 5 - 0.5 no diff --git a/generic_tough_pla.xml.fdm_material b/generic_tough_pla.xml.fdm_material index 64fddc8f9..74279cac1 100644 --- a/generic_tough_pla.xml.fdm_material +++ b/generic_tough_pla.xml.fdm_material @@ -10,7 +10,7 @@ Generic Tough PLA profile. The data in this file may not be correct for your spe Generic 9d5d2d7c-4e77-441c-85a0-e9eefd4aa68c - 32 + 33 #ffc9f0 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. Print on bare glass. Use tape for cold build plates. @@ -52,7 +52,6 @@ Generic Tough PLA profile. The data in this file may not be correct for your spe 1.0 - 0.8 0 diff --git a/generic_tpu.xml.fdm_material b/generic_tpu.xml.fdm_material index f7af91955..d2bfe5995 100644 --- a/generic_tpu.xml.fdm_material +++ b/generic_tpu.xml.fdm_material @@ -10,7 +10,7 @@ Generic TPU 95A profile. The data in this file may not be correct for your speci Generic 1d52b2be-a3a2-41de-a8b1-3bcdb5618695 - 37 + 38 #B22744 Wear and tear resistant. TPU features a Shore-A hardness of 95 and an elongation of up to 580% at break. Suitable for applications that require slight flexibility, wear and tear, and chemical resistance. Use glue. @@ -52,7 +52,6 @@ Generic TPU 95A profile. The data in this file may not be correct for your speci 1.0 - 0.8 0 @@ -151,7 +150,7 @@ Generic TPU 95A profile. The data in this file may not be correct for your speci -50 1 100.3 - + 0.2 yes 3 diff --git a/ultimaker_abs.xml.fdm_material b/ultimaker_abs.xml.fdm_material index c606d079f..d2791fe3d 100644 --- a/ultimaker_abs.xml.fdm_material +++ b/ultimaker_abs.xml.fdm_material @@ -8,7 +8,7 @@ 94209c78-8d4d-4866-8a60-5e1f7adb0c36 - 10 + 11 #8cb219 Tough and durable. ABS is good for mechanical parts. It is impact resistant, dimensionally stable and handles temperatures up to 85ºC. Use glue, to avoid chipping of the glass. @@ -54,7 +54,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_abs_black.xml.fdm_material b/ultimaker_abs_black.xml.fdm_material index 7180f60d1..2c66c9056 100644 --- a/ultimaker_abs_black.xml.fdm_material +++ b/ultimaker_abs_black.xml.fdm_material @@ -7,7 +7,7 @@ Black 2f9d2279-9b0e-4765-bf9b-d1e1e13f3c49 - 42 + 43 #2a292a Tough and durable. ABS is good for mechanical parts. It is impact resistant, dimensionally stable and handles temperatures up to 85ºC. Use glue, to avoid chipping of the glass. @@ -52,7 +52,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_abs_blue.xml.fdm_material b/ultimaker_abs_blue.xml.fdm_material index 85dc84070..24d25331a 100644 --- a/ultimaker_abs_blue.xml.fdm_material +++ b/ultimaker_abs_blue.xml.fdm_material @@ -7,7 +7,7 @@ Blue 7c9575a6-c8d6-40ec-b3dd-18d7956bfaae - 42 + 43 #00387b Tough and durable. ABS is good for mechanical parts. It is impact resistant, dimensionally stable and handles temperatures up to 85ºC. Use glue, to avoid chipping of the glass. @@ -52,7 +52,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_abs_green.xml.fdm_material b/ultimaker_abs_green.xml.fdm_material index a0243e672..8ba371584 100644 --- a/ultimaker_abs_green.xml.fdm_material +++ b/ultimaker_abs_green.xml.fdm_material @@ -7,7 +7,7 @@ Green 3400c0d1-a4e3-47de-a444-7b704f287171 - 42 + 43 #61993b Tough and durable. ABS is good for mechanical parts. It is impact resistant, dimensionally stable and handles temperatures up to 85ºC. Use glue, to avoid chipping of the glass. @@ -52,7 +52,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_abs_grey.xml.fdm_material b/ultimaker_abs_grey.xml.fdm_material index e50a26935..7d83fb890 100644 --- a/ultimaker_abs_grey.xml.fdm_material +++ b/ultimaker_abs_grey.xml.fdm_material @@ -7,7 +7,7 @@ Gray 8b75b775-d3f2-4d0f-8fb2-2a3dd53cf673 - 43 + 44 #52595d Tough and durable. ABS is good for mechanical parts. It is impact resistant, dimensionally stable and handles temperatures up to 85ºC. Use glue, to avoid chipping of the glass. @@ -52,7 +52,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_abs_orange.xml.fdm_material b/ultimaker_abs_orange.xml.fdm_material index 2842e368d..62949108a 100644 --- a/ultimaker_abs_orange.xml.fdm_material +++ b/ultimaker_abs_orange.xml.fdm_material @@ -7,7 +7,7 @@ Orange 0b4ca6ef-eac8-4b23-b3ca-5f21af00e54f - 42 + 43 #ed6b21 Tough and durable. ABS is good for mechanical parts. It is impact resistant, dimensionally stable and handles temperatures up to 85ºC. Use glue, to avoid chipping of the glass. @@ -52,7 +52,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_abs_pearl-gold.xml.fdm_material b/ultimaker_abs_pearl-gold.xml.fdm_material index 788d89aa8..6ae7ec443 100644 --- a/ultimaker_abs_pearl-gold.xml.fdm_material +++ b/ultimaker_abs_pearl-gold.xml.fdm_material @@ -7,7 +7,7 @@ Pearl Gold 7cbdb9ca-081a-456f-a6ba-f73e4e9cb856 - 42 + 43 #80643f Tough and durable. ABS is good for mechanical parts. It is impact resistant, dimensionally stable and handles temperatures up to 85ºC. Use glue, to avoid chipping of the glass. @@ -52,7 +52,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_abs_red.xml.fdm_material b/ultimaker_abs_red.xml.fdm_material index 61ebeb27f..615c53363 100644 --- a/ultimaker_abs_red.xml.fdm_material +++ b/ultimaker_abs_red.xml.fdm_material @@ -7,7 +7,7 @@ Red 5df7afa6-48bd-4c19-b314-839fe9f08f1f - 42 + 43 #bb1e10 Tough and durable. ABS is good for mechanical parts. It is impact resistant, dimensionally stable and handles temperatures up to 85ºC. Use glue, to avoid chipping of the glass. @@ -52,7 +52,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_abs_silver-metallic.xml.fdm_material b/ultimaker_abs_silver-metallic.xml.fdm_material index 73f9ac498..575b29a57 100644 --- a/ultimaker_abs_silver-metallic.xml.fdm_material +++ b/ultimaker_abs_silver-metallic.xml.fdm_material @@ -7,7 +7,7 @@ Silver 763c926e-a5f7-4ba0-927d-b4e038ea2735 - 43 + 44 #a1a1a0 Tough and durable. ABS is good for mechanical parts. It is impact resistant, dimensionally stable and handles temperatures up to 85ºC. Use glue, to avoid chipping of the glass. @@ -52,7 +52,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_abs_white.xml.fdm_material b/ultimaker_abs_white.xml.fdm_material index f4f608fa3..7f473d31c 100644 --- a/ultimaker_abs_white.xml.fdm_material +++ b/ultimaker_abs_white.xml.fdm_material @@ -7,7 +7,7 @@ White 5253a75a-27dc-4043-910f-753ae11bc417 - 45 + 46 #ecece7 Tough and durable. ABS is good for mechanical parts. It is impact resistant, dimensionally stable and handles temperatures up to 85ºC. Use glue, to avoid chipping of the glass. @@ -52,7 +52,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_abs_yellow.xml.fdm_material b/ultimaker_abs_yellow.xml.fdm_material index 82da4a96c..7b894ef20 100644 --- a/ultimaker_abs_yellow.xml.fdm_material +++ b/ultimaker_abs_yellow.xml.fdm_material @@ -7,7 +7,7 @@ Yellow e873341d-d9b8-45f9-9a6f-5609e1bcff68 - 42 + 43 #f7b500 Tough and durable. ABS is good for mechanical parts. It is impact resistant, dimensionally stable and handles temperatures up to 85ºC. Use glue, to avoid chipping of the glass. @@ -52,7 +52,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_bam.xml.fdm_material b/ultimaker_bam.xml.fdm_material index b1bb07f49..e25b63500 100644 --- a/ultimaker_bam.xml.fdm_material +++ b/ultimaker_bam.xml.fdm_material @@ -7,7 +7,7 @@ White 7e6207c4-22ff-441a-b261-ff89f166d5f9 - 39 + 40 #F1ECE1 Breakaway Material. Breakaway is a matching support material for PLA, ABS, CPE, CPE+, and Nylon Use the same temperatures and adhesion method as your build material(s). @@ -49,7 +49,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_cpe.xml.fdm_material b/ultimaker_cpe.xml.fdm_material index 3ec0ed8d8..20bdc85f4 100644 --- a/ultimaker_cpe.xml.fdm_material +++ b/ultimaker_cpe.xml.fdm_material @@ -8,7 +8,7 @@ 3cf87e76-dae0-42cb-ae86-3d39918af2ad - 9 + 10 #159499 Chemically resistant and tough. CPE is chemically inert, tough, dimensionally stable and handles temperatures up to 70ºC. Use glue. @@ -52,7 +52,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_cpe_black.xml.fdm_material b/ultimaker_cpe_black.xml.fdm_material index bc1f60aca..fadf630d6 100644 --- a/ultimaker_cpe_black.xml.fdm_material +++ b/ultimaker_cpe_black.xml.fdm_material @@ -7,7 +7,7 @@ Black a8955dc3-9d7e-404d-8c03-0fd6fee7f22d - 44 + 45 #2a292a Chemically resistant and tough. CPE is chemically inert, tough, dimensionally stable and handles temperatures up to 70ºC. Use glue. @@ -50,7 +50,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_cpe_blue.xml.fdm_material b/ultimaker_cpe_blue.xml.fdm_material index 86e304d66..8b7601cb2 100644 --- a/ultimaker_cpe_blue.xml.fdm_material +++ b/ultimaker_cpe_blue.xml.fdm_material @@ -7,7 +7,7 @@ Blue 4d816290-ce2e-40e0-8dc8-3f702243131e - 44 + 45 #00a3e0 Chemically resistant and tough. CPE is chemically inert, tough, dimensionally stable and handles temperatures up to 70ºC. Use glue. @@ -50,7 +50,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_cpe_dark-grey.xml.fdm_material b/ultimaker_cpe_dark-grey.xml.fdm_material index 899f1b999..5b9387ec1 100644 --- a/ultimaker_cpe_dark-grey.xml.fdm_material +++ b/ultimaker_cpe_dark-grey.xml.fdm_material @@ -7,7 +7,7 @@ Dark Gray 10961c00-3caf-48e9-a598-fa805ada1e8d - 45 + 46 #4f5250 Chemically resistant and tough. CPE is chemically inert, tough, dimensionally stable and handles temperatures up to 70ºC. Use glue. @@ -50,7 +50,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_cpe_green.xml.fdm_material b/ultimaker_cpe_green.xml.fdm_material index 845cb3086..15db3a6ce 100644 --- a/ultimaker_cpe_green.xml.fdm_material +++ b/ultimaker_cpe_green.xml.fdm_material @@ -7,7 +7,7 @@ Green 7ff6d2c8-d626-48cd-8012-7725fa537cc9 - 44 + 45 #78be20 Chemically resistant and tough. CPE is chemically inert, tough, dimensionally stable and handles temperatures up to 70ºC. Use glue. @@ -50,7 +50,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_cpe_light-grey.xml.fdm_material b/ultimaker_cpe_light-grey.xml.fdm_material index bcf31b5df..f016db7c9 100644 --- a/ultimaker_cpe_light-grey.xml.fdm_material +++ b/ultimaker_cpe_light-grey.xml.fdm_material @@ -7,7 +7,7 @@ Light Gray 173a7bae-5e14-470e-817e-08609c61e12b - 45 + 46 #c5c7c4 Chemically resistant and tough. CPE is chemically inert, tough, dimensionally stable and handles temperatures up to 70ºC. Use glue. @@ -50,7 +50,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_cpe_plus.xml.fdm_material b/ultimaker_cpe_plus.xml.fdm_material index 4b2d46245..5888a1d98 100644 --- a/ultimaker_cpe_plus.xml.fdm_material +++ b/ultimaker_cpe_plus.xml.fdm_material @@ -8,7 +8,7 @@ 4034cfaa-a512-4645-a07d-89a2dd4db91d - 8 + 9 #3633F2 Chemically resistant and tough. CPE+ is chemically inert, tough, dimensionally stable and handles temperatures up to 100ºC. Use glue for small prints. An adhesion sheet is recommended for larger prints. @@ -53,7 +53,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_cpe_plus_black.xml.fdm_material b/ultimaker_cpe_plus_black.xml.fdm_material index 37ce62a70..983a99045 100644 --- a/ultimaker_cpe_plus_black.xml.fdm_material +++ b/ultimaker_cpe_plus_black.xml.fdm_material @@ -7,7 +7,7 @@ Black 1aca047a-42df-497c-abfb-0e9cb85ead52 - 45 + 46 #0e0e10 Chemically resistant and tough. CPE+ is chemically inert, tough, dimensionally stable and handles temperatures up to 100ºC. Use glue for small prints. An adhesion sheet is recommended for larger prints. @@ -51,7 +51,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_cpe_plus_transparent.xml.fdm_material b/ultimaker_cpe_plus_transparent.xml.fdm_material index 7a7af3504..0da308805 100644 --- a/ultimaker_cpe_plus_transparent.xml.fdm_material +++ b/ultimaker_cpe_plus_transparent.xml.fdm_material @@ -7,7 +7,7 @@ Transparent a9c340fe-255f-4914-87f5-ec4fcb0c11ef - 45 + 46 #d0d0d0 Chemically resistant and tough. CPE+ is chemically inert, tough, dimensionally stable and handles temperatures up to 100ºC. Use glue for small prints. An adhesion sheet is recommended for larger prints. @@ -51,7 +51,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_cpe_plus_white.xml.fdm_material b/ultimaker_cpe_plus_white.xml.fdm_material index 7970b1ad6..d34716ef7 100644 --- a/ultimaker_cpe_plus_white.xml.fdm_material +++ b/ultimaker_cpe_plus_white.xml.fdm_material @@ -7,7 +7,7 @@ White 6df69b13-2d96-4a69-a297-aedba667e710 - 45 + 46 #f1ece1 Chemically resistant and tough. CPE+ is chemically inert, tough, dimensionally stable and handles temperatures up to 100ºC. Use glue for small prints. An adhesion sheet is recommended for larger prints. @@ -51,7 +51,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_cpe_red.xml.fdm_material b/ultimaker_cpe_red.xml.fdm_material index a82ba9bd1..378f52cea 100644 --- a/ultimaker_cpe_red.xml.fdm_material +++ b/ultimaker_cpe_red.xml.fdm_material @@ -7,7 +7,7 @@ Red 00181d6c-7024-479a-8eb7-8a2e38a2619a - 44 + 45 #c8102e Chemically resistant and tough. CPE is chemically inert, tough, dimensionally stable and handles temperatures up to 70ºC. Use glue. @@ -50,7 +50,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_cpe_transparent.xml.fdm_material b/ultimaker_cpe_transparent.xml.fdm_material index 629a799e1..d3553e26c 100644 --- a/ultimaker_cpe_transparent.xml.fdm_material +++ b/ultimaker_cpe_transparent.xml.fdm_material @@ -7,7 +7,7 @@ Transparent bd0d9eb3-a920-4632-84e8-dcd6086746c5 - 44 + 45 #d0d0d0 Chemically resistant and tough. CPE is chemically inert, tough, dimensionally stable and handles temperatures up to 70ºC. Use glue. @@ -50,7 +50,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_cpe_white.xml.fdm_material b/ultimaker_cpe_white.xml.fdm_material index 8878f1ded..b50b3d7f6 100644 --- a/ultimaker_cpe_white.xml.fdm_material +++ b/ultimaker_cpe_white.xml.fdm_material @@ -7,7 +7,7 @@ White 881c888e-24fb-4a64-a4ac-d5c95b096cd7 - 44 + 45 #f1ece1 Chemically resistant and tough. CPE is chemically inert, tough, dimensionally stable and handles temperatures up to 70ºC. Use glue. @@ -50,7 +50,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_cpe_yellow.xml.fdm_material b/ultimaker_cpe_yellow.xml.fdm_material index 9c302623e..b3e635fe1 100644 --- a/ultimaker_cpe_yellow.xml.fdm_material +++ b/ultimaker_cpe_yellow.xml.fdm_material @@ -7,7 +7,7 @@ Yellow b9176a2a-7a0f-4821-9f29-76d882a88682 - 44 + 45 #f6b600 Chemically resistant and tough. CPE is chemically inert, tough, dimensionally stable and handles temperatures up to 70ºC. Use glue. @@ -50,7 +50,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_nylon.xml.fdm_material b/ultimaker_nylon.xml.fdm_material index 0a9b73c6e..7e402d9fc 100644 --- a/ultimaker_nylon.xml.fdm_material +++ b/ultimaker_nylon.xml.fdm_material @@ -8,7 +8,7 @@ c6714ed4-9734-4266-b4e1-d90b8b0c2434 - 9 + 10 #3DF266 Nylon is strong, abrasion-resistant, durable and engineered for low moisture sensitivity. Use glue. @@ -55,7 +55,6 @@ 1.0 - 0.8 0 @@ -167,6 +166,7 @@ -6 1 100.4 + 0.2 yes diff --git a/ultimaker_nylon_black.xml.fdm_material b/ultimaker_nylon_black.xml.fdm_material index 841c2c6fc..9d726e6cf 100644 --- a/ultimaker_nylon_black.xml.fdm_material +++ b/ultimaker_nylon_black.xml.fdm_material @@ -7,7 +7,7 @@ Black c64c2dbe-5691-4363-a7d9-66b2dc12837f - 38 + 39 #27292b Nylon is strong, abrasion-resistant, durable and engineered for low moisture sensitivity. Use glue. @@ -53,7 +53,6 @@ 1.0 - 0.8 0 @@ -165,6 +164,7 @@ -6 1 100.4 + 0.2 yes diff --git a/ultimaker_nylon_transparent.xml.fdm_material b/ultimaker_nylon_transparent.xml.fdm_material index 228ec095b..81a5089b7 100644 --- a/ultimaker_nylon_transparent.xml.fdm_material +++ b/ultimaker_nylon_transparent.xml.fdm_material @@ -7,7 +7,7 @@ Transparent e256615d-a04e-4f53-b311-114b90560af9 - 38 + 39 #d0d0d0 Nylon is strong, abrasion-resistant, durable and engineered for low moisture sensitivity. Use glue. @@ -53,7 +53,6 @@ 1.0 - 0.8 0 @@ -165,6 +164,7 @@ -6 1 100.4 + 0.2 yes diff --git a/ultimaker_pc.xml.fdm_material b/ultimaker_pc.xml.fdm_material index 4b76668d9..c972bb2f8 100644 --- a/ultimaker_pc.xml.fdm_material +++ b/ultimaker_pc.xml.fdm_material @@ -8,7 +8,7 @@ 59675b16-d902-4cb3-a780-a539cae0b04d - 9 + 10 #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. @@ -54,7 +54,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_pc_black.xml.fdm_material b/ultimaker_pc_black.xml.fdm_material index af1a1bb6b..8d910e3c5 100644 --- a/ultimaker_pc_black.xml.fdm_material +++ b/ultimaker_pc_black.xml.fdm_material @@ -7,7 +7,7 @@ Black e92b1f0b-a069-4969-86b4-30127cfb6f7b - 41 + 42 #0e0e10 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. @@ -52,7 +52,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_pc_transparent.xml.fdm_material b/ultimaker_pc_transparent.xml.fdm_material index 8cc72d6b0..2b18cdb06 100644 --- a/ultimaker_pc_transparent.xml.fdm_material +++ b/ultimaker_pc_transparent.xml.fdm_material @@ -7,7 +7,7 @@ Transparent 8a38a3e9-ecf7-4a7d-a6a9-e7ac35102968 - 41 + 42 #d0d0d0 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. @@ -52,7 +52,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_pc_white.xml.fdm_material b/ultimaker_pc_white.xml.fdm_material index c4f7ea79c..e15000d5e 100644 --- a/ultimaker_pc_white.xml.fdm_material +++ b/ultimaker_pc_white.xml.fdm_material @@ -7,7 +7,7 @@ White 5e786b05-a620-4a87-92d0-f02becc1ff98 - 41 + 42 #ecece7 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. @@ -52,7 +52,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_petcf.xml.fdm_material b/ultimaker_petcf.xml.fdm_material index 12c7b0080..7a2b7e623 100644 --- a/ultimaker_petcf.xml.fdm_material +++ b/ultimaker_petcf.xml.fdm_material @@ -8,7 +8,7 @@ f0245d40-3657-4615-b9ab-19fc043944ca - 7 + 8 #888888 Ultimaker PET-CF. Print on bare glass. @@ -55,7 +55,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_petcf_black.xml.fdm_material b/ultimaker_petcf_black.xml.fdm_material index f8f5ff667..825957edf 100644 --- a/ultimaker_petcf_black.xml.fdm_material +++ b/ultimaker_petcf_black.xml.fdm_material @@ -7,7 +7,7 @@ Black a6f8d4f1-7205-40cc-b9e5-3bad20bc8011 - 21 + 22 #1e1e1e Ultimaker PET-CF. Print on bare glass. @@ -53,7 +53,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_petcf_blue.xml.fdm_material b/ultimaker_petcf_blue.xml.fdm_material index 6e7823e63..34d53ea6c 100644 --- a/ultimaker_petcf_blue.xml.fdm_material +++ b/ultimaker_petcf_blue.xml.fdm_material @@ -7,7 +7,7 @@ Blue 81555f45-354b-42e0-bc0d-e0357cb56dd4 - 21 + 22 #025669 Ultimaker PET-CF. Print on bare glass. @@ -53,7 +53,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_petcf_gray.xml.fdm_material b/ultimaker_petcf_gray.xml.fdm_material index 61dd92fa4..e52a00576 100644 --- a/ultimaker_petcf_gray.xml.fdm_material +++ b/ultimaker_petcf_gray.xml.fdm_material @@ -7,7 +7,7 @@ Gray 98896281-3972-4dc5-8d6d-76ed417b10ea - 21 + 22 #8d948d Ultimaker PET-CF. Print on bare glass. @@ -53,7 +53,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_petg.xml.fdm_material b/ultimaker_petg.xml.fdm_material index 100d534aa..a8ec25761 100644 --- a/ultimaker_petg.xml.fdm_material +++ b/ultimaker_petg.xml.fdm_material @@ -8,7 +8,7 @@ 91bd2402-1766-4cb0-9b21-6435e5095395 - 9 + 10 #ff5086 Ultimaker PETG is easily printable and a good all-round material. For anyone needing parts that require more chemical and heat resistance than PLA, this is an excellent material to use. Use glue. @@ -52,7 +52,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_petg_black.xml.fdm_material b/ultimaker_petg_black.xml.fdm_material index f8777ba12..83e2765d9 100644 --- a/ultimaker_petg_black.xml.fdm_material +++ b/ultimaker_petg_black.xml.fdm_material @@ -7,7 +7,7 @@ Black 5f9f3de0-045b-48d9-84ec-19db92be7603 - 44 + 45 #2a292a Ultimaker PETG is easily printable and a good all-round material. For anyone needing parts that require more chemical and heat resistance than PLA, this is an excellent material to use. Use glue. @@ -50,7 +50,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_petg_blue.xml.fdm_material b/ultimaker_petg_blue.xml.fdm_material index 0da6946ec..1a3c30ba9 100644 --- a/ultimaker_petg_blue.xml.fdm_material +++ b/ultimaker_petg_blue.xml.fdm_material @@ -7,7 +7,7 @@ Blue 2257ab94-fb27-42e6-865c-05aa6717504b - 44 + 45 #005387 Ultimaker PETG is easily printable and a good all-round material. For anyone needing parts that require more chemical and heat resistance than PLA, this is an excellent material to use. Use glue. @@ -50,7 +50,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_petg_blue_translucent.xml.fdm_material b/ultimaker_petg_blue_translucent.xml.fdm_material index 682cfa0cf..58ef9f782 100644 --- a/ultimaker_petg_blue_translucent.xml.fdm_material +++ b/ultimaker_petg_blue_translucent.xml.fdm_material @@ -7,7 +7,7 @@ Blue Translucent e0af2080-29fc-4b18-a5c0-42ca112f507f - 44 + 45 #0033A0 Ultimaker PETG is easily printable and a good all-round material. For anyone needing parts that require more chemical and heat resistance than PLA, this is an excellent material to use. Use glue. @@ -50,7 +50,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_petg_green.xml.fdm_material b/ultimaker_petg_green.xml.fdm_material index 7109c34dd..7134033ae 100644 --- a/ultimaker_petg_green.xml.fdm_material +++ b/ultimaker_petg_green.xml.fdm_material @@ -7,7 +7,7 @@ Green c8e4a85e-b256-4468-8516-0aa98c69c7d7 - 44 + 45 #008351 Ultimaker PETG is easily printable and a good all-round material. For anyone needing parts that require more chemical and heat resistance than PLA, this is an excellent material to use. Use glue. @@ -50,7 +50,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_petg_green_translucent.xml.fdm_material b/ultimaker_petg_green_translucent.xml.fdm_material index 189cc16c0..cc4e85e90 100644 --- a/ultimaker_petg_green_translucent.xml.fdm_material +++ b/ultimaker_petg_green_translucent.xml.fdm_material @@ -7,7 +7,7 @@ Green Translucent 1f3c3be1-2e60-4343-b35d-cb383958d992 - 44 + 45 #006341 Ultimaker PETG is easily printable and a good all-round material. For anyone needing parts that require more chemical and heat resistance than PLA, this is an excellent material to use. Use glue. @@ -50,7 +50,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_petg_grey.xml.fdm_material b/ultimaker_petg_grey.xml.fdm_material index 17ba13734..0f59e18aa 100644 --- a/ultimaker_petg_grey.xml.fdm_material +++ b/ultimaker_petg_grey.xml.fdm_material @@ -7,7 +7,7 @@ Gray c8394116-30ba-4112-b4d9-8b2394278cb3 - 45 + 46 #575d5e Ultimaker PETG is easily printable and a good all-round material. For anyone needing parts that require more chemical and heat resistance than PLA, this is an excellent material to use. Use glue. @@ -50,7 +50,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_petg_orange.xml.fdm_material b/ultimaker_petg_orange.xml.fdm_material index 8007c40cd..fc5aa6040 100644 --- a/ultimaker_petg_orange.xml.fdm_material +++ b/ultimaker_petg_orange.xml.fdm_material @@ -7,7 +7,7 @@ Orange a02a3978-eb33-47ca-b32b-d08b92b58638 - 44 + 45 #FC4C02 Ultimaker PETG is easily printable and a good all-round material. For anyone needing parts that require more chemical and heat resistance than PLA, this is an excellent material to use. Use glue. @@ -50,7 +50,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_petg_red.xml.fdm_material b/ultimaker_petg_red.xml.fdm_material index 93ee17fa7..b0b33f227 100644 --- a/ultimaker_petg_red.xml.fdm_material +++ b/ultimaker_petg_red.xml.fdm_material @@ -7,7 +7,7 @@ Red 9680dff6-7aa5-400b-982c-40a0de06a718 - 44 + 45 #bb1e10 Ultimaker PETG is easily printable and a good all-round material. For anyone needing parts that require more chemical and heat resistance than PLA, this is an excellent material to use. Use glue. @@ -50,7 +50,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_petg_red_translucent.xml.fdm_material b/ultimaker_petg_red_translucent.xml.fdm_material index 2dcba2f97..1aeea4243 100644 --- a/ultimaker_petg_red_translucent.xml.fdm_material +++ b/ultimaker_petg_red_translucent.xml.fdm_material @@ -7,7 +7,7 @@ Red Translucent c8639119-5cae-4f56-9bcf-3bb00e8225fd - 44 + 45 #93272C Ultimaker PETG is easily printable and a good all-round material. For anyone needing parts that require more chemical and heat resistance than PLA, this is an excellent material to use. Use glue. @@ -50,7 +50,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_petg_silver.xml.fdm_material b/ultimaker_petg_silver.xml.fdm_material index 094053c75..179527983 100644 --- a/ultimaker_petg_silver.xml.fdm_material +++ b/ultimaker_petg_silver.xml.fdm_material @@ -7,7 +7,7 @@ Silver 40a273c6-0e15-4db5-a278-8eb0b4a9e293 - 44 + 45 #a1a1a0 Ultimaker PETG is easily printable and a good all-round material. For anyone needing parts that require more chemical and heat resistance than PLA, this is an excellent material to use. Use glue. @@ -50,7 +50,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_petg_transparent.xml.fdm_material b/ultimaker_petg_transparent.xml.fdm_material index 37a97ab33..c68ad72e8 100644 --- a/ultimaker_petg_transparent.xml.fdm_material +++ b/ultimaker_petg_transparent.xml.fdm_material @@ -7,7 +7,7 @@ Transparent 7418eca4-e2c4-45b1-a022-37180861fd39 - 44 + 45 #d0d0d0 Ultimaker PETG is easily printable and a good all-round material. For anyone needing parts that require more chemical and heat resistance than PLA, this is an excellent material to use. Use glue. @@ -50,7 +50,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_petg_white.xml.fdm_material b/ultimaker_petg_white.xml.fdm_material index ebee44c20..096dfd471 100644 --- a/ultimaker_petg_white.xml.fdm_material +++ b/ultimaker_petg_white.xml.fdm_material @@ -7,7 +7,7 @@ White 61eb5c6c-0110-49de-9756-13b8c7cc2ff1 - 44 + 45 #ecece7 Ultimaker PETG is easily printable and a good all-round material. For anyone needing parts that require more chemical and heat resistance than PLA, this is an excellent material to use. Use glue. @@ -50,7 +50,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_petg_yellow.xml.fdm_material b/ultimaker_petg_yellow.xml.fdm_material index 3837a57e7..a123dc17f 100644 --- a/ultimaker_petg_yellow.xml.fdm_material +++ b/ultimaker_petg_yellow.xml.fdm_material @@ -7,7 +7,7 @@ Yellow 218379df-4a67-4668-b5f8-2a14c92bce96 - 44 + 45 #f1dd38 Ultimaker PETG is easily printable and a good all-round material. For anyone needing parts that require more chemical and heat resistance than PLA, this is an excellent material to use. Use glue. @@ -50,7 +50,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_petg_yellow_fluorescent.xml.fdm_material b/ultimaker_petg_yellow_fluorescent.xml.fdm_material index a1b457779..2e0154e17 100644 --- a/ultimaker_petg_yellow_fluorescent.xml.fdm_material +++ b/ultimaker_petg_yellow_fluorescent.xml.fdm_material @@ -7,7 +7,7 @@ Yellow Fluorescent d67a3ccb-6b51-4013-bdac-4c59e952aaf4 - 44 + 45 #B1D600 Ultimaker PETG is easily printable and a good all-round material. For anyone needing parts that require more chemical and heat resistance than PLA, this is an excellent material to use. Use glue. @@ -50,7 +50,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_pla.xml.fdm_material b/ultimaker_pla.xml.fdm_material index 13a6356e3..284166182 100644 --- a/ultimaker_pla.xml.fdm_material +++ b/ultimaker_pla.xml.fdm_material @@ -8,7 +8,7 @@ 5b890432-a9f1-45e4-aad7-a73995600276 - 8 + 9 #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. @@ -53,7 +53,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_pla_black.xml.fdm_material b/ultimaker_pla_black.xml.fdm_material index d883429d8..9fab203f9 100644 --- a/ultimaker_pla_black.xml.fdm_material +++ b/ultimaker_pla_black.xml.fdm_material @@ -7,7 +7,7 @@ Black 3ee70a86-77d8-4b87-8005-e4a1bc57d2ce - 40 + 41 #0e0e10 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. @@ -51,7 +51,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_pla_blue.xml.fdm_material b/ultimaker_pla_blue.xml.fdm_material index ec54d364d..ba21b5ee4 100644 --- a/ultimaker_pla_blue.xml.fdm_material +++ b/ultimaker_pla_blue.xml.fdm_material @@ -7,7 +7,7 @@ Blue 44a029e6-e31b-4c9e-a12f-9282e29a92ff - 43 + 44 #00387b 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. @@ -51,7 +51,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_pla_green.xml.fdm_material b/ultimaker_pla_green.xml.fdm_material index b2d919b5a..9d9be31c6 100644 --- a/ultimaker_pla_green.xml.fdm_material +++ b/ultimaker_pla_green.xml.fdm_material @@ -7,7 +7,7 @@ Green 2433b8fb-dcd6-4e36-9cd5-9f4ee551c04c - 43 + 44 #61993b 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. @@ -51,7 +51,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_pla_magenta.xml.fdm_material b/ultimaker_pla_magenta.xml.fdm_material index fd94e144e..fea80ab96 100644 --- a/ultimaker_pla_magenta.xml.fdm_material +++ b/ultimaker_pla_magenta.xml.fdm_material @@ -7,7 +7,7 @@ Magenta fe3982c8-58f4-4d86-9ac0-9ff7a3ab9cbc - 43 + 44 #bc4077 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. @@ -51,7 +51,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_pla_orange.xml.fdm_material b/ultimaker_pla_orange.xml.fdm_material index ad58c568a..78e54f30a 100644 --- a/ultimaker_pla_orange.xml.fdm_material +++ b/ultimaker_pla_orange.xml.fdm_material @@ -7,7 +7,7 @@ Orange d9549dba-b9df-45b9-80a5-f7140a9a2f34 - 43 + 44 #ed6b21 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. @@ -51,7 +51,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_pla_pearl-white.xml.fdm_material b/ultimaker_pla_pearl-white.xml.fdm_material index 591ba3759..1fe49fddb 100644 --- a/ultimaker_pla_pearl-white.xml.fdm_material +++ b/ultimaker_pla_pearl-white.xml.fdm_material @@ -7,7 +7,7 @@ Pearl-White d9fc79db-82c3-41b5-8c99-33b3747b8fb3 - 43 + 44 #e3d9c6 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. @@ -51,7 +51,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_pla_red.xml.fdm_material b/ultimaker_pla_red.xml.fdm_material index 966dc4b61..961227fe9 100644 --- a/ultimaker_pla_red.xml.fdm_material +++ b/ultimaker_pla_red.xml.fdm_material @@ -7,7 +7,7 @@ Red 9cfe5bf1-bdc5-4beb-871a-52c70777842d - 43 + 44 #bb1e10 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. @@ -51,7 +51,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_pla_silver-metallic.xml.fdm_material b/ultimaker_pla_silver-metallic.xml.fdm_material index 5052fd659..a307139fd 100644 --- a/ultimaker_pla_silver-metallic.xml.fdm_material +++ b/ultimaker_pla_silver-metallic.xml.fdm_material @@ -7,7 +7,7 @@ Silver Metallic 0e01be8c-e425-4fb1-b4a3-b79f255f1db9 - 43 + 44 #a1a1a0 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. @@ -51,7 +51,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_pla_transparent.xml.fdm_material b/ultimaker_pla_transparent.xml.fdm_material index 3c48fd995..27808c5de 100644 --- a/ultimaker_pla_transparent.xml.fdm_material +++ b/ultimaker_pla_transparent.xml.fdm_material @@ -7,7 +7,7 @@ Transparent 532e8b3d-5fd4-4149-b936-53ada9bd6b85 - 43 + 44 #d0d0d0 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. @@ -51,7 +51,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_pla_white.xml.fdm_material b/ultimaker_pla_white.xml.fdm_material index f91ea9f6f..295099fc1 100644 --- a/ultimaker_pla_white.xml.fdm_material +++ b/ultimaker_pla_white.xml.fdm_material @@ -7,7 +7,7 @@ White e509f649-9fe6-4b14-ac45-d441438cb4ef - 43 + 44 #f1ece1 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. @@ -51,7 +51,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_pla_yellow.xml.fdm_material b/ultimaker_pla_yellow.xml.fdm_material index c57e19893..bc08f3aa0 100644 --- a/ultimaker_pla_yellow.xml.fdm_material +++ b/ultimaker_pla_yellow.xml.fdm_material @@ -7,7 +7,7 @@ Yellow 9c1959d0-f597-46ec-9131-34020c7a54fc - 43 + 44 #f9a800 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. @@ -51,7 +51,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_pp_transparent.xml.fdm_material b/ultimaker_pp_transparent.xml.fdm_material index 46179d717..6b4be78ba 100644 --- a/ultimaker_pp_transparent.xml.fdm_material +++ b/ultimaker_pp_transparent.xml.fdm_material @@ -7,7 +7,7 @@ Natural c7005925-2a41-4280-8cdd-4029e3fe5253 - 49 + 50 #d0d0d0 Fatigue and chemical resistant. Polypropylene offers excellent temperature, chemical and fatigue resistance. Its toughness and low friction make it a perfect choice for prototyping and creating durable end-use models. Adhesion sheets are required. @@ -53,7 +53,6 @@ 1.0 - 0.8 0 @@ -168,6 +167,7 @@ -14 1 100.7 + 0.2 yes diff --git a/ultimaker_ppscf_metallic-anthracite.xml.fdm_material b/ultimaker_ppscf_metallic-anthracite.xml.fdm_material index 6053cb52a..c3f611187 100644 --- a/ultimaker_ppscf_metallic-anthracite.xml.fdm_material +++ b/ultimaker_ppscf_metallic-anthracite.xml.fdm_material @@ -7,7 +7,7 @@ Metallic Anthracite d86bf59a-9d10-4a25-99b6-2844e0bc1bfb - 2 + 3 #383E42 High performance carbon fiber reinforced PPS filament. Flame retardant, high chemical and heat resistance and high strength for functional 3D prints in manufacturing. No glue needed @@ -47,7 +47,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_pva.xml.fdm_material b/ultimaker_pva.xml.fdm_material index 4153690b4..e5fab3218 100644 --- a/ultimaker_pva.xml.fdm_material +++ b/ultimaker_pva.xml.fdm_material @@ -7,7 +7,7 @@ Natural fe15ed8a-33c3-4f57-a2a7-b4b78a38c3cb - 42 + 43 #f5f2d1 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). @@ -77,7 +77,6 @@ 1.0 - 0.8 0 @@ -178,7 +177,6 @@ 40 1 5 - 0.5 no diff --git a/ultimaker_tough_pla.xml.fdm_material b/ultimaker_tough_pla.xml.fdm_material index 66777dcdf..154cf5497 100644 --- a/ultimaker_tough_pla.xml.fdm_material +++ b/ultimaker_tough_pla.xml.fdm_material @@ -8,7 +8,7 @@ 2c31d5ae-a75c-4be6-83bf-377341fc6d24 - 9 + 10 #ffc9f0 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. Print on bare glass. Use tape for cold build plates. @@ -53,7 +53,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_tough_pla_black.xml.fdm_material b/ultimaker_tough_pla_black.xml.fdm_material index 981fe9eb5..fed5b3b01 100644 --- a/ultimaker_tough_pla_black.xml.fdm_material +++ b/ultimaker_tough_pla_black.xml.fdm_material @@ -7,7 +7,7 @@ Black 03f24266-0291-43c2-a6da-5211892a2699 - 36 + 37 #2a292a 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. Print on bare glass. Use tape for cold build plates. @@ -51,7 +51,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_tough_pla_blue.xml.fdm_material b/ultimaker_tough_pla_blue.xml.fdm_material index 04fc35d61..eabfdd265 100644 --- a/ultimaker_tough_pla_blue.xml.fdm_material +++ b/ultimaker_tough_pla_blue.xml.fdm_material @@ -7,7 +7,7 @@ Blue 4b049931-6ee9-408c-8588-ddd4673467d1 - 15 + 16 #1B5583 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. Print on bare glass. Use tape for cold build plates. @@ -51,7 +51,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_tough_pla_gray.xml.fdm_material b/ultimaker_tough_pla_gray.xml.fdm_material index 62bffa26f..6a8d65ec2 100644 --- a/ultimaker_tough_pla_gray.xml.fdm_material +++ b/ultimaker_tough_pla_gray.xml.fdm_material @@ -7,7 +7,7 @@ Gray 6660eb2e-aa40-49ad-ac9b-ada979f3de9b - 15 + 16 #78858B 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. Print on bare glass. Use tape for cold build plates. @@ -51,7 +51,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_tough_pla_green.xml.fdm_material b/ultimaker_tough_pla_green.xml.fdm_material index 2c720dcbc..ef0f161ff 100644 --- a/ultimaker_tough_pla_green.xml.fdm_material +++ b/ultimaker_tough_pla_green.xml.fdm_material @@ -7,7 +7,7 @@ Green 6d71f4ad-29ab-4b50-8f65-22d99af294dd - 36 + 37 #00a95c 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. Print on bare glass. Use tape for cold build plates. @@ -51,7 +51,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_tough_pla_red.xml.fdm_material b/ultimaker_tough_pla_red.xml.fdm_material index a9da083f8..23082eecb 100644 --- a/ultimaker_tough_pla_red.xml.fdm_material +++ b/ultimaker_tough_pla_red.xml.fdm_material @@ -7,7 +7,7 @@ Red 2db25566-9a91-4145-84a5-46c90ed22bdf - 36 + 37 #de4343 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. Print on bare glass. Use tape for cold build plates. @@ -51,7 +51,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_tough_pla_white.xml.fdm_material b/ultimaker_tough_pla_white.xml.fdm_material index 53fb61107..38965b53f 100644 --- a/ultimaker_tough_pla_white.xml.fdm_material +++ b/ultimaker_tough_pla_white.xml.fdm_material @@ -7,7 +7,7 @@ White 851427a0-0c9a-4d7c-a9a8-5cc92f84af1f - 36 + 37 #ecece7 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. Print on bare glass. Use tape for cold build plates. @@ -51,7 +51,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_tough_pla_yellow.xml.fdm_material b/ultimaker_tough_pla_yellow.xml.fdm_material index 4eec9fb6f..63c609453 100644 --- a/ultimaker_tough_pla_yellow.xml.fdm_material +++ b/ultimaker_tough_pla_yellow.xml.fdm_material @@ -7,7 +7,7 @@ Yellow bfdb0787-032d-4cf5-9975-964132bd641c - 15 + 16 #F8F32B 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. Print on bare glass. Use tape for cold build plates. @@ -51,7 +51,6 @@ 1.0 - 0.8 0 diff --git a/ultimaker_tpu.xml.fdm_material b/ultimaker_tpu.xml.fdm_material index fc56d7577..2b323951d 100644 --- a/ultimaker_tpu.xml.fdm_material +++ b/ultimaker_tpu.xml.fdm_material @@ -8,7 +8,7 @@ bddeb098-9e1f-4d0b-be9f-e99f6f8277d8 - 9 + 10 #B22744 Wear and tear resistant. TPU features a Shore-A hardness of 95 and an elongation of up to 580% at break. Suitable for applications that require slight flexibility, wear and tear, and chemical resistance. Use glue. @@ -53,7 +53,6 @@ 1.0 - 0.8 0 @@ -152,7 +151,7 @@ -50 1 100.3 - + 0.2 yes 3 diff --git a/ultimaker_tpu_black.xml.fdm_material b/ultimaker_tpu_black.xml.fdm_material index 8ad2c16ab..de0bdeda3 100644 --- a/ultimaker_tpu_black.xml.fdm_material +++ b/ultimaker_tpu_black.xml.fdm_material @@ -7,7 +7,7 @@ Black eff40bcf-588d-420d-a3bc-a5ffd8c7f4b3 - 41 + 42 #0e0e10 Wear and tear resistant. TPU features a Shore-A hardness of 95 and an elongation of up to 580% at break. Suitable for applications that require slight flexibility, wear and tear, and chemical resistance. Use glue. @@ -51,7 +51,6 @@ 1.0 - 0.8 0 @@ -150,7 +149,7 @@ -50 1 100.3 - + 0.2 yes 3 diff --git a/ultimaker_tpu_blue.xml.fdm_material b/ultimaker_tpu_blue.xml.fdm_material index f25ef29d8..20ff1802d 100644 --- a/ultimaker_tpu_blue.xml.fdm_material +++ b/ultimaker_tpu_blue.xml.fdm_material @@ -7,7 +7,7 @@ Blue 5f4a826c-7bfe-460f-8650-a9178b180d34 - 41 + 42 #00387b Wear and tear resistant. TPU features a Shore-A hardness of 95 and an elongation of up to 580% at break. Suitable for applications that require slight flexibility, wear and tear, and chemical resistance. Use glue. @@ -51,7 +51,6 @@ 1.0 - 0.8 0 @@ -150,7 +149,7 @@ -50 1 100.3 - + 0.2 yes 3 diff --git a/ultimaker_tpu_red.xml.fdm_material b/ultimaker_tpu_red.xml.fdm_material index 7e828e76a..59d560e01 100644 --- a/ultimaker_tpu_red.xml.fdm_material +++ b/ultimaker_tpu_red.xml.fdm_material @@ -7,7 +7,7 @@ Red 07a4547f-d21f-41a0-8eee-bc92125221b3 - 41 + 42 #a63437 Wear and tear resistant. TPU features a Shore-A hardness of 95 and an elongation of up to 580% at break. Suitable for applications that require slight flexibility, wear and tear, and chemical resistance. Use glue. @@ -51,7 +51,6 @@ 1.0 - 0.8 0 @@ -150,7 +149,7 @@ -50 1 100.3 - + 0.2 yes 3 diff --git a/ultimaker_tpu_white.xml.fdm_material b/ultimaker_tpu_white.xml.fdm_material index e6771d7bb..e7807d31e 100644 --- a/ultimaker_tpu_white.xml.fdm_material +++ b/ultimaker_tpu_white.xml.fdm_material @@ -7,7 +7,7 @@ White 6a2573e6-c8ee-4c66-8029-3ebb3d5adc5b - 41 + 42 #f1ece1 Wear and tear resistant. TPU features a Shore-A hardness of 95 and an elongation of up to 580% at break. Suitable for applications that require slight flexibility, wear and tear, and chemical resistance. Use glue. @@ -51,7 +51,6 @@ 1.0 - 0.8 0 @@ -150,7 +149,7 @@ -50 1 100.3 - + 0.2 yes 3