Gabriele Rossetti
68b30fc132
Merge pull request #1 from Ultimaker/master
...
Merge with Ultimaker Master Branch
2020-01-07 10:11:51 +01:00
Johnathan Chu
1f2e079185
Update DisplayFilenameAndLayerOnLCD.py:
...
- Fixed filename appearing in middle of text when scrolling is disabled and displaying max layer.
- Fixed filename appearing twice when scrolling is enabled and displaying max layers.
2020-01-06 21:45:43 -08:00
Jaime van Kessel
2a09404235
Change ModuleNotFoundError to ImportError
...
THat's what you get from developing with Python 3.6 instead of 3.5
2020-01-06 15:53:55 +01:00
Jaime van Kessel
116ea76fbb
Don't register SentryLogger if sentry_sdk is not available
2020-01-06 15:17:20 +01:00
Jaime van Kessel
5083a46c04
Merge branch 'master-sentry_sdk-try-except' of https://github.com/thopiekar/Cura
2020-01-06 15:10:06 +01:00
Jaime van Kessel
11d176137f
Remove usage of deprecated function
2020-01-06 15:02:33 +01:00
Jaime van Kessel
e46febfea4
Switch out number of getActiveExtruderStacks for extruderList
...
It's essentially the same, but reduces the dependency of MachineManager
on the ExtruderManager
2020-01-06 14:47:46 +01:00
Jaime van Kessel
55dacee45f
Simplify the numUserSettings count
2020-01-06 14:38:39 +01:00
Jaime van Kessel
6da5216cac
No longer create the machine manager twice
2020-01-06 14:26:32 +01:00
Jaime van Kessel
0c1c4e4856
Move HttpRquestData to it's own file
...
CURA-6387
2020-01-06 11:34:32 +01:00
Lipu Fei
625b08baf8
Merge master and fix
...
CURA-6387
2020-01-06 11:18:12 +01:00
Lipu Fei
5a689c2389
Merge remote-tracking branch 'origin/master' into CURA-6387_http_request_manager
2020-01-06 11:15:37 +01:00
Jaime van Kessel
043ef2e84f
Fix crash when layer does not exist
2020-01-06 10:47:47 +01:00
Mark Burton
d388f2463b
Add fuzzy skin outside only option.
2020-01-04 09:14:13 +00:00
novamxd
bcc12030a2
Revamped ChangeAtZ
...
Adjusted coding style to use spaces instead of tabs
2020-01-03 19:01:33 -06:00
Jaime van Kessel
6a5fbba519
Prevent the Networked printer scrollview from slowing shit down when it's not even visible
2020-01-03 17:29:04 +01:00
Jaime van Kessel
1b1c7b78aa
Remove unneeded rounding
2020-01-03 16:56:13 +01:00
Jaime van Kessel
6afd669389
Speed up QMl binding evaluation for MaterialMenu
2020-01-03 16:24:56 +01:00
Tim Kuipers
9c2fd1c9d4
automatically add shell thickness to stack and set to zero for infill meshes
...
and remove when unmodified and we change to another mesh type
2020-01-03 15:57:20 +01:00
Dirk O. Kaar
a61207ca04
Release v3.0.3 of [dok-net RF100]( https://github.com/dok-net/RF100 ) brings less retraction stringing and much better qualitiy for small objects/layers.
2020-01-03 15:46:13 +01:00
Dirk O. Kaar
ab6835e93b
Back-ported RF100 V1, V2, and XL resources files from [dok-net RF100]( https://github.com/dok-net/RF100 ) to Renkforce COTS stock firmware (temperature, flow rate; build volume on V1).
2020-01-03 15:46:13 +01:00
Jaime van Kessel
eb1ae9f18d
Fix tests
2020-01-03 15:12:14 +01:00
Jaime van Kessel
5b0b95e4dc
Merge branch 'master' of github.com:Ultimaker/Cura
2020-01-03 15:01:06 +01:00
Jaime van Kessel
3e6723f378
Remove unneeded update calls
2020-01-03 14:16:34 +01:00
Jaime van Kessel
7954f6633f
Let IntentModel update on a timer
...
This prevents some double updates
2020-01-03 14:13:13 +01:00
Ghostkeeper
5599618d19
Fix spelling
...
D/T mistakes are very common amoung Dutch natives, but this is just madness.
2020-01-03 14:08:13 +01:00
Ghostkeeper
95efcfd035
Merge branch 'master' of ssh://github.com/Ultimaker/Cura
2020-01-03 12:53:56 +01:00
Ghostkeeper
f9e8d8b753
Compress BeamUp S platform mesh with Decimate to 0.1 degrees
...
This reduces the file size 30-fold. It also seems to be lossless as no matter how low I set the angle limit it stays on 616 faces.
Contributes to issue CURA-7088.
2020-01-03 12:52:26 +01:00
Remco Burema
1fae17ecac
Merge pull request #6901 from Ultimaker/speed_up_layerview
...
Speed up layerview
2020-01-03 12:31:25 +01:00
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