mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Correct alignment after applying transformations
I had deleted the 2.5mm manually. Sorry. Contributes to issue CURA-7534.
This commit is contained in:
parent
922986a3f9
commit
574f2426ef
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
"manufacturer": "BeamUp",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "beamup_l.3mf",
|
||||
"platform_offset": [0, -5, 0],
|
||||
"platform_offset": [0, -2.5, -2.5],
|
||||
"has_machine_quality": true,
|
||||
"has_materials": true,
|
||||
"machine_extruder_trains":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue