* master: (22 commits)
Added grouping action
LayerData now works by using decorators
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
feat: infill wipe dist; wireframe restructure & renaming; bugfix: draft_shield_height inherit_function
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.
included retraction_extra_prime_amount
tiniest detail concerning the padding of the layer count label
...
Rather than sending an M105 only after receiving a line with T:, always
send M105 when we are trying to detect baudrate, otherwise we can end
up in an undefined state.
Contributes to #82
* 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:
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
Rather than using a lot of calls to MeshData::addVertices which is very
slow, pre-allocate numpy arrays, fill them with data from the polygons
and then assign them to the mesh data's arrays. This greatly increases
performance of the layer data calculation.
Contributes to #52
* 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:
Implement rendering the top 5 layers solid and with infill
Add a createMesh function to LayerData::Layer that creates a mesh from a layer
Add support for line width and infill types to LayerData::Polygon
Use the new layer message properties to properly create layers
Do not render the convex hull node unless the object is selected
Update generated protobuf protocol file as per CuraEngine changes
helps with making the messagestack adapt to the total size of messages + pogressbar
Defines the style of the progressbar
Makes the openfile button blue/active as long as there is no file loaded.