-
-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change G_CODE for babysteping #919
Comments
I believe it's this one. You might also be able to make a MCODE 290 macro. Not sure whether macros can accept input parameters though. |
So, how can I change this file on my PI? |
I am fairly new to this framework, but if I am not mistaken, all files are compressed inside /opt/OctoDash/resources/app.asar. However you can make your own debian package from source. https://github.com/UnchartedBull/OctoDash/blob/master/CONTRIBUTING.md |
Even if you'd manage to unpack it you probably won't find that line. Angular does a lot of magic before packaging everything (minifying, treeshaking and other optimizations), so this line won't look the same. Rebuilding everything is your best guess here. I can also add a config option to a later version, so users can define there baby-stepping commands, but that will take a while. |
I'm really new to all of this stuff, so I'l try to make a macro, and wait for the update, because I don't understand how to do it on my own) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Good idea - configurable g-codes and titles for babystep screen. I want use klipper command "ajust", no absolute value, and my values (0.05, 0.01). "executeGCode( Klipper have non-absolute commands for add or decrease offset from current offset value. SET_GCODE_OFFSET Z_ADJUST=, where adjust non absolute value, but offset correct. |
Custom values probably won't be added but the next release should at least include the option to replace |
Only one command? Relative variants not in plan? |
I won't have the time to implement a custom command for each of those buttons. Feel free to open a PR though :) |
Teach me build your code on rpi or ubuntu?) |
Hello guys!
I've installed octodash andI really like it, but i use klipper and it has another comands for babystepping during a print(
So the question is, how ti change them, where are located files with this commands?
The text was updated successfully, but these errors were encountered: