Erwan MATHIEU
612de4c248
Merge pull request #18028 from Ultimaker/PP-414-Reduce-raft-extention-add-border
...
PP-414 Improve raft boundary
2024-01-17 16:09:54 +01:00
Paul Kuiper
668a527d33
Reduce initial layer speed to improve reliability for S3 and S5 machines when no glue is used.
...
PP-421
2024-01-17 13:24:34 +01:00
Erwan MATHIEU
9b6992d174
Merge remote-tracking branch 'origin/main' into PP-417-Correct-fan-speeds-during-nozzle-switching
2024-01-17 11:57:56 +01:00
Erwan MATHIEU
731ea69ebb
Merge branch 'main' into CURA-11482_sentry
2024-01-17 11:04:05 +01:00
Casper Lamboo
c136e3066d
Merge pull request #17881 from Ultimaker/PP-377-Improve-time-estimate-Method
...
PP-377 Improve the time estimates for the Method machines
2024-01-16 16:46:03 +01:00
Erwan MATHIEU
557a95568c
More explicit crash report configuration
...
CURA-11482
2024-01-15 13:42:24 +01:00
Paul Kuiper
783f51aef2
Let the wall count of the middle and top raft interface follow the raft wall count
...
PP-414
2024-01-15 11:48:23 +01:00
Jelle Spijker
7738059631
Add optional (opt-in) project_name to Sentry
...
Needed for automatic Issue handling in the future
Contributes to CURA-11482
2024-01-15 10:44:43 +01:00
Jelle Spijker
3abb5526ba
Merge branch 'main' into CURA-11482_sentry
2024-01-13 12:48:23 +01:00
Jelle Spijker
2bcdacef72
Allow for opt-in of DF User name for Sentry crash reports
...
This will help us with triage of bugs for our customers.
Contributes to CURA-11482
2024-01-13 11:12:46 +01:00
Paul Kuiper
f19e634782
Set the printing temperature (instead of initial) and do not wait for setpoint to be reached (the 5s wait after that command will be enough + Cura also directly does a M109 after the switch)
...
PP-417
2024-01-12 09:43:46 +01:00
Saumya Jain
db19f53943
Merge branch 'main' into CURA-7812-decrease-Qml-singletons
2024-01-11 09:25:13 +01:00
Casper Lamboo
69c47269a0
Merge pull request #17961 from Ultimaker/CURA-11157_remove_support_interface_skip_height
...
[CURA-11157] Remove 'support_interface_skip_height' setting
2024-01-10 19:50:56 +01:00
saumya.jain
d0560ae790
restoring qmlregistersingletons in Cura
...
adding wrapper for deprecation warning
CURA-7812
2024-01-10 17:54:02 +01:00
saumya.jain
34da282275
Uranium fixing API breaks.
...
deprecated message shows up when user uses it. will remove them in future
CURA-7812
2024-01-10 15:09:26 +01:00
Saumya Jain
92aca0d8bd
Merge branch 'main' into CURA-7812-decrease-Qml-singletons
2024-01-10 13:15:08 +01:00
Remco Burema
ed47c05e4b
Fix QML warning.
...
done as part of CURA-11396
2024-01-10 10:36:48 +01:00
Remco Burema
c64dcb785c
Remove 'support_interface_skip_height' setting.
...
Was used for run-time efficiency, but it wasn't really ever set beyond one layer-height, which made it rather useless.
frontend part of CURA-11157 -- needed version upgrader as well, since it's the first alteration
2024-01-10 08:55:56 +01:00
Erwan MATHIEU
30b25975df
Make settings not settable par extruder
...
CURA-11395
2024-01-09 16:38:57 +01:00
c.lamboo
1f7b8efff0
Don't make raft_smoothing
settable per extruder
...
CURA-11395
2024-01-09 16:26:14 +01:00
Saumya Jain
47963e01db
Merge branch 'main' into CURA-7812-decrease-Qml-singletons
2024-01-09 13:58:34 +01:00
saumya.jain
0ddf92ce62
fix for proper path for CuraAction undo redo
...
CURA-7812
2024-01-09 10:33:02 +01:00
saumya.jain
676099ccf6
Removed singleton UM.OperationStack, merged with CuraActions
...
Removed ActiveTool singleton added to controller singleton
CURA-7812
2024-01-09 10:29:45 +01:00
casperlamboo
d9feb88b24
Applied printer-linter format
2024-01-09 09:22:53 +00:00
c.lamboo
4489b8db46
Make expert more consistent
...
Only include parent settings
2024-01-09 10:21:55 +01:00
c.lamboo
594e4a5ea6
Warn if raft extra margin exceeds raft margin of layer below
2024-01-09 10:20:42 +01:00
c.lamboo
af51ccf5f3
Move "Remove Raft Inside Corners" outside experimental
2024-01-09 10:17:10 +01:00
c.lamboo
37f350b134
Limit settings to their correct extruders
2024-01-09 10:15:17 +01:00
saumya.jain
d01b5c1767
Renmoved singleton Um.Application
...
CURA-7812
2024-01-08 17:46:04 +01:00
Erwan MATHIEU
aaa25104df
Merge branch 'main' into CURA-11395
2024-01-08 17:34:45 +01:00
Erwan MATHIEU
90ce6d7f76
Reorganize raft settings to a user-intuitive order
...
CURA-11228
2024-01-08 16:53:10 +01:00
casperlamboo
ff45f566d6
Applied printer-linter format
2024-01-08 13:46:14 +00:00
c.lamboo
a7137c5e63
Add raft settings to make margin and remove inside corners configurable per raft-type
...
Added teh following settings
- raft_base_margin
- raft_interface_margin
- raft_surface_margin
- raft_base_smoothing
- raft_interface_smoothing
- raft_surface_smoothing
- raft_base_remove_inside_corners
- raft_interface_remove_inside_corners
- raft_surface_remove_inside_corners
2024-01-08 14:44:17 +01:00
saumya.jain
11aa71a5df
Singleton management in Cura
...
-QualityManagementModel, MaterialManagementModel, SimpleModeSettingsManager, MachineActionManager and CustomQualityProfilesDropDownMenuModel *deleted*
-QualityProfilesDropDownmenuModel changed to RegisterType
CURA-7812
2024-01-08 14:41:41 +01:00
Erwan MATHIEU
13deab505e
Add/reorganize settings for raft walls
...
CURA-11228
2024-01-08 11:32:25 +01:00
c.lamboo
da4f675008
Optimize wall printing order
...
CURA-11507
2024-01-06 16:39:04 +01:00
Jelle Spijker
7d040a0b02
Fixed multiple default_value
definitions
...
default_value should be an actual value
2024-01-03 18:03:37 +01:00
jellespijker
4a8e00fcc6
Applied printer-linter format
2024-01-03 16:38:51 +00:00
Jelle Spijker
2e197f72ee
Add missing default_value
for `roofing_monotonic
2024-01-03 17:37:54 +01:00
Paul Kuiper
44441dfe5b
Improve the time estimates for the Method machines be increasing the acceleration and reducing the jerk. For dual extrusion a rough switch over time estimate is taken into account.
...
PP-377
2024-01-03 15:54:24 +01:00
Paul Kuiper
df589cfe95
Fan speeds are in 0..1 range and not in 0..255 range for the Method machines. This needs to be corrected in the switch over routine formula's.
...
PP-417
2024-01-03 15:38:53 +01:00
saumya.jain
e66314b2dd
ppr setting was added when it should be excluded
...
CURA-11480
2024-01-02 10:48:40 +01:00
Saumya Jain
96feea0396
Merge branch 'main' into PP-397-adjust-z-scaling-factor-PET-CF
2023-12-29 09:26:33 +01:00
saumya.jain
224f613228
Property of machinemanager redefined
...
CURA-11459
2023-12-22 11:36:51 +01:00
Saumya Jain
afcf3e1e09
Merge branch 'main' into PP-408-improve-raft-quality
2023-12-15 16:13:45 +01:00
saumya.jain
cc4627886b
Name shortned for Cura settings
...
CURA-11392
2023-12-12 13:01:37 +01:00
Jelle Spijker
ba0fb97d63
Include threshold settings
...
Contributes to CURA-11391
2023-12-12 10:01:59 +01:00
Paul Kuiper
df6239be89
Fix a bug in which Cura sets fanspeed in the 0..255 range instead of the 0..1 range for Method machines.
...
CURA-11441
2023-12-08 10:52:00 +01:00
Remco Burema
f8239aa1fa
Add 'Enterprise' if applicable to About-dialog.
...
done as a 15 min fix
2023-12-08 10:29:59 +01:00
Paul Kuiper
a9c3c2b4b4
Increased raft base layer speed from 5mm/s to 10mm/s and increased raft middle layer linewidth from 0.4 to 0.7mm to increase productivity.
...
PP-408
2023-12-05 15:25:52 +01:00