Ghostkeeper
784b223fc7
Merge branch '2.4'
2017-02-13 09:13:25 +01:00
Simon Edwards
88395ebb6a
Reliability fix and more debug for testing purposes.
...
CURA-3335 Single instance Cura and model reloading
2017-02-12 20:37:48 +01:00
Thomas Karl Pietrowski
2464df053a
Merge pull request #1421 from Torsten85/support-wch-driver
...
FEATURE: Support wsh usb driver (for mac)
2017-02-12 13:32:44 +01:00
Torsten Blindert
2fca555ea6
FEATURE: Support wsh usb driver
2017-02-11 16:34:49 +01:00
Ghostkeeper
ea043beb87
Merge branch '2.4' of github.com:Ultimaker/Cura into 2.4
2.4.0
2017-02-10 18:11:49 +01:00
Ghostkeeper
050f76e11d
Update quality profiles from material research
...
This locks initial layer speed at 20, without scaling from the normal print speed. It also adjusts some jerk and speed of support infill.
2017-02-10 18:09:34 +01:00
Jaime van Kessel
7838888d5c
Merge branch '2.4' of github.com:Ultimaker/Cura
2017-02-10 16:43:08 +01:00
Jaime van Kessel
185f5fe1c4
Added a clarification to the changelog regarding the inital print temperature
2017-02-10 16:41:49 +01:00
Ghostkeeper
d3147a6e97
Add font for extruder name label
...
This allows it to get stylised.
Contributes to issue CURA-3161.
2017-02-10 16:07:16 +01:00
Ghostkeeper
440508f002
Don't display material if an unknown material is given
...
This makes it more clear for the cases other than UM3.
Contributes to issue CURA-3161.
2017-02-10 16:05:18 +01:00
Jaime van Kessel
5e3782e6c3
Added more authentication logging to network printing
2017-02-10 15:44:45 +01:00
Ghostkeeper
6629c8d0cf
Anchor last-row extruder box to left and right to stretch it
...
Layout.fillwidth seems to only stretch the box to full width on the first row, but without it the entire thing doesn't stretch. Leaving the width out will make the entire left column stretch so that the right column is no longer visible. It's all a bit weird, this QML stuff.
Contributes to issue CURA-3161.
2017-02-10 15:29:58 +01:00
Jaime van Kessel
5e5cc723d7
Calling the stop of USBPrinterOutput device no longer joins the thread.
...
This caused quite a bit of delay on the application closing down (up to 5 seconds!)
2017-02-10 15:03:34 +01:00
Jaime van Kessel
6e7c4711e3
When creating XML profiles, directly set the name
...
The setName function is intended if the user changes the name (as by means of the edit material menu).
For deserializing this simply gives too much overhead
2017-02-10 14:58:22 +01:00
Ghostkeeper
b69ec56f66
Make extruder name recover if it returns null
...
If it returns null, you'd get an error that it can't assign [undefined] to a text field.
Contributes to issue CURA-3161.
2017-02-10 14:55:06 +01:00
Jaime van Kessel
f4d4fb9001
Material values are now also lazy loaded
...
CURA-3311
2017-02-10 14:50:16 +01:00
Ghostkeeper
2f8fc05181
Fix button enabled state depending on printer connection
...
I think I made a mistake when I removed one of the global variables here.
Contributes to issue CURA-3161.
2017-02-10 14:43:31 +01:00
Ghostkeeper
b3bd488c07
Use stylised tooltip for pre-heat button
...
Took some figuring out, this one... But it works.
Contributes to issue CURA-3161.
2017-02-10 14:40:31 +01:00
Jaime van Kessel
bda818b104
MetaData of material profile is now set in one batch instead of multiple calls
...
CURA-3311
2017-02-10 14:15:35 +01:00
Ghostkeeper
be5b656ef7
Hide extruder information when hotend/material is not provided
...
This happens when there is no extruder in the machine or the machine simply doesn't provide enough information.
Contributes to issue CURA-3161.
2017-02-10 13:28:59 +01:00
Ghostkeeper
f6fe4f9fd3
Use Label for all text, not just labels
...
The fonts use better fallbacks if they fail to load for labels.
Contributes to issue CURA-3161.
2017-02-10 11:56:37 +01:00
Jaime van Kessel
fce9df756c
Fixed pause slicing not working when moving an object
...
CURA-3361
2017-02-10 11:43:38 +01:00
Jaime van Kessel
28a3858bc2
Fixed small isue where no type was found in zeroconf object
2017-02-10 11:30:50 +01:00
Ghostkeeper
6ed0e81492
Remove unnecessary alignment
...
It is single-line text and already aligned to the right side via the anchors.
Contributes to issue CURA-3161.
2017-02-10 11:30:05 +01:00
Ghostkeeper
60812139b7
Use global margins instead of specific per cardinal direction
...
Makes it a bit shorter. But also makes it use the width of the margins for vertical margin, which is unintuitive.
Contributes to issue CURA-3161.
2017-02-10 11:27:45 +01:00
Ghostkeeper
17a03d777c
No longer use printerAcceptsCommands
...
It's an external variable we don't need. Just ask the currently connected printer.
Contributes to issue CURA-3161.
2017-02-10 11:14:28 +01:00
Ghostkeeper
4ce755021a
Don't use printerConnected from Sidebar.qml
...
We don't need it if we just check for connectedPrinter to not be null each time.
Contributes to issue CURA-3161.
2017-02-10 11:11:39 +01:00
Ghostkeeper
f5ac357824
Merge branch 'probonopd-patch-1'
2017-02-10 10:19:41 +01:00
Ghostkeeper
b5a88d5964
Merge branch 'patch-1' of https://github.com/probonopd/Cura into probonopd-patch-1
2017-02-10 10:19:27 +01:00
Ghostkeeper
928d13b1e5
Fix string-type settings by making them specify default_value
...
None of these settings get a 'value' property defined in fdmprinter, so they can safely use 'default_value' to specify their setting value.
2017-02-10 09:59:36 +01:00
Ghostkeeper
e1351e788f
Merge branch 'patch-1' of https://github.com/probonopd/Cura into probonopd-patch-1
2017-02-10 09:44:07 +01:00
Ghostkeeper
45c045131b
Fix rendering pre-heat button text twice
...
It was rendered by the button and again by the style for the button. I'm just using the style since it has the proper styling. Thanks, fieldOfView.
Contributes to issue CURA-3161.
2017-02-10 09:38:38 +01:00
probonopd
f85e0f57ad
Change gcode to default_value and remove single quotes
2017-02-09 19:21:52 +01:00
Ghostkeeper
0c9b9a3033
Add fallback name property in PrinterOutputDevice
...
It'll call this property, which gives an empty string, if the device doesn't implement giving a name.
Contributes to issue CURA-3161.
2017-02-09 17:34:51 +01:00
Jack Ha
655b3aa9cf
Removed .gitignore from PauseBackendPlugin. CURA-3361
2017-02-09 17:20:49 +01:00
Jack Ha
3d1e5a84fc
Added PauseBackendPlugin, added to changelog. CURA-3361
2017-02-09 17:19:59 +01:00
Jack Ha
c2bf88751e
Enable functions pauseSlicing and continueSlicing in combination with BlockSlicingDecorator. CURA-3361
2017-02-09 16:06:36 +01:00
Jack Ha
30af908e29
Fixed GCodeReader. CURA-3273
2017-02-09 15:27:53 +01:00
Ghostkeeper
27c30006da
Give no address instead of a wrong address if unknown
...
Contributes to issue CURA-3161.
2017-02-09 10:33:14 +01:00
Ghostkeeper
e37d8b949e
Add fallback in PrinterOutputDevice for getting address
...
The fallback gives a warning that it's not implemented.
Contributes to issue CURA-3161.
2017-02-09 10:31:35 +01:00
Ghostkeeper
c5655d4d8c
Document preheatBedTimeout
...
Must've slipped through the cracks.
Contributes to issue CURA-3161.
2017-02-09 09:32:14 +01:00
Ghostkeeper
4013b50063
Only allow pre-heating if authenticated
...
Contributes to issue CURA-3161.
2017-02-08 14:01:07 +01:00
Ghostkeeper
bcab0d7be9
Add unit to maximum temperature indication
...
Contributes to issue CURA-3161.
2017-02-08 14:00:45 +01:00
Jack Ha
81e575da31
Added comment. CURA-3273
2017-02-08 13:39:19 +01:00
Jack Ha
811f40d294
Renamed lightDir to light_dir. CURA-3273
2017-02-08 13:34:54 +01:00
Jack Ha
0d444298bc
Added myEmitVertex function in layers3d.shader. CURA-3273
2017-02-08 13:29:24 +01:00
Jack Ha
8e80593232
Added comment. CURA-3273
2017-02-08 13:03:48 +01:00
Ghostkeeper
1395735ece
No longer mention printer name in status
...
The printer name is displayed right above it, so mentioning the name again is double.
Contributes to issue CURA-3161.
2017-02-08 12:53:54 +01:00
Ghostkeeper
d7b0336c24
Fix colour of unknown material
...
The other colour was just used for debugging.
Contributes to issue CURA-3161.
2017-02-08 12:42:40 +01:00
Ghostkeeper
2a114f1e53
Display last item with double width if there's room on the right side
...
If it's on the left side and it's the last item, it gets the entire width.
Contributes to issue CURA-3161.
2017-02-08 11:59:19 +01:00