Simon Edwards
dff976f197
Minor code style fix.
...
Contributes to CURA-1434
2016-04-26 15:21:11 +02:00
Ghostkeeper
fe68be4f62
Merge branch 'connection_rework'
2016-04-26 11:51:09 +02:00
Simon Edwards
f92ff3e864
Only talk to the CuraEngine socket from the same (Main) thread, and be a lot more careful about handling the StartSliceJob when restarting CuraEngine.
...
Fixes CURA-1434
2016-04-25 15:53:02 +02:00
Arjen Hiemstra
c329c2e12d
Do not try to recreate the socket when we are shutting down anyway
...
This prevents issues where closing the socket triggers socket creation
and then a deadlock occurs.
Contributes to CURA-1391
2016-04-19 16:52:22 +02:00
Jaime van Kessel
232e447a74
Added bq firmware (which caused merge issue)
2016-04-18 15:48:20 +02:00
Jaime van Kessel
6abeac5c44
Added comment about us violating the API
...
CURA-1339
2016-04-18 15:26:24 +02:00
Jaime van Kessel
2c489ed054
Connection state signal is now connected before connect is called
...
CURA-1339
2016-04-18 15:05:21 +02:00
Jaime van Kessel
8a47903374
Changed namespace of usbprintermanager (QML) to Cura from UM
...
CURA-1339
2016-04-18 15:03:13 +02:00
Jaime van Kessel
fb52d39936
Changed enum values to lowerCamelCase
...
CURA-1339
2016-04-18 14:43:04 +02:00
Jaime van Kessel
0939262ffe
Removed stray debug code
...
CURA-1339
2016-04-18 11:47:23 +02:00
Jaime van Kessel
b31106a666
Added missing (renamed) file
...
CURA-1339
2016-04-18 11:45:14 +02:00
Thomas-Karl Pietrowski
efb5c668fe
USBPrinting: Adding entry for BQ Hephestos 2 firmware
2016-04-14 17:13:29 +02:00
Jaime van Kessel
6b7fb894f8
Added moveHead to usb printing
...
And ensured that wizard page uses correct version again
CURA-1339
2016-04-14 14:21:22 +02:00
Jaime van Kessel
fc88844cf8
Added relative move option
...
CURA-1339
2016-04-14 14:05:36 +02:00
Jaime van Kessel
4b5c118ed2
Refactoring & documentation
...
CURA-1339
2016-04-14 13:55:33 +02:00
Jaime van Kessel
8c971d217d
Fixed typo in command for setting nozzle temp
...
CURA-1339
2016-04-14 13:22:48 +02:00
Jaime van Kessel
92c0c4b637
Remove unusde code
...
CURA-1339
2016-04-14 13:18:05 +02:00
Jaime van Kessel
34b76f3c1e
Implemented _setTargetHotendTemp
...
CURA-1339
2016-04-14 13:04:16 +02:00
Arjen Hiemstra
e5cc84cb3e
Handle negative layers in the Layer view
...
Offset all layers by the minimum layer count. This makes raft just a
minor special case when processing layers instead of needing to adjust
everything.
Contributes to CURA-653
2016-04-14 12:17:40 +02:00
Jaime van Kessel
0c09df71d9
wizard now sets Target temperature
...
CURA-1339
2016-04-14 11:09:30 +02:00
Jaime van Kessel
58b216828a
Added handling for when connection was never correctly added to list
...
CURA-1339
2016-04-14 11:06:11 +02:00
Jaime van Kessel
4f3489233c
Added home head & bed implementations
...
CURA-1339
2016-04-14 11:02:43 +02:00
Jaime van Kessel
5f2e0ceec8
Fixes so the QML displays right temperatures again
...
CURA-1339
2016-04-14 11:02:16 +02:00
Jaime van Kessel
0a46567c17
USB printing now uses printeroutputdevice for temperatures
...
CURA-1339
2016-04-13 16:57:08 +02:00
Jaime van Kessel
0cd1031ec7
Changed USB printing to reflect changes in output device API
...
CURA-1339
2016-04-13 15:15:37 +02:00
fieldOfView
3ad65e315f
Terminate CuraEngine if it is still running when Cura is closed
...
CURA-1388
2016-04-12 18:05:33 +02:00
Jaime van Kessel
63eb1793ad
Renaming USBPrinterConnection
...
CURA-1339
2016-04-12 15:15:02 +02:00
fieldOfView
6e1265a822
Add width, height in addition to minimumWidth, minumumHeight to fix retina issue on OSX
...
Without these additions, windows (preferences, wizards, about) open larger than fullscreen, making some controls inaccessible
Fixes CURA-504
2016-04-12 10:23:43 +02:00
fieldOfView
967c062357
Fix import error starting up with an empty profile
...
CURA-1376
2016-04-12 07:41:42 +02:00
Arjen Hiemstra
d5bf9b3733
Merge branch '2.1'
...
* 2.1:
Do not round convex hull points to nearest int
Use fdmprinter.json If we have no active machine instead of returning None
JSON fix: max value of infill_sparse_thickness based on engine MAX_COMBINE_COUNT hardcoded value (CURA-1374)
2016-04-11 15:40:36 +02:00
Arjen Hiemstra
cdb235740d
Use fdmprinter.json If we have no active machine instead of returning None
...
This prevents issues where backend creation would end up in an infinite
loop while there was no active machine.
Contributes to CURA-1376
2016-04-11 13:01:03 +02:00
Jaime van Kessel
dc1630c268
Merge branch '2.1' of https://github.com/Ultimaker/Cura
2016-04-08 15:02:30 +02:00
ckielstra
4c233e75f4
Spelling
2016-04-08 11:06:24 +02:00
ckielstra
75d3a13659
Spelling
2016-04-08 09:51:46 +02:00
fieldOfView
27e3f8b33f
Fix color of some texts on Linux with dark theme
...
Use Label{} instead of Text{}
CURA-1143
2016-04-07 18:57:11 +02:00
fieldOfView
9fe3eb4f01
Add width, height in addition to minimumWidth, minumumHeight to fix retina issue on OSX
...
Without these additions, windows (preferences, wizards, about) open larger than fullscreen, making some controls inaccessible
Fixes CURA-504
2016-04-07 18:06:38 +02:00
Jaime van Kessel
24950627dc
Removable drives with any name are now accepted by OSX
...
I have no idea why the old plugin only accepted drives with the name
"MASS STORAGE DEVICE", but it now simply lists all removable drives
CURA-1365
2016-04-07 13:31:20 +02:00
Ghostkeeper
3a478dac12
Fix inaccuracy in change log
...
You can't actually set a profile per object. You can set settings per object.
Contributes to issue CURA-1326.
2016-04-06 16:47:21 +02:00
Jaime van Kessel
34b0d051fb
Updated changelog for 2.1 release
...
CURA-1326
2016-04-06 15:02:49 +02:00
Jaime van Kessel
e2e25ea3e8
Merge branch '2.1-max_message_size_fix' of https://github.com/Ultimaker/Cura into 2.1
2016-04-06 11:42:38 +02:00
Jaime van Kessel
5f74113a45
Fixed changelog plugin so it shows correctly again
...
CURA-1326
2016-04-06 10:51:45 +02:00
Ghostkeeper
0684cee681
Merge branch '2.1'
...
Conflicts:
resources/machines/fdmprinter.json
resources/machines/innovo-inventor.json
resources/profiles/general/High+Quality.cfg
resources/profiles/general/Low+Quality.cfg
resources/profiles/general/Normal+Quality.cfg
resources/profiles/general/Ulti+Quality.cfg
resources/profiles/ultimaker2+/pla_0.4_high.curaprofile
2016-04-04 18:49:09 +02:00
Jaime van Kessel
3ed7d60adb
Increased size of the label for layerview a bit more.
...
CURA-1273
2016-04-04 14:42:42 +02:00
Jaime van Kessel
819c9568b1
Backend now correctly handles machine instance change
...
CURA-1323
2016-04-04 10:29:42 +02:00
Jaime van Kessel
4ad88f3498
Layerview number is now correctly displayed
...
CURA-1273y
2016-04-01 14:50:47 +02:00
Jaime van Kessel
ca70b275d8
Revert "Changed wait for subprocess to poll"
...
This reverts commit e463c93f77a8015b00ab49aa7b8f9f6433cba26b.
2016-04-01 13:58:11 +02:00
Jaime van Kessel
e463c93f77
Changed wait for subprocess to poll
...
The wait is a suspect in a MAC issue. CURA-1300
2016-03-31 17:35:57 +02:00
Jaime van Kessel
c91a87cbf8
Minor codestyle changes
...
CURA-1210
2016-03-30 09:24:50 +02:00
Jaime van Kessel
6237767ba5
Fixed error message when using locked SD
...
CURA-1187
2016-03-29 11:52:14 +02:00
Jaime van Kessel
d3a6f63d1f
3MF no longer fails when there is no transformation matrix
2016-03-24 16:41:25 +01:00