From 28f1e670f5623ba7f2eda6ca61726fd19963ec90 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 5 Jul 2019 14:20:36 +0200 Subject: [PATCH] Give special values to the intents This way we can see if the correct profile actually got loaded. Contributes to issue CURA-6597. --- resources/intent/smooth.inst.cfg | 2 +- resources/intent/strong.inst.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/intent/smooth.inst.cfg b/resources/intent/smooth.inst.cfg index 474aa05e57..cfaa18c2bf 100644 --- a/resources/intent/smooth.inst.cfg +++ b/resources/intent/smooth.inst.cfg @@ -12,4 +12,4 @@ variant = AA 0.4 material = generic_pla [values] - +infill_sparse_density = 10 \ No newline at end of file diff --git a/resources/intent/strong.inst.cfg b/resources/intent/strong.inst.cfg index 08e568e0d7..e90b73d7d8 100644 --- a/resources/intent/strong.inst.cfg +++ b/resources/intent/strong.inst.cfg @@ -12,4 +12,4 @@ variant = AA 0.4 material = generic_pla [values] - +infill_sparse_density = 50 \ No newline at end of file