10726 Commits

Author SHA1 Message Date
FusedForm
ca108ae95c
Add Fused Form 3D printer profiles (#8231)
* Add files via upload

* Add files via upload

* Add files via upload

* Update fusedform_300_draft_abs.inst.cfg

* Add files via upload

* Delete fusedform_300_draft_abs.inst.cfg

* Delete fusedform_300_draft_pla.inst.cfg

* Deletion of old files

* changes in STD quality profiles

* Changes in mini quality files

* Changes in FF600 quality files

* changes in machine definition name

* Changes in definition files

* extruder and definition linking

* ff300 inherits and extruder def

* Update fusedform_300.def.json

* category deprecation in definitions

* inherits

* ff300 extruder definition machine

* extruder machine definitions

* Fused form FF600plus machine profiles

* PETG profiles

* Update fusedform_300.def.json

* changes in start gcode

* machine configuration dynamics on definitions

* speed adjustments

* dynamics modification in petg and flex quality

* Further adjustments on dynamics definitiosn

* Modification of all files under inherits data structure.

* Quality setting version 15 to 16

* These changes are for limiting quality types in the materials defined

* Quality Modification under Global and Material specific structure

Global quality structures and material specific definitions under the global structures
2020-09-28 11:33:47 +02:00
KOUBeMT
d7ef9355a3 Delete s3d_std1.2_PLA_H.inst.cfg 2020-09-25 10:25:01 +02:00
KOUBeMT
b049974cc5 Create s3d_std1.2_PLA_H.inst.cfg 2020-09-25 10:24:13 +02:00
Wolfgang Mauer
8ff8a2292c
Add BLV mgn Cube printer definition (#8261)
* Add BLV mgn Cube printer definition

* Add BLV mgn Cube printer definition

* Add BLV mgn Cube printer definition

* Add files via upload

* Delete blv_mgn_cube_300_platform.stl

* Delete blv_mgn_cube_350_platform.stl

* Delete blv_mgn_cube_300_platform.3mf

* Delete blv_mgn_cube_350_platform.3mf

* Add files via upload

* Update Meshes to 3mf

* Delete blv_mgn_cube_platform.3mf

* Add files via upload

* Delete blv_mgn_cube_235.def.json

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Delete blv_mgn_cube_235.def.json

* Correct position of 3mf

* Correct position of 3mf

* Update properties

* Update blv_mgn_cube_base.def.json

* Update some properties

* Update blv_mgn_cube_base.def.json

* Update to settings_version 16

* Update to settings_version 16
2020-09-24 09:20:30 +02:00
Ghostkeeper
0ecefde880
Defensive coding: Don't get the linked material if there is no material
Fixes Sentry issue CURA-17W.
2020-09-18 11:24:39 +02:00
Ghostkeeper
0029221fd5
Set Support Join Distance and Support Horizontal Expansion as per-extruder settings
This is how CuraEngine's algorithms use them. They don't have access to which mesh the support originally belonged to.

Fixes #8383.
2020-09-16 14:56:23 +02:00
Remco Burema
e7416c1b1c
Fix prime tower y position. 2020-09-16 11:30:11 +02:00
Remco Burema
d1f5c7de05
Merge pull request #8363 from Ultimaker/CURA-7691_Unclear_why_imported_profile_is_not_immediately_visible
CURA-7691: Unclear why imported profile is not immediately visible
2020-09-16 08:28:35 +02:00
Remco Burema
3fcd7d567f
Show warning icon on import non-visible profile.
part of CURA-7691
2020-09-16 08:26:41 +02:00
Ghostkeeper
a1c3c44ed0
Fix warning limit for prime tower minimum volume to take other extruders into account
Since the prime tower for other extruders is now folded into one instead of alternating the layers, you need to have enough diameter to print all extruders, not just the current extruder.

Fixes one side-issue mentioned in #8148.
2020-09-15 13:43:06 +02:00
Ghostkeeper
10f8c381e1
Use initial layer settings during start g-code
Fixes #8364.
2020-09-15 11:58:00 +02:00
Evangelos Trantos
548e6e19e5
Remove the opening of the mycloud/digital factory URL in cases where the user has already signed in.
In cases where a staging build is created this hardcoded value would cause confusion, since it would always point the user to the production environment.
2020-09-14 21:20:38 +02:00
KOUBeMT
6e60cd4e15 Update strateo3d.def.json 2020-09-14 11:10:24 +02:00
Konstantinos Karmas
36a2535650
Merge pull request #8297 from Ultimaker/CURA-7118_shrinkage_compensation
Shrinkage compensation
2020-09-11 14:22:33 +02:00
Kostas Karmas
2e240b646d Fix failing tests
A printer was added in the meantime that had setting_version = 15, which was leading to failing
tests, considering that this PR has changed the setting version to 16.

CURA-7118
2020-09-09 09:51:45 +02:00
Kostas Karmas
85f113a683 Merge branch 'master' into CURA-7118_shrinkage_compensation 2020-09-09 09:46:29 +02:00
Jelle Spijker
0725bdcd64
Merge pull request #8335
Speed up disable extruder
2020-09-09 09:42:36 +02:00
Konstantinos Karmas
9156b2b922
Merge pull request #8200 from oducceu/master
Add 'Flying Bear Ghost 5' printer
2020-09-08 17:00:14 +02:00
Remco Burema
66132ef217
Don't use full-width unicode percent as placeholder in zh_CN locale.
Fixes #8322
2020-09-07 15:28:49 +02:00
KOUBeMT
0ce53cbf08 Merge remote-tracking branch 'upstream/master'
Updating branch
2020-09-07 15:19:38 +02:00
Jaime van Kessel
ea376c9ee8
Update translations based on suggestion from reseller 2020-09-07 10:52:45 +02:00
Jaime van Kessel
b09a88075e
Show a visual indication of enabled directly after click
This doesn't actually speed up the process, but it does give some indication
that something is going on while the changes are happening

Contributes to #8250
2020-09-04 14:48:55 +02:00
FoxExe
c87e78163e Added Kossel linear plus platform model
Small fix'es
2020-09-02 12:18:29 +05:00
Ghostkeeper
4e283b5a78
Invert warning values
A small positive (>100) value is correct. It needs to compensate by increasing the size, usually. If you need to compensate by making it smaller, that means that the material would expand when cooling, which is very rare.

Contributes to issue CURA-7118.
2020-09-02 02:03:34 +02:00
Ghostkeeper
67092e1355
Don't forget to also upgrade fdmextruder
This one doesn't inherit from fdmprinter so it doesn't get the updated version number.

Contributes to issue CURA-7118.
2020-09-02 01:56:12 +02:00
Ghostkeeper
a7b2f7de5a
Upgrade setting_version to 16
We have a change now that requires a version upgrade. This triggers all profiles to update for the user, and we must update accordingly in the built-in profiles.

Contributes to issue CURA-7118.
2020-09-02 01:51:13 +02:00
FoxExe
9b3d446a98 Use already provided Kossel platform model
Added Pulley version of Kossel
2020-09-02 03:51:13 +05:00
Ghostkeeper
d189485043
Change label and resolve functionality of shrinkage compensation setting
We'll now actually compensate for the shrinkage. That means that the setting needs to become user-visible. We need to make that experience a bit more user-friendly.

The setting is now also global, with a resolve function. That means that the user can't change this per extruder any more, because the scale factor applied in the engine can only be global. The resolve function means that profiles can still apply a per-extruder value but this value gets resolved with other extruders' values.

Contributes to issue CURA-7118.
2020-09-01 23:28:28 +02:00
Ghostkeeper
27b02cdae0
Merge branch 'patch-2' of https://github.com/n7484443/Cura into n7484443-patch-2 2020-09-01 16:05:17 +02:00
Allester Fox
97a1c84e62
Update anycubic_kossel_linear_extruder_0.def.json
"id" tag not present in newest Cura
2020-09-01 18:54:23 +05:00
FoxExe
411ed382fb Added Anycubic Kossel Linear and Linear Plus support 2020-09-01 18:34:14 +05:00
Remco Burema
3717181884
Don't show overhang on first layer or below buildplate. 2020-09-01 14:40:43 +02:00
Remco Burema
d7325be39f
Also change color _on_ the buildplate. 2020-09-01 14:25:01 +02:00
Remco Burema
a579d66fbd
Merge branch 'master' of https://github.com/Ultimaker/Cura 2020-09-01 13:50:33 +02:00
Remco Burema
8dbbe2bd3a
Use different colors below buildplate.
fixes #8254
2020-09-01 13:49:34 +02:00
Ghostkeeper
ab33a09613
Merge branch '4.7' 2020-09-01 13:02:01 +02:00
Ghostkeeper
d115efbbb2
Add change log entry for Cura 4.7.1
And make links clickable there.

Contributes to issue CURA-7658.
2020-09-01 13:01:45 +02:00
Jaime van Kessel
72d31d2ae5
Fix hover of the tooltip for the objectlist
Fixes #8290
2020-09-01 10:50:04 +02:00
n7484443
e982256b87
korean translation correction
-Corrected a grammar mistake
-Corrected the wrong translation
2020-08-29 21:10:51 +09:00
Ghostkeeper
4058790491
Merge branch '4.7' 2020-08-27 16:40:33 +02:00
pablo
e13c48a8e7
Rotate and align Tevo Tarantula Pro build plate mesh
Fixes #8234.
2020-08-27 16:40:17 +02:00
KOUBeMT
5a2712fdf4 Update strateo3d.def.json 2020-08-27 15:26:24 +02:00
Aleksey Karadzhi
c044732193 Fix X0 Y0 being outside the bed after homing 2020-08-26 17:21:32 +03:00
Jaime van Kessel
afb29724ff
Give the machineButton selectors a fixed width
This prevents them from popping out of the interface for certain
languages
2020-08-25 10:59:14 +02:00
Ghostkeeper
792f81315b
Merge branch '4.7' 2020-08-24 12:09:25 +02:00
Ghostkeeper
97c271a7d4
Add change log for Cura 4.7
Needed lots of corrections from our previously published change log for the beta. Also some additions.

Contributes to issue CURA-7658.
2020-08-24 12:08:28 +02:00
Ghostkeeper
5842c2cea8
Merge branch '4.7' 2020-08-24 09:50:22 +02:00
Ghostkeeper
6a816f9c11
Fix string without ending delimeter
Oops, small typo.

Contributes to issue CURA-7622.
2020-08-24 09:50:00 +02:00
Ghostkeeper
38286e7802
Merge branch '4.7' 2020-08-24 09:47:59 +02:00
Ghostkeeper
e50d6dd6ea
Merge branch '4.7' of https://github.com/Patola/Cura into Patola-4.7 2020-08-24 09:47:28 +02:00