mainsail-crew / mainsail-config

Mainsail klipper macros and settings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mainsail.cfg comment typos

twshield opened this issue · comments

In header of mainsail.cfg:

#variable_user_pause_macro : ""    ; Everything insight the "" will be executed after the klipper base pause (PAUSE_BASE) function
#variable_user_resume_macro: ""    ; Everything insight the "" will be executed before the klipper base resume (RESUME_BASE) function
#variable_user_cancel_macro: ""    ; Everything insight the "" will be executed before the klipper base cancel (CANCEL_PRINT_BASE) function

three instances of insight should be inside

Thanks for all your hard work on this.

Found another one, this time in README.md:

To remove the "Pause at next Layer" simple send

SET_PAUSE_AT_LAYER ENABLE=0

where SET_PAUSE_AT_LAYER should be SET_PAUSE_NEXT_LAYER, and "simple" should be "simply" (here and in next bit on SET_PAUSE_AT_LAYER (where this was copied from ;).

Not sure you are aware, but you can propose modifications directly here on GitHub!

Just find the file you want to change, click the small pencil to create a fork in your account, edit the file, and submit a pull request with the changes, all with just a few clicks!

image

I did know, but did not think typos rated a fork. Had not tried the pencil shortcut, so I'll try that next time.