Jaime van Kessel
ce5f435be9
Merge branch 'master' of github.com:Ultimaker/Cura
2017-02-13 11:07:25 +01:00
Jaime van Kessel
c18fb02f82
Removed unneeded (and somewhat expensive) checks
...
CURA-3311
2017-02-13 11:06:21 +01:00
Torsten Blindert
2fca555ea6
FEATURE: Support wsh usb driver
2017-02-11 16:34:49 +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
Jaime van Kessel
5e3782e6c3
Added more authentication logging to network printing
2017-02-10 15:44:45 +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
Jaime van Kessel
f4d4fb9001
Material values are now also lazy loaded
...
CURA-3311
2017-02-10 14:50:16 +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
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
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
Ghostkeeper
3aec36018f
Add entry that we switched Linux to AppImage format
...
It was deemed worthy to mention.
Contributes to issue CURA-3048.
2017-01-31 16:54:54 +01:00
Jaime van Kessel
48e5a2237d
Merge branch 'master' of github.com:Ultimaker/Cura
2017-01-27 09:33:13 +01:00
Jaime van Kessel
d9541a08b8
3mf reader now uses fast normal calculation
...
CURA-3215
2017-01-26 17:27:41 +01:00
Ghostkeeper
73516fce89
Merge branch 'fieldOfView-fix_unthemed_rects'
2017-01-26 17:21:21 +01:00
fieldOfView
8d7bde02f3
Fix unslicable ("striped") model rendering and add overhang color theming
2017-01-26 11:09:09 +01:00
Ghostkeeper
b377fdd2a6
Merge branch 'fix_unthemed_rects' of https://github.com/fieldOfView/Cura into fieldOfView-fix_unthemed_rects
2017-01-26 10:56:10 +01:00
Ghostkeeper
97bcf5b490
Add new fixes for UM2 firmware in 2.4
...
This text is at my judgement. No marketing speak.
Contributes to issue CURA-3048.
2017-01-26 10:55:57 +01:00
Ghostkeeper
a44013d384
Add new fixes for UM2 firmware in 2.4
...
This text is at my judgement. No marketing speak.
Contributes to issue CURA-3048.
2017-01-25 16:30:14 +01:00
Jack Ha
7281b46118
Merge branch '2.4'
2017-01-25 15:28:56 +01:00
fieldOfView
a823980d17
Replace "transparent" Rectangles by Items
2017-01-25 15:21:37 +01:00
fieldOfView
bf3d3d46e2
Fix Rectangles that always show as white regardless of the theme
2017-01-25 15:12:57 +01:00
jack
26ad2c8f6e
Merge pull request #1378 from fieldOfView/feature_layerview_legend
...
Layerview Legend
2017-01-25 11:53:41 +01:00
fieldOfView
878ccc679c
Add a legend to Layer View
2017-01-24 23:24:52 +01:00
Jaime van Kessel
b284e8508a
Added extra checks to prevent unneeded signal emits
2017-01-24 13:29:33 +01:00
fieldOfView
b0ea72834f
Remove unused import
...
Remnant from another, less tidy, approach
2017-01-24 11:47:02 +01:00
fieldOfView
45c8083423
Use themeable colors in Solid, Xray & Layer view
2017-01-23 22:08:27 +01:00
Arjen Hiemstra
e9db6498ba
Correctly write matrices and the cura version metadata tag
...
Fixes an issue with invalid 3MF files
2017-01-23 17:38:15 +01:00
Ghostkeeper
ac94413e52
Merge branch '2.4'
2017-01-23 17:19:47 +01:00
Ghostkeeper
1727b6dbe1
Add entry that we switched Linux to AppImage format
...
It was deemed worthy to mention.
Contributes to issue CURA-3048.
2017-01-23 17:18:46 +01:00
Jaime van Kessel
858886d6b7
Merge branch '2.4' of github.com:Ultimaker/Cura
2017-01-23 15:09:48 +01:00
Jaime van Kessel
3d58bd4d49
Workspace & load image dialog can now be resized
...
CURA-3247
2017-01-23 15:08:37 +01:00
Simon Edwards
16a748e0d6
Merge pull request #1326 from Ultimaker/big_flame_graph
...
Support for the Big Flame Graph profiler
2017-01-12 14:25:18 +01:00
Thomas Karl Pietrowski
5891709800
Using UM.Platform and correcting something minor
...
Since we already have UM.Platform, I think it is worth to get constancy into our code and use UM.Platform for our detection.
Additionally, I corrected the head of the file, because I think I shall mention Cura and not Uranium. I guess the plugin was moved to Cura, so this was missed.
2017-01-11 19:08:46 +01:00
awhiemstra
47be957f38
Merge pull request #1267 from alephobjects/GCODEReader_upstream
...
Add a Gcode reader plugin
2017-01-11 17:15:52 +01:00
Simon Edwards
a5181f157e
Applied the profiler's pyqtSlot decorator to all of the code.
2017-01-10 13:35:39 +01:00
TheRikke
5ed32230f7
Fix connections to devices not based on arduino
...
stk500v2 failed to release the serial port on timeout.
2017-01-07 22:22:47 +01:00
Youness Alaoui
ad95f94d40
Remove redundant check
2017-01-05 13:04:56 -05:00
Victor Larchenko
33cd386556
D6: Fixed layers and line widths
2017-01-05 13:04:32 -05:00
Ghostkeeper
341b92860c
Also format g-code in extruder start and end g-code settings
...
Would be nice, eh?
Contributes to Github issue #1225 .
2016-12-29 20:52:08 +01:00
Ghostkeeper
5c4526f280
Merge branch '2.4'
2016-12-29 10:53:01 +01:00
Victor Larchenko
f8874bfe21
D6: Fixed multi-extrusion
2016-12-23 15:53:17 -05:00
Victor Larchenko
485e81731f
D6: Fixed file naming, removed spaces and fixed decoration calls
2016-12-23 15:53:17 -05:00
Youness Alaoui
9e85d6c894
Fix GCodeReader-feature related _readMeshfinished to match changes upstream.
...
The job.getResult() now returns a list of nodes now, so we need to loop
over those nodes instead of taking it as a single node value.
2016-12-23 15:53:17 -05:00
Victor Larchenko
cb428c70de
D6: Moved backend pausing to itself
2016-12-23 15:53:17 -05:00
Victor Larchenko
67ab0cab41
D6: Changed decorator and swapping to LayerView
2016-12-23 15:53:17 -05:00