Cura/resources
Ghostkeeper e86ae7c7c1
Keep Z Hop Speed visible
It's also used as the speed at which layer changes are made, so technically it should be kept visible since the setting does indeed affect the g-code.
In practice, it won't affect the print though. Using a reasonable Z hop speed of 10mm/s and the default acceleration of 100mm/s/s, it would take 0.1s to reach the Z hop speed. With the formula for acceleration, 1/2att+vt+c, you can see that it needs 0.5mm to get up to speed, and another 0.5mm to get back to 0. So this speed is only attained with layer heights of more than 1mm which is very unrealistic. For this reason we won't document this in the setting description or its name. The Z hop speed is only used for layer changes because it needs a sensible default for extreme cases, not because it needs to be configurable as such.

But we'll keep it visible to give a less-than-expert user a feeling of control, a placebo effect that they are actually making print quality improvements even if their firmware forbids it from making an actual difference.

Fixes Ultimaker/CuraEngine#1446.
2021-05-10 13:38:38 +02:00
..
bundled_packages Initial commit for the DL 2021-04-20 11:30:49 +02:00
definitions Keep Z Hop Speed visible 2021-05-10 13:38:38 +02:00
extruders Merge branch 'master' of https://github.com/balacij/Cura 2021-05-06 13:21:05 +02:00
i18n Update DE translation 2021-05-03 10:58:53 +02:00
images Update whats new pages 2021-05-07 13:10:47 +02:00
intent Add intent profiles for S3/S5 for PETG 2021-05-07 11:56:19 +02:00
meshes Added Anycubic Mega S Profil 2021-04-29 22:10:26 +02:00
qml Add missing source argument to onTriggered handler 2021-05-07 02:25:05 +02:00
quality Merge branch 'master' of https://github.com/NilsRo/Cura 2021-05-06 12:42:38 +02:00
setting_visibility Add current version to setting_visibility 2021-04-01 16:17:01 +02:00
shaders Actually show 'on buildplate' color when z=0. 2021-01-22 18:47:45 +01:00
texts Update whats new pages 2021-05-07 13:10:47 +02:00
themes Fix merge conflict 2021-05-04 17:08:44 +02:00
variants Merge branch 'master' of https://github.com/lowkeyjoe/Cura into lowkeyjoe-master 2021-04-29 14:24:41 +02:00
public_key.pem Move the package signature pem file to the Resources folder 2020-03-19 15:14:21 +01:00