Arjen Hiemstra
a3cc4b98b8
Bump application version
2015-07-14 16:02:03 +02:00
Arjen Hiemstra
0bcd5d875d
Display the actual application version in the about dialog
...
This helps people reporting issues since they can report the proper
application version
2015-07-14 11:16:10 +02:00
Arjen Hiemstra
8130bae4c0
Add a crash handler to catch uncaught exceptions
...
This should catch any uncaught exceptions and avoid the Py2Exe message
about Cura.log
Fixes #133
2015-07-13 16:54:40 +02:00
Arjen Hiemstra
fb7b7ca7b8
Do not cause "dictionary changed size during iteration" errors when changing view
...
Connecting to a signal while it is emitting causes errors.
2015-07-13 13:52:17 +02:00
Tamara Hogenhout
608283f5f4
Adds an idle-state for the layerview slider
...
When there is no model, the layerview slider goes back into the idle state
fixes #128
2015-07-10 19:28:19 +02:00
Tamara Hogenhout
81aa047ae3
Adds an idle-state for the safebutton
...
When there is no model, the safebutton goes back into the idle state
contributes to #128
2015-07-10 18:43:47 +02:00
Tamara Hogenhout
a687c9c89e
Sets the platform activity on true when a model is loaded
...
Also solved a problem with the deleteSelection trigger
contributes to #128
2015-07-10 18:41:24 +02:00
Tamara Hogenhout
d41f1a410c
Merge branch '15.06' of https://github.com/Ultimaker/Cura into 15.06
2015-07-10 17:53:55 +02:00
Tamara Hogenhout
c4b923eb74
Sets the platform activity on true when a model is loaded
...
Also solved a problem with deleteSelection trigger
contributes to #128
2015-07-10 17:52:15 +02:00
Tamara Hogenhout
a5f00f30ca
Create functions that get & set platform activity
...
The platform activity is determined by whether there is a mesh in the build platform or not
Contributes to #128
2015-07-10 17:50:15 +02:00
Arjen Hiemstra
6859481fd4
Send M104 to set the temperature to 0
...
This makes it possible to continue communication after cancelling a
print.
Contributes to #82
2015-07-10 16:02:01 +02:00
Arjen Hiemstra
3e27c8b791
Do not store files that fail to load in recent files
...
Contributes to Ultimaker/Cura#103
2015-07-10 15:58:34 +02:00
Arjen Hiemstra
8fa0468787
Also add the parent class' command line arguments
...
Contributes to #96
2015-07-10 11:25:40 +02:00
Arjen Hiemstra
f4153fa63e
Only process the layer data if the layer view is active.
...
Contributes to #109
2015-07-10 11:25:40 +02:00
Arjen Hiemstra
ba80cdba67
Write to the correct variable so bed temperature is properly updated
...
Contributes to #82
2015-07-09 16:34:04 +02:00
Arjen Hiemstra
b458a4c6e3
Correct a copy-paste error in getConnectionList
...
Contributes to #82
2015-07-09 16:34:04 +02:00
Arjen Hiemstra
20874d88ad
Properly close all open USB connections on shut down
...
Contributes to #82
2015-07-09 16:34:04 +02:00
Arjen Hiemstra
a83bcedb22
Catch errors when trying to close the connection thread
...
Contributes to #82
2015-07-09 16:34:04 +02:00
Tamara Hogenhout
ae89ef37c0
Enlarge the zone where you can use scrolling to look trough the layer mode.
...
Also make it more visible
fixes #118
2015-07-09 16:27:31 +02:00
Tamara Hogenhout
ab07b0205f
tiniest detail concerning the padding of the layer count label
...
Fixes #117
2015-07-08 18:05:50 +02:00
Tamara Hogenhout
53a94c23e1
Adds layer count
...
Brings back the layer count, the min & max. And it does not display these untill Cura is done slicing.
Fixes #117
2015-07-08 18:01:03 +02:00
Arjen Hiemstra
ef86eb480f
Do not use a lambda but a member function so reloading works properly
...
Fixes #99
2015-07-07 13:02:15 +02:00
Arjen Hiemstra
937ba1d317
Use a better default installation directory for Debian systems
...
Contributes to Ultimaker/Uranium#42
2015-07-07 11:47:43 +02:00
Arjen Hiemstra
a5cc805c5e
Update Cura desktop file with the right icon and version
...
Contributes to Ultimaker/Uranium#42
2015-07-07 11:45:34 +02:00
Arjen Hiemstra
ef61f01812
Add a .desktop file for Linux systems
...
Contributes to Ultimaker/Uranium#42
2015-07-07 11:30:00 +02:00
Arjen Hiemstra
a9f109fd74
Fix USB printing on Linux
...
Contributes to #82
2015-07-07 11:30:00 +02:00
Arjen Hiemstra
17e5d1f835
Fix styling of USB Printing control and firmware window
...
Contributes to Ultimaker/Uranium#8
2015-07-07 11:30:00 +02:00
Jaime van Kessel
4a2c0b2411
Merge pull request #98 from fieldOfView/fix-slider-visibility
...
Improve visibility of layer slider
2015-07-06 12:31:37 +02:00
Aldo Hoeben
e2b170b51a
Improve visibility of layer slider
...
The layer slider (in Layer viewmode) has poor visibility against the background if the slider overlaps the checkerboard in the 3d scene. This patch changes the color of the slider to the same color that is used for buttons, setting it apart from the checkerboard.
Fixes https://github.com/Ultimaker/Cura/issues/93
2015-07-03 21:59:58 +02:00
Tim Kuipers
425b1fbcca
bugfix: zero percent infill
2015-07-02 11:14:26 +02:00
Tamara Hogenhout
caa7fdb147
Styling to add descriptive tooltips to the settings -> preferences -> view page.
...
contributes to issue from Asana: #unknown
2015-07-01 16:35:33 +02:00
Arjen Hiemstra
9542819c7f
Remove the cleanup code as it causes too many issues
2015-07-01 02:33:44 -07:00
Arjen Hiemstra
d7c5238b7f
Remove the close button since it does not work
...
Contributes to Ultimaker/Uranium#8
2015-07-01 02:52:29 +02:00
Arjen Hiemstra
cc58f4d159
More fixes for the Firmware update window
...
Now it works on MacOSX
Contributes to Ultimaker/Uranium#8
2015-07-01 02:49:44 +02:00
Arjen Hiemstra
9aa386c2b0
Remove the check for connected printers
...
Not doing anything at all is actually worse because it looks like it is
broken.
Contributes to Ultimaker/Uranium#8
2015-07-01 01:27:43 +02:00
Arjen Hiemstra
ff896907ea
Fix errors due to changes in USBPrinter
...
Contributes to Ultimaker/Uranium#8
2015-07-01 00:24:08 +02:00
Arjen Hiemstra
7878456c9b
Improve styling of Firmware update window
...
Contributes to Ultimaker/Uranium#8
2015-06-30 23:33:42 +02:00
Arjen Hiemstra
59fbf72ac3
Use a proper path for the firmware/printing window and set some additional properties
...
Contributes to Ultimaker/Uranium#8
2015-06-30 23:33:10 +02:00
Arjen Hiemstra
a604f2041a
Do not show a firmware update window if there are no printers connected
...
Contributes to Ultimaker/Uranium#8
2015-06-30 23:32:06 +02:00
Arjen Hiemstra
8b9dbec188
Reset configuration files on start if old config files were found
2015-06-30 18:06:58 +02:00
Arjen Hiemstra
651b4fdfea
Final changes for release
...
Adds the release splash and changes the version to 15.06
2015-06-30 17:40:58 +02:00
Arjen Hiemstra
ee8c60ddba
Update Cura translation file with the correct version
...
Contributes to #57
2015-06-30 17:29:40 +02:00
Arjen Hiemstra
d343d39374
Add finnish translations
...
Contributes to #57
2015-06-30 17:26:52 +02:00
Arjen Hiemstra
ccae79c378
Round to two digits, not one
...
Contributes to Asana issue 38958940640344
2015-06-30 17:24:44 +02:00
Arjen Hiemstra
0c1b4934bf
Add spanish translations
2015-06-30 15:03:05 +02:00
Arjen Hiemstra
94768332d2
Add german translations
...
Contributes to #57
2015-06-30 15:02:44 +02:00
Arjen Hiemstra
06c70422fb
Add an arrow indicator when a tool_button button has a menu
...
Fixes #67
2015-06-30 15:01:18 +02:00
Arjen Hiemstra
a50159a99a
Always install to $prefix/lib, do not use an arch-specific libdir
...
Contributes to Ultimaker/Uranium#42
2015-06-30 14:24:52 +02:00
Arjen Hiemstra
16e5b15ba1
Make short description of devices properly translatable
...
Contributes to #57
2015-06-30 12:27:17 +02:00
Arjen Hiemstra
b7912c30f7
Show a message to indicate we are saving to an SD card
...
Contributes to Asana issue 39317829262610
2015-06-30 12:26:51 +02:00