diff --git a/src/views/PreSpray.vue b/src/views/PreSpray.vue
index 3dffc65..c4b5418 100644
--- a/src/views/PreSpray.vue
+++ b/src/views/PreSpray.vue
@@ -51,6 +51,12 @@
@click="onStopPrefill">
结束预充
+
+
{
+ await motorMoveToHome({axis:'Z'});
+ await motorMoveToHome({axis:'X'});
+}