We've seen from experience that people do end up with broken files, due to user-modifications and whatnot. Corrupting it further won't make things better for the user.
Contributes to issue CURA-8212.
Should fix#9752 aka internal ticket CURA-8246 -- This makes the repetier case completely analogous to the other 'not-griffin' flavours (at least what concerns retraction amounts), and also neatly dove-tails with the first point things start to go wrong in the bug-report.
Otherwise it should theoretically default to int, which is wrong. However with some graphics drivers it just seems to result in a failure to compile and concluding with a crash and crescendo.
Fixes#9692.
* Create s3d_std1.0_ABS_D.inst.cfg
* Create s3d_std1.0_ABS_E.inst.cfg
* Create s3d_std1.0_ABS_F.inst.cfg
* Create s3d_std1.0_ASA-X_D.inst.cfg
* Publication des profiles betas 1mm et 1.2mm
J'ai mis les fichiers quality à la bonne setting version pour Cura, j'ai mis l'indication Beta sur les labels de profiles.
* Update s3d_std1.0_ASA-X_E.inst.cfg
Tes
* Update s3d_std1.0_ASA-X_E.inst.cfg
* Correction 'No New Line'
* Update s3d_std1.0_ABS_D.inst.cfg
* Incrementation à setting version 16
* Update s3d_std1.0_ABS_D.inst.cfg
* Ajout Profiles COPA B04, B06 et B08
* Ajout Profiles PLA HR870 B0.4, B0.6 et B0.8
* Modification of profiles for 1.0mm and 1.2mm nozzles
-Renaming the variants to include 'Experimental' in the title
* Modification of Variants files for 1.0mm and 1.2mm nozzles
* Update s3d_std0.6_PLA_HT_C.inst.cfg
* Addition of profiles for polycarbonate for 0.4, 0.6 and 0.8mm nozzles
* Delete rename.sh
Remove rename.sh
* Changes: ASA-X points to ASA-X
Co-authored-by: AButler31 <alexander@emotion-tech.com>
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.
FixesUltimaker/CuraEngine#1446.