Closed alejandro-anv closed 7 years ago
maybe use a site like pastebin.com for config's :-D
@alejandro-anv You've only posted the first file. But that may be enough. I assume you're saying that you used it unmodified. I'll look this over shortly.
To me, it sounds like the probe is misconfigured so that it always appears triggered. What does M119
tell you about the endstop and probe states?
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.
I am using a custom Delta printer. I was working OK with RC7. Today tried RCBugFix and can't get auto bed leveling working right.
Goas down to bed at negative X until tohchs the bed.Then moves right without going up first. Then starts moving in extrange ways with Z positions each time higher and higher and it moves to negative X out of the printable area. It seems to be testing all positions on negative X and negative Y.
I am happy I am using magnets for joints because otherwise something would be broken.
The config.h is not the same I used in RC7 because RCBugFix refuses to use it. Then I re-made it and there may be an error but other functions seems to work ok.
Config.h follows. Config_adv.h is copied from delta example configurations.
Configuration.h
``` /** * Marlin 3D Printer Firmware * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * * Based on Sprinter and grbl. * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see