758 Commits

Author SHA1 Message Date
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
Arjen Hiemstra
e433e0d599 Fix french translation so we do not get "missing argument" errors
Contributes to #57
2015-06-30 11:41:51 +02:00
Arjen Hiemstra
8e085fa92d Prevent exceptions about using a variable before assigning it 2015-06-30 11:41:51 +02:00
Arjen Hiemstra
b9fb9385c2 Assume the engine sends material amount in mm3 and calculate length based on that
Contributes to Asana issue 38958940640344
2015-06-30 11:41:51 +02:00
Arjen Hiemstra
f6f3eba3ff Always emit a progress of 1.0 once we have finished slicing
Contributes to Asana issue 39317829262610
2015-06-30 11:41:51 +02:00
Tamara Hogenhout
56a6467491 Styling to add descriptive tooltips to the settings -> preferences -> plugins page.
contributes to issue from Asana: #unknown
2015-06-29 19:07:42 +02:00
Tamara Hogenhout
6a1183f680 Merge branch '15.06' of https://github.com/Ultimaker/Cura into 15.06 2015-06-25 18:39:25 +02:00
Tamara Hogenhout
c6151c2343 Restyling of the save to toolpath button
The save to button only shows a short description, not the entire description including device-name.

Contributes to #54
2015-06-25 18:38:43 +02:00
Arjen Hiemstra
5a5d85aed5 Bump version to .97 2015-06-25 08:58:44 -07:00
Tamara Hogenhout
d13eedee64 Merge branch '15.06' of https://github.com/Ultimaker/Cura into 15.06 2015-06-25 16:53:33 +02:00
Tamara Hogenhout
a9f87d5d34 Restyling of the save to toolpath button
When the text is to long for the infobox, it is elided of the "Estimated print-time" message is not shown.

Contributes to #54
2015-06-25 16:49:57 +02:00
Arjen Hiemstra
caebfc8388 Add (incomplete) French translation
Contributes to Ultimaker/Cura#57
2015-06-25 15:55:59 +02:00
Arjen Hiemstra
58702d0bb7 Merge branch '15.06'
* 15.06:
  Store the disallowed areas as polygons and use those to test for intersection
  Account for skirt size and disallowed areas to set the scale to max size
  Fix the JSON file after moving the initial layer height setting
  Move initial layer thickness from layer height children into category
  Disable the low/high quality slicing and slider settings if we are not in simple mode
  Remove sidebar right margin
  Exclude ConsoleLogger and MLP* and OBJWriter plugins from the windows installer
  Switch to using a proper windows application
  Properly run the vcredist installer in quiet mode
  Use the application as source for the shortcut icon
  Bump version to 15.05.96
  Properly add and set the window icon
  Update UMO start/end gcode to reflect what is used in Cura 15.04
  Do not hide enable retraction check box even if all children are visible
  Update setting ranges to reflect those that are used in the current Cura
  lowers the printbed so the mesh and grid no longer z-fight
  If we skip an object because it does not have a bounding box, retrigger the change timer
  Restyling of the save to toolpath button
2015-06-25 14:24:35 +02:00
Arjen Hiemstra
886dac5781 Store the disallowed areas as polygons and use those to test for intersection
This prevents issues when trying to print larger things

Contributes to Asana issue 37107676459484
2015-06-25 13:54:36 +02:00
Arjen Hiemstra
8ca0e8eef2 Account for skirt size and disallowed areas to set the scale to max size
Contributes to Asana issue 37107676459484
2015-06-25 13:53:33 +02:00
Arjen Hiemstra
254f86faf7 Fix the JSON file after moving the initial layer height setting
Contributes to Asana issue 38958940640338
2015-06-25 12:17:59 +02:00
Arjen Hiemstra
1c9ed0d5de Move initial layer thickness from layer height children into category
This makes it possible to have a different initial layer height.

Fixes Asana issue 38958940640338
2015-06-25 12:06:05 +02:00
Arjen Hiemstra
ad68111c0c Disable the low/high quality slicing and slider settings if we are not in simple mode
Contributes to #11
2015-06-25 12:04:25 +02:00
Arjen Hiemstra
fa242bd021 Remove sidebar right margin
Contributes to Ultimaker/Uranium#24
2015-06-25 12:04:25 +02:00
Arjen Hiemstra
1f167987cb Exclude ConsoleLogger and MLP* and OBJWriter plugins from the windows installer
ConsoleLogger causes problems with the proper windows build
and the other three are not currently working.
2015-06-24 10:58:42 -07:00
Arjen Hiemstra
6d21ff40f5 Switch to using a proper windows application 2015-06-24 10:55:21 -07:00
Arjen Hiemstra
55118c184b Properly run the vcredist installer in quiet mode 2015-06-24 10:54:15 -07:00
Arjen Hiemstra
2182163cbf Use the application as source for the shortcut icon 2015-06-24 10:51:44 -07:00
Arjen Hiemstra
753e9826e0 Bump version to 15.05.96 2015-06-24 10:47:04 -07:00
Arjen Hiemstra
22fecc4cd0 Properly add and set the window icon 2015-06-24 10:43:24 -07:00
Arjen Hiemstra
5f2d76aca9 Update UMO start/end gcode to reflect what is used in Cura 15.04
Fixes Asana issue 38958940640350
2015-06-24 17:25:47 +02:00
Arjen Hiemstra
ca2c1037e1 Do not hide enable retraction check box even if all children are visible
Fixes Asana issue 38958940640341
2015-06-24 17:25:47 +02:00
Arjen Hiemstra
d860e59310 Update setting ranges to reflect those that are used in the current Cura
Fixes Asana issue 35497030487594
2015-06-24 17:25:47 +02:00
Tamara Hogenhout
21ec546ec5 Merge branch '15.06' of https://github.com/Ultimaker/Cura into 15.06 2015-06-24 16:12:06 +02:00
Tamara Hogenhout
d0287b97d7 lowers the printbed so the mesh and grid no longer z-fight
Lowers the height of the printbed of the Ultimaker Original platvorm mesh by 1 mm

Fixes #66
2015-06-24 16:11:25 +02:00
Arjen Hiemstra
492f6309b0 If we skip an object because it does not have a bounding box, retrigger the change timer
This causes the platform physics to run again a few ms later so that we actually do not
stop trying to push objects apart until everything is correctly updated

Fixes Asana issue 33694499624771
2015-06-24 14:51:45 +02:00
Tamara Hogenhout
1acd3ee2a5 Merge branch '15.06' of https://github.com/Ultimaker/Cura into 15.06
Someone else pushed changes before I did
2015-06-24 13:45:39 +02:00
Tamara Hogenhout
27de74848d Restyling of the save to toolpath button
Fixes #54
2015-06-24 13:44:36 +02:00