Jaime van Kessel
32143ced44
Fixed firstStart actions
...
CURA-1385
2016-04-29 13:15:26 +02:00
Jaime van Kessel
8cd0933b16
Fixed issue with sets not being updated
...
CURA-1385
2016-04-29 12:23:05 +02:00
Jaime van Kessel
69bd1a6586
Used {} instead of set
...
This is because the one item I put in there is not considered iteratable.
CURA-1385
2016-04-29 12:10:36 +02:00
Jaime van Kessel
ea80159939
Fixed silly typo
...
CURA-1538
2016-04-29 12:02:24 +02:00
Jaime van Kessel
b899c65027
Added getters for MachineAction
...
CURA-1385
2016-04-29 12:01:24 +02:00
Jaime van Kessel
06dfb73602
Exceptions are no longer general typed
...
CURA-1385
2016-04-29 11:36:06 +02:00
Jaime van Kessel
ae0e05182b
First start actions are now added to correct list
...
CURA-1385
2016-04-29 11:12:22 +02:00
Jaime van Kessel
5a1af3b1ea
Added getters for required & supported actions
...
CURA-1385
2016-04-29 11:11:25 +02:00
Jaime van Kessel
958918e033
Added copyright notice
...
CURA-1385
2016-04-29 10:21:27 +02:00
Jaime van Kessel
be7a8ca9b2
Added other add action functions
...
CURA-1385
2016-04-28 17:35:40 +02:00
Jaime van Kessel
978536162c
Save reference to the action instead of key
...
CURA-1385
2016-04-28 17:30:14 +02:00
Jaime van Kessel
633d14d925
Added first stubs of MachineActions
...
CURA-1385
2016-04-28 17:21:09 +02:00
Jaime van Kessel
4e722d61ce
Removed unused code
2016-04-28 15:28:50 +02:00
Ghostkeeper
fe68be4f62
Merge branch 'connection_rework'
2016-04-26 11:51:09 +02:00
Thomas-Karl Pietrowski
37ba88351a
Adding marker for the Nvidia workaround
2016-04-19 20:24:56 +02:00
Arjen Hiemstra
c2ac0e8217
Fix resource paths after Uranium API change
...
Contributes to CURA-1390
2016-04-19 18:11:11 +02:00
Jaime van Kessel
02e02a8f98
Added way to update the head position
...
CURA-1339
2016-04-19 15:30:34 +02:00
Jaime van Kessel
d33a75906a
Progress is now only emitted if it changed
...
CURA-1339
2016-04-19 12:04:22 +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
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
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
fc88844cf8
Added relative move option
...
CURA-1339
2016-04-14 14:05:36 +02:00
Jaime van Kessel
9e8d61aea2
Added missing pyqtslot decorator
...
CURA-1339
2016-04-14 13:03:54 +02:00
Jaime van Kessel
ceb8ef86f8
Added home bed & head functions
...
CURA-1339
2016-04-14 11:00:03 +02:00
Jaime van Kessel
45b3e8fbd6
Hotend temperatures now follow same logic as bed
...
CURA-1339
2016-04-13 16:56:44 +02:00
Jaime van Kessel
5ff5a957ae
Added _setBedTemperature
...
CURA-1339
2016-04-13 16:08:17 +02:00
Jaime van Kessel
2b9aa1dbb5
PrinterOutput device now uses connection state
...
This is instead of the multiple booleans that were used in USB printer
CURA-1339
2016-04-13 15:09:25 +02:00
Jaime van Kessel
5830690107
Added setter for progress
...
CURA-1339
2016-04-13 14:11:18 +02:00
Jaime van Kessel
598c5be976
Temperatures are now stored in the class
...
CURA-1339
2016-04-13 14:08:10 +02:00
Arjen Hiemstra
9b88f06970
Merge branch '2.1'
2016-04-13 13:53:51 +02:00
Jaime van Kessel
0f097f0f64
Added property for target bed temp
...
CURA-1339
2016-04-13 13:48:32 +02:00
Jaime van Kessel
f963ad5021
Renamed _setBedTemperature to setTargetBedTemperature
...
CURA-1339
2016-04-13 13:46:10 +02:00
Jaime van Kessel
623596ca59
Added isConnecting
...
CURA-1339
2016-04-13 13:45:07 +02:00
Jaime van Kessel
e5adea4ab2
PrinterOutputdevice is now also a QObject
...
CURA-1339
2016-04-13 13:36:22 +02:00
Jaime van Kessel
70eb042895
More fleshing out of the printerOutputDevice
...
CURA-1339
2016-04-13 13:31:18 +02:00
Jaime van Kessel
8e853ffecb
Added documentation
...
CURA-1339
2016-04-13 13:19:57 +02:00
Jaime van Kessel
a4314638ab
Added delete to printerOutput device to ensure it is properly closed
...
CURA-1339
2016-04-13 09:57:36 +02:00
Jaime van Kessel
de9721e5de
Added temperature & position stubs
...
CURA-1339
2016-04-13 09:56:13 +02:00
Jaime van Kessel
6dd0a0d61a
Added printer specific output device
...
CURA-1339
2016-04-12 16:45:58 +02:00
Arjen Hiemstra
4253a3f9ef
Round convex hull data to 0.1mm, then remove duplicates
...
This greatly reduces convex hull complexity while at the same
time not introducing much error into the convex hull. This keeps
things responsive when dealing with more complex models.
Contributes to CURA-1387
2016-04-12 15:40:10 +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
51c4e277ae
Do not round convex hull points to nearest int
...
This might have made sense when convex hulls were not recalculated on
transformation changes but as it is now, we want to be able to specify
0.5 as a valid point for a convex hull.
Contributes to CURA-435
2016-04-11 15:30:27 +02:00
Arjen Hiemstra
6896fbf93a
Re-add CuraVersion.py.in which got deleted in 97d16ae3
...
It is required for the build to work as the file gets processed to
include the proper version.
2016-04-11 12:06:27 +02:00
Jaime van Kessel
63593ba16c
Moved layerData & polygon to own file
2016-04-08 15:07:07 +02:00
Jaime van Kessel
dc1630c268
Merge branch '2.1' of https://github.com/Ultimaker/Cura
2016-04-08 15:02:30 +02:00