GregValiant
e63243bca8
Update DisplayInfoOnLCD.py
...
It turns out that some firmware doesn't like colons within M118 commands.
2025-06-07 09:09:59 -04:00
GregValiant
6152306217
Update DisplayInfoOnLCD.py
...
Made some changes to the print stats that are added to the gcode.
Update DisplayInfoOnLCD.py
2025-05-22 12:20:44 -04:00
GregValiant
bf8d31aa51
Update DisplayInfoOnLCD.py
...
Add the 'Quality Name' to the gcode with the other settings.
Update DisplayInfoOnLCD.py
Touchups.
Update DisplayInfoOnLCD.py
Minor change
2025-04-15 19:29:52 -04:00
GregValiant
1b518b8c92
Update DisplayInfoOnLCD.py
...
Changes to the print statistics entered into the gcode.
2025-04-12 14:13:53 -04:00
GregValiant
e1246beb67
Update DisplayInfoOnLCD.py
...
Minor changes to the statistics added to the beginning of the gcode.
2025-04-12 14:11:09 -04:00
GregValiant
f0d198507a
Update DisplayInfoOnLCD.py
...
Requested changes
2025-03-23 07:30:23 -04:00
GregValiant
ee5c37bd80
Update DisplayInfoOnLCD.py
...
Fixed the m118_str/m118_text confusion.
2025-03-23 07:09:04 -04:00
GregValiant
416b159a7e
Update DisplayInfoOnLCD.py
...
Added the "time to pause" to the user message.
Update DisplayInfoOnLCD.py
update
2025-03-22 23:32:06 -04:00
GregValiant
017a05fff7
Update DisplayInfoOnLCD.py
...
Changed the fialment type 'get' from:
'getProperty'
to
'material.getMetaDataEntry'
2025-02-02 08:02:59 -05:00
GregValiant
0284771430
Update DisplayInfoOnLCD.py
...
Split functions from Execute.
Added function "Add Settings" so it also works with the "filename_layer" option.
2025-01-11 10:12:42 -05:00
GregValiant
a8849f7081
Update DisplayInfoOnLCD.py
...
Added a condition so the pause_cmd setting box is hidden unless the 'display_option' == "display_progress".
2025-01-10 17:26:43 -05:00
GregValiant
043afdb6ed
Update DisplayInfoOnLCD.py
...
Update. Remove vestigial line of code at line 530.
2025-01-10 09:01:44 -05:00
GregValiant
984c19decc
Update DisplayInfoOnLCD.py
...
Bug fix.
2025-01-08 23:01:19 -05:00
GregValiant
da0b99cb82
Update DisplayInfoOnLCD.py
...
Added "global_stack" variable.
2025-01-08 07:46:42 -05:00
GregValiant
e7a1bf89ec
Update DisplayInfoOnLCD.py
...
Revised the M118 lines and insertion point in the gcode.
Revised M117 same.
Added nozzle size and filament type to data[0]
2024-12-30 16:35:02 -05:00
GregValiant
8da792af35
Merge branch 'main' into DisplayInfoOnLCD
2024-04-07 09:08:30 -04:00
GregValiant
9fe36482f7
Delete DisplayInfoOnLCD.zip
...
Should not have been included.
2024-04-07 09:03:46 -04:00
GregValiant
da0fe19c96
Update DisplayInfoOnLCD.py
...
Bug fix for "remaining_time".
Affected M118 and M73_time
Update DisplayInfoOnLCD.py
Add options for Time-to-pause to include Filament Change.
Update DisplayInfoOnLCD.py
Make M117 optional.
Combine M73 R and M73 P lines into a single line.
Add A and P parameters for M118 lines.
Update DisplayInfoOnLCD
A TouchUp.
Update DisplayInfoOnLCD.py
TouchUp
Update DisplayInfoOnLCD.py
TuneUp
2024-04-03 11:30:58 -04:00
Saumya Jain
532dc0825b
Values now shown while saving UCP
...
For all the values even numericals were passed through the translations. so nothing came out for numbers. Now we filter it for enums and then translate it.
CURA-11801
2024-04-02 13:54:08 +02:00
c.lamboo
16ce5c8b6f
Merge remote-tracking branch 'origin/5.7' into 5.7
2024-03-29 16:23:50 +01:00
c.lamboo
600f5cdaf6
Fix opening empty ucp files
...
CURA-11703
2024-03-29 16:23:38 +01:00
HellAholic
6d5966472c
Merge pull request #18754 from Ultimaker/CURA-11783-enum-instead-of-text-value
...
Cura 11783 enum instead of text value
2024-03-29 15:26:51 +01:00
c.lamboo
5301233322
Fix label in save ucp
...
CURA-11783
2024-03-29 14:13:06 +01:00
c.lamboo
0d01f7523e
Also translate label
...
CURA-11783
2024-03-29 13:04:56 +01:00
c.lamboo
b2fea2c1b5
Point to correct catalog
...
CURA-11783
2024-03-29 12:52:31 +01:00
c.lamboo
b2c0767165
Add translations to enum values
...
CURA-11783
2024-03-29 11:52:09 +01:00
HellAholic
29c3c2f098
Merge pull request #18756 from Ultimaker/CURA-11703_fix_ucp_jump_coords
...
[CURA-11703] Reset entire scene around center for UCP.
2024-03-29 11:36:45 +01:00
Casper Lamboo
4c9b74edff
Remove unintuitive comment
2024-03-29 10:38:27 +01:00
Remco Burema
0d585f367f
Reset entire scene around center for UCP.
...
Since we can't rely on the build-volume --because we can't know on which printer we open-- the safest bet (and the thing alowed by 3mf if I recall) is to just center the entire scene on the buildplate for Universal Cura Project files.
CURA-11703
2024-03-28 23:51:35 +01:00
Saumya Jain
cf61a78fbf
Added enumname while reading ucp
...
Added a connection in WorkspaceDialog.qml to call function whenever the 'exportedSettingModel' changes. This ensures that any changes in the model will now be reflected in the UI table. Furthermore, an added adjustment in SpecificSettingsModel.py now correctly handles the enum type settings, retrieving the correct value from the options list.
CURA-11783
2024-03-28 17:16:42 +01:00
Remco Burema
93861073d3
Fix another open-file resulting in a crash.
...
If the materials doesn't have the right key in it, just continue. It should be somewhere after all.
part of CURA-11772
2024-03-28 17:00:57 +01:00
Remco Burema
e85e50cce4
Merge remote-tracking branch 'origin/5.7' into CURA-11772_fix_crash_on_open
2024-03-28 14:58:13 +01:00
Saumya Jain
b34865e9c8
Changed setting value to enum value while saving ucp
...
CURA-11783
2024-03-28 11:54:54 +01:00
HellAholic
2435a5665f
Merge pull request #18734 from Ultimaker/CURA-11781-align-learn-more-button-in-ucp
...
learn more button alligned in UCP
2024-03-28 10:36:35 +01:00
HellAholic
2ce731fb83
Merge pull request #18737 from Ultimaker/CURA-11723-dont-show-anti-mesh-settings
...
Add visibility control for settings in 3MFWriter plugin
2024-03-28 10:18:43 +01:00
Saumya Jain
55d4cd44c4
Aligning the title horizontally
...
CURA-11781
2024-03-28 09:51:06 +01: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
Saumya Jain
f4c15c47ce
Update plugins/3MFWriter/SettingsExportGroup.py
...
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2024-03-27 11:18:02 +01:00
Saumya Jain
646d4e5f85
Update plugins/3MFWriter/SettingsExportModel.py
...
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2024-03-27 11:17:46 +01:00
Saumya Jain
6ddd96f914
Add visibility control for settings in 3MFWriter plugin
...
Introduced a new property 'show_in_menu' to control the visibility of individual settings in 3MFWriter plugin. Modified 'SettingExport' class constructor to store this visibility status. Also, updated the 'SettingsExportGroup' model to filter the settings based on visibility before presenting them in the GUI.
CURA-11723
2024-03-26 20:37:43 +01:00
Saumya Jain
dc34fbc047
learn more button alligned in UCP
...
CURA-11781
2024-03-26 16:35:59 +01:00
Remco Burema
bc5532dab3
Prevent crash if the variants only have an 'empty' entry.
...
Just get the one you'd get if no variant was asked (like in the other branch of the if) then.
CURA-11772
2024-03-26 14:01:35 +01:00
Saumya Jain
d3b1294e8b
Added UCP as prefix in name while saving a UCP
...
CURA-11762
2024-03-22 10:18:50 +01:00
HellAholic
460dbb5816
Merge pull request #18669 from Ultimaker/CURA-11758-Crash-on-front-end-on-playing-the-preview-simulation
...
Fix crash in similation view
Validated on the build from the branch.
Issue is resolved.
2024-03-20 15:06:14 +01:00
c.lamboo
35d3ff2b5c
Only emit model once when all items have been added
...
CURA-11720
2024-03-20 13:35:24 +01:00
c.lamboo
9662aefa37
Revert "Update model data handling in 3MFReader plugin"
...
This reverts commit 4da17d643d .
2024-03-20 13:34:41 +01:00
c.lamboo
1046b24ee5
Fix crash in similation view
...
CURA-11758
2024-03-20 11:14:16 +01:00