The default preference for last remembered output file type is set to G-code. So at the first run, it'll have g-code selected by default. In subsequent runs it will remember what the setting was, so the user can set it to something else and it will remember that.
Contributes to issue CURA-611.
or something alike for instance when the file is dragged onto the logo(MacOS) or with 'open with'(Windows)
Fixes to #CURA-707
Fixes to #CURA-620
Fixes#591
In the same way that consolelogger is loaded firstly, the engine is loaded secondly. After that the rest of the plugins are loaded. I'd really have loved to use some sort of plugin dependency system but that is out of scope right now. Fixes all external plugins that use the backend, such as to trigger a reslice (such as PostProcessing).
Contributes to issue CURA-443.
* 15.10:
Update translations with the 15.10 versions
Disable languages we have no updated translations for
Display the version number in the splash screen
Properly raise DeviceBusyError in RemovableDriveOutputDevice
* 15.10: (39 commits)
Remove unused import in StartSliceJob
conforming to code style
fix typo's..
Adjust initial view to be slightly from the side
uses a different method to check whether a machine name excists
Sets the languageComboBox to the default language
Remove per-group settings for now
Make sure to send all settings when an object overrides the profile
Properly emit writeStarted in RemovableDriveOutputDevice
Add xy_offset setting to list of settings that trigger a disallowed area update
Properly trigger a reslice when the active instance is changed
Wizardpages without hack
Only hides the window when there are no more pages
Only add layer data node after all processing
Also account for "xy_offset" setting for the disallowed areas
JSON: workaround for stutter in spiralize vase: set travel speed to printing speed
Adds a color for the error-messages
Shows an error message when a user tries to add a printer with a name that already excists.
JSON: support bottom stair step height defaults changed so that the bottom distance to the model isn't violated too much
Try to use Protobuf CPP implementation if it is available
...
* 15.10:
Remove full screen from menu and disable the shortcut key
Properly default infill_sparse_thickness to layer_height`
Changes the color of the 'C' in one iconfile
moves the changelog from on-startup to the extensions menu
Fix firmware update to properly report progress
Use a decorator to track Z offset
Remove infill_sparse_combine setting
Update for BQ printers profiles
Bump version
Properly position groups and nodes once ungrouped
* 15.10:
Properly clear stored layer data
Render SupportInfillType so support is rendered correctly again.
Fix issues with crash handler and log file creation on Windows
Bump version
Make the UMO upgrade selection page work properly
Update preference dialog to the changed API
Disable crash handler if debug mode is not enabled
Prevent crashes when centering an object
Also disable output device selection when main save button is disabled
Fix name of Low Quality profile
Fix stdout/stderr output location so we do not output to UM but to cura
* 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