496 Commits

Author SHA1 Message Date
Rijk van Manen
27d56d378e improve initial layer settings
ultimaker.def.json is also cleaned and put in alphabetic order.
Ultimaker 2 and original are kept mostly as they were, since they are not tested. PP-42
2022-10-06 16:11:04 +02:00
goofoo3d
d6bc4067f9
Add some Renkforce Machines (#12598)
Add goofoo, renkforce printf

Co-authored-by: laiqiqi <laiqiqi886@163.com>
2022-09-16 10:14:03 +02:00
Jaime van Kessel
1bd6a34c6b
Fix version number for vivedino printers 2022-09-15 14:34:06 +02:00
Jaime van Kessel
b5677714a7
Merge branch 'vivedino_add_printers' of github.com:jim-edwards/Cura 2022-09-15 14:30:14 +02:00
Rijk van Manen
4712c6abc3 restructure raft airgap
No values are changed, but the settings are restructured. The PVA airgap is moved to fdm_materials. Inconsistent use of equations is also resolved. PP-243
2022-09-13 11:59:34 +02:00
Rijk van Manen
410efc1588 set raft acceleration to default
Rafts have only straight lines, no need for modified acceleration. PP-243
2022-09-13 11:20:53 +02:00
Rijk van Manen
179e6bdfb6 cleanup raft speeds
raft base speed is only 15mm/s to avoid extreme flows. The raft surface speed equals the top/bottom speed, so the raft surface has a flow equal to the top/bottom flow. The raft interface is again the average of the surface and the base. PP-243
2022-09-13 11:18:38 +02:00
Rijk van Manen
e4534943e7 new raft base thickness default
The new default of the raft base thickness is close to the current values. The limited thickness of 0.3mm is used to avoid extreme flowrate for 06 and 08 nozzle sizes. PP-243
2022-09-13 10:45:59 +02:00
Rijk van Manen
08a5f07d53 raft interface line spacing can follow default
This is a non critical setting, just follow the default defined in fdmprinter. PP-243
2022-09-13 10:33:28 +02:00
Rijk van Manen
96569edcf0 raft middle line width has new default
The raft middle line width is the average between the top and the base of the raft. This reduces flow jumps significantly. PP-243
2022-09-13 10:27:05 +02:00
Rijk van Manen
257d37eb73 raft middle layer thickness has new default
The raft middle layer thickness is the average between the top and the base of the raft. This reduces flow jumps significantly. PP-243
2022-09-13 10:20:40 +02:00
Rijk van Manen
834cc4129e cleanup raft top layers
This commit does effectively change nothing. The default of 2 top layers is set in fdmprinter and it is made 1 for 08 cores. PP-342
2022-09-13 09:50:37 +02:00
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
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
38496da592
Merge branch 'master' of github.com:jianshu-du/Cura 2022-09-08 14:21:44 +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
Rijk van Manen
25ef399595 these settings are already default
PP-242
2022-09-07 16:55:18 +02:00
Rijk van Manen
6d489659f2 Clean up of standby temperatures
Clean up of standby temperatures to printing temperature -100deg. This is a safe default. PP-192
2022-08-29 14:52:02 +02:00
Jaime van Kessel
87c6c3649f
Bump version numbers
CURA-9503
2022-07-19 14:59:14 +02:00
Jaime van Kessel
9ee948ded4
Merge branch 'master' of github.com:heed818/Cura 2022-07-19 14:55:06 +02:00
Jaime van Kessel
68aec6f064
Bump version number
CURA-9500
2022-07-19 14:37:27 +02:00
Jaime van Kessel
7e811025fb
Merge branch 'feat/ender3s1-profile' of github.com:Sebazzz/Cura 2022-07-19 14:34:42 +02:00
Rijk van Manen
cb07fefdf2 increase retract distance of PVA to default
PVA is stringing a lot due to the too small retract distance. This oozed material is causing under extrusion elsewhere, reducing the strength of the support. Too long retractions could cause reliability issues as well. However, since we reduced the number of retractions by ~40% for the smaller models (for bigger models it is ~0%, but then it is also not relevant since a lot of material is printed in between) with the new settings of PP-108 increasing the retract distance to 6.5mm is safe. PP-185
2022-06-28 14:03:01 +02:00
Jaime van Kessel
3689c097f3 Re-add accidentally removed setting 2022-06-17 15:54:23 +02:00
Rijk van Manen
d4095e7e1d set correct nozzle tip outer diameter
This is the size of the ruby. PP-116
2022-06-15 15:12:34 +02:00
Rijk van Manen
311b5e94ce add machine nozzle tip size
PP-116
2022-06-15 14:58:34 +02:00
Rijk van Manen
5db8567bff cleanup variant profile
In the ppCCB we decided to clean up to DD variant profiles, since we plan to do that with all variant profiles in the future. PP-116
2022-06-15 14:58:16 +02:00
Remco Burema
a82b90fd96
Merge pull request #12488 from Ultimaker/PP-108_Improved_support_settings
PP-108 improved support settings
2022-06-15 14:24:09 +02:00
p.kuiper
ba275c546e Renoved settings that already have a good default value in fdmprinter.def.json. Added support_use_towers to the PVA quality files.
Removed support_use_towers for AA and CC cores, they do not add anything to self support structures.

Relates to PP-108
2022-06-08 21:33:14 +02:00
p.kuiper
d293a7ae29 Moved support infill thickness to the global quality classes of the dual extrusion machines.
Relates to PP-108
2022-06-07 17:09:35 +02:00
Andi-ultimaker
0578ccfadb PP-166 DD core variant files
DD core variant files for S3 & S5 printers

Relates to: PP-166
2022-06-07 13:13:08 +02:00
p.kuiper
e4b6c93c4c Cleaning up support settings in the variant files.
Relates to PP-108
2022-06-03 14:03:22 +02:00
p.kuiper
6d50ab152d Cleaned up of the support settings for the S5 quality modes.
Relates to PP-108
2022-06-03 09:23:38 +02:00
p.kuiper
0f48878bc7 Cleaned up all the variant settings. Zig zag support is now default for all nozzle types.
Relates to PP-108
2022-06-02 19:38:56 +02:00
Jaime van Kessel
952da63230
Merge pull request #12415 from Ultimaker/PP-170-clean-up-retraction_count_max
Pp 170 clean up retraction limits
2022-06-02 17:05:57 +02:00
p.kuiper
a103d377f7 Further cleanup of the jerk settings. UM2 based machine have no jerk settings, removed them. Set first layer jerk equal to print jerk and removed all jerk settings (except for jerk_print) in the quality and variant files.
Relates to PP-19
2022-06-02 11:33:22 +02:00
Rijk van Manen
3a2a58f546 remove setting, follow the default
PP-170
2022-06-01 15:16:23 +02:00
p.kuiper
20efe02d8b Also changed the jerk setting for support material to 20mm/s to prevent flow ringing in the support material and increase productivity.
Relates to PP-19
2022-06-01 13:54:00 +02:00
Ghostkeeper
d9d90ab4b6
Increment setting_version to 20
We've removed a bunch of settings and transformed others. To allow profiles to be checked for these and edited if necessary, we now need to increment this version number.

Contributes to issue CURA-8466.
2022-03-29 15:03:48 +02:00
AnnaKang0219
98293146a1 Adding printer da Vinci Pro EVO
Adding printer da Vinci Pro EVO
2022-03-29 10:56:31 +08:00
Rijk van Manen
bf131f539e remove all wall_thickness statements
All print profiles are following the global rules, no print profile specific exceptions. PP-115
2022-03-15 13:48:41 +01:00
Rijk van Manen
1bf6243b69 For 0.25 profile increase wall line count to 3
With this equation the wall thickness better matches the thickness we had before CURA5.0. PP-115
2022-03-15 09:45:20 +01:00
杜建树
462eebd229 Add new Mingda printers(4H,6H,600Pro,1000Pro) 2022-03-07 21:10:19 +08:00
Rijk van Manen
5632d85339 PVA can handle high unretract speeds
Even for the bigger nozzle. PP-96
2022-02-22 14:22:49 +01:00
Rijk van Manen
fe6a8413c1 follow the machine defaults for AA04 nozzles
The machine defaults are already geared towards the use of AA0.4 nozzles. PP-96
2022-02-22 14:22:01 +01:00
Rijk van Manen
cc56f7b577 dont change behaviour of AA08 nozzles
The retract behaviour for the bigger nozzles is not that good already. We want to take a look at these profiles later and leave them untouched for now. PP-96
2022-02-22 14:20:16 +01:00
Rijk van Manen
9e96a6edc9 small nozzle size handles fast unretract very well
This statement is already in the S3 and S5 AA0.25 nozzle cfg file. PP-96
2022-02-22 14:18:57 +01:00
Sebastiaan Dammann
6ecb99bc2e
Add Creality Ender 3 S1 profile - fixes #11512 2022-02-20 23:31:06 +01:00
Jaime van Kessel
5c7e050b32 Merge branch 'master' of https://github.com/baldaaaa/Cura 2022-02-09 15:16:15 +01:00
Jaime van Kessel
80d2665c1a
Merge pull request #10978 from dagoma3d/dagoma-pro430
Add new Dagoma PRO 430 printer
2022-02-09 15:13:55 +01:00