fieldOfView
740f3775fa
Reset stored layer data as soon as a new slice operation starts
...
This prevents layer view showing a combination of stale and fresh data
Fixes CURA-1370 (and CURA-1519)
2016-05-23 12:07:02 +02:00
fieldOfView
f8c8de86bc
Fix showing changelog when the first item in the changelog doesn't start with an "*"
...
CURA-1583
2016-05-23 11:35:01 +02:00
Arjen Hiemstra
4de0a208d1
Fix version number and remove beta tag in Changelog
...
Fixes CURA-1575
2016-05-19 14:52:11 +02:00
Ghostkeeper
14f860f8ae
Also change default raft fan speed for subsettings
...
Contributes to issues PL-162, PL-163, PL-164 and PL-165.
2016-05-18 12:39:39 +02:00
Ghostkeeper
cad6d87a0c
Change inheritance for initial layer z overlap
...
This makes the defaults more accurate. The overlap is a little bigger now.
Contributes to issues PL-162, PL-163, PL-164 and PL-165.
2016-05-18 12:36:22 +02:00
Ghostkeeper
fa81604b89
Set default raft fan speed to 0
...
This makes layer adhesion better.
Contributes to issues PL-162, PL-163, PL-164 and PL-165.
2016-05-18 12:34:10 +02:00
Simon Edwards
442b9f2af3
Rename 'tmp' to something a bit more meaningful.
...
Contributes to CURA-1512
2016-05-17 09:43:14 +02:00
Simon Edwards
5f0c96d4a5
Correctly filter the input to the convex hull function for duplicates.
...
Contributes to CURA-1512
2016-05-12 16:54:34 +02:00
Ghostkeeper
34b257d0f4
Add translations for Initial Layer Z Overlap setting
...
English is a copy of the original. Dutch, French, Spanish and German translations were made by a native speaker. Italian by a non-native speaker. Finnish is machine-translated.
Contributes to issue CURA-1549.
2016-05-12 13:41:39 +02:00
Tim Kuipers
9f226d7552
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
2016-05-12 11:01:59 +02:00
Tim Kuipers
5716069fe4
JSON fix: First Layer Z OVerlap ==> Inital Layer ... (CURA-1549)
2016-05-12 11:01:46 +02:00
Ghostkeeper
76f78295c4
Translation correction suggested by BagelOrb
...
BagelOrb indicated the translation wrongly at first. This is apparently correct.
Contributes to issue CURA-1549.
2016-05-12 10:28:18 +02:00
Ghostkeeper
c79d064107
Convert raft_airgap settings to float before computing
...
Can't subtract strings from each other, after all.
Contributes to issue CURA-1549.
2016-05-11 18:26:18 +02:00
Ghostkeeper
acd0a987a1
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
2016-05-11 18:01:38 +02:00
Ghostkeeper
5a7486a32e
Add conversion of First Layer Airgap from legacy
...
First Layer Airgap's internal name is raft_airgap (yeah don't ask).
Contributes to issue CURA-1549.
2016-05-11 17:27:14 +02:00
Tim Kuipers
9993fcc3cf
JSON feat: layer_0_z_overlap (CURA-1549)
2016-05-11 17:14:49 +02:00
Simon Edwards
2f54e3554a
When trying to exit the application, forcefully shutdown the backend exe.
...
Fixes CURA-1453 Cura in slicing loop (Arcus Error (6, native 54))
2016-05-09 12:42:51 +02:00
Simon Edwards
dff976f197
Minor code style fix.
...
Contributes to CURA-1434
2016-04-26 15:21:11 +02:00
Jaime van Kessel
4d11bdd366
Changed height
...
CURA-1429
2016-04-26 12:09:11 +02:00
Simon Edwards
f92ff3e864
Only talk to the CuraEngine socket from the same (Main) thread, and be a lot more careful about handling the StartSliceJob when restarting CuraEngine.
...
Fixes CURA-1434
2016-04-25 15:53:02 +02:00
Jaime van Kessel
d606d6dfe4
Merge pull request #701 from THeijmans/2.1
...
UM2+ profile improvements
2016-04-15 14:43:06 +02:00
Tom Heijmans
7ce5c6c6bc
Fixed inheritance issues
2016-04-15 14:36:13 +02:00
Tom Heijmans
00305f1c53
Updated inheritance functions for um2+
2016-04-15 13:35:25 +02:00
Tom Heijmans
3776d3c6d2
Updated material & UM2+ profiles
2016-04-15 13:33:30 +02:00
Ghostkeeper
ea6a4d5f27
../resources/i18n/nl/fdmprinter.json.po
2016-04-12 17:39:03 +02:00
Ghostkeeper
7cc31c3d2e
Update translations
...
Updates the translations with the updated strings. Made by Bothof.
Contributes to issue CURA-1190.
2016-04-12 16:34:45 +02:00
Arjen Hiemstra
4253a3f9ef
Round convex hull data to 0.1mm, then remove duplicates
...
This greatly reduces convex hull complexity while at the same
time not introducing much error into the convex hull. This keeps
things responsive when dealing with more complex models.
Contributes to CURA-1387
2016-04-12 15:40:10 +02:00
fieldOfView
6e1265a822
Add width, height in addition to minimumWidth, minumumHeight to fix retina issue on OSX
...
Without these additions, windows (preferences, wizards, about) open larger than fullscreen, making some controls inaccessible
Fixes CURA-504
2016-04-12 10:23:43 +02:00
Arjen Hiemstra
51c4e277ae
Do not round convex hull points to nearest int
...
This might have made sense when convex hulls were not recalculated on
transformation changes but as it is now, we want to be able to specify
0.5 as a valid point for a convex hull.
Contributes to CURA-435
2016-04-11 15:30:27 +02:00
Arjen Hiemstra
cdb235740d
Use fdmprinter.json If we have no active machine instead of returning None
...
This prevents issues where backend creation would end up in an infinite
loop while there was no active machine.
Contributes to CURA-1376
2016-04-11 13:01:03 +02:00
Tim Kuipers
e28bed6006
JSON fix: max value of infill_sparse_thickness based on engine MAX_COMBINE_COUNT hardcoded value (CURA-1374)
2016-04-08 16:43:18 +02:00
Jaime van Kessel
bc0d8818cf
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
2016-04-08 09:59:35 +02:00
Jaime van Kessel
e034e3f9e1
Extra hull area now matches the assumptions in the rest of the code
...
It's now also correct according to the original documentation.
CURA-435
2016-04-08 09:58:34 +02:00
ckielstra
75d3a13659
Spelling
2016-04-08 09:51:46 +02:00
Jaime van Kessel
24950627dc
Removable drives with any name are now accepted by OSX
...
I have no idea why the old plugin only accepted drives with the name
"MASS STORAGE DEVICE", but it now simply lists all removable drives
CURA-1365
2016-04-07 13:31:20 +02:00
Jaime van Kessel
b62c890bfa
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
2016-04-06 17:24:40 +02:00
Jaime van Kessel
c176c608d7
Added extra mm to UM2+ lower right disallowed area
...
CURA-1166
2016-04-06 17:23:11 +02:00
Ghostkeeper
3a478dac12
Fix inaccuracy in change log
...
You can't actually set a profile per object. You can set settings per object.
Contributes to issue CURA-1326.
2016-04-06 16:47:21 +02:00
Jaime van Kessel
34b0d051fb
Updated changelog for 2.1 release
...
CURA-1326
2016-04-06 15:02:49 +02:00
Jaime van Kessel
e2e25ea3e8
Merge branch '2.1-max_message_size_fix' of https://github.com/Ultimaker/Cura into 2.1
2016-04-06 11:42:38 +02:00
Jaime van Kessel
610533aa15
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
2016-04-06 10:52:21 +02:00
Jaime van Kessel
5f74113a45
Fixed changelog plugin so it shows correctly again
...
CURA-1326
2016-04-06 10:51:45 +02:00
fieldOfView
2cedfbfbb7
Change splash-screen so it does not say "developer version", pending a release "real soon now"
...
CURA-1341
2016-04-05 22:28:52 +02:00
Jaime van Kessel
6a4b83b54b
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
2016-04-05 10:28:29 +02:00
fieldOfView
78038e90b8
Removed Olsson block upgrade option from UM2Extended
2016-04-05 09:52:33 +02:00
Tim Kuipers
efdd92d358
JSON: fix: hide alternate skin rotation when skin pattern is concentric (CURA-1235)
2016-04-04 14:27:19 +02:00
Jaime van Kessel
bfba095655
Updated disallowed areas for um2 & um2+
...
CURA-1166
2016-04-04 14:13:18 +02:00
Jaime van Kessel
c1e0b38b8e
Moved multiple settings (draft shield, coasting, conical support, etc) into experimental
...
CURA-1267
2016-04-04 13:42:15 +02:00
Jaime van Kessel
9fce463153
Removed olson block as upgrade from UM2
...
Fixes CURA-1280
2016-04-04 13:34:43 +02:00
Jaime van Kessel
f5457504d3
One at a time iterator no longer ignores objects higher than gantry height
...
Due to changes in build volume, those objects are already ignored.
CURA-1224
2016-04-04 11:25:41 +02:00