Lipu Fei
da00bdf9c3
Fix SimulationView onSceneChanged signal binding
...
CURA-5130
2018-03-21 13:50:58 +01:00
Lipu Fei
143ee07228
Fix quality_type "Extra coarse" -> "extra coarse"
...
CURA-5129
2018-03-21 13:25:35 +01:00
Mark
c6e5123c2d
Update the link so we can see how many people use it
2018-03-21 13:23:33 +01:00
Jack Ha
25bf7a6aba
CURA-4557 added icon
2018-03-21 13:11:42 +01:00
Ian Paschal
6443db5853
CURA-4902 Removed useless case
...
Default case _is_ unknown!
2018-03-21 11:32:52 +01:00
Ian Paschal
3e7e828f4b
CURA-4902 Standardized i18nc message labels
...
This one goes out to @fieldofview. ❤️
2018-03-21 11:31:01 +01:00
Ian Paschal
db316708d6
CURA-4902 Challenging network message fix
...
This bug was very complicated to fix and involved careful troubleshooting of networked printers and eventual application of text-based message parsing and case switching. Should work now though.
2018-03-21 10:48:03 +01:00
Ian Paschal
7f6a89e6aa
Fixed bug that didn't do anything
...
Sometimes `None` was in the grouped objects which threw an error when trying to use `.callDecoration("isGroup")` on it. Nothing seems to break before, apart from the error message, and nothing breaks now either. But no error message. So that's good.
2018-03-21 09:52:03 +01:00
Jack Ha
9ea59c1976
CURA-4557 rename ratio percentage to percentage
2018-03-20 17:07:03 +01:00
Ian Paschal
9dc50ec73f
CURA-4400 Apply correct shader to grouped nodes
2018-03-20 16:54:34 +01:00
Jack Ha
1aba1cfe6a
CURA-4557 model checker is now a tool, click to activate
2018-03-20 16:30:11 +01:00
Lipu Fei
6d21a6bddb
Show printer group and which machine to update in project loading
...
CURA-5125
2018-03-20 16:23:23 +01:00
Ghostkeeper
363166bbb7
Merge branch 'post_stretch' of https://github.com/electrocbd/Cura into electrocbd-post_stretch
2018-03-20 16:01:24 +01:00
Ghostkeeper
f15eb4be2d
Merge branch 'feature_custom_gcode_commands'
2018-03-20 13:44:23 +01:00
Jaime van Kessel
e0bb365e8c
Merge branch 'feature_gzgcode_writer' of github.com:Ultimaker/Cura
2018-03-20 13:32:25 +01:00
Ian Paschal
a7b2632739
CURA-4400 Recommended mode shows support extruders
2018-03-20 13:14:48 +01:00
Ian Paschal
d7b0f11ddf
CURA-4400 Fixed project loading
...
"enabled" metadata is now read from saved projects (.3mf)
2018-03-20 11:17:39 +01:00
Ian Paschal
19792fc1a6
Merge pull request #3524 from fieldOfView/fix_support_eraser_grouping
...
Fix support eraser grouping
2018-03-20 09:48:10 +01:00
fieldOfView
d123efd3eb
Fix loading parented objects from 3mf files
2018-03-19 18:25:40 +01:00
fieldOfView
fff0a2519a
Don't add a SettingOverrideDecorator twice
2018-03-19 17:28:09 +01:00
Jack Ha
e958516913
CURA-4557 add checking on material change as well
2018-03-19 16:50:35 +01:00
Ghostkeeper
864cbe9c63
Add exception for UM3 to add UFP as supported format
...
We can't just add it to the supported file formats in the definition because we don't want the removable drive output to write it.
Contributes to issue CURA-5097.
2018-03-19 16:24:07 +01:00
Jack Ha
ef7139d3b2
CURA-4557 First version of model checker
2018-03-19 16:17:24 +01:00
fieldOfView
4fc3c00e1d
Fix position of added anti support meshes in group
2018-03-19 15:46:43 +01:00
Ghostkeeper
6f9e0431bb
Fix extension when sending to printer
...
It should use the extension of the preferred format.
Contributes to issue CURA-5097.
2018-03-19 15:17:10 +01:00
Ghostkeeper
c9a23d5ca3
Get the file formats directly from the stack
...
Instead of finding the container that contains the entry first and then getting the metadata from there.
Contributes to issue CURA-5097.
2018-03-19 14:21:41 +01:00
Jack Ha
9848c07a0e
Merge branch 'master' into feature_model_check
2018-03-19 14:11:37 +01:00
Jack Ha
90fa49b6a1
Merge branch 'master' of github.com:Ultimaker/Cura
2018-03-19 14:02:12 +01:00
Jack Ha
10ba900449
CURA-5090 empty layer data when new sliced data is empty and prevent some layer data to be processed if it is outdated
2018-03-19 14:02:02 +01:00
Jaime van Kessel
cc2ad9dec0
Merge branch 'master' of github.com:Ultimaker/Cura
2018-03-19 13:15:52 +01:00
Jaime van Kessel
64d72c9d51
Fix where number of queued print jobs would be too big
2018-03-19 13:15:17 +01:00
fieldOfView
ba67851105
Don't add a SettingOverrideDecorator twice
...
CuraSceneNodes get a SettingOverrideDecorator automatically when constructed
2018-03-19 12:08:18 +01:00
Ghostkeeper
7a464a92ca
Fix callback to output device with selected printer
...
This is a new function that just selects the printer.
Contributes to issue CURA-5097.
2018-03-19 11:39:41 +01:00
Ghostkeeper
5bb20f6133
Use preferred output writer
...
This introduces a greenlet to allow optional interrupting of a function for waiting on the selectPrinter function.
Contributes to issue CURA-5097.
2018-03-19 11:24:15 +01:00
Jack Ha
bd775cf32e
CURA-4400 fix support_extruder_nr values in overhang angle and SliceInfo
2018-03-19 10:56:40 +01:00
Ghostkeeper
88912e3973
Encode as UTF-8 before writing to gz
...
Turns out that gzip only accepts bytes as input, not str.
Contributes to issue CURA-5097.
2018-03-16 16:06:46 +01:00
Ghostkeeper
c1ea1320f0
Implement GCodeGzWriter
...
This plug-in outputs g-code to a gzipped archive. It is used for sending prints to the Ultimaker 3 family faster.
Contributes to issue CURA-5097.
2018-03-16 16:06:35 +01:00
Jaime van Kessel
f407663508
Merge branch 'master' of github.com:Ultimaker/Cura
2018-03-16 15:58:47 +01:00
Jaime van Kessel
1c7344fb92
Fix for monitor stage ocasionally crashing
2018-03-16 15:58:29 +01:00
Ian Paschal
22d3cd928f
CURA-5090 Remove layer view data after clearing buildplate
2018-03-16 15:57:19 +01:00
Ghostkeeper
4d5013d3ad
Remove unused variable
...
The variable name is re-used lower in the code. This value is unused though.
2018-03-16 15:08:57 +01:00
Ian Paschal
19de9b263b
Merge pull request #3505 from fieldOfView/feature_support_eraser_ux
...
Further improvements of the Support Eraser
2018-03-16 14:59:29 +01:00
fieldOfView
4be947af55
Fix codestyle
2018-03-16 14:55:20 +01:00
Ghostkeeper
5a5766f11a
Choose correct stream depending on output mode
...
We need a binary stream if we're writing in a binary format.
Contributes to issue CURA-5097.
2018-03-16 14:54:56 +01:00
Ghostkeeper
e74191f2db
Cache preferred format
...
I think that makes the code a bit easier to read. This is not really done to make it faster, just more semantic.
Contributes to issue CURA-5097.
2018-03-16 14:54:48 +01:00
fieldOfView
f05944bf29
Switch to translate tool when ctrl-clicking
2018-03-16 14:47:01 +01:00
fieldOfView
78a7299fc5
Maintain a selection when removing a mesh, so the tool stays active
2018-03-16 14:38:56 +01:00
fieldOfView
83168886d6
Parent added meshes to the parent node instead of creating a group
...
This requires a small change in PlatformPhysics, or otherwise the added mesh would still drop down.
2018-03-16 13:22:43 +01:00
Ian Paschal
f8283352c4
Merge pull request #3492 from fieldOfView/feature_support_eraser_ux
...
Support Eraser improvements
2018-03-16 13:20:00 +01:00
fieldOfView
8e26d27e80
Fix crash when clicking a non-slicable node
2018-03-16 13:15:24 +01:00