#hello I got problem with making macro

17 messages · Page 1 of 1 (latest)

modest pelican
#

what I need to change

#

[gcode_macro moveto_ld]
gcode:
G1 Y25 F6000
G1 X30 F6000

[gcode_macro moveto_rd]
gcode:
G1 Y25 F6000
G1 X200 F6000

[gcode_macro moveto_ru]
gcode:
G1 Y195 F6000
G1 X200 F6000

[gcode_macro moveto_lu]
gcode:
G1 Y195 F6000
G1 X30 F6000

narrow patrolBOT
#

Ahoi @modest pelican!
It looks like you did not provide all the necessary information we need to help you.
Please upload your logfiles and a detailed description of your problem.
For further information see: https://docs.mainsail.xyz/faq/getting-help/discord#provide-information
Note: We only accept .log and .txt files as log files.
This is an automated message

We are glad to help and chat with you on our Community Discord, but if you need help and want the best support possible you should, follow a few simple rules:

glossy inlet
#

This is not a question. Please explain us what your problem is

#

If you get an error, send the log

hidden fog
#

@modest pelican mainsail is just a gui. it has nothing todo with your klipper config. pls change the tag to klipper.

modest pelican
#

This shows up when I add macros

hidden fog
#

pls post a complete logfile and also a screenshot of the complete error message

#

snippets are the worst case to help...

modest pelican
#

Okey

hidden fog
#

but i think you issue is the format of your config file. you have to add some spaces in front of you gcode like:

[gcode_macro name]
gcode:
    G1 X10 F6000
    G1 Y10 ...
modest pelican
#

Okey

#

I will test it when my print ends

#

So give me like 10 min

modest pelican
#

I repaired it