7424 Commits

Author SHA1 Message Date
Jaime van Kessel
f488d8eb28 Zero conf browser now uses stored zeroconf obj
CURA-49
2016-04-19 09:51:32 +02:00
Jaime van Kessel
0ad1c1a3a7 Renamed connections to printers
CURA-49
2016-04-19 09:48:21 +02:00
Youness Alaoui
df8207747a Force PYTHONPATH to be in the top of the sys.path list.
This fixes https://github.com/Ultimaker/Cura/issues/704
2016-04-18 14:42:29 -04:00
fieldOfView
919e2f55e9 Replace "notice" icon with an icon that is less jarring and differs more in shape with the "reset" icon
Contributes to CURA-1176
2016-04-18 17:39:28 +02:00
Tim Kuipers
083c6dc630 Merge branch 'master' of https://github.com/Ultimaker/Cura 2016-04-18 16:49:12 +02:00
Tim Kuipers
1ffcb8419a JSON: Enable Combing ==> Combing Mode (CURA-694) 2016-04-18 16:49:02 +02:00
Jaime van Kessel
d621162a9b Codestyle 2016-04-18 16:36:52 +02:00
Jaime van Kessel
4817c05a52 Renamed plugin 2016-04-18 16:32:02 +02:00
Jaime van Kessel
960ac9af99 Close now uses new API stuff 2016-04-18 16:31:14 +02:00
Jaime van Kessel
3bd25e5f7f NetworkPrinterOutputDevice now uses reworked printerOutputDevice API
CURA-49
2016-04-18 16:16:59 +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
71b4c983d0 Merge pull request #700 from thopiekar/master-bq_hephestos2-firmware
USBPrinting: Adding entry for BQ Hephestos 2 firmware
2016-04-18 15:21:49 +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
a59c113887 Added busy & error state to ConnectionState
CURA-1339
2016-04-18 14:47:51 +02:00
Jaime van Kessel
fb52d39936 Changed enum values to lowerCamelCase
CURA-1339
2016-04-18 14:43:04 +02:00
Jaime van Kessel
96e821cc3d PrinterOutputDevice now uses safer super().__init
CURA-1339
2016-04-18 13:27:36 +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
Jaime van Kessel
6ad926b9b8 connect & close are now pure virtual
CURA-1339
2016-04-18 11:38:57 +02:00
Jaime van Kessel
0015d9d027 Documented signals
CURA-1339
2016-04-18 11:37:08 +02:00
Jaime van Kessel
94d3309a35 Removed duplicate bedTemperature declaration
CURA-1339
2016-04-18 11:33:43 +02:00
Jaime van Kessel
8a94739de0 Raft line widths now inherit from line_width
CURA-695
2016-04-15 16:08:23 +02:00
Jaime van Kessel
ef9be8a2d8 Merge branch '2.1' of https://github.com/Ultimaker/Cura 2016-04-15 14:56:24 +02:00
Jaime van Kessel
d606d6dfe4 Merge pull request #701 from THeijmans/2.1
UM2+ profile improvements
2016-04-15 14:43:06 +02:00
Tom Heijmans
7ce5c6c6bc Fixed inheritance issues 2016-04-15 14:36:13 +02:00
Tom Heijmans
00305f1c53 Updated inheritance functions for um2+ 2016-04-15 13:35:25 +02:00
Tom Heijmans
3776d3c6d2 Updated material & UM2+ profiles 2016-04-15 13:33:30 +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
c2b1753d25 Updated documentation
CURA-1339
2016-04-14 15:59:10 +02:00
Jaime van Kessel
6f7b80299e Added warning logging
CURA-1339
2016-04-14 15:46:16 +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
Tim Kuipers
77e719619d JSON fix: indentation only (CURA-1400) 2016-04-14 14:02:26 +02:00
Tim Kuipers
cd7513971b JSON fix: support&platform extruder nr not children of extruder nr (CURA-1400) 2016-04-14 14:01:56 +02:00
Jaime van Kessel
4b5c118ed2 Refactoring & documentation
CURA-1339
2016-04-14 13:55:33 +02:00
Tim Kuipers
7ea02f9d98 JSON fix: Infill Overlap mm didn't default to 0 when infill was too dense (CURA-786) 2016-04-14 13:50:40 +02:00
Tim Kuipers
f426ba3168 changed infill overlap min_value to min_value_warning and made it -50% (CURA-786)
-50% corresponds to the value where the hole in the nozzle just at the boundary of the inner wall
2016-04-14 13:33:00 +02:00
Jaime van Kessel
9ee6323177 wizard now uses correct property
CURA-1339
2016-04-14 13:26:38 +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
6909ed8765 Changed setBed temp to target bed temp
CURA-1339
2016-04-14 13:20:55 +02:00
Tim Kuipers
401e020f9c machine extruder trains now can't be an array anymore (CURA-494) 2016-04-14 13:18:40 +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
Jaime van Kessel
9e8d61aea2 Added missing pyqtslot decorator
CURA-1339
2016-04-14 13:03:54 +02:00
fieldOfView
50c2760af1 Merge branch 'master' of https://github.com/Ultimaker/Cura 2016-04-14 12:29:50 +02:00
fieldOfView
003f973ba4 Prevent profiles being added if there is no active machine 2016-04-14 12:29:28 +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
fieldOfView
2afea115da Fix width of troubleshooting guide link in Simple mode sidebar 2016-04-14 11:56:36 +02:00