Erwan MATHIEU
ae2a189c14
Replace "cloudActive" property by generic "active"
...
CURA-12557
2025-06-30 09:53:54 +02:00
HellAholic
9cf75648ab
Review comment
...
conan-package / conan-package (push) Has been cancelled
unit-test / Run unit tests (push) Has been cancelled
- Set default to `""` for `Optional[str]` to remove the `or ""`
-The FW version can be returned as None which requires the fallback `or ""`
2025-06-25 13:54:56 +02:00
HellAholic
6a230b3df5
ClusterPrinterStatus: optional init args
...
Prevents a cura crash if any of the args are not returned from api call
2025-06-24 14:03:07 +02:00
Erwan MATHIEU
2e9999ed2d
Display the printer activation status
...
CURA-12557
2025-06-11 13:51:45 +02:00
Erwan MATHIEU
65b0e4f080
Add specific message when sending a print to an inactive printer
...
CURA-12557
2025-06-11 10:51:47 +02:00
HellAholic
05d1738fa8
Fix image mode of the F4
...
Restore transparency
2025-05-28 17:19:45 +02:00
HellAholic
da32232158
Resize images uniformly
...
All images now have a width of 300px as a constant factor. This is still more than twice the width that will display on the Monitor Tab.
Render quality on the user's screen remains the same.
2025-05-28 17:09:49 +02:00
MariMakes
240abc0929
Updates for 5.10.1`
...
Updates Changelog and introduces pictures for the monitor page for the newer printers
2025-05-28 15:30:24 +02:00
Erwan MATHIEU
01fd82e8e5
Merge branch 'main' into fix_qml_py_re
2025-02-11 13:19:50 +01:00
Frederic98
0917f10105
Fix cloud connection for Sketch Sprint and Large
2024-12-19 11:43:29 +01:00
David Fries
6e3e3e6742
Use raw strings for regular expressions with invalid escape sequences
...
If "T(\d*)" was "T(\n*)" it would search for newlines. There isn't
any such \d escape character.
It should be "T(\\d*)" or r"T(\d*)" going with the latter, to be
easier to read and be consistent with other Cura usage.
Start python with -Wd or for python 3.12 will raise a SyntaxWarning.
2024-08-31 12:11:59 -05:00
Remco Burema
77e0d705db
The easy way to fix a slow response is to up the timeout.
...
This might on one hand have (other) consequences, and given the slowness we encounter not even be enough in some cases (may be related to the size of the messages?) May need to be fixed on server side.
attempt to adress CURA-11956
2024-08-07 18:04:18 +02:00
Saumya Jain
f7f56e8766
Add sketch to cloud
...
CURA-11777
2024-05-06 13:32:52 +02:00
HellAholic
ea55d2190c
Create Ultimaker Factor 4.png
2024-04-23 15:59:18 +02:00
Paul Kuiper
87c15b0d35
Updating name translation tables for Factor 4.
...
PP-470
2024-04-22 10:55:01 +02:00
Frederic Meeuwissen
f665281a6a
Only load machine_id_to_name.json when it's needed for the first time
2024-03-27 11:19:59 +01:00
Frederic Meeuwissen
484cc6d42f
Clean up CloudApiClient.py
2024-03-27 11:19:48 +01:00
Frederic Meeuwissen
8012df6518
Convert str.format to f-string
2024-03-27 11:19:36 +01:00
Frederic Meeuwissen
1bc8b90b56
Move definition ID to cloud name map to json file
2024-03-27 11:19:22 +01:00
Erwan MATHIEU
fa2257aaa3
Add fallback for uuid retrieval from DF
...
CURA-11655
2024-03-07 16:48:47 +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
c.lamboo
a071795f9e
Fix monitor page
...
CURA-11426
2023-12-15 12:43:54 +01:00
c.lamboo
0225f92ae0
Fix local cloud printing for um printers
...
CURA-11390
2023-11-27 13:47:08 +01:00
c.lamboo
e66a3cda67
Only extend file formats for um3
...
This was a mistake in the previous implementation. The relevant piece of code was adding ufp support for um3 printers. This is legacy support for this printer since the printer didn't know it supported ufp, but through the digital factory it could support ufp files. However, with the addition of method printers we should have added an additional check where we also check if the printer is an um3. Instead an additional check was added that did the same for makerbot printers. Because of this check didn't have a "is method" check support for makerbot format is also added to s-line printers and legacy um printers.
(fyi @saumyaj3)
CURA-11377
2023-11-24 15:40:11 +01:00
c.lamboo
31976e591f
All method printers are cloud connected
...
CURA-11377
2023-11-24 15:35:31 +01:00
saumya.jain
ce132e4c3f
Function name changed to make it a bit generic
...
CURA-11138
2023-10-31 11:48:44 +01:00
saumya.jain
39ec9c9279
printertype Parsing function made static
...
CURA-11138
2023-10-30 14:31:17 +01:00
saumya.jain
c2e2511fdc
Makerbot machine firmware version set to min of 2.700
...
CURA-11138
2023-10-30 13:51:56 +01:00
saumya.jain
1cc7ce7a66
Message to show user when cloud printer is not available
...
-added png for makerbots for exception case
CURA-11138
CURA-11138
2023-10-27 17:08:05 +02:00
saumya.jain
3dd4ef7dda
printer firmware version is major and minor in case of makerbot
...
CURA-11138
2023-10-27 11:41:06 +02:00
saumya.jain
37e236405a
fix for functions
...
CURA-11138
2023-10-27 09:30:06 +02:00
saumya.jain
cf78ae0dca
Method printers method, methodx, methodxl read from cloud
...
CURA-11138
2023-10-26 16:17:03 +02:00
c.lamboo
0e1262126a
Fix memory leak issues in minitor page
...
Issue was that QT (incorrectly?) asserted that there was a binding loop between width and height in the `NetworkMJPGImage` component. This caused the height to evalualte to `infinity`, making QT create a buffer with an infinite amount of memory. Solved by calculating a serpeate `img_scale_factor` which both the width and height uses.
CURA-11180
2023-10-19 11:53:41 +02:00
Jaime van Kessel
e899b9987c
Merge branch 'PP-245-high-speed-profiles' of github.com:Ultimaker/Cura into CURA-10953_introduce_any_color_material
2023-09-07 15:03:27 +02:00
Jaime van Kessel
fd887a877a
Don't sync invisible materials
...
CURA-10953
2023-09-07 13:48:36 +02:00
c.lamboo
1f6c096bf7
Don't omit printers in printer list
...
Since the message is now scrollable we can do this :)
2023-08-22 16:42:34 +02:00
Jaime van Kessel
48965b75df
Fix URL of local printer interface pointing to non existing page
...
The URL was removed, so we now point to a page that does work
2023-05-01 13:07:32 +02:00
Jaime van Kessel
b5b6f8197b
Fix the writeStarted emit
...
When printing via abstract printer, this signal was not correctly emitted
causing the postprocessing script to fail
CURA-10524
2023-04-17 12:47:54 +02:00
jspijker
4999f0ff76
Capitalized M
...
Contribute to CURA-10208
2023-03-06 13:49:17 +01:00
jspijker
ebc50d65f1
Various small fixes
...
Contribute to CURA-10208
2023-03-06 12:31:39 +01:00
jspijker
d0c7a48b47
Add S7 image to Network Plugin
2023-01-24 17:26:50 +01:00
Joey de l'Arago
55531ab04b
Remove old references to buildplate.
...
CURA-6867
2023-01-10 10:31:08 +01:00
Casper Lamboo
e558752ed0
Merge pull request #13972 from Ultimaker/CURA-9793_extend_recommended_print_settings
...
[CURA-9793] Extend recommended print settings
2022-12-12 14:38:46 +01:00
c.lamboo
ca290a32fb
Display "move to top" button in monitor page
...
CURA-9940
2022-12-09 14:05:03 +01:00
Joey de l'Arago
f034c115be
Rename slider theme items
...
CURA-9793
2022-12-05 15:11:48 +01:00
c.lamboo
b22fafadbe
Don't capitalise "M" in "Ultimaker Digital Library" and "Ultimaker Digital Factory"
...
because these are brand names.
CURA-9793
2022-11-29 15:26:51 +01:00
jspijker
f76f711790
Update mentions to UltiMaker
...
Contributes to CURA-9808
2022-11-28 14:11:21 +01:00
jspijker
61623720ca
Update copyright using UltiMaker
...
Contributes to CURA-9808
2022-11-28 10:48:38 +01:00
jspijker
696c0f8547
Update company name to UltiMaker
...
Contributes to CURA-9808
2022-11-28 09:05:21 +01:00
MariskaMaas
d0ddb5fafe
[CURA-9688] Fix View Printers in Digital Factory
...
Send the user to the welcome page instead of the printjobs page to get a more comprehensive overview coming from the monitor page.
2022-10-03 14:37:41 +02:00