Commit graph

1057 commits

Author SHA1 Message Date
Jaime van Kessel
c087f4b0dc Merge branch 'master' of git://github.com/maukcc/cura 2017-04-14 14:30:25 +02:00
Ghostkeeper
ac46c4358b
Merge branch '2.5' 2017-04-14 11:56:57 +02:00
Ghostkeeper
3a30386ec6
Fix brim width of Nylon 0.8mm profiles
The 3mm was computed from wanting 7 lines, but in that calculation I used a line width of 0.4mm. This is obviously wrong, since for 0.8mm profiles the line width is 0.8mm.

Contributes to issue CURA-3650.
2017-04-14 11:56:36 +02:00
Ghostkeeper
a8df94f5b3
Merge branch '2.5' 2017-04-14 10:29:43 +02:00
Ghostkeeper
39ceb53980
Set raft margin to 10
This was ambiguous in the original profiles.

Contributes to issue CURA-3650.
2017-04-14 10:22:25 +02:00
Ghostkeeper
b0a1e909c9
Merge branch '2.5' 2017-04-13 16:10:10 +02:00
Ghostkeeper
ba64573fa0
Use support interface density instead of line distance
This way the user can still override the line distance if necessary.

Contributes to issue CURA-3650.
2017-04-13 16:09:51 +02:00
Ghostkeeper
6d266d2da6
Merge branch '2.5' 2017-04-12 17:32:40 +02:00
Ghostkeeper
cc2d0d3cfe
Add 0.8mm TPU profiles
They have already been optimised together with ABS, CPE, PLA, Nylon and PVA.

Contributes to issue CURA-3650.
2017-04-12 17:32:26 +02:00
Ghostkeeper
35fd58f721
Optimise 0.4mm profiles for CPEP, PC and TPU
These optimisations should only remove settings that are exactly equal to the parent profile. Support interface settings are an exception, since they were defining non-existing settings in the original profiles. The stand-by temperature is also an exception, since the stand-by temperature of the material profile is set in stone because of firmware.

Contributes to issue CURA-3650.
2017-04-12 17:23:29 +02:00
Ghostkeeper
febd1f0f79
Make sure that the UM3 definition is taken into account when optimising
Otherwise it acts as if the settings were the defaults for FDMPrinter rather than defaulting to the current UM3 settings.

Contributes to issue CURA-3650.
2017-04-12 16:29:36 +02:00
Ghostkeeper
c2fdf68caf
Set Equalize Filament Flow to True for all 0.8mm profiles
Orders from the materials team. They mistakenly set this to False in their original profiles.

Contributes to issue CURA-3650.
2017-04-12 15:42:09 +02:00
Ghostkeeper
397c2666f0
Optimise profiles for 0.8mm cores
Sample testing confirms that these are equal to their originals. Nylon, PLA and PVA were already optimised, but ABS and CPE weren't. Now all are optimised except some 0.4mm core profiles. I'll see to those next. Note that the filament flow compensation setting is still wrong in these profiles (it was wrong in the original profiles as well).

