Ghostkeeper
0e91ef2f71
Merge branch 'master' of https://github.com/beamup3d/Cura into beamup3d-master
2020-01-03 11:55:55 +01:00
Jaime van Kessel
3ffbdf2888
Ensure that after a reslice the nozzle location of re-slice is still correct
2020-01-03 11:28:29 +01:00
Jaime van Kessel
552ce1fc66
Merge branch 'master' of github.com:Ultimaker/Cura into speed_up_layerview
2020-01-03 11:15:24 +01:00
Ghostkeeper
8f7642931b
Only enable extruder switch retraction settings if multi-extrusion
...
Otherwise there can't be any extruder switches.
2020-01-03 10:38:54 +01:00
Ghostkeeper
5e0324b9be
Move retraction settings to travel category
...
And the nozzle switch settings to the multi-extrusion category.
As discussed with the CCB.
2020-01-03 10:36:27 +01:00
Jaime van Kessel
5da77472e7
Add some timers to sceneChanged
2020-01-03 10:17:54 +01:00
Lipu Fei
55d31b9846
Move HttpRequestManager to Uranium
...
CURA-6387
2020-01-03 08:59:29 +01:00
Lipu Fei
6fbce74523
Use network manager in SliceInfo
...
CURA-6387
2020-01-03 08:59:29 +01:00
Lipu Fei
77511c2590
Use network manager in Toolbox
...
CURA-6387
2020-01-03 08:59:29 +01:00
Lipu Fei
e98cf83cb3
Add HttpNetworkRequestManager to CuraApplication
...
CURA-6387
2020-01-03 08:59:29 +01:00
Lipu Fei
8d86ca8eee
Add HttpNetworkRequestManager
...
CURA-6387
2020-01-03 08:59:29 +01:00
Thomas Karl Pietrowski
ba5a0b0085
SentrySDK: Turn on deep integration on demand
...
Only whenever the sentry_sdk module is there functions of this module will be used.
The only changes, which were needed to be made, are done on cura_app.py and cura.CrashHandler.
Whenever the module is not available, it's functions will be omitted.
The if-clauses could happen earlier, but this at least the bare minimum, and, to be honest, on Ultimaker's distribution it won't speed up anything.
I expect the if-clause to take the same amount of runtime sooner or later. The check is the same and it should be on Ultimaker's distribution always be "True".
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com> (github: thopiekar)
2020-01-02 22:22:44 +01:00
Jaime van Kessel
c261065d68
Merge branch 'CURA-6959_collapse_categories' of github.com:Ultimaker/Cura
2020-01-02 16:07:24 +01:00
Nino van Hooff
8dbd67f5bd
Merge remote-tracking branch 'origin/master' into CURA-6959_collapse_categories
...
# Conflicts:
# resources/qml/Menus/SettingVisibilityPresetsMenu.qml
# resources/qml/Settings/SettingView.qml
2020-01-02 15:32:26 +01:00
Nino van Hooff
4097256827
Clear settings search when pressing collapse all.
...
CURA-6959
2020-01-02 15:28:34 +01:00
Remco Burema
56cf2339f2
First initialize error checking.
...
Change the order of initialization, so the MachineErrorChecker already has its signals attached when the first machine gets loaded.
The increased number of 'processEvents'-calls exposed this oversight by allowing it to run out of order.
(MachineErrorChecker initializes the has-errors field to True if no check has been done yet.)
2020-01-02 14:55:46 +01:00
Remco Burema
261ee5b7f5
Fix SettingCheckbox.qml warning.
2020-01-02 14:11:46 +01:00
Nino van Hooff
72497f48f7
Remove redundant brackets
...
CURA-6959
2020-01-02 13:55:01 +01:00
Jaime van Kessel
61a605d02b
Chop up the render function to make it a bit more readable
2020-01-02 13:34:57 +01:00
Jaime van Kessel
0d7421140f
Recalculate the start / end elements when the layer is changed instead of on render
...
About with larger models, about 30-40% of the time of the render was spent on this.
2020-01-02 13:28:14 +01:00
BeamUp 3D
cdb8bf97b4
Add beamup_s.stl
...
Added for model update
2020-01-02 15:08:46 +03:00
BeamUp 3D
8fe9e5edc2
Delete beamup_s.stl
...
Deleted for model change
2020-01-02 15:06:52 +03:00
BeamUp 3D
bb3aaf740f
Update beamup_s.def.json
...
add "platform_offset" metadata
2020-01-02 15:00:34 +03:00
Jaime van Kessel
9de2b39d38
Fix the failing tests
...
CURA-6255
2020-01-02 11:13:48 +01:00
Jaime van Kessel
bb34094eb2
Merge branch 'master' of github.com:Ultimaker/Cura
2020-01-02 10:52:01 +01:00
Jaime van Kessel
8b393317ff
Add "all" as a setting visibility preset
...
CURA-7082
2020-01-02 10:51:40 +01:00
Ghostkeeper
90ded1abf9
Remove useless override of bed temperature
...
The Generic PETG material also sets it to 70, as well as the eMotionTech and TiXYZ PETGs. The iMade3D bed temperature was 65, so for that one the temperature will change to 65 then which seems appropriate. I'll change the iMade3D thing in fdm_materials so that the settings are still the same.
Discovered during investigation of #6898 .
2020-01-02 09:49:52 +01:00
Remco Burema
1915100118
Fix: Layersliders work again.
2019-12-31 16:48:50 +01:00
Remco Burema
cb361e9543
Force sim-view to update after view-type change.
2019-12-31 16:14:02 +01:00
Jaime van Kessel
c38ce5370d
Merge branch 'master' of github.com:Ultimaker/Cura
2019-12-31 15:29:00 +01:00
Jaime van Kessel
7cc74c97e3
Ensure setting category uses correct background size
2019-12-31 15:28:29 +01:00
Remco Burema
08ea791051
Merge pull request #6845 from Ultimaker/CURA-7038
...
CURA-7038/Show list of packages to be synced
2019-12-31 14:52:34 +01:00
Dimitriovski
daee57d31e
Merge branch 'master' of github.com:Ultimaker/Cura into CURA-7038
2019-12-31 14:44:09 +01:00
Jaime van Kessel
cfd9787dc4
Merge branch 'master' of github.com:Ultimaker/Cura
2019-12-31 14:42:57 +01:00
Jaime van Kessel
81c4c22d63
Fix that invisible items would still add spacing
2019-12-31 14:42:10 +01:00
Dimitriovski
1ea8145f39
Changed the hardcoded value for leftMargin
...
CURA-7038
2019-12-31 14:35:47 +01:00
Dimitriovski
802c095c9f
Removed unused list
...
CURA-7038
2019-12-31 14:07:40 +01:00
Dimitriovski
42851b0851
Removed unnecessary pass statement from reply.operation
...
CURA-7038
2019-12-31 14:03:56 +01:00
Dimitriovski
dde0dd8ce3
Removed the 'workaround' that I've added earlier. Simplified the flow. The dialog is now showing display_name instead of package_id
...
CURA-7038
2019-12-31 14:02:41 +01:00
Remco Burema
6087749274
Merge pull request #6884 from Ultimaker/parallelize_mypy
...
Speed up mypy checking
2019-12-31 13:07:16 +01:00
Dimitriovski
96311c974b
Fixed failing tests. Hid the sync Message when it's clicked.
...
CURA-7038
2019-12-31 12:07:42 +01:00
Jaime van Kessel
004bf79553
Merge branch 'master' of github.com:Ultimaker/Cura
2019-12-31 11:36:50 +01:00
Jaime van Kessel
bf57a61c48
Fix settings overlapping after collapse
...
I can't figure out why we ever set the min size to be negative, but
it was ocasonally making the layout stumble
2019-12-31 11:35:37 +01:00
Nino van Hooff
dfba1eb102
Refactor SettingCategory checkable by using expanded
...
More intuitive and less chance of overriding the expanded Binding
CURA-6959
2019-12-31 11:27:39 +01:00
Nino van Hooff
d780efd76c
Add a settings menu option to collapse all categories
...
CURA-6959
2019-12-31 11:14:26 +01:00
Ghostkeeper
c7dbb1477a
Remove maximum on small feature speed
...
You can make the small features print FASTER if you like, as well. There is no physical or computational constraint there.
Discovered during investigation of #6866 .
2019-12-31 11:07:11 +01:00
Dimitriovski
ea1896fe6b
Merge branch 'master' of github.com:Ultimaker/Cura into CURA-7038
2019-12-30 17:38:31 +01:00
Dimitriovski
93c1c1a86e
deleted unused lines
...
CURA-7038
2019-12-30 17:38:21 +01:00
Dimitriovski
ada2a776d5
Reworked the Compatibility Dialog and how it shows the subscribed packages
...
CURA-7038
2019-12-30 17:36:46 +01:00
Nino van Hooff
5c83ba0129
Rename SettingsDefinitionModel.collapse to -Recursive for consistency
...
CURA-6959
2019-12-30 15:05:52 +01:00