Jaime van Kessel
feff96288f
Remove stray comma from json
2023-01-20 11:26:00 +01:00
Jaime van Kessel
e8528e6735
Merge branch 'script' of github.com:brunohenriquy/Cura
2023-01-20 11:20:45 +01:00
Victor
51a6afb58f
Apply suggestions from code review
...
Co-authored-by: Casper Lamboo <casperlamboo@gmail.com>
2022-12-19 14:42:19 -03:00
victornpb
337ce4caa1
shortened label
2022-11-19 04:06:26 -03:00
victornpb
4459ecb5d7
Added "enable" checkbox consistent with changeAtZ.py. So you don't have to reconfigure it every time
2022-11-19 03:56:20 -03:00
victornpb
ac16659829
support custom gcode macro before and after filament change
2022-11-19 03:53:53 -03:00
victornpb
1160127409
added UI fields
2022-11-19 03:49:15 -03:00
Joey de l'Arago
ebbefb5439
Merge pull request #13718 from discip/patch-2
...
minor fixes + layer_no instead of height
2022-11-11 11:17:22 +01:00
Remco Burema
997b6f830d
Manually revert part of PR.
...
It shouldn't really be nescesary, but you _can_ put any gcode flavour in relative or absolute, so we should also deal with that in the pause-at-height script.
2022-11-04 09:12:47 +01:00
Remco Burema
b1138e12d9
Merge branch 'main'
2022-11-04 08:47:50 +01:00
discip
d5099111bb
minor fixes + layer_no instead of height
2022-11-03 00:45:42 +01:00
digitalfrost
aed16cf849
PostProcessingPlugin/.../Stretch.py Use enumerate
...
Use enumerate instead of range(len
2022-08-10 10:47:18 +02:00
Jaime van Kessel
0fac778601
Fix postprocessing settings being too dark
...
In dark theme you couldn't really read them.
CURA-9465
2022-07-12 10:06:39 +02:00
Jaime van Kessel
91cd709b46
Properly set background for postprocessing plugin
...
CURA-9402
2022-06-29 10:56:08 +02:00
4DPrinters
98ed17d2df
Update PauseAtHeight.py
...
Corrected typo on line 333
2022-06-09 14:34:28 -05:00
c.lamboo
d5c0fde7f2
Render labels using Text.QtRendering
on OSX
...
Fonts were looking a bit to thick on when using `Text.NativeRendering`, so using `Text.QtRendering` instead. After this the font weight looks identical to figma (as far as I can see).
In this commit I also changed all `Label`'s to `UM.Label`'s and removed default properties where I could.
CURA-9154
2022-05-10 15:40:09 +02:00
c.lamboo
35f5c3f959
Revert "Render labels using Text.QtRendering
on OSX"
...
This reverts commit f0e3c19a34d1fde3b7ec4fd95677fbefa2028b26.
2022-05-10 15:39:02 +02:00
c.lamboo
f0e3c19a34
Render labels using Text.QtRendering
on OSX
...
Fonts were looking a bit to thick on when using `Text.NativeRendering`, so using `Text.QtRendering` instead. After this the font weight looks identical to figma (as far as I can see).
In this commit I also changed all `Label`'s to `UM.Label`'s and removed default properties where I could.
CURA-9154
2022-05-10 15:36:50 +02:00
Bruno Henrique
5c4669316d
Adding option: "Add prefix 'Printing'"
2022-05-07 15:14:05 -03:00
Jaime van Kessel
6b9cc3f1c7
Use the correct function parameters when removing objects in menu
...
It turns out that the order of these functions matters. So when we created a
function with only one param, it would actually give it the index. Removing
with the index didn't work, so the object would still be there. The Qt objects
would already be deleted which caused segfaults
CURA-9222
2022-04-28 17:03:41 +02:00
Aldo Hoeben
2af1d0a514
Reenable script(s) active indicator icon
2022-04-23 10:16:14 +02:00
fieldOfView
b622738ae3
Fix missing icons since move to PyQt6
2022-04-22 22:33:14 +02:00
Remco Burema
0232b4f639
Upgrade SDK version to 8.0.0 for Cura 5.0
2022-04-20 10:57:38 +02:00
Jaime van Kessel
50954552d2
Fix thumbnail creation
...
CURA-9120
2022-04-13 16:53:11 +02:00
c.lamboo
45bc498c7f
Replace RecolorImage
with ColorImage
...
CURA-8640
2022-04-08 15:55:34 +02:00
Jaime van Kessel
af712785c8
No longer inject parameters into function handling in qml
2022-03-31 14:16:57 +02:00
c.lamboo
4f70d34631
wip qt changes
2022-03-30 16:55:56 +02:00
Dragos Circa
c8e33a5188
Update PauseAtHeight.py
...
Enable disarm only if hold steppers is disabled
2022-03-28 13:14:08 +03:00
Dragos Circa
2ef4836802
Update PauseAtHeight.py
...
Change M18 to M84, add beep option and allow newlines in "Additional GCODE" fields
2022-03-28 13:04:24 +03:00
Jelle Spijker
3f8907d02a
Merge branch 'master' into CURA-8640_PyQt6
...
# Conflicts:
# cura/CuraApplication.py
# resources/qml/Preferences/Materials/MaterialsSyncDialog.qml
# resources/qml/Preferences/Materials/MaterialsView.qml
2022-03-24 11:53:44 +01:00
Ghostkeeper
e715017545
Adjust description of Change Retraction for rel. extrusion
...
A patch-up until we have a real solution, as suggested in #11487 .
2022-03-20 19:49:12 +01:00
j.delarago
e1068fb3bc
Replace Text.Align with custom enum alignment
...
CURA-8943
2022-03-04 14:12:11 +01:00
j.delarago
3c7498feed
Move ToolbarButton and ToolTip from Cura into Uranium. This makes it possible to use new styled ToolbarButton in plugins/Tools for the rotate tool.
...
Removed the ContentAlignment enum in ToolTip in favour of using the Text.ContentAlignment enum. For some reason references to this enum fail everywhere when ToolTip is moved into Uranium. There is some evil time-wasting magic cast on this component!
CURA-8943
2022-03-03 15:53:30 +01:00
j.delarago
50ac2eacc4
Fix property binding loop for height which was causing crashes when moving list items quickly up and down the list.
...
CURA-8688
2022-03-02 10:26:09 +01:00
casper
0a214b2c47
Fix dark mode issues Post processing plugin
...
Also revamped the post-processing list a bit.
CURA-8688
2022-02-28 11:41:21 +01:00
j.delarago
7a2b609b32
Left Margin for Listview items was doubled. Remove margin to left align text with "Add a script" button.
...
Swap default buttons for Cura.Primary/Cura.Secondary Buttons
CURA-8688
2022-02-23 15:28:38 +01:00
Ghostkeeper
c7d7dd11d1
Merge branch 'master' into PyQt6_upgrade
...
Conflicts:
cura/PlatformPhysics.py -> Removed shapely on master, while QTimer import got updated to Qt6.
plugins/Toolbox -> Entire folder is deleted in master, but it was updated to Qt6 here. This can all be removed.
2022-02-21 11:52:28 +01:00
Jaime van Kessel
f682f56923
Merge branch 'master' of github.com:Ultimaker/Cura into replace_controls_1_for_controls_2
2022-02-17 15:02:03 +01:00
Ghostkeeper
5fc89b6053
Merge branch 'patch-1' of https://github.com/inigoml/Cura into inigoml-patch-1
2022-02-16 12:46:47 +01:00
j.delarago
1375b1c657
Remove unused QtQuick.Dialogs imports
...
Cura-8687
2022-02-09 14:56:06 +01:00
Ghostkeeper
06bbeff21a
Merge branch 'marketplace_redesign'
2022-02-02 15:39:21 +01:00
Jaime van Kessel
c70c312286
Fix check if spec in postprocessing was None
2022-02-01 13:41:33 +01:00
Ghostkeeper
796779316f
Fix scrolling through post-processing scripts list
...
It turns out this has been broken for a while. I don't think anyone adds that many scripts that they'd need to scroll this, but if they want to they can now.
Contributes to issue CURA-8686.
2022-01-19 17:33:10 +01:00
Ghostkeeper
ca3f29daf7
Use ListView for settings list in post-processing scripts
...
With the customised scroll bar.
Contributes to issue CURA-8686.
2022-01-18 15:14:29 +01:00
Jaime van Kessel
f11d728c6b
Merge branch 'master' of github.com:Ultimaker/Cura into replace_controls_1_for_controls_2
2022-01-03 15:32:58 +01:00
Jaime van Kessel
7692a6db78
Merge pull request #11165 from Ultimaker/8658_Implement_Notifications_for_the_new_marketplace
...
8658 implement notifications for the new marketplace
2022-01-03 10:18:20 +01:00
Jaime van Kessel
c92fcc8e03
Simplify the notifaction icon logic
...
CURA-8658
2022-01-03 10:14:22 +01:00
Remco Burema
abe7c1bf7f
Search/replace Qt5->Qt6.
...
part of upgrading Qt to v6.2: CURA-8591
2021-12-28 14:46:02 +01:00
Ghostkeeper
f97f7ca6af
Port relative mode handling to Repetier flavour too
...
As requested in #9518 .
2021-12-24 16:18:13 +01:00
Iñigo Martinez Lasala
e5e774cd33
Update DisplayProgressOnLCD.py
...
Support for Octoprint via M118 A1 P1 action:notification command when using BTREETECH TFT
- ETA
- % advance
2021-11-30 19:07:35 +01:00