Diego Prado Gesto
2df95b6e35
Merge pull request #3655 from smartavionics/mb-fix-gcode-reader-missing-newlines
...
Append a \n to each saved line of gcode otherwise the whole file ends up as one line!
2018-04-12 11:30:16 +02:00
Mark Burton
da1790fd37
Append a \n to each saved line of gcode otherwise the whole file ends up as one line!
2018-04-11 17:08:55 +01:00
Ghostkeeper
0f148dd2e2
Merge branch '3.3'
2018-04-11 13:31:59 +02:00
Ghostkeeper
7d806e7ae9
Fix rendering before the extruder number decoration is set
...
If a render is triggered before this decorator is set it would crash. The rest of the code is robust against this being None, but here it would give a TypeError.
2018-04-11 11:59:54 +02:00
Lipu Fei
107c10b860
Merge branch '3.3'
2018-04-10 11:41:13 +02:00
Lipu Fei
95c6258d0f
Handle plugin not found due to mixed plugin metadata
...
CURA-5202
Plugin metadata that comes from the plugin server is also saved into
PluginRegistry's metadata collection, so it's all mixed. Plugins that
are just installed cannot be loaded immediately, and this causes an
error in checkCanUpgrade().
2018-04-09 15:10:25 +02:00
fieldOfView
2def68edab
Merge branch 'master' into fix_usb_rapid_commands
...
# Conflicts:
# cura/PrinterOutput/GenericOutputController.py
2018-04-09 14:49:12 +02:00
Aleksei S
10ebabb7f6
Home head only by X- and Y axis, do extra bedHome (G28 Z)
...
CURA-4844
2018-04-09 13:13:52 +02:00
Lipu Fei
872a029f99
Merge remote-tracking branch 'origin/feature_benchmarking'
2018-04-06 10:47:00 +02:00
Lipu Fei
c47fe52ca5
Merge 3.3 into master
2018-04-06 10:39:38 +02:00
Lipu Fei
19937d1be0
Fix version comparison in plugin browser
...
CURA-5202
It was comparing with itself so there's never a version upgrade.
2018-04-06 10:34:55 +02:00
Diego Prado Gesto
877d700180
CURA-5197 Add log output with number of models in the buildplate after
...
slice.
2018-04-05 15:27:05 +02:00
Lipu Fei
8c4c52f915
Remove unused functions in PluginBrowser
2018-04-05 15:13:22 +02:00
Diego Prado Gesto
53c7e2a01e
Merge branch 'master' of github.com:Ultimaker/Cura
2018-04-05 08:55:45 +02:00
Diego Prado Gesto
deaff17a32
Merge branch '3.3'
2018-04-05 08:54:50 +02:00
Jaime van Kessel
18551a4a72
Ensure that the "Slice info message disable button" actually disables the sending of info.
2018-04-04 17:39:22 +02:00
Diego Prado Gesto
79a66b43ab
CURA-5175 Add the get_version function to the version upgrade.
2018-04-04 14:43:20 +02:00
Lipu Fei
04571dcb9b
Merge branch 'feature_try_line_widths'
2018-04-04 10:49:49 +02:00
Ghostkeeper
60a217fc84
Rename expandAll to expandRecursive
...
Because it doesn't expand all settings, just a category.
2018-03-30 15:07:42 +02:00
fieldOfView
08d4200f92
Prevent sending next command before an "ok" is received
2018-03-30 14:07:53 +02:00
Diego Prado Gesto
f1e33f0cba
CURA-5175 Remove version upgrade of the quality instance containers
...
since they never get updated.
2018-03-29 17:08:59 +02:00
Ghostkeeper
d244a37feb
Merge branch '3.3'
2018-03-29 16:57:55 +02:00
Diego Prado Gesto
a5e38bb486
CURA-5175 Add variants to the version upgrade.
...
Upgrade the version number in the variants and add the hardware_type
metadata.
2018-03-29 16:54:30 +02:00
Jack Ha
54c85fd0ea
CURA-4844 fix some typos
2018-03-29 13:25:26 +02:00
Ghostkeeper
a6d7a61c54
Merge branch '3.3'
2018-03-29 12:01:16 +02:00
Ghostkeeper
b3d652839d
Rename quality type from 'low' to 'fast'
...
Not only the profile name was changed, but also the quality type.
See commit 1538486e852e9208a1a447c87a23f9a88e33ff52.
Contributes to issue CURA-5177.
2018-03-29 12:00:59 +02:00
Ghostkeeper
50b4bac672
Upgrade quality profile names
...
These files have been renamed.
Contributes to issue CURA-5177.
2018-03-29 12:00:59 +02:00
Aleksei S
c81d5d9741
Merge branch 'master' of github.com:Ultimaker/cura
2018-03-29 11:54:43 +02:00
Aleksei S
290adbd906
Fix: bed leveling for UM+
...
CURA-4844
2018-03-29 11:53:31 +02:00
Jack Ha
af7af29d6b
Merge branch '3.3'
2018-03-29 10:25:59 +02:00
Jack Ha
c9dc429b2b
CURA-5045 solve merge conflicts
2018-03-29 09:22:19 +02:00
Ghostkeeper
b30df14073
Merge branch '3.3'
2018-03-29 08:55:06 +02:00
Ruben D
c65e3656bd
Fix persistence of setting names with uppercase characters
...
The problem was that Python's ConfigParser doesn't preserve case. Everything becomes lowercase. Some post-processing scripts have uppercase characters in their setting keys and these weren't preserved.
This fix configures the ConfigParser to pass the setting keys untransformed. The transformation function becomes the str() function which just passes the input through untransformed.
2018-03-29 00:39:57 +02:00
Diego Prado Gesto
37520b26b8
CURA-5170 When the connection status of a printer output device changes, only add it to the list if the device belongs to the current printer.
2018-03-28 14:28:07 +02:00
Diego Prado Gesto
79daf3706b
CURA-5158 Create a custom signal that is emitted when global container
...
changes and output devices change.
2018-03-28 11:07:48 +02:00
Diego Prado Gesto
bf7ab6d4ea
Change target version of the dictionary of doom to be compliant with the
...
new instance container's version number.
2018-03-27 15:18:25 +02:00
Ghostkeeper
e174a015ce
Remove unused function
...
It's not used anywhere so please let us not maintain this code.
Contributes to issue CURA-5045.
2018-03-27 14:53:19 +02:00
Ghostkeeper
8b75a0e92b
Better error handling if there is no global stack
...
It reports that the workspace failed to load instead of crashing the entire application then.
Contributes to issue CURA-5045.
2018-03-27 14:51:34 +02:00
Ghostkeeper
d9e8d64e3f
Add typing for _determineGlobalAndExtruderStackFiles
...
Contributes to issue CURA-5045.
2018-03-27 14:46:21 +02:00
Lipu Fei
c6579b571a
Merge remote-tracking branch 'origin/3.3'
2018-03-27 14:33:41 +02:00
Diego Prado Gesto
3fb14691a9
CURA-5160 Skip empty quality when load project file
2018-03-27 14:09:17 +02:00
Diego Prado Gesto
8c5673dd3c
Change target version of the dictionary of doom to be compliant with the
...
new instance container's version number.
2018-03-27 11:44:24 +02:00
Ian Paschal
5e1f29ec1c
CURA-5141 added persistent scripts
2018-03-27 10:40:27 +02:00
Ian Paschal
57991a44d5
CURA-5141 Suggestions from Terri
2018-03-26 16:59:24 +02:00
Ghostkeeper
6d3fed8f52
Allow getContainer() to return None
...
And in the rest of the locations we must then check if it's None and handle that gracefully.
Here we assume that the getContainer message shows a message to the user if necessary. For now we'll just log it.
Contributes to issue CURA-5045.
2018-03-26 15:48:03 +02:00
Ian Paschal
5b371ac375
CURA-5141 Update changelog to 3.3
2018-03-26 14:36:24 +02:00
Diego Prado Gesto
689f208615
Merge branch 'master' of github.com:Ultimaker/Cura
2018-03-26 14:15:10 +02:00
Diego Prado Gesto
2486303011
CURA-5134 Use the built-in windowClosed method instead of quit when
...
finishing installing or uninstalling plugins, otherwise the temporary
data is not stored in the config file.
This caused some problems with the lazy uninstall plugins since the list
was never stored.
2018-03-26 14:12:27 +02:00
jack
96842ea7e6
Merge pull request #3229 from Ultimaker/feature_persistent_postprocessing
...
Persistent Post-Processing Scripts
2018-03-26 14:01:07 +02:00
Ghostkeeper
e2724f53ad
Only check for loaded plug-ins at initial call to loadAllScripts
...
Not for every call to loadScripts.
2018-03-26 13:55:15 +02:00