Commit graph

30361 commits

Author SHA1 Message Date
Rijk van Manen
e742a6afa8 set raft margin to default of 15mm
The raft margin is not a critical setting and for most profiles it resolves to 15mm currently, which is the default in fdmprinter. PP-243
2022-09-13 09:33:39 +02:00
jedwards
6950b9d332 Fix the Vivendio T-Rex meshes by using a single mesh for the T-Rex 2 and 3 (they are virtually the same dimensions anyways). Fix some of the mesh issues caused by the previous optimization and reduce the overall size. 2022-09-12 15:09:20 -07:00
Jelle Spijker
d31cc5baf0
fix channel_metadata not defined 2022-09-12 18:32:09 +02:00
c.lamboo
92b371cd50 More agressivly check online printers
CURA-9278
2022-09-12 17:34:44 +02:00
c.lamboo
99136fd209 Fix bug in displaying extruders
CURA-9278
2022-09-12 17:24:55 +02:00
c.lamboo
8d9e9a9dbf Use modern python typing
CURA-9278
2022-09-12 17:04:40 +02:00
Casper Lamboo
96bc5ed602
Simplify string notation
CURA-9278
2022-09-12 14:20:28 +02:00
Casper Lamboo
e3fc73f17d
Simplify if notation
CURA-9278
2022-09-12 14:20:06 +02:00
Casper Lamboo
0f36f83373
Simplify list notation
CURA-9278
2022-09-12 14:19:08 +02:00
c.lamboo
f6442d1950 Only display buildplate for glass buildplates
CURA-9622
2022-09-12 14:03:15 +02:00
Jaime van Kessel
093fa44f9c
Merge pull request #13244 from Ultimaker/PP-239-cleanup-jerk-settings
cleanup jerk settings
2022-09-12 10:37:16 +02:00
j.spijker@ultimaker.com
2244b50c6e fix latest branch version prerelease 2022-09-12 09:09:14 +02:00
Jelle Spijker
6d8ac37766
fixed typo 2022-09-12 09:03:21 +02:00
jelle Spijker
6f0627ea48 Fix versioning scheme name used by embedded team 2022-09-12 08:58:46 +02:00
c.lamboo
880724d2e4 Add material information to ufp output
CURA-9224
2022-09-10 09:47:31 +02:00
Remco Burema
b7611da95e Connect buttons for selected printers: Print and refresh.
part of CURA-9278
2022-09-09 15:14:29 +02:00
Remco Burema
2b1909b7b5 Don't show machines with only incompatible configurations.
part of CURA-9278
2022-09-09 13:17:41 +02:00
Remco Burema
6adf05bbf0 Complete interface for selecting cloud printer.
CURA-9278
2022-09-09 11:05:05 +02:00
Rijk van Manen
e64a48bc86 cleanup jerk settings
Variants: jerk_print = 25 for 0.8 cores
Intent: jerk_print = 30 for Draft/Engineering
PP-239
2022-09-08 16:28:36 +02:00
Jaime van Kessel
ba9d0f24a2
Merge pull request #13238 from Ultimaker/PP-29_Enable_zigzag_patterns
PP-29 use zigzag as top/bottom pattern
2022-09-08 15:31:25 +02:00
Jaime van Kessel
bdcbaeb65c
Merge pull request #11690 from jimduchek/usbprint_exception_fix
USBPrinterOutputDevice.py: Convert estimated time to int
2022-09-08 14:23:07 +02:00
Jaime van Kessel
38496da592
Merge branch 'master' of github.com:jianshu-du/Cura 2022-09-08 14:21:44 +02:00
Jaime van Kessel
be9d480af4
Reduce filesize for vzbot 2022-09-08 13:49:54 +02:00
Christian Kvasny
018952a921
VzBot (#13181)
* Add VzBot printer

* remove exclude_materials

* Update vzbot_base.def.json

remove Unnecessary default_values

* rename duplicate profile ids

* Adjusted speed for TPU. Retract switched off

* update start/end gcode

* set retraction_amount to 0.65

* update gantry_height

* add custom overrides
2022-09-08 13:49:32 +02:00
Remco Burema
d955a05d55 Merge remote-tracking branch 'origin/main' into CURA-9278_choose_printer_dialog 2022-09-08 13:37:02 +02:00
Remco Burema
04cd76cb3b Get extruder configs to frontend.
When choosing the printer, all possible (single) extruder configs need to be shown for that printer.

CURA-9278
2022-09-08 13:36:42 +02:00
Jaime van Kessel
e2cef9b5b3
Merge branch 'main' of github.com:Ultimaker/Cura 2022-09-08 13:16:14 +02:00
Jaime van Kessel
178b615c15
Re-add pytest.ini
This was removed on accident
2022-09-08 13:15:37 +02:00
Jaime van Kessel
54b85a995b
Merge pull request #13239 from Ultimaker/PP-242-cleanup-retract_at_layer_change
these settings are already default
2022-09-08 13:04:37 +02:00
Jaime van Kessel
c1b13c4eb5
Merge branch 'main' of github.com:Ultimaker/Cura 2022-09-08 13:01:19 +02:00
Jaime van Kessel
242f8264da
Merge pull request #11573 from fieldOfView/feature_tray_icon_preference
Add a preference to make tray icon optional
2022-09-08 13:01:04 +02:00
Jelle Spijker
01e3823d4d Bump minor version on main 2022-09-07 17:09:59 +02:00
Rijk van Manen
25ef399595 these settings are already default
PP-242
2022-09-07 16:55:18 +02:00
Rijk van Manen
955a7be51d Merge branch 'main' into PP-29_Enable_zigzag_patterns 2022-09-07 16:45:30 +02:00
Rijk van Manen
b2be149ebb this is already default
By default the roofing pattern is the top_bottom pattern, which is set to zigzag in this PR. PP-29
2022-09-07 16:33:41 +02:00
Jaime van Kessel
261302462f
Remove duplicate default value from profile 2022-09-07 16:21:36 +02:00
Jaime van Kessel
aaadff28e4
Merge pull request #13211 from Ultimaker/PP-232_Disable_monotonic_ordering
Only enable monotonic ordering for the roof layer
2022-09-07 16:21:06 +02:00
Jaime van Kessel
a51b3add80
Merge branch 'PP-202_autogenerate_intent_profiles' of github.com:Ultimaker/Cura 2022-09-07 16:12:28 +02:00
Jelle Spijker
777993a521
Merge pull request #13185 from Ultimaker/CURA-9483_clean_up_CICD
[CURA-9483] Remove unused files
2022-09-07 15:51:27 +02:00
Jelle Spijker
9645f66df7 Removed Appdata and desktop config
No longer used since our current files reside
reside in the packaging folder

Contribute to CURA-9482
2022-09-07 15:51:08 +02:00
Jelle Spijker
55dfe5a380 Merge branch 'main' into CURA-9483_clean_up_CICD 2022-09-07 15:46:40 +02:00
Jaime van Kessel
094d176c45
Fix LayerPolygon 2022-09-07 15:32:51 +02:00
Jelle Spijker
6aa68ddb33 Improved readability of changelog 2022-09-07 11:05:39 +02:00
Jelle Spijker
b69eb0180e Use conf to obtain configuration
Contributes to CURA-8831
2022-09-07 10:34:04 +02:00
Jaime van Kessel
a8f0e330ad
Fix logspam in layerpolygon 2022-09-07 09:55:19 +02:00
Jaime van Kessel
b446730d9b
Merge branch 'main' of github.com:Ultimaker/Cura 2022-09-07 09:54:07 +02:00
Jaime van Kessel
0fcbcf6a5f
Fix crash on layer polygon 2022-09-07 09:52:57 +02:00
jelle Spijker
25aabfb031 Allow specifying version with conan conf
By setting the `user.cura:version` in the
configuration of Conan that version string
is used preferred over the actual version

This should be usefully for releases

Contributes to CURA-8831
2022-09-07 07:49:38 +02:00
jelle Spijker
770307d53a Allow specifying version with conan conf
By setting the `user.cura:version` in the
configuration of Conan that version string
is used preferred over the actual version

This should be usefully for releases

Contributes to CURA-8831
2022-09-07 07:49:21 +02:00
Remco Burema
5866560540 Merge remote-tracking branch 'origin/main' into CURA-9278_choose_printer_dialog 2022-09-06 23:33:45 +02:00