-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
Error compiling in 2.0.6 due to G35.cpp and ASSISTED_TRAMMING with BLTouch present #19402
Comments
Please download |
I get this error now I copied my configuration files plus the platformio.ini into the new version... anything wrong with this? platforIO.ide is current version |
Yes. Use the You can try dragging and dropping your old configs, but you're better off porting your settings to the latest version. |
Dual hotends is what is tripping up Edit: See #19252 (comment) for a possible workaround. |
compiling problem solved. Porting settings is not much appreciated ;-) takes a lot of time.... |
Adding the code in the comment linked above allows for your config to compile, but I have no way to test it. |
not if you use a compare tool, on windows winmerge is a great tool for this |
does compile, but assisted tramming does nor work. |
Are you able to connect via serial/host like Pronterface or OctoPrint? There may be errors in the serial output that can help debug further. |
It does the front left point, then the error output happens, then the homing Z (again), as best as I could follow it. Recv:17:21:12.013: echo:Active Extruder: 0 (2) The endstop trigger phase might be because I forgot to comment it, after senorless homing did not work and I reverted to endstops. |
The TMC_HOME_PHASE wasnt the reason. After commenting out, it did still not work. G35now: |
@Mike8-I So, is the problem now, that it doesn't work with e.g. X=163, or you can't compile the firmware? |
@qwewer0 In my opinion the possible max position should be: xmax - NOZZLE_TO_PROBE_OFFSET, limited to xmax (for negative probe positions). The position for calculating the tramming point should be xTramming point +NOZZLE_TO_PROBE_OFFSET. Same for y. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
When compiling marlin bugfix (//#define STRING_DISTRIBUTION_DATE "2019-07-10") with assited tramming enabled this error occures: *** [.pio\build\LPC1769\src\src\gcode\bedlevel\G35.cpp.o] Error 1
error does not occur when assisted tramming is commented out
board: bigtreetech SKR1.4 turbo
Configuration.zip
The text was updated successfully, but these errors were encountered: