c.lamboo
c4be0e298c
Add mime type to AbstractMachine
...
Cura-9277
Co-authored-by: joeydelarago <joeydelarago@gmail.com>
2022-08-22 11:57:18 +02:00
Casper Lamboo
3ef77df3fd
Merge pull request #12651 from Ultimaker/CURA-9357_hide_middle_line_threshold_settings
...
[CURA-9357] Remove some very difficult to explain (even to experts) settings.
2022-08-22 11:54:20 +02:00
joeydelarago
544ac33537
Add resource type for abstract machine so they can be saved.
...
CURA-9277
2022-08-22 10:33:47 +02:00
joeydelarago
1f701c267a
Merge branch 'main' into CURA-9272_semver_postfix
2022-08-22 09:04:03 +02:00
Anson Liu
4f39f58f64
Delete AnnealAfterPrint.py
...
clean up dxu_umo branch
2022-08-21 22:47:07 -04:00
Anson Liu
d25a381803
Create UMO+ version of dxu_dual definition
...
Overrides machine disallowed area with correct values for UMO+ bed
2022-08-21 22:46:08 -04:00
Anson Liu
c8a4b8fe62
Create definition file for UMO+ version of DXU
...
Override default machine disallow area to fit UMO+ bed size
2022-08-21 22:44:10 -04:00
digitalfrost
50d81225da
Improve documentation string
...
onCurrentCallbackFinished documentation string:
- Improve clarity
- Fix grammar
- Improve layout and shorten line length
2022-08-20 19:40:58 +02:00
digitalfrost
d9fb352ee2
Fix typo
2022-08-20 19:27:32 +02:00
digitalfrost
fe2b8ebaf7
Improve triggerNextCallback documentation
...
triggerNextCallback documentation:
- Correct grammar
- Shorten lines and improve layout
2022-08-20 19:22:28 +02:00
digitalfrost
62d05f2350
OnExitCallbackManager.py: Improve docstring layout
...
- Reduce line length.
- More logical line breaks.
2022-08-20 19:12:44 +02:00
digitalfrost
6298bb50ce
OnExitCallbackManager.py: Fix grammar
...
Grammatical correction of docstring
2022-08-20 18:58:03 +02:00
digitalfrost
6df4d7677a
Fix typo
2022-08-20 18:51:59 +02:00
c.lamboo
963110a9c6
Remove Fix me
...
Cura-9277
Co-authored-by: joeydelarago <joeydelarago@gmail.com>
2022-08-19 16:41:02 +02:00
c.lamboo
f22d446fa4
Implement getMachines
function
...
Cura-9277
Co-authored-by: joeydelarago <joeydelarago@gmail.com>
2022-08-19 16:35:13 +02:00
c.lamboo
d7f119415f
Use pretty-printed string for the AbstractMachine
name
...
Cura-9277
Co-authored-by: joeydelarago <joeydelarago@gmail.com>
2022-08-19 16:35:00 +02:00
Anson Liu
9cdee63483
Merge branch 'Ultimaker:main' into master
2022-08-19 09:43:31 -04:00
Joey de l'Arago
6f6c2df28a
Update requirements-conan-package.txt
2022-08-19 14:45:42 +02:00
c.lamboo
761bf3b8fa
Fix creating abstract machines on account sync
...
Cura-9277
Co-authored-by: joeydelarago <joeydelarago@gmail.com>
2022-08-19 14:44:19 +02:00
joeydelarago
b82f1f4a8c
Add new Abstract machine stack type. This represents a type of printers (ultimaker_s3 etc).
...
These are created whenever a cloud printer of a new printer type is added.
CURA-9277
Co-authored-by: casperlamboo <c.lamboo@ultimaker.com>
2022-08-19 13:53:43 +02:00
Joey de l'Arago
0e99a0029d
Update minimum conan version
2022-08-19 12:52:40 +02:00
digitalfrost
c3833c2ff8
ArrangeObjectsJob.py: Refactor run method
...
arrange from Nest2DArrange will return a boolean so we can simplify
2022-08-18 12:22:07 +02:00
Casper Lamboo
bf6422825b
Merge pull request #12999 from Ultimaker/CURA-9488_infill_density_displayed_wrong
...
[CURA-9488] Fix infill density being set incorrectly when changing intent
2022-08-17 12:52:30 +02:00
joeydelarago
4667373cb4
Fix recipes not being uploaded to community conan repository. These booleans were strings because of a github runners bug, but that bug is fixed now so these changes are being reverted.
2022-08-15 17:17:40 +02:00
joeydelarago
5900cac9c8
Default the prerelease number to 1 when it is not set in the github tags.
...
CURA-9272
2022-08-15 16:00:14 +02:00
joeydelarago
a20e7bf8d9
Add cura latest.json url to template so it can be set from the conanfile.
...
CURA-9272
2022-08-15 15:59:08 +02:00
joeydelarago
57d739a848
Move source of truth for latest.json url into ApplicationMetadata.py and out of the Uranium repository.
...
CURA-9272
2022-08-15 15:43:37 +02:00
odaki
6fd1e11964
Prevents the head from moving outside the print area
...
Prevents the head from moving outside the print area after printing is complete.
2022-08-15 12:40:23 +09:00
Michel Wilhelm
50a0ffa257
chore: definition file is out of the pattern
2022-08-13 16:07:56 -03:00
Tim Kuipers
17ce499f71
interlocking settings
2022-08-13 11:57:22 -05:00
digitalfrost
efe3bdb83e
VersionUpgrade.py: Use enumerate
...
Use enumerate instead of range(len
2022-08-13 12:07:41 +02:00
j.spijker@ultimaker.com
830adcea1b
Fix not internal builds
...
Contributes to CURA-9528
2022-08-12 18:00:16 +02:00
j.spijker@ultimaker.com
1d4ee4dd96
Fix not internal builds
...
Contributes to CURA-9528
2022-08-12 17:47:28 +02:00
j.spijker@ultimaker.com
37077a7823
Fix not internal builds
...
Contributes to CURA-9528
2022-08-12 17:08:25 +02:00
j.spijker@ultimaker.com
d92fd3d1e3
Make internal resources requirements
...
Contributes to CURA-9528
2022-08-12 16:38:17 +02:00
トトも
50393dc4f6
Merge branch 'Ultimaker:main' into main
2022-08-12 06:59:18 -04:00
j.spijker@ultimaker.com
05ea26a8cf
Don't use conan 1.51.2
...
Contributes to CURA-9528
2022-08-12 10:40:21 +02:00
digitalfrost
a40b0da63d
settings_properties.md: correct indentation
...
Correct indentation and fix and inconsistent use of "unused by Cura"
2022-08-12 09:36:19 +02:00
digitalfrost
56f5d6b60d
Improve stylistic consistency
...
Always use "This is currently unused by Cura" so that the settings descriptions are more coherent.
2022-08-12 09:29:19 +02:00
digitalfrost
f9f7aae908
Use italics for "unused by Cura"
...
Use italics to emphasize "This is currently unused by Cura".
2022-08-12 09:27:17 +02:00
digitalfrost
22867d6984
settings_properties.md: reformat text
...
Reformat text to make it easier to read.
Breakup setting descriptions into separate lines.
2022-08-12 09:20:10 +02:00
digitalfrost
590c95020b
setting_properties.md: correct grammar
...
Correct the grammar used in the description of default_value
2022-08-12 08:51:06 +02:00
トトも
95542015d5
Merge branch 'Ultimaker:main' into main
2022-08-11 14:03:05 -04:00
トトも
52c36519f2
Muted Badge Colors
2022-08-11 14:02:57 -04:00
ElectronicsArchiver
4d61895caf
Moved & Formatted Reporting
2022-08-11 13:55:36 -04:00
ElectronicsArchiver
f0b1d157e9
Removed Redundant Licensing Note
2022-08-11 13:40:43 -04:00
ElectronicsArchiver
481b6ffd2e
Added Logo
2022-08-11 13:39:54 -04:00
ElectronicsArchiver
2f7bf5838e
Added Quicklinks
2022-08-11 13:37:30 -04:00
ElectronicsArchiver
9da8f9a854
Updated Badges
2022-08-11 13:22:48 -04:00
Tim Kuipers
ce18fdad02
automatically remove all holes when spiralizing
...
Spiralize is meant for models which are solid, but many people don't know and model their things hollow.
With this automatic setting change these people won't notice that they have modeled it wrong.
Which means there are less times I need to explain stuff to users.
Profit.
2022-08-11 12:20:53 -05:00