MaukCC
302627639d
Update high.inst.cfg
2017-03-14 13:59:53 +01:00
MaukCC
b5a188ef78
Update low.inst.cfg
2017-03-14 13:59:28 +01:00
MaukCC
e1a3f16da7
Update normal.inst.cfg
2017-03-14 13:59:03 +01:00
Jaime van Kessel
7993d9e95e
Added **kwargs option to request write
...
CURA-3496
2017-03-14 13:30:47 +01:00
Jack Ha
62de4f9ec6
Updated version of superdraft and verydraft. CURA-3479
2017-03-14 13:09:07 +01:00
MaukCC
44269d4ede
Update cartesio_0.25.inst.cfg
2017-03-14 12:21:09 +01:00
MaukCC
88fa6eeb2a
Update cartesio_0.4.inst.cfg
2017-03-14 12:18:51 +01:00
MaukCC
803aaf57fb
Update cartesio_0.8.inst.cfg
2017-03-14 12:17:30 +01:00
Lipu Fei
97b943736b
Use translation for text in keep/discard profile dialog
2017-03-14 11:59:51 +01:00
Jack Ha
0a398738b7
Merge branch '2.5' into feature_version_upgrade_2.5
2017-03-14 11:18:14 +01:00
Jack Ha
357f99f77a
Merge branch '2.5' of github.com:Ultimaker/Cura into 2.5
2017-03-14 10:43:13 +01:00
Jack Ha
b08249b3a0
Added changelogs. CURA-3467
2017-03-14 10:43:03 +01:00
Jaime van Kessel
ea3acd6c35
Merge branch '2.5' of github.com:Ultimaker/Cura
2017-03-14 10:00:32 +01:00
Jaime van Kessel
c0cdddd098
Cura no longer crashes when NaN is recieved for printtime from engine
...
CURA-3516
2017-03-14 09:59:55 +01:00
Jaime van Kessel
746d8053f7
Merge branch '2.5' of github.com:Ultimaker/Cura
2017-03-14 09:43:51 +01:00
Tim Kuipers
a46e84939b
JSON fix: better mold angle warning (CURA-3512)
2017-03-13 18:07:31 +01:00
Tim Kuipers
85356d621c
lil default (CURA-3512)
2017-03-13 18:00:51 +01:00
Tim Kuipers
4294a162e6
lil typo fix (CURA-3512)
2017-03-13 17:39:04 +01:00
Tim Kuipers
8698b3e662
Merge remote-tracking branch 'origin/2.5' into feature_mold
2017-03-13 17:35:37 +01:00
Ghostkeeper
7a30b29458
Merge branch 'master' of github.com:Ultimaker/Cura
2017-03-13 17:24:17 +01:00
Ghostkeeper
9b7f054d32
Merge branch '2.5'
2017-03-13 17:23:59 +01:00
Tim Kuipers
914aa89711
feat: model to mold (CURA-3512)
2017-03-13 17:19:29 +01:00
Jack Ha
32d5fbe557
Fixed choosing a quality that is compatible with multiple extruders as fallback. CURA-3510
2017-03-13 17:17:56 +01:00
Tim Kuipers
fe56c105e9
JSOn fix: spaghetti infill enabled function bug (CURA-3238)
2017-03-13 16:22:21 +01:00
Jaime van Kessel
1c7c5545b5
Comment checking now uses startswith
2017-03-13 15:52:42 +01:00
Jaime van Kessel
ae97e60ee4
Added logging if unknown feature type was encountered
2017-03-13 15:48:30 +01:00
Jaime van Kessel
b57c5af348
Added documentation
2017-03-13 15:45:59 +01:00
Jaime van Kessel
412b8bcb41
Moved check to inside if statement to prevent undeeded parsing
2017-03-13 15:34:30 +01:00
Jaime van Kessel
69b8a06eca
Added documentation why gcode0 was defined to be the same as gcode1
2017-03-13 15:33:04 +01:00
Jaime van Kessel
3c9010fde4
Minor refactor to improve readability
...
CURA-3390
2017-03-13 15:29:25 +01:00
Jack Ha
d7e35fa480
Added global qualities for Superdraft and Verydraft. CURA-3510
2017-03-13 14:32:45 +01:00
Ghostkeeper
94c607e785
Also tests whether the upgrade didn't remove any good settings
...
It shouldn't remove any settings that are not set for removing.
It's now also using the actual _removed_settings property to make sure that the test upgrades for the simple case of another removed setting.
Contributes to issue CURA-3479.
2017-03-13 14:08:56 +01:00
Ghostkeeper
ad0d0bbd96
Add test for removing settings from instance containers
...
Currently only the happy path. I plan to add tests whether the rest of the settings are still intact.
Contributes to issue CURA-3479.
2017-03-13 13:49:19 +01:00
Ghostkeeper
d866216f0c
Add tests for removed settings from preferences files
...
Contributes to issue CURA-3479.
2017-03-13 13:39:10 +01:00
Jaime van Kessel
6167dc2350
Merge branch '2.5' of github.com:Ultimaker/Cura
2017-03-13 13:31:53 +01:00
Tim Kuipers
7213d3b5e6
fix: disable infill_sparse_thickness and gradual_infill_steps when spaghetti infill is enabled (CURA-3238)
2017-03-13 13:30:27 +01:00
Ghostkeeper
14faf1abad
Use correct naming scheme for functions
...
It needs to start with 'test_' for pytest. But otherwise it needs to follow our naming conventions for function names.
Contributes to issue CURA-3479.
2017-03-13 12:49:48 +01:00
Ghostkeeper
ce50a6ebf1
Add tests for cfg_version
...
These test if the output of cfg_version is as expected.
Contributes to issue CURA-3479.
2017-03-13 12:44:18 +01:00
Ghostkeeper
f15990e89c
Implement version upgrade from 2.4 to 2.5
...
The version upgrade currently only removes the setting start_layers_at_same_position.
Contributes to issue CURA-3479.
2017-03-13 12:42:25 +01:00
Ghostkeeper
cbfbc70fa3
Upgrade built-in instance containers
...
These are now upgraded to version 3, meaning that they will have to increase their version numbers and remove any start_layers_at_same_position settings they define. None of these profiles define any start_layers_at_same_position so it's just the version number then.
Contributes to issue CURA-3479.
2017-03-13 12:42:25 +01:00
Ghostkeeper
b29ccdc659
Add Uranium to PYTHONPATH for testing
...
This 'assumes' you have Uranium as a sister-directory next to Cura. This is how it's always been. We should probably change that to a CMake variable some day.
2017-03-13 12:41:59 +01:00
Ghostkeeper
e83fd3a321
Remove old adding of tests
...
No longer needed.
2017-03-13 12:40:47 +01:00
Ghostkeeper
1d22d87ae0
Ignore .cache directory created by unit tests
...
CTest creates this directory for its test results.
2017-03-13 12:40:10 +01:00
Ghostkeeper
ecc973951e
Support running unit tests for plug-ins
2017-03-13 12:30:47 +01:00
jack
7b9ea1073c
Merge pull request #1530 from Ultimaker/bugfix_CURA-3507_more-robust-quality-lookup
...
CURA-3507 Make quality lookup more robust
2017-03-13 10:26:15 +01:00
Lipu Fei
55727f20e5
CURA-3507 Make quality lookup more robust
2017-03-13 09:45:23 +01:00
Ghostkeeper
8becc9b119
Merge branch '2.5'
2017-03-13 09:34:47 +01:00
Ghostkeeper
41e3336ea9
Merge branch 'feature_omp_writeGcode' into 2.5
2017-03-13 09:34:37 +01:00
Ghostkeeper
5d0f7f9042
Merge branch '2.5'
2017-03-10 18:20:58 +01:00
Ghostkeeper
137de23221
Always prefer 0.4mm nozzles at initial loading
...
Otherwise we might end up with 0.8mm AA cores, and those don't have a normal quality profile so that gives all sorts of trouble.
2017-03-10 18:20:42 +01:00