mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Added extra relative move to prevent nozzle scraping
CURA-1102
This commit is contained in:
parent
2df91d8e0b
commit
479c6c3319
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ Item
|
||||||
Component.onCompleted:
|
Component.onCompleted:
|
||||||
{
|
{
|
||||||
printer_connection.homeBed()
|
printer_connection.homeBed()
|
||||||
|
printer_connection.moveHeadRelative(0, 0, 3)
|
||||||
printer_connection.homeHead()
|
printer_connection.homeHead()
|
||||||
}
|
}
|
||||||
UM.I18nCatalog { id: catalog; name:"cura"}
|
UM.I18nCatalog { id: catalog; name:"cura"}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue