* 15.06:
Do not cause "dictionary changed size during iteration" errors when changing view
Adds an idle-state for the layerview slider
Adds an idle-state for the safebutton
Sets the platform activity on true when a model is loaded
Sets the platform activity on true when a model is loaded
Create functions that get & set platform activity
Send M104 to set the temperature to 0
Do not store files that fail to load in recent files
* 15.06:
Also add the parent class' command line arguments
Only process the layer data if the layer view is active.
Write to the correct variable so bed temperature is properly updated
Correct a copy-paste error in getConnectionList
Properly close all open USB connections on shut down
Catch errors when trying to close the connection thread
Enlarge the zone where you can use scrolling to look trough the layer mode.
tiniest detail concerning the padding of the layer count label
Adds layer count
* 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
* 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
* 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
* 15.06:
Add a background to the tool additional controls
Rescale the current layer number based on the maximum layer
Add a text field style that can be used for generic text fields
Implemented feature described by #30
Handle finished signal for the ReadMeshJob started from command line args
Updated name in menu for firmware update
Added exception handling to listen thread join
Render a transparent ghost of the selection when things are selected.
Fix for #29
This puts the actual mesh into the scene rather than just loading it and
discarding it afterwards. Now file arguments supplied to the application
actually work.
Fixes "Open With" on Windows and the related Asana issue.