Macro for speed factor?

Hello, i have a sonic pad. Ive been playing around with it for quite a while BUT i tried to make a macro for speed factor changes. So when i’m doing a test with my speed : i stay there and do it manually, but i wanted to make a macro for 10%, 20%, 30% etc etc. So i made them, they are showing up but they aren’t doing anything. Something in my code is wrong i’m guessing.

I am not a pro at coding, i just use common sense from what i can see from other macro but this isn’t working.

Here is the macro :

[gcode_macro 10%]
gcode:
M220 S10
[gcode_macro 20%]
gcode:
M220 S20
[gcode_macro 30%]
gcode:
M220 S30
[gcode_macro 40%]
gcode:
M220 S40
[gcode_macro 50%]
gcode:
M220 S50
[gcode_macro 60%]
gcode:
M220 S60
[gcode_macro 70%]
gcode:
M220 S70
[gcode_macro 80%]
gcode:
M220 S80
[gcode_macro 90%]
gcode:
M220 S90
[gcode_macro 100%]
gcode:
M220 S100

Thank you for your help !

btw the macro shows in the list, the macro clicks, and does something in the console ( 10% ( so just the title of the macro is showing but nothing happens ))

just thought i would clarify

Hello @belvedere89 !

Sorry, but we do not give support for the Sonic Pad.

oh okay. wasn’t aware. all good. i find the answer somewhere else then. thank you

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.