mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 03:45:54 +08:00
Fix units for initial layer print/travel acceleration
These two were wrong. Contributes to issue CURA-5495.
This commit is contained in:
parent
59bb774436
commit
58e5a81236
@ -3025,7 +3025,7 @@
|
|||||||
{
|
{
|
||||||
"label": "Initial Layer Print Acceleration",
|
"label": "Initial Layer Print Acceleration",
|
||||||
"description": "The acceleration during the printing of the initial layer.",
|
"description": "The acceleration during the printing of the initial layer.",
|
||||||
"unit": "mm/s",
|
"unit": "mm/s²",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 3000,
|
"default_value": 3000,
|
||||||
"value": "acceleration_layer_0",
|
"value": "acceleration_layer_0",
|
||||||
@ -3039,7 +3039,7 @@
|
|||||||
{
|
{
|
||||||
"label": "Initial Layer Travel Acceleration",
|
"label": "Initial Layer Travel Acceleration",
|
||||||
"description": "The acceleration for travel moves in the initial layer.",
|
"description": "The acceleration for travel moves in the initial layer.",
|
||||||
"unit": "mm/s",
|
"unit": "mm/s²",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 3000,
|
"default_value": 3000,
|
||||||
"value": "acceleration_layer_0 * acceleration_travel / acceleration_print",
|
"value": "acceleration_layer_0 * acceleration_travel / acceleration_print",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user