mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:46:05 +08:00
Capitalise Euclidean dimension names
X, Y and Z. Contributes to issue CURA-1816.
This commit is contained in:
parent
2f3ffe2a18
commit
21ae73fca0
@ -319,7 +319,7 @@
|
|||||||
"extruder_prime_pos_x":
|
"extruder_prime_pos_x":
|
||||||
{
|
{
|
||||||
"label": "Extruder Prime X Position",
|
"label": "Extruder Prime X Position",
|
||||||
"description": "The x coordinate of the position where the nozzle primes at the start of printing.",
|
"description": "The X coordinate of the position where the nozzle primes at the start of printing.",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"default_value": 0,
|
"default_value": 0,
|
||||||
@ -331,7 +331,7 @@
|
|||||||
"extruder_prime_pos_y":
|
"extruder_prime_pos_y":
|
||||||
{
|
{
|
||||||
"label": "Extruder Prime Y Position",
|
"label": "Extruder Prime Y Position",
|
||||||
"description": "The y coordinate of the position where the nozzle primes at the start of printing.",
|
"description": "The Y coordinate of the position where the nozzle primes at the start of printing.",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"default_value": 0,
|
"default_value": 0,
|
||||||
@ -343,7 +343,7 @@
|
|||||||
"extruder_prime_pos_z":
|
"extruder_prime_pos_z":
|
||||||
{
|
{
|
||||||
"label": "Extruder Prime Z Position",
|
"label": "Extruder Prime Z Position",
|
||||||
"description": "The z coordinate of the position where the nozzle primes at the start of printing.",
|
"description": "The Z coordinate of the position where the nozzle primes at the start of printing.",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"default_value": 0,
|
"default_value": 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user