Contributes to issue CURA-3650.
2017-04-12 15:38:07 +02:00
MaukCC
0768cea49b Add files via upload 2017-04-12 15:08:36 +02:00
MaukCC
a78bb88ebc Add files via upload 2017-04-12 15:07:11 +02:00
MaukCC
46426db8e6 Create cartesio_global_Coarse_Quality.inst.cfg 2017-04-12 15:06:23 +02:00
MaukCC
fb3966d8f5 Delete cartesio_0.8_pla_draft.inst.cfg 2017-04-12 15:05:38 +02:00
MaukCC
bcbe7bdbd4 Delete cartesio_0.4_pla_draft.inst.cfg 2017-04-12 15:05:28 +02:00
MaukCC
99afe3648e Delete cartesio_0.25_pla_draft.inst.cfg 2017-04-12 15:05:16 +02:00
MaukCC
642dfa9372 Update cartesio_0.8_pla_draft.inst.cfg 2017-04-12 10:47:30 +02:00
MaukCC
c41392a101 Update cartesio_0.25_pla_draft.inst.cfg 2017-04-12 10:47:15 +02:00
MaukCC
a6346b1277 Add files via upload 2017-04-12 10:45:17 +02:00
MaukCC
8da7fbb119 Create cartesio_0.4_pla_draft.inst.cfg 2017-04-12 10:43:36 +02:00
Ghostkeeper
cb7c25f92f
Merge branch 'master' into feature_support_top_bottom_speed 2017-04-10 10:52:31 +02:00
fieldOfView
7adc904cf1 Remove absolute value warnings by moving some values to the machine definition 2017-04-06 13:17:24 +02:00
fieldOfView
a8fffd45a0 Add High and Maximum Quality profiles 2017-04-06 12:29:31 +02:00
fieldOfView
a904c383ea Add Moai-specific "Normal" profile 2017-04-06 12:29:30 +02:00
Jaime van Kessel
a69bf967e5 Merge branch 'master' of github.com:Ultimaker/Cura 2017-04-04 13:31:02 +02:00
Jaime van Kessel
d5382c7924 Merge branch 'revise_jellybox_support' of git://github.com/IMADE3D/cura 2017-04-04 13:28:53 +02:00
Ghostkeeper
6f2efbee61
Merge branch '2.5' 2017-04-04 11:24:12 +02:00
Ghostkeeper
28555c685f
Add profiles for 0.8mm ABS and CPE
These profiles are not optimised yet. I'm not allowed to optimise them since there seem to be bugs in the optimisation.
2017-04-04 11:23:46 +02:00
Ghostkeeper
2e790852ce
Merge branch '2.5' 2017-04-03 11:38:28 +02:00
Ghostkeeper
b0ecb3ecdf
Unoptimize CPE+, PC and TPU profiles
There have been some problems in the optimization of these profiles, so we undo this for now, preventing people from editing these materials and risking some warnings in Cura's interface, but providing the correct experience for people trying the new materials.
2017-04-03 11:37:48 +02:00
Ghostkeeper
6eeb61c6ff
Merge branch 'maukcc-master' 2017-03-29 13:26:14 +02:00
Ghostkeeper
23a09f7f3c
Merge branch 'master' of https://github.com/maukcc/Cura into maukcc-master 2017-03-29 13:25:34 +02:00
Filip Goc
a328261456 add jellybox specific profiles
pla and a few petg profiles to get started
2017-03-28 12:57:43 -04:00
Jack Ha
efa1513e4c
Changed all Not Supported Draft quality profiles to Not Supported Superdraft to prevent double Not Supported entries. CURA-3555 2017-03-27 16:00:08 +02:00
Jack Ha
088202c366 Changed all Not Supported Draft quality profiles to Not Supported Superdraft to prevent double Not Supported entries. CURA-3555 2017-03-27 10:30:51 +02:00
Lipu Fei
578f72c91e Use "False" instead "false" in cfg files
CURA-3555
2017-03-24 10:44:44 +01:00
Jack Ha
33d16f8601 Added Not Supported profiles when second extruder is a 0.8 nozzle. CURA-3555 2017-03-22 14:51:53 +01:00
Jack Ha
6dcd4d13e4 Removed quality profile aa0.8 PLA Not Supported. CURA-3555 2017-03-22 13:24:13 +01:00
Jack Ha
40a7d2fecc Added not supported quality profiles. CURA-3555 2017-03-22 09:33:17 +01:00
Jaime van Kessel
5489fc8caf Added number of missing quality profiles
CURA-3555
2017-03-21 14:43:01 +01:00
Ghostkeeper
cdaeb13c3a
Use support infill density instead of line distance
Making these profiles use line distance prevents the user from setting their own density. This density is exactly equivalent.

Contributes to issue CURA-3491.
2017-03-17 13:29:15 +01:00
Jack Ha
aa691033e0 Added Not Supported profiles for incompatible materials. CURA-3510 2017-03-16 16:01:18 +01:00
Jaime van Kessel
ad7752bb16 Revert "Updated version of superdraft and verydraft. CURA-3479"
This reverts commit 62de4f9ec6.
2017-03-16 11:16:02 +01:00
Jaime van Kessel
0c1829af1e Revert "Upgrade built-in instance containers"
This reverts commit b162be4df8.
2017-03-16 11:15:20 +01:00
MaukCC
37d7cd989b Create draft.inst.cfg 2017-03-14 15:03:52 +01:00
MaukCC
4620187fdc Update extra_coarse.inst.cfg 2017-03-14 15:03:05 +01:00
MaukCC
de2fd03057 Update coarse.inst.cfg 2017-03-14 15:02:49 +01:00