5457 Commits

Author SHA1 Message Date
CoretechR
7546291bfe Hephestos for Cura 15.06
Platform offset is [110,128,81.5]
2015-07-07 19:28:34 +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
quillford
45be2a449a Fixed formatting for Prusa i3 profile 2015-07-03 12:57:16 -07:00
quillford
a7677ad25d Added Prusa i3 profile 2015-07-03 11:51:21 -07:00
Tim Kuipers
b573a71195 bugfixes for raft problems: unregistered settings 2015-07-03 13:23:47 +02:00
Tim Kuipers
425b1fbcca bugfix: zero percent infill 2015-07-02 11:14:26 +02:00
Tim Kuipers
15ebac2ff2 Merge branch 'master' of https://github.com/Ultimaker/Cura 2015-07-01 17:17:32 +02:00
Tim Kuipers
22302534d5 added travel_compensate_overlapping_walls_enabled setting 2015-07-01 17:17:20 +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
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
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
e433e0d599 Fix french translation so we do not get "missing argument" errors
Contributes to #57
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
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
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
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
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
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
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
Arjen Hiemstra
a429e362ad Merge branch '15.06'
* 15.06:
  Update changelog
  Correct the bottom offset we add when setting the volume for scale to max
  Display progress information during processing of layer data
  If findObject returns none but object_id != 0 use the selected object
  Offset the displayed rotation angle so it does not overlap the mouse cursor
  Abort attempts to connect if an error is thrown when connecting to the serial port
  Fix recent files on Windows
  Defer opening the webbrowser until the next run of the event loop
  Disable slicing and platform physics when an operation is being performed
  Rework LayerData mesh generation for improved performance
  Performance: Only calculate the platform center once, not for every poly
  Add application icons for all three platforms
2015-06-24 12:06:39 +02:00
Arjen Hiemstra
ab9f30a852 Offset the displayed rotation angle so it does not overlap the mouse cursor
Contributes to Asana issue 33752130551782
2015-06-24 11:59:10 +02:00
Arjen Hiemstra
8a63b8d110 Fix recent files on Windows
Contributes to Asana issue 33694049548880
2015-06-23 11:56:15 +02:00
Arjen Hiemstra
c387cd9420 Merge branch '15.06'
* 15.06:
  Bump version to 15.05.95
  Update changelog
  Hide the bed temperature for UMO
  Do not hide the entire material category for UM2 but just the unused settings
  Add a precision value to the time/quality slider settings and use that to round values
  Display the rotation angle when we are performing a rotation
  bugfix: avoid overlapping walls OFF by default
  Add a background to the tooltip label so long strings also have background
  Make sure the tool panel background is at least as wide as the active item
2015-06-22 11:45:44 +02:00
Arjen Hiemstra
5680c889f8 Hide the bed temperature for UMO
The standard UMO has no heated bed, so do not show the setting for it.
2015-06-19 13:22:24 +02:00
Arjen Hiemstra
6ef82c57b6 Do not hide the entire material category for UM2 but just the unused settings
Fixes #55
2015-06-19 13:19:03 +02:00
Arjen Hiemstra
dfb379dfc8 Display the rotation angle when we are performing a rotation
Contributes to Asana issue 36760525983768
2015-06-19 11:59:05 +02:00
Tim Kuipers
cfa55da3db split remove_overlapping_perimeters into outer and other 2015-06-18 13:25:23 +02:00
Tim Kuipers
32b47ce192 Merge branch '15.06' of https://github.com/Ultimaker/Cura into 15.06 2015-06-18 12:07:55 +02:00
Tim Kuipers
414047d768 bugfix: avoid overlapping walls OFF by default 2015-06-18 12:07:40 +02:00
Arjen Hiemstra
ddbb952d9c Add a background to the tooltip label so long strings also have background
Contributes to #57
2015-06-17 17:43:03 +02:00
Arjen Hiemstra
46cd9e081b Make sure the tool panel background is at least as wide as the active item
This prevents odd rendering issues when items are differently sorted.

Contributes to #57
2015-06-17 17:38:51 +02:00
Arjen Hiemstra
7949385764 Merge branch '15.06'
* 15.06:
  Format after translating, not before
  Change "Update" back to "Update Firmware"
  Properly translate mode menu
  Add russian translations
  Add missing translations to the list of translations to build
  Remember the previuos active tool on selection change
  Use python's webbrowser instead of Qt.openUrlExternally for opening urls
  adds styling for both the regular as the indeterminate progressbar
  adds styling for a regular progressbar
2015-06-17 16:15:00 +02:00
Arjen Hiemstra
e85499c918 Properly translate mode menu
Contributes to #57
2015-06-17 16:02:15 +02:00
Arjen Hiemstra
de6ee745cb Add russian translations
Contributes to #57
2015-06-17 15:19:23 +02:00
Arjen Hiemstra
3c5096cebc Use python's webbrowser instead of Qt.openUrlExternally for opening urls
Qt.openUrlExternally crashes on Windows, but python webbrowser works. So
use that instead.

Fixes Asana issue 33694049548892
2015-06-16 17:12:35 +02:00
Tim Kuipers
a321bd588b Merge branch 'master' of https://github.com/Ultimaker/Cura 2015-06-16 14:43:57 +02:00