30538 Commits

Author SHA1 Message Date
Joey de l'Arago
3654b303c9 Remove unused files
CURA-9483
2022-09-06 11:26:17 +02:00
Jaime van Kessel
328b32ee6b
Remove a bunch of duplicate settings from artillery base 2022-09-06 10:29:19 +02:00
Joey de l'Arago
767f6e7e61 Add CMakeLists.txt back for translation scripts.
CURA-9483
2022-09-06 10:25:14 +02:00
Jaime van Kessel
9d12ee841b
Remove unneeded values from machine profiles 2022-09-06 10:21:21 +02:00
Jaime van Kessel
699a9c0530
Remove unneeded excluded materials
These machines are 1.75mm, so there is no need to add the UM materials as excluded
2022-09-06 10:13:45 +02:00
digitalfrost
2b981daf17 PrintInformation.py: Fix grammar in docstrings
Fix grammar and typos for:
- class docstring
- defineAbbreviatedMachineName
- _onOutputStart
2022-09-05 20:22:45 +02:00
digitalfrost
f30fd519b7 PrintInformation.py Use warning method with Logger
Use f-string and warning method with Logger instead of "Old Style string
formatting
2022-09-05 19:37:34 +02:00
Joey de l'Arago
ea596bdd90 Add some extrudare information fetching.
CURA-9278
2022-09-05 17:59:01 +02:00
Joey de l'Arago
9c1e624b43 typo
CURA-9278
2022-09-05 17:58:33 +02:00
Joey de l'Arago
7f98ef70f0 Add printer cards
CURA-9278
2022-09-05 17:38:21 +02:00
c.lamboo
b6a461bd08 Revert "Prevent abstract machines from being deleted in the config menu"
This reverts commit 27fc11b8404ed84a9b95b2fdddab239d2cd3c93b.
2022-09-05 17:32:23 +02:00
Joey de l'Arago
d3ee9c4c24 Fix extruderIcon sizing
CURA-9278
2022-09-05 15:32:05 +02:00
c.lamboo
2d3ad84167 Fix extruders enabled button not updating
The `numberExtrudersEnabled` property was never updated, as such the checks if the property changed based on the new value being different from this value didn't work.

CURA-8463
2022-09-05 14:31:21 +02:00
Paul Kuiper
863e1ecbae Enable zigzag instead of the lines paatern on the skin layers. This improves print speed and quality. I used to decrease bridging quality, but due to enabling experimental bridging in the print profiles this can now be used.
Relates to PP-29
2022-09-05 14:24:26 +02:00
KOONOVO3DPrinter
db6e7d57f9
Add tank-M machine (#13036)
CURA-9605
2022-09-05 14:08:59 +02:00
Jaime van Kessel
54aa404ec6
Merge pull request #11650 from Geeetech3D/master
add Profile for Geeetech Mizar_S
2022-09-05 14:05:53 +02:00
Jaime van Kessel
f86b2b8ac7
Merge pull request #13037 from odaki/fix_kingroon_end_gcode
Prevents the head from moving outside the print area
2022-09-05 14:00:30 +02:00
Paul Kuiper
88ce9e88d9 Enable monotonic roofing only when roofing layer count is > 0 otherwise enable monotonic for all skin layers.
Relates to PP-232
2022-09-05 13:59:50 +02:00
Jaime van Kessel
26b9bcf4f5
Merge pull request #12981 from digitalfrost/080822b
X3DReader.py: Iterate directly over list in readIndex()
2022-09-05 13:58:13 +02:00
Jaime van Kessel
bad161ef06
Merge pull request #13022 from digitalfrost/130822
VersionUpgrade.py: Use enumerate
2022-09-05 13:28:09 +02:00
c.lamboo
48b8585ce6 Make sure online printers are always shown in the correct tab
CURA-9277
2022-09-05 11:44:29 +02:00
Jelle Spijker
871e442a2e
Don't use conan 1.52.0
Fails on Windows in the `MSBuildDeps` generator.

Looks like a bug in Conan raised an issue conan-io/conan#12023
2022-09-05 11:34:57 +02:00
c.lamboo
ce6d7d72bd Fix calculating number of removed devices
CURA-9277
2022-09-05 11:14:13 +02:00
joeydelarago
599fddd6dd Add all settitngs to the json.
Change default -> all_settings. This better reflects the purpose of the list.

CURA-9224
2022-09-05 10:43:21 +02:00
joeydelarago
ef36d3f6bd Refactoring
CURA-9224
2022-09-05 10:43:11 +02:00
joeydelarago
b1090728c0 Add settings changes
CURA-9224
2022-09-05 10:42:59 +02:00
joeydelarago
ee7c8d1f02 Move creatFlattenedContainerInstnance into CuraStackBuilder so it can be reused.
CURA-9224
2022-09-05 10:42:48 +02:00
joeydelarago
42c3eb0c64 Save settings to json file in .ufp
CURA-9224
2022-09-05 10:42:33 +02:00
Jaime van Kessel
4b2d03fe1d
Don't show warning message if creating abstract printer failed 2022-09-05 10:27:03 +02:00
Remco Burema
a56a21cf93 W.I.P.: Press print on abstract cloud printer. User should see dialog.
Start of implementation. When printing on an abstract printer, a user should see a dialog with the matching concrete cloud printers to pick from to actually print. Names are not final. Very much a work in progress. Very not finished also.

start of implementation for CURA-9278
2022-09-02 17:49:39 +02:00
c.lamboo
6d0acbe095 Always show correct number of connected machines
Calculate number of connected machines _after_ the abstract machine its connected is removed from the list

CURA-9277
2022-09-02 16:28:10 +02:00
c.lamboo
27fc11b840 Prevent abstract machines from being deleted in the config menu
CURA-9277
2022-09-02 16:26:17 +02:00
c.lamboo
8bb2671a28 Don't show abstract machines in configuration page
So they cannot be removed through the preferences

CURA-9289
2022-09-02 16:26:17 +02:00
Jaime van Kessel
93b865cba3
Merge branch 'main' of github.com:Ultimaker/Cura 2022-09-02 15:56:45 +02:00
Jaime van Kessel
3c1ff09d39
Update the description of Wall Ordering to include center line
CURA-9290
2022-09-02 15:56:18 +02:00
Jaime van Kessel
77bfcccb79
Merge pull request #13111 from GroovyDrifter/patch-1
Modify the Ender 6 Profile.
2022-09-02 10:56:57 +02:00
Jaime van Kessel
023046370a
Throttle how often the local cluster updates
This puts it in line with how often the cloud does it
Might contribute to #11608
2022-09-02 10:03:24 +02:00
GroovyDrifter
19146fad3d
Merge branch 'main' into patch-1 2022-09-01 19:32:14 +02:00
Jaime van Kessel
89fbac74f9
Fix incorrectly setting material_print_temperature
If this is set to an absolute value, the material settings wont have any effect anymore.
A much better way is to just set the default temperature, which is what the intent is
2022-09-01 17:51:25 +02:00
GroovyDrifter
2d77a08460
Modify the Ender 6 profile to the minimun
Modify the Ender 6 profile to the minimun, to fit other creality printers. all additional configuration removed. 
Print quality is better with default Creality firmware and this simpler definition.
2022-09-01 15:33:53 +02:00
Maël Kerbiriou
111136cf49 use automatic drop down setting from SceneNodeSettings 2022-09-01 15:29:52 +02:00
Jaime van Kessel
ccdbc3e06f
Merge pull request #13177 from Ultimaker/PP-235-clean-up-adhesion_type
PP-235-clean-up-adhesion_type
2022-09-01 15:01:49 +02:00
Remco Burema
053437a502 UX: The color needs to be the same. 2022-09-01 14:15:16 +02:00
Jaime van Kessel
6563ba32b4
Fix crash with removedPrinterMessage 2022-09-01 14:12:02 +02:00
Remco Burema
f6190f9b23
Merge pull request #9255 from Ultimaker/tree_support_max_radius
setting for support_tree_max_diameter
2022-09-01 12:56:29 +02:00
jelle Spijker
3f02a96b33 don't use no_commits 2022-09-01 12:15:21 +02:00
jellespijker
e59aa8e22b temporary fix for external PR 2022-09-01 12:13:31 +02:00
j.spijker@ultimaker.com
03c6686f7d Only run create package on our pr 2022-09-01 12:02:33 +02:00
jellespijker
76466b776a Use different checkout scheme based on forked repo 2022-09-01 12:00:07 +02:00
j.spijker@ultimaker.com
df0179ef58 define it as inputs 2022-09-01 10:26:02 +02:00