* 15.10: (37 commits)
Tweak the initial camera position
Never disable the view button
Use selection status to disable/enable tools rather than platform activity
JSON: bugfix: skirt_speed was the only child of speed_layer_0, which meant you couldnt tweak them separately
Fix Windows build
Move all contributed profiles to an "Other" manufacturer
Bump version
Make the Infill buttons and support checkboxes in Simple mode functional
Fix the variants menu so the variants actually get added
Try to add a page when the name of a wizard page is unknown
Catch any exception that happens while trying to eject
Set High Quality to 0.08 layer height
Capture stdout and stderr on Windows to prevent py2exe messages
Add missing Ulti and Low quality profiles
JSON: bugfix/feat: wall_line_width defaults to nozzle size and wall_line_count computed properly
When you click [Manage Printers..] it brings you to the right page
Delay showing the Add Machine dialog until after the main window is properly shown
Adds a smaller cross icon
Use the job name for saving files
Update RemovableDrive and USB output devices to use the new file_name parameter
...
Showing the main window causes the Add Machine window to hide apparently
so instead make sure we show the add machine dialog after showing the
main window.
This also handles the "there is no machine" situation a little more
cleanly.
For any reason this problem seems to be Ubuntu-specific and is also present since pyqt4.
* Updated the #131 pull request and added platform.linux_distribution to check for "Ubuntu"
* Added notice about the bug report above the if-clause
* Added comment why <platform.system() == "Linux"> is needed
* 'master' of github.com:ultimaker/Cura: (49 commits)
15.10 restyling of the sidebar header
15.10 restyling of the sidebar header
15.10 restyling of the sidebar
split magic_mesh)surface_mode into Normal, Surface, Both
Added preference to disable automatic scale
Removed unused import
Added changeLog plugin
Added missing )
Merging of mine and Jaimes work
Removed font from rectangle
JSON: git diff! removed triangles and grid top/bottom skin options (though they are available)
Code style & switch to translation catalog
15.10 re-alignment of the toolbar
15.10 New Icons
15.10 restyling of the savebutton Area
Added message asking about sending data to server
Added exception handling for checking overlap.
Fixed default button for general and view page
Fixed double ID in qml
Removed unused import
...
* 'master' of github.com:ultimaker/Cura: (98 commits)
15.10 Restyling of the message stack
Fixed machine head polygons
Removed unused settings from fdmprinter
Added action for togling fullscreen
Fixed usage of wrong checkbox in viewpage
Added preference to disable automatic push free
Added preference to disable auto center when selecting object
Cleanup
15.10 Restyling toolbar, viewmode button
Update README.md
Update README.md
Added rudementary 3 point bed leveling
15.10 New font for Cura
15.10 Changes the styling for the open file button
15.10 Changes the label names for the different action buttons
Fixed typo
Endstop now stops listening upon destruction
15.10 Re-alignment of the messagestack
Cleaned up code a bit
Added heated bed check
...