Ghostkeeper
696d2ffa1d
Use extruderList rather than deprecated extruders
...
I looked into changing that position into an integer and perhaps the dictionary into a list, but this dictionary is passed around throughout all of the functions so that would be quite a refactor.
Done during Turbo Testing and Tooling to reduce the number of warnings in our log.
2020-05-15 16:11:27 +02:00
Ghostkeeper
acc8e24cb4
Use extruderList rather than extruders dictionary
...
The extruders dictionary has been deprecated.
Done during Turbo Testing and Tooling to reduce the amount of warnings in our log.
2020-05-15 16:07:19 +02:00
Ghostkeeper
17762cb431
Use extruderList rather than extruders to switch userChanges over
...
It's a bit weird that it switches the user changes over though. Won't it be a different printer type then?
2020-05-15 16:04:42 +02:00
Ghostkeeper
33c1901070
Replace another extruders() call with extruderList
...
The extruders function is deprecated.
Done during Turbo Testing and Tooling to reduce the number of warnings in our log.
2020-05-15 15:51:49 +02:00
Ghostkeeper
174a8e5411
Use extruderList rather than deprecated extruders
...
Done during Turbo Testing and Tooling to reduce the number of warnings in our log.
2020-05-15 15:50:03 +02:00
Ghostkeeper
a6d7b97abc
Use extruderList rather than deprecated extruders
...
Done during Turbo Testing and Tooling to reduce the number of warnings in our log.
2020-05-15 15:39:28 +02:00
Ghostkeeper
fe0bae4c25
MORE usage of extruderList, LESS of extruders
...
Extruders has been deprecated.
Done during Turbo Testing and Tooling to reduce the number of warnings in our log.
2020-05-15 15:23:29 +02:00
Ghostkeeper
afde5353eb
Use extruderList rather than extruders
...
Extruders is deprecated. Always use the extruderList.
In fact, the else case beneath was already using extruderList in the same way.
Hopefully we can one day get rid of all the string conversion for the position in this class. I don't dare to refactor that without having a review though.
Done during Turbo Testing and Tooling to reduce the number of warnings in our log.
2020-05-15 15:20:46 +02:00
Ghostkeeper
6d3acf946a
Use new extruderList rather than extruders
...
The extruders dictionary has been deprecated in favour of extruderList.
Done during Turbo Testing and Tooling to reduce the number of warnings in our log.
2020-05-15 15:16:43 +02:00
Ghostkeeper
4482b4f352
Use extruderList rather than deprecated extruders
...
This fixes a possible bug, too, if the extruders dictionary weren't iterated over in the order of the extruders. It would sometimes assign the profiles to the wrong extruders then. However I think the dictionary iteration in Python is in order of insertion and we probably insert them in the proper order by accident.
Done during Turbo Testing and Tooling to reduce the number of warnings in our log.
2020-05-15 15:14:56 +02:00
Ghostkeeper
e0e0371de4
Use extruderList rather than extruders
...
Removes another warning from the log. And it makes the code simpler in this case.
Done during Turbo Testing and Tooling to reduce the number of warnings in our log file.
2020-05-15 15:10:30 +02:00
Ghostkeeper
bbf53c441f
Don't use extruders() but extruderList
...
The extruders() slot has been deprecated. We need to replace it with extruderList. I'm changing them one by one and testing each time whether everything still seems to function correctly, but it's fairly safe anyway.
Done during Turbo Testing and Tooling to reduce the number of warnings in our log.
2020-05-15 15:06:58 +02:00
Nino van Hooff
5eb5ffd916
Convert doxygen to rst for UM3NetworkPrinting
2020-05-15 15:05:38 +02:00
Ghostkeeper
833a7a3804
Don't use deprecated extruders()
...
It has been replaced by extruderList.
Done during Turbo Testing and Tooling to reduce the number of warnings in our log.
2020-05-15 15:04:47 +02:00
Ghostkeeper
0482371fc6
Don't use deprecated extruders() slot
...
It's been replaced by extruderList.
Done during Turbo Testing and Tooling to reduce the number of warnings in our log.
2020-05-15 15:02:07 +02:00
Ghostkeeper
b231a4b3a2
Remove unnecessary re-adding of extruders
...
This was originally added for backwards compatibility with old versions of Uranium. However the link between Cura versions and Uranium versions is already very strong (Cura crashes with old Uranium versions) so this is not necessary.
It was also adding warnings in our log that these extruders had already been added to the printer.
Done during Turbo Testing and Tooling, to clean up our log files.
2020-05-15 14:26:44 +02:00
Nino van Hooff
de82406782
Convert doxygen to rst for UltimakerMachineActions, USBPrinting
2020-05-15 14:00:44 +02:00
Nino van Hooff
d96359f208
Convert doxygen to rst for Toolbox, TrimeshReader
2020-05-15 13:53:10 +02:00
Nino van Hooff
8e347c1034
Merge remote-tracking branch 'origin/doxygen_to_restructuredtext_comments' into doxygen_to_restructuredtext_comments
...
# Conflicts:
# cura/OAuth2/AuthorizationService.py
2020-05-15 13:40:22 +02:00
Nino van Hooff
c6e6c76962
Merge remote-tracking branch 'origin/master' into doxygen_to_restructuredtext_comments
...
# Conflicts:
# cura/API/Account.py
# plugins/SimulationView/SimulationView.py
2020-05-15 13:38:37 +02:00
Nino van Hooff
58e43c0a07
Convert doxygen to rst for SentryLogger, SimulationView, SliceInfo,
...
SolidView
2020-05-15 13:34:58 +02:00
Ghostkeeper
783b26e521
While searching, search through all settings rather than just visible
...
This makes it consistent with the searching of the normal settings list. It also makes it easier to find certain things like the Cutting Mesh or something.
2020-05-15 13:11:28 +02:00
Nino van Hooff
94f094380b
Log sync state transitions
...
CURA-7290
2020-05-15 11:59:22 +02:00
Nino van Hooff
9acf8b6122
Revert "Add a sync timeout to CloudOutputDeviceManager"
...
Stopgap solution is not necessary anymore after CloudOutputDeviceManager
after implementing timeouts on the http-level.
This reverts commit 15f813a4
2020-05-15 11:32:49 +02:00
Nino van Hooff
f3c66c3189
Refactor CloudApiClient (and ToolpathUploader) to use HttpRequestManager
...
Has the benefit of a more unified Http request management + timeouts
CURA-7290
2020-05-15 11:28:17 +02:00
maukcc
39595d0541
HMS434 update
2020-05-15 09:28:07 +02:00
maukcc
80a886f582
HMS434 upgrade
...
Added host chamber fan support
2020-05-15 09:24:17 +02:00
grk3010
885fe32fb0
Update smoothie.def.json
...
remove depreciated "category"
2020-05-14 16:15:12 -04:00
grk3010
3d412e53b7
Make Smoothie definition Generic
...
Remove quality, extruder, and nozzle profiles to make the smoothie machine definition a generic custom configuration.
2020-05-14 16:05:27 -04:00
Ghostkeeper
5a8d411c35
Fix upgrading quality-changes profiles per extruder
...
These have a slightly different syntax apparently.
I thought I tested this before. But apparently not well enough.
Contributes to issue CURA-7433.
2020-05-14 16:44:48 +02:00
Nino van Hooff
15f813a4ff
Add a sync timeout to CloudOutputDeviceManager
...
Fixes an issue where printer syncing breaks when switching networks etc.
CURA-7290
2020-05-14 15:47:45 +02:00
Nino van Hooff
a9692e3d27
Refactor setManualSyncEnabled
...
CURA-7290
2020-05-14 15:15:16 +02:00
Nino van Hooff
a3f968188f
Add timeout to CloudPackageChecker request
...
Prevents it from getting stuck in the SYNCING state
CURA-7290
2020-05-14 15:14:51 +02:00
Nino van Hooff
b6b6a39989
Fix QML typo
...
CURA-7290
2020-05-14 15:13:57 +02:00
fieldOfView
321693d410
Add upgrade script to update instances of removed scripts to unified script
2020-05-14 11:38:30 +02:00
fieldOfView
172e6a0759
Merge branch 'master' into feature_unify_pause_at_height
...
# Conflicts:
# plugins/PostProcessingPlugin/scripts/BQ_PauseAtHeight.py
2020-05-14 08:45:38 +02:00
Alexander Gee
d7c373b720
Extract method
2020-05-13 23:55:12 -05:00
Alexander Gee
0daccce7b1
Incorperate percentage and time remaining scripts
2020-05-13 23:36:49 -05:00
Alexander Gee
83e259cd93
Rename to DisplayProgressOnLCD
2020-05-13 23:35:39 -05:00
Keleti Csaba
45f43f635d
Update geeetech_A10.def.json
...
Heated bed added.
2020-05-13 17:46:47 +02:00
Nino van Hooff
e6639eb8eb
Do not reserve height for manual sync button
...
CURA-7290
2020-05-13 17:36:24 +02:00
Nino van Hooff
59b40c72f0
Additional scenarios for enabling/disabling the manual sync button
...
CURA-7290
2020-05-13 17:32:57 +02:00
Keleti Csaba
52fdf154a0
Update geeetech_A10.def.json
...
Height and dept value was mixed.
XY values also corrected.
2020-05-13 17:32:24 +02:00
Ghostkeeper
1111041a5b
Merge branch 'CURA-7433_deltacomb_move_upgrades'
2020-05-13 17:27:16 +02:00
Ghostkeeper
984836c1af
Code style: Spaces around binary operators
...
Contributes to issue CURA-7433.
2020-05-13 17:25:09 +02:00
Nino van Hooff
f78fa884c1
Only show the manual sync button after the account popup was closed
...
CURA-7290
2020-05-13 17:19:20 +02:00
Nino van Hooff
72657f15be
Add padding to checked icon
...
CURA-7290
2020-05-13 16:38:42 +02:00
Nino van Hooff
6caa0360b9
Change SyncRow copy
...
CURA-7290
2020-05-13 16:35:39 +02:00
Nino van Hooff
de0ef8ae62
Change account sync date format to mm/dd/YYYY
...
CURA-7290
2020-05-13 16:15:29 +02:00
Nino van Hooff
97d1c3200b
Remove unused aliases from SyncState.qml
...
CURA-7290
2020-05-13 16:14:21 +02:00