Pausing in position G-Code

Post Reply
KinCatia
Posts: 16
Joined: Mon Jun 24, 2019 1:14 am

Pausing in position G-Code

Post by KinCatia » Sat Nov 09, 2019 2:34 am

I'm trying to write G-code for my A30 to Home, move to directly over the 1st bed level adjuster come down and pause so I can adjust it then go on to the next one and so on. I can do everything except pause in position. Does anyone have a command that will work? I've also as a work around tried to slow move the nozzle sideways very slowly F0.5 but it totally ignores this and just does the move at normal speed. Any thoughts or help appreciated.

M0 Bed Clear? Press button to continue
G91 ; move relative
G1 Z8 F500 ; move up 8
G90 ; move absolute
G28 X F1500 ;Home X

G28 Y F1500 ;Home Y

G28 Z F1000 ;Home Z

;Move to Front Left
G1 Z20 F1000 ;Z to safe height
G1 X46 Y46 ;Go to first XY position at front-left
G1 Z0.1 F50 ;Lower Z carefully
G1 X45 F0.1 ;move slowly
G1 Y45 F0.1 ;move slowly

User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: Pausing in position G-Code

Post by William » Sat Nov 09, 2019 9:58 am

Hi, A30 uses Smatto firmware
-Keep your mind and try to test it. :)
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!

Post Reply