Fix units for initial layer print/travel acceleration

These two were wrong.

Contributes to issue CURA-5495.
This commit is contained in:
Ghostkeeper 2018-08-07 13:10:03 +02:00
parent 59bb774436
commit 58e5a81236
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A

View file

@ -3025,7 +3025,7 @@
{
"label": "Initial Layer Print Acceleration",
"description": "The acceleration during the printing of the initial layer.",
"unit": "mm/s",
"unit": "mm/s²",
"type": "float",
"default_value": 3000,
"value": "acceleration_layer_0",
@ -3039,7 +3039,7 @@
{
"label": "Initial Layer Travel Acceleration",
"description": "The acceleration for travel moves in the initial layer.",
"unit": "mm/s",
"unit": "mm/s²",
"type": "float",
"default_value": 3000,
"value": "acceleration_layer_0 * acceleration_travel / acceleration_print",