mothnox
23a93d674b
Change Ender 5 Plus end gcode to prevent BLTouch from colliding with frame on printer restart
2021-09-27 14:42:12 -05:00
Jaime van Kessel
f3e2e7f6ac
Merge branch 'filament-change-marlin-unload-fix' of git://github.com/barnybug/Cura
2021-09-27 14:43:07 +02:00
Jaime van Kessel
e88ac49fd6
Add global & extruder stack to ignore list for name filters
...
This prevents the weird spam about "global_stack" not being a plugin ID
2021-09-27 13:41:53 +02:00
Jaime van Kessel
4f3b3a3c4a
Update setting_version of eryone profile
...
CURA-8510
2021-09-27 10:21:04 +02:00
Jaime van Kessel
20b76c12a7
Merge branch 'master' of github.com:Ultimaker/Cura into CURA-8510_version_upgrade
2021-09-27 10:20:50 +02:00
Ghostkeeper
ef568ce622
Only get quality-changes fields for quality-changes profiles
...
And make the upgrade more robust against weird input, too.
Contributes to issue CURA-8510.
2021-09-24 16:32:38 +02:00
Jaime van Kessel
fa3f3efbec
Merge pull request #10289 from fieldOfView/feature_material_type_name_patterns
...
Add {material_type}, {material_name}, {material_id} and {material_brand} as replacement patterns
CURA-8598
2021-09-24 16:17:12 +02:00
Hellbot Development Team
f2ed6d9054
Update Definitions and Extruders of Magna 2 230/300 dual
...
Add start and end gcode for correct change of extruders
CURA-8597
#10298
2021-09-24 16:08:39 +02:00
Eryone
c6c325facb
Update the thinker printer profile ( #10431 )
...
* Adding Eryone Thinker profile to Cura
- adding printer definition
- adding extruder definition
- adding image plate
- adding platform object
- adding quality profiles
* Minor update eryone_thinker.def.json
Fix initial fan speed
* Improve model textures and draw order
Fixed draw order of model by seperating the mesh into parts and ordering them before export. Add more colors to the texture to allow for more distictant parts.
* Reduced mesh size by remodeling the bed height adjustment wheels.
* Updated Eryone Thinker name to include Series in the name
* Update eryone_thinker.def.json
* Improve End GCode
Ensure we disable bed temp and turn off all fans.
Move the nozzle up by 0.5mm and retract to remove wipe on model top layer.
* Minor fixes to start and end gcode
* Eryone Thinker Profile improvements.
Adding Extra Fast profile.
Added acceleration speed for Fast.
Minor updates to definition for default material to be Eryone PLA and some other setting to work better with profiles.
* Delete eryone_thinker.def.json
* Create eryone_thinker.def.json
* Updating Eryone Thinker Definition
Added changes again due to for reconcile stomping the original
* Update eryone_thinker_fast.inst.cfg
Update the layer_height to 0.25mm
Co-authored-by: Demetrius Apostolopoulos <75643490+dapostol73@users.noreply.github.com>
2021-09-24 15:03:51 +02:00
Ghostkeeper
413913a5a8
Modernise logging
...
Hopefully this prevents issues like Sentry issue CURA-2WB.
2021-09-24 15:00:03 +02:00
Ghostkeeper
026c4062ce
Add logging for when the user encounters errors in setting values
...
We want to be able to see this from the log file, to help debug issues.
Done to help with cases like #10475 .
2021-09-24 14:08:55 +02:00
Ghostkeeper
0bcd5eba48
Add print_temperature to print temperature settings
...
This way it is recognised as a command to set the printing temperature, and will prevent Cura from putting its own temperature commands in.
Fixes issue reported here: https://www.reddit.com/r/Cura/comments/pu98kc/stop_initial_hotend_heatup/
2021-09-24 13:09:37 +02:00
Konstantinos Karmas
a08a5625d2
Update setting_version of newest resources to 19
...
These resources still had 17 as they were merged in master.
CURA-8510
2021-09-23 17:02:16 +02:00
Konstantinos Karmas
ad6a8d828e
Merge branch 'master' into CURA-8510_version_upgrade
2021-09-23 17:01:00 +02:00
Konstantinos Karmas
b322edfa53
Update the flsun quality_changes profiles during version upgrade
...
So that they are also mapped from the global qualities to the flsun_sr-specific ones. This way they will be able to still be used in the newer Cura versions.
CURA-8510
2021-09-23 16:21:46 +02:00
Ghostkeeper
43f1df1723
Show error when failing to save archive
...
It could be that you don't have permission to save the archive. Instead of crashing Cura, show an error to the user.
Fixes Sentry issue CURA-2VS.
2021-09-23 15:44:28 +02:00
Konstantinos Karmas
5266cbb950
Initiate an account sync immediately after pressing "Add cloud printer"
...
It was a bit weird that the sync didn't happen immediately and you had to wait for 30seconds until the printer appeared.
2021-09-23 12:53:57 +02:00
Remco Burema
985bcd6622
Merge pull request #10491 from Ultimaker/CURA-8421_Introduce_app_switcher
...
CURA-8421: Introduce app switcher
2021-09-22 15:50:04 +02:00
Ghostkeeper
c4f8ce15d6
Merge branch 'CURA-8422_style_tooltips' into CURA-8421_Introduce_app_switcher
2021-09-22 15:31:17 +02:00
Ghostkeeper
b020f8efd4
Also update version number of Digital Library in bundled versions
...
Otherwise we still get an update notification when starting from factory defaults. The plug-in's real version is 1.1.0 now.
2021-09-22 15:28:53 +02:00
Ghostkeeper
426e3064d2
Don't crash when material file can't be opened for sending to printer
...
It seems that due to the threaded nature, the limit to the number of open file handlers could be reached here. Or it could just be locked or something of course.
Fixes Sentry issue CURA-2V2.
2021-09-22 14:59:27 +02:00
Jaime van Kessel
0656e11afa
Fix styling of application button
...
Fixes previous mistake that I made while simplifying the QML
CURA-8421
2021-09-22 13:53:49 +02:00
Jaime van Kessel
7d46e0a96c
Fix styling of application button
...
Fixes previous mistake that I made while simplifying the QML
CURA-8421
2021-09-22 13:52:54 +02:00
Jaime van Kessel
e39675e447
Use styled tooltip
...
CURA-8422
2021-09-22 13:44:45 +02:00
Jaime van Kessel
9b3103e624
Fix typo in changelog
...
Found it when making the same typo in search.
2021-09-22 13:00:45 +02:00
Jaime van Kessel
5a8396651e
Update the copy of the tooltips
...
CURA-8422
2021-09-22 12:59:43 +02:00
Jaime van Kessel
aa905a80fe
Add animations to hover effect
...
CURA-8421
2021-09-22 09:48:27 +02:00
Jaime van Kessel
90bfdce3bb
Further simplify the qml of applicationSwitcherPopup
...
CURA-8421
2021-09-22 09:45:53 +02:00
Jaime van Kessel
0c9ef1e647
Move ApplicationSwitcherPopup to it's own file
...
CURA-8421
2021-09-22 09:43:49 +02:00
Jaime van Kessel
fd0804646a
Simplify the QML of application switcher
...
CURA-8421
2021-09-22 09:40:32 +02:00
Jaime van Kessel
9bf5d85be1
Add animation to hover effect
...
CURA-8421
2021-09-22 09:36:47 +02:00
Jaime van Kessel
f55e3363d0
Remove unneeded property change
...
CURA-8421
2021-09-22 09:35:09 +02:00
Jaime van Kessel
dc181a3426
Simplify QML of application button
...
CURA-8421
2021-09-22 09:33:13 +02:00
Jaime van Kessel
e0b38f2782
Add animation to hover effect
...
CURA-8421
2021-09-22 09:29:47 +02:00
Konstantinos Karmas
96436fbedd
Remove unnecessary anchor
...
Fixes review comment https://github.com/Ultimaker/Cura/pull/10491#discussion_r713124155 .
CURA-8421
2021-09-21 17:36:04 +02:00
Konstantinos Karmas
c73f815b69
Use anchors instead of setting the width
...
Fixes review comment https://github.com/Ultimaker/Cura/pull/10491#discussion_r713119985 .
CURA-8421
2021-09-21 17:32:06 +02:00
Konstantinos Karmas
2f75e299f5
Set the width in the parent item
...
Fixes review comment https://github.com/Ultimaker/Cura/pull/10491#discussion_r713127038 .
CURA-8421
2021-09-21 17:31:37 +02:00
Konstantinos Karmas
a3d04bc752
Use the correct color for the label
...
CURA-8421
2021-09-21 16:16:14 +02:00
HOELLII
0626eccb92
Add Profile for Creality Ender 6 ( #10437 )
...
CURA-8582
2021-09-21 15:58:29 +02:00
Konstantinos Karmas
ed0fc26051
Fix unthemed label
...
Since in dark mode it stays black and it disappears in the background.
CURA-8421
2021-09-21 15:51:01 +02:00
Jaime van Kessel
1aadb1bade
Merge pull request #10492 from Ultimaker/CURA-8422_add_platform_links
...
Add links to Ultimaker website applications
2021-09-21 15:45:37 +02:00
Konstantinos Karmas
c91509418e
Make all the top right buttons uniform
...
Instead of inverting the fill and the text color in those buttons when hovering on those buttons, they will now show a light background fill when hovered.
CURA-8421
2021-09-21 15:36:31 +02:00
Konstantinos Karmas
ab77efd9c4
Move the popup so that the arrow isn't drawn exactly on the corner
...
CURA-8421
2021-09-21 15:07:04 +02:00
Konstantinos Karmas
e2d19668e4
Change the hover colors of the AppSwitcher button
...
So that they are more subtle.
CURA-8421
2021-09-21 15:00:25 +02:00
Ghostkeeper
9ab41c062b
Handle encoding errors in back-up zips
...
Seems to happen when there's files in there with badly-encoded characters in the file names.
Fixes Sentry issue CURA-2S7.
2021-09-21 14:20:59 +02:00
Ghostkeeper
58f4d44694
Don't crash when switching to printer with fewer extruders
...
This seems to have happened with an UM2+C.
Fixes Sentry issue CURA-2R5.
2021-09-21 13:40:40 +02:00
Ghostkeeper
df7ddd305c
Add tracking tags to Ultimaker website links
...
Contributes to issue CURA-8422.
2021-09-21 13:17:08 +02:00
Konstantinos Karmas
cd505d575d
Merge branch 'CURA-8421_Introduce_app_switcher' into CURA-8422_add_platform_links
2021-09-21 11:35:02 +02:00
Konstantinos Karmas
6df9f9f72c
Remove debugging code
...
So that all platform links have the link icon indicator in the bottom right corner.
CURA-8421
2021-09-21 11:32:38 +02:00
Konstantinos Karmas
ee564782b5
Remove comment
...
CURA-8421
2021-09-21 11:06:45 +02:00