Commit graph

1232 commits

Author SHA1 Message Date
Arjen Hiemstra
14abec095c Only add layer data node after all processing
This way we trigger a proper scene update and do not get odd incomplete
layers.

Contributes to CURA-224
Contributes to CURA-388
2015-11-05 14:42:17 +01:00
Arjen Hiemstra
d5bd39cc3b Also account for "xy_offset" setting for the disallowed areas
Contributes to CURA-138
2015-11-05 13:47:35 +01:00
Tim Kuipers
ebe372c5b2 Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10 2015-11-05 11:24:38 +01:00
Tim Kuipers
6303062f45 JSON: workaround for stutter in spiralize vase: set travel speed to printing speed 2015-11-05 11:24:27 +01:00
Tamara Hogenhout
dc2ca67727 Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10 2015-11-04 17:39:31 +01:00
Tamara Hogenhout
1a35971edf Adds a color for the error-messages
Menno designed the use of the color orange for error messages, but this is not yet the definitive hue of orange. But I kinda needed it now.

Contributes to #CURA-325
2015-11-04 17:38:45 +01:00
Tamara Hogenhout
b2f4e2bf26 Shows an error message when a user tries to add a printer with a name that already excists.
Also auto-generates numbering in the name, when the automatically generated machine-name is non-unique

contributes to #CURA-325
2015-11-04 17:36:20 +01:00
Tim Kuipers
1177fd3c41 Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10 2015-11-04 17:16:10 +01:00
Tim Kuipers
35ba7d59f4 JSON: support bottom stair step height defaults changed so that the bottom distance to the model isn't violated too much 2015-11-04 17:16:00 +01:00
Arjen Hiemstra
1140c853d1 Try to use Protobuf CPP implementation if it is available
The C++ implementation is far faster so should always be
used if available. If not, we log a warning since it makes
a big difference.
2015-11-04 16:42:07 +01:00
Arjen Hiemstra
cb05aee391 Move the start of slicing to a proper job
This way it can be properly threaded (with a generous sprinkling of
"yieldThread") so we do not block the UI when slicing starts.

Contributes to CURA-358
2015-11-04 14:13:45 +01:00
Arjen Hiemstra
20b828ecee Add a Job subclass that handles sending data to the engine
This can be used by the CuraEngine backend to reduce lag when we start
slicing.

Contributes to CURA-358
2015-11-04 14:13:45 +01:00
Arjen Hiemstra
0b2f0b2604 Add thread yields to several long running and heavy processing jobs
Contributes to CURA-358
2015-11-04 14:13:45 +01:00
Arjen Hiemstra
653b46d825 Properly report Layer data processing progress
Contributes to CURA-224
2015-11-04 14:13:45 +01:00
Arjen Hiemstra
75b8466065 Speed up building of the layerdata mesh
Use numpy copies rather than python iteration since it is far faster.

Contributes to CURA-224
2015-11-04 14:13:45 +01:00
Arjen Hiemstra
98d2acaba7 Install the CuraVersion file in the right location on OSX/Win 2015-11-01 22:35:07 +01:00
Arjen Hiemstra
8d0924849f Make it possible to set Cura version from CMake
This helps with automating build so we can set version from one single
spot.
2015-11-01 22:02:54 +01:00
Arjen Hiemstra
2efcbc3c1f Revert "temporary hack so Ruben can test the update firmware fix"
This reverts commit 7eb9845ded.
2015-11-01 21:32:08 +01:00
Tamara Hogenhout
7eb9845ded temporary hack so Ruben can test the update firmware fix 2015-10-30 16:29:20 +01:00
Arjen Hiemstra
a1087150ef Properly clean up printer connections that are no longer available.
Contributes to CURA-274
2015-10-30 13:46:58 +01:00
Arjen Hiemstra
67e00221eb Display a message that there are no connected printers when trying to update firmware
Contributes to CURA-274
2015-10-30 13:46:58 +01:00
Arjen Hiemstra
37c977cea6 Properly end firmware update procedure and catch errors during firmware update
Contributes to CURA-274
2015-10-30 13:46:58 +01:00
Arjen Hiemstra
9626a604c2 Do not inherit BaseException, but use Exception
As indicated by Python docs, custom exceptions should use Exception as
base.

Contributes to CURA-274
2015-10-30 13:46:58 +01:00
Jaime van Kessel
38a212810f Merge pull request #521 from fieldOfView/fix_menu_prefs_settings
Always show "General" page when opening preferences using Settings menu
2015-10-30 11:04:46 +01:00
fieldOfView
9bf3b2a226 Always show "General" page when reopening preferences 2015-10-29 14:29:04 +01:00
Arjen Hiemstra
4c0b4ae870 Double check that the active instance and profile are set before updating disallowed
Contributes to CURA-138
2015-10-29 13:54:26 +01:00
Arjen Hiemstra
fe9e35c062 Remove invalid line that causes exceptions on startup
Contributes to CURA-138
2015-10-29 11:48:05 +01:00
Ghostkeeper
6c20d41863 Make minimum layer height 1 micron
Previously the minimum layer height was 0.1 micron. This was rounded down to 0 microns in the engine, and then a check would cause the engine to return an error. 1 micron is the minimum that the engine can handle.
2015-10-28 16:23:00 +01:00
Arjen Hiemstra
a660296768 Use the skirt size to expand the disallowed area size and add disallowed areas for the borders
CURA-138 #Ready-for-Review
2015-10-27 15:26:04 +01:00
Tamara Hogenhout
91a8746c03 Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10 2015-10-26 16:35:51 +01:00
Tamara Hogenhout
32de1b533d Adds an SVG checksign
Because Roboto does not have a checksign in its charachter set

Contributes to #CURA-244
2015-10-26 16:35:27 +01:00
Arjen Hiemstra
a94961d28b Remove full screen from menu and disable the shortcut key
Upstream is unfortunately riddled with bugs, so it is better to disable
full screen for now.

CURA-317 #Ready-for-Review
2015-10-26 16:23:49 +01:00
Arjen Hiemstra
d943bbee31 Properly default infill_sparse_thickness to layer_height`
Contributes to CURA-323
2015-10-26 16:05:34 +01:00
Tamara Hogenhout
dab05e39a5 Changes the color of the 'C' in one iconfile
fixes #CURA-241
2015-10-26 14:41:34 +01:00
Tamara Hogenhout
75151b2a02 Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10 2015-10-26 13:59:13 +01:00
Tamara Hogenhout
883cb08e54 moves the changelog from on-startup to the extensions menu
contributes to #CURA-243
2015-10-26 13:58:43 +01:00
Arjen Hiemstra
e7e833bfcf Fix firmware update to properly report progress
CURA-274 #Ready-for-Review
2015-10-26 13:00:10 +01:00
Arjen Hiemstra
07c9ecc931 Use a decorator to track Z offset
This makes it much easier to correct for Z offset after operations

CURA-196 #Ready-for-Review
2015-10-23 14:04:27 +02:00
Ghostkeeper
d0b5fe84b8 Remove infill_sparse_combine setting
In discussion, we deemed infill_sparse_thickness more clear to the user and infill_sparse_combine superfluous, since it is really an intermediary value used by the engine to round the thickness up. So now it is actually computed in the engine. Accompanying this commit will be a commit to CuraEngine to remove the setting from the .json file.
2015-10-23 12:16:05 +02:00
Ghostkeeper
495799955f Merge pull request #498 from bq/BQ_profiles_update
Update for BQ printers profiles
2015-10-21 09:25:58 +02:00
Nicanor Romero Venier
ae5e41e5c2 Update for BQ printers profiles
Update in the values of temperature, speeds and skirt minimal lenght.
2015-10-21 09:13:53 +02:00
Arjen Hiemstra
d0d7ef39fb Bump version 2015-10-20 15:16:11 +02:00
Arjen Hiemstra
63765eb522 Properly position groups and nodes once ungrouped
CURA-273 #Review
2015-10-16 17:40:55 +02:00
Tamara Hogenhout
886083d2eb Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10 2015-10-16 12:12:47 +02:00
Tamara Hogenhout
c022dc68ae shortcut for engine log 2015-10-16 12:11:58 +02:00
Arjen Hiemstra
c1eab9c3a3 Fix inherit function for infill line distance
For some reason using parent value here creates odd override bugs
2015-10-16 11:23:33 +02:00
Tamara Hogenhout
4ffbfcf69f Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10 2015-10-16 11:02:27 +02:00
Tamara Hogenhout
a7d43efe15 Binds the backspace button to deleteSelection functionality
fixes #CURA-249
2015-10-16 11:02:02 +02:00
Tim Kuipers
484454dbaf Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10 2015-10-16 10:36:07 +02:00
Tim Kuipers
509cb4627e JSON: update raft defaults 2015-10-16 10:35:44 +02:00