Erwan MATHIEU
8ad4ab90a8
User settings are now properly proposed for export
...
CURA-11561
2024-01-31 09:26:49 +01:00
Erwan MATHIEU
2aef33f521
Completed configuration UI to export PCB file
...
CURA-11561
2024-01-30 14:35:55 +01:00
Erwan MATHIEU
b5b0575baf
Display (uncomplete) configuration UI to export PCB file
...
CURA-11561
2024-01-26 14:01:26 +01:00
Erwan MATHIEU
731ea69ebb
Merge branch 'main' into CURA-11482_sentry
2024-01-17 11:04:05 +01:00
Erwan MATHIEU
54df08f47f
Fix specific extruder not being used
...
CURA-11536
2024-01-16 13:14:49 +01:00
Erwan MATHIEU
ab322ae703
Always send user name for Sentry if available
...
CURA-11482
2024-01-15 15:22:25 +01:00
c.lamboo
9d78c9ed58
Don't mutate/pollute _all_extruder_settings
with additional values
...
CURA-11536
2024-01-15 12:39:10 +01:00
Erwan MATHIEU
68152e6f31
Code readability
...
CURA-11482
2024-01-15 12:04:55 +01:00
c.lamboo
5da4dfcb70
Improve unhappy flow
...
CURA-11536
2024-01-15 12:03:42 +01:00
c.lamboo
fe440a6643
Allow for expressions in start/end machine/extruder code extruder_nr field
...
CURA-11536
2024-01-15 11:52:11 +01:00
Jelle Spijker
7738059631
Add optional (opt-in) project_name to Sentry
...
Needed for automatic Issue handling in the future
Contributes to CURA-11482
2024-01-15 10:44:43 +01:00
Jelle Spijker
3abb5526ba
Merge branch 'main' into CURA-11482_sentry
2024-01-13 12:48:23 +01:00
Jelle Spijker
2bcdacef72
Allow for opt-in of DF User name for Sentry crash reports
...
This will help us with triage of bugs for our customers.
Contributes to CURA-11482
2024-01-13 11:12:46 +01:00
Saumya Jain
db19f53943
Merge branch 'main' into CURA-7812-decrease-Qml-singletons
2024-01-11 09:25:13 +01:00
Casper Lamboo
69c47269a0
Merge pull request #17961 from Ultimaker/CURA-11157_remove_support_interface_skip_height
...
[CURA-11157] Remove 'support_interface_skip_height' setting
2024-01-10 19:50:56 +01:00
Saumya Jain
92aca0d8bd
Merge branch 'main' into CURA-7812-decrease-Qml-singletons
2024-01-10 13:15:08 +01:00
Remco Burema
c64dcb785c
Remove 'support_interface_skip_height' setting.
...
Was used for run-time efficiency, but it wasn't really ever set beyond one layer-height, which made it rather useless.
frontend part of CURA-11157 -- needed version upgrader as well, since it's the first alteration
2024-01-10 08:55:56 +01:00
Jelle Spijker
b3825ee1c7
actually use f string
...
Contributes to CURA-11482
2024-01-10 05:40:10 +01:00
GregValiant
2ad2afd1f4
Update 'Advanced Cooling Fan Control' post-processing script.
...
See discussions in #15853 (on github) and (internally) tracking-ticket CURA-11520
2024-01-09 19:55:03 +01:00
saumya.jain
676099ccf6
Removed singleton UM.OperationStack, merged with CuraActions
...
Removed ActiveTool singleton added to controller singleton
CURA-7812
2024-01-09 10:29:45 +01:00
GregValiant
1a5370d2ef
Add 'Advanced Cooling Fan Control' post-processing script.
...
See discussions in #15853 (on github) and (internally) tracking-ticket CURA-11520
2024-01-07 12:41:59 +01:00
c.lamboo
18302d6213
attempt to fix binary search
2024-01-07 11:10:22 +01:00
saumya.jain
1e230ffef1
Printer name changed to printer type
...
printer names can be different for same type of printer.
Also, printer type is coming from cloud here so the type search is changed accordingly
CURA-11432
2024-01-03 14:19:22 +01:00
saumya.jain
ee7ecc1acc
offset removed
...
CURA-7647
2024-01-03 09:16:04 +01:00
saumya.jain
0bb1f0b7c3
Case of simulation with multiple extruders
...
CURA-7647
2024-01-02 12:05:55 +01:00
saumya.jain
632c10db51
Guard against index for edge case
...
CURA-7647
2023-12-27 10:12:40 +01:00
c.lamboo
7fab301866
Guard against index out of bound
...
CURA-7647
2023-12-22 18:02:23 +01:00
saumya.jain
411b40d78c
Simulation speed made 3X
...
case where no polygon in layer is also addressed
CURA-11289
2023-12-22 10:37:51 +01:00
Saumya Jain
152cb27232
Update plugins/SimulationView/SimulationView.py
...
review fix
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2023-12-21 14:30:43 +01:00
saumya.jain
0de4f612b3
fixing review comments. Cache only for the current layer
...
CURA-7647
2023-12-21 14:13:16 +01:00
saumya.jain
3f8908f53a
cleanup
...
CURA-7647
2023-12-21 10:42:52 +01:00
saumya.jain
e2e94b7f6b
fps made 15 for lower GPU load
...
- reinitialisation of cummulative_time for new model
CURA-7647
2023-12-21 10:33:05 +01:00
saumya.jain
41efdbabe0
Path change possible by user
...
- simulation speed increased
- no buffering in between layers
- fps made 30
CURA-7647
2023-12-20 18:16:04 +01:00
saumya.jain
cfec5e0cc1
Proof of concept for simulation
...
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
CURA-7647
2023-12-19 10:12:56 +01:00
Jelle Spijker
5744371f38
Add anonymous user tracking to slice message
...
User tracking has been added to the 'slice_message' method in the 'StartSliceJob.py' file. A unique, anonymous UUID is generated for each user, stripping away identifiable data with a bitmask operation. The user's Cura version is also included in the message. This facilitates more robust analysis of crash reports and user behaviors.
Contributes to CURA-11482
2023-12-17 17:44:30 +01:00
Jelle Spijker
a6218c3f54
Use cura sentry id and version
...
Contribute to CURA-11482
2023-12-15 18:08:46 +01:00
c.lamboo
a071795f9e
Fix monitor page
...
CURA-11426
2023-12-15 12:43:54 +01:00
saumya.jain
84565b7daa
removal of magic number
...
CURA-7647
2023-12-12 16:53:34 +01:00
saumya.jain
a9aba2df74
maintenence.
...
CURA-7647
2023-12-12 16:06:22 +01:00
saumya.jain
3c0b9a65db
removing commented code
...
CURA-7647
2023-12-12 14:59:41 +01:00
saumya.jain
189a22aa4f
refactoring of code for easier access and avoid hanging issues
...
CURA-7647
2023-12-12 14:56:06 +01:00
Saumya Jain
a19c667106
Update plugins/SimulationView/SimulationViewProxy.py
...
simplified code
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2023-12-11 14:29:33 +01:00
saumya.jain
7711c15dde
removed unnecessary import
...
CURA-7647
2023-12-08 11:43:38 +01:00
saumya.jain
bf2c8b5a08
Simulation time fed to the timer controlling speed
...
simulation time is made 10x faster than the actual time, for better visualisation
CURA-7647
2023-12-08 11:41:16 +01:00
Saumya Jain
88d7d65622
Merge branch 'main' into CURA-7647-play-simulation-time-dependent
2023-12-07 12:59:08 +01:00
Saumya Jain
28f55e05fa
Merge branch 'main' into CURA-7647-play-simulation-time-dependent
2023-12-04 10:52:42 +01:00
Casper Lamboo
1dc350012d
Merge branch 'main' into CURA-11364_add_sentry_engine
2023-11-30 09:29:47 +01:00
Casper Lamboo
c1bd5e2356
Merge branch 'main' into remove-luts
2023-11-29 12:30:15 +01:00
c.lamboo
cf27163934
Update bot
to reference
2023-11-29 12:25:51 +01:00
Jaime van Kessel
593e959dd5
Use cleaner notation for use_sentry env variable
...
CURA-11364
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2023-11-29 10:42:12 +01:00