3490 Commits

Author SHA1 Message Date
Rijk van Manen
d301adc9ec reduce flow for 100% density parts
Overextrusion needs to be avoided to main high quality. More info: PP-86
2021-12-06 12:37:39 +01:00
Reiner Buehl
5376ca18f4
Update tinyboy_fabrikator15.def.json 2021-12-05 18:20:40 +01:00
Reiner Buehl
0ab81ab2ae
Update tinyboy_fabrikator15.def.json 2021-12-05 18:16:14 +01:00
baldaaaa
64acb10d41 add ender-3 max profile 2021-12-03 01:28:50 -05:00
Ghostkeeper
b76df21b4b
Filter printer list by capabilities
And an example of such usage: In the material sync via cloud we only want to sync with printers that can receive those materials.

We might want to add a message for the user to also make sure the firmware is up to date. Because if the firmware is not up to date now it will show no printers and instruct the user how to connect the printer to the cloud.

Contributes to issue CURA-8671.
2021-12-02 17:55:53 +01:00
aschwenck
dc56d3e22e Add new Dagoma PRO 430 printer profiles 2021-12-01 12:46:09 +01:00
Rijk van Manen
26d6a02c32 gradual infill not implemented for cross (3d) pattern 2021-12-01 09:03:08 +01:00
AnnaKang0219
072243d713 parameter update
parameter update
2021-12-01 14:32:06 +08:00
Jaime van Kessel
2f999ca399
Merge pull request #10858 from Ultimaker/PP-25_close-to-100%-density-infill-behaviour
PP-25 close to 100% density infill behaviour
2021-11-29 10:47:48 +01:00
Ghostkeeper
9a4836a7b0
Increase top distance by 1 layer for profiles using tree support
We changed tree support to have a correct top distance now. If you ask for 0 top distance, you get 0 top distance. If you ask for 0.2mm top distance, you get 0.2mm top distance (rounded to layers). Previously the top distance was too high. Yet it seems that people were happy with how easily Tree Support was removed from the print. So this is a best-effort attempt to keep the final result similar to what it was originally.
It won't work for everything, I fear. But it's about as good as we can make it.

Contributes to issue CURA-7624.
2021-11-24 13:03:33 +01:00
Jaime van Kessel
86306dfd9e Merge branch 'libArachne_rebased' of github.com:Ultimaker/Cura into PP-25_close-to-100%-density-infill-behaviour-Arachne 2021-11-24 12:04:41 +01:00
Jaime van Kessel
941bcdd815 Remove unused setting 2021-11-24 12:03:47 +01:00
Jaime van Kessel
571ee5525b Merge branch 'libArachne_rebased' of github.com:Ultimaker/Cura into PP-25_close-to-100%-density-infill-behaviour-Arachne 2021-11-24 10:43:04 +01:00
Ghostkeeper
7bf9ed9237
Merge branch 'master' of https://github.com/prueker/Cura into prueker-master 2021-11-23 10:57:20 +01:00
AnnaKang0219
9cc33d5109 modify the heated bed setting
modify the heated bed setting
2021-11-22 10:25:56 +08:00
Remco Burema
c8b491e9e7
(High) limits for number of walls to prevent engine crash.
The engine would reserve space for each outline that should be there according to the count, not for each wall that was actually printed. Values of 999999 where chosen after discussion for _some_ of these (but not anything to do wit hskirt-brim, since we use those in the frontend for dissalowed areas) becasue then you can just fill a number of nines to get a completely 'walled' model printed.
2021-11-19 14:46:24 +01:00
bodyboarder2528
1d44ebd5e0 Update creality_cr100.def 2021-11-19 09:26:17 +11:00
Ghostkeeper
3466404782
Expand limits for flow and 2nd and 3rd layers of bridging too
We removed the limit of density for the first bridging layer, but there are more settings for that, and there's a similar arbitrary limit for flow in place.

Contributes to issue CURA-8639 and #10736.
2021-11-18 11:10:09 +01:00
杜建树
05a2fa88f0 Add new Mingda printers(X,MAX,PRO) 2021-11-18 14:38:52 +08:00
Jelle Spijker
52d639f980
fixed missing , in json 2021-11-17 19:50:15 +01:00
Jaime van Kessel
6a988c8fa0 Remove incorrect authors of profiles
Ultimaker didn't make these profiles, so it shouldn't be listed here
2021-11-17 17:01:30 +01:00
Remco Burema
71c6df8829
Fix capitalization in what (should) refer(s) to a key-value.
CURA-8701
2021-11-17 14:35:29 +01:00
Remco Burema
291d047fac
Revert "fixed top bottom pattern zigzag in profiles"
This reverts commit 3abbcc99c07b3b434a95183968e2b2e1cf7664ab.
2021-11-17 14:35:28 +01:00
Jaime van Kessel
34aa7240d4 Merge branch 'PP-55_reduce-cross3D-top-layer-bridge-distance_Arachne' of github.com:Ultimaker/Cura into libArachne_rebased 2021-11-17 14:25:57 +01:00
Philip Rueker
5e9becc4f9 Fix initial layer bed and print head temperature in start gcode script for Snapmaker 2021-11-16 11:05:37 -08:00
Jelle Spijker
cc92a9dc1c
Merge pull request #10841 from Ultimaker/master
Merge master into libArachne
2021-11-16 08:04:41 +01:00
Jelle Spijker
322d48cdd7 Fixed speed flow equalization width factor 2021-11-15 16:54:47 +01:00
Rijk van Manen
78aec480e7 change infill pattern to zigzag for >80% infill
This is done for all ultimaker profiles (PP-25).
2021-11-15 16:07:05 +01:00
Rijk van Manen
c109bc3613 revert 100% density pattern hack
In the fdmprinter definition the 'infill' is created by 999999 bottom layers to change to infill pattern to lines. This hack is reverted for ultimaker printers. More info: PP-25
2021-11-15 15:42:47 +01:00
Rijk van Manen
d3951a1a59 change infill pattern to zigzag for >80% infill
This is done for all ultimaker profiles (PP-25).
2021-11-15 15:29:40 +01:00
Rijk van Manen
35550fc1b4 revert 100% density pattern hack
In the fdmprinter definition the 'infill' is created by 999999 bottom layers to change to infill pattern to lines. This hack is reverted for ultimaker printers. More info: PP-25
2021-11-15 15:23:17 +01:00
Ghostkeeper
c9feace0fb
Change user-visible name of Maximum Feedrate to Maximum Speed E
Maximum Feedrate was correct, but compared to the names of the X/Y/Z maximum speeds, this is considered to be more consistent.

Fixes #10767.
2021-11-15 10:59:58 +01:00
Jelle Spijker
de94fd7412
Merge remote-tracking branch 'origin/PP-60_libArachne_iteration3_settings' into libArachne_rebased
# Conflicts:
#	resources/definitions/fdmprinter.def.json
#	resources/definitions/ultimaker.def.json
#	resources/definitions/ultimaker2.def.json
#	resources/definitions/ultimaker3.def.json
#	resources/definitions/ultimaker_s3.def.json
#	resources/definitions/ultimaker_s5.def.json
2021-11-15 09:48:48 +01:00
Ghostkeeper
d12d756b1d
Move machine_height to the other machine dimension settings
It's quite logical that the 3 dimensions of the printer are next to each other...

Found during work on a plug-in.
2021-11-13 16:42:06 +01:00
Jelle Spijker
c43ff07072 Changed description and label of flow equalization factor 2021-11-12 16:52:15 +01:00
Ghostkeeper
cbe3cf778a
Change distribution count to be the maximum diameter of distribution
Instead of the minimum. So previously a value of 2 would make it spread the error over 2 walls for an even number, or 3 for an odd. Now it makes it spread the error over 2 walls for an even number or 1 for an odd. This means that the minimum allowed value becomes 2, because for an even wall count it needs to place the error somewhere.

Done as a 5 minute fix.
2021-11-12 16:48:08 +01:00
Ghostkeeper
a94415b388
Merge branch 'flow_equalization_width_factor_as_ratio' into libArachne_rebased 2021-11-12 15:19:51 +01:00
Ghostkeeper
b8ccb32836
Merge branch 'master' into libArachne_rebased
Conflicts:
	resources/definitions/ultimaker2.def.json -> Additions in Arachne around a place where we fixed an enum setting.
	resources/definitions/ultimaker3.def.json
	resources/definitions/ultimaker_s3.def.json
	resources/definitions/ultimaker_s5.def.json
2021-11-12 15:08:29 +01:00
j.spijker@ultimaker.com
c668746769
Flow equalization width factor as percentage
This variable makes more sense to as a Ratio.
This was discussed during the eCCB 12/11/21
and implemented as a 5 min fix.

Note: The current default values were 0.5 there
is a new PR which change these 1.0. These values
should be multiplied with a 100
2021-11-12 14:13:25 +01:00
Lin Yu-Chieh (Victor)
b68a33df21
Update atom2.def.json 2021-11-12 12:16:44 +08:00
Ghostkeeper
6171107140
Remove upper limit of bridge skin density
There is no theoretical or algorithmic limit here. We may warn the user, but not prevent them from changing it.

Done as a five minute fix. Fixes CURA-8693. Fixes #10736.
2021-11-11 15:45:47 +01:00
p.kuiper
9e8025942a Changes as request by the reviewers.
- Undid removal of default value for min_bead_with
- Style improvement formula wall_add_middle_threshold
2021-11-11 14:55:32 +01:00
Ghostkeeper
b4f10bab71
Merge branch 'PP-55_reduce-cross3D-top-layer-bridge-distance' 2021-11-11 12:34:58 +01:00
Denis Shatilov
32e15ea69c Only home X and Y 2021-11-10 23:43:32 -08:00
bodyboarder2528
5280865658 Create creality_cr100.def
my first attempt hope its correct
2021-11-11 14:31:01 +11:00
felixstif
3b9ed33351
Add Sermoon D1 definition file
Add Sermoon D1 definition file
2021-11-10 13:05:25 +01:00
p.kuiper
046ccf57bf PP-60: Removed warning levels for middle line threshold 2021-11-10 11:26:23 +01:00
p.kuiper
43e7edda54 PP-60: Remove thin wall settings from the S5 profile 2021-11-10 11:22:33 +01:00
p.kuiper
3d81ff7e91 PP-60: New min_bead_width formula based on the width the outer wall can become. Removed default value. 2021-11-10 11:18:14 +01:00
p.kuiper
ee9c2e0eb9 PP-60: Set add middle line to 80% for all machines and remove the maximum warning limits. 2021-11-10 11:04:56 +01:00