Re: CubeX to Reprap auto bed bevel sensor not working
Okay so I got it working. It hit me last night that the print bed moves down and the stepper wires are in reverse. I also had to disable this line of code: Line 318 - // #define ENDSTOPPULLUP_ZMIN Now...
View ArticlePin voltages change during firmware upload or connection
I modified Marlin a bit to be able to use a laser engraving module. I just have the laser controlled by a simple mosfet circuit (controlled by an ATmega2560) and everything is working fine. The...
View ArticleRe: Unified Bed Leveling available as a Beta Release
OK. Well... For right now, an LCD Panel is required as well as a Z-Probe. There is no reason it has to be that way long term, but for right now, the code assumes it has those available. The problem is...
View ArticleRe: Pin voltages change during firmware upload or connection
This is the normal behavior while flashing. The "setup"-section is also only available on your µc after flashing and not while flashing! Disconnect your power supply or invert your logic physically.
View ArticleRe: Unified Bed Leveling available as a Beta Release
Thanks for the info. I configured a fixed BLTouch probe and my RepRap Full Graphics controller and it still failed to compile. I then downloaded the latest from github, made the same two changes to...
View ArticleRe: Pin voltages change during firmware upload or connection
Thanks for the logic inversion suggestion, that'll work fine for me. I want to know more about this flashing behavior though, is it controlled by a lower level firmware wrapper on arduino, or is it...
View ArticleRe: Unified Bed Leveling available as a Beta Release
QuoteDaveA Thanks for the info. I configured a fixed BLTouch probe and my RepRap Full Graphics controller and it still failed to compile. I then downloaded the latest from github, made the same two...
View Article1.1.0RC7 & BLTouch
Anyone else tried to build RC7 with a BlTouch probe? Built-in support for the BLTouch was added in RC7 and it seems that all you need to do is uncomment the line //#define BLTOUCH at line 456 in...
View ArticleZ axis not lowering to build height..
Hello I have a diy 3d printer, same as a 3d systems cube 1. with ramps 1.4,. I want the z axis, plugged into z -max on the ramps, and I need it to lower when building height on a 3d object.. what...
View Articleauto bed tramming
Hi I'm trying to install the auto bed tramming sensor, I following the steps in this video and I have an error: "DEPLOY_PROBE" I do not know what you mean and I can not even figure out the problem....
View ArticleRe: auto bed tramming
Do you mean Auto Bed Leveling? If so, I can help. What kind of machine do you have, and what kind of electronics are on it?
View ArticleRe: Cannot compile marlin on Windows 10 - File name too long? SOLVED
Same problem here, also on Windows 10. I was having no problems compiling u8glib v1.19.1 while it was referenced globally through Sketch>Import Library. However, I tried to move it into my marlin...
View ArticleRe: auto bed tramming
yes auto leveling bed. My printer is a coreXY and have a ramps board 1.4 and the sencor it is a LJ12A3-4-Z/BX
View ArticleRe: auto bed tramming
What type of LCD Panel do you have? Is your processor board an AtMega2560 ?
View ArticleRe: auto bed tramming
Yes, the board is that, and the LCD is a RepRap Discount FULL GRAPHIC Smart Controller. and stepper are driver drv8825
View ArticleRe: auto bed tramming
If the LCD Panel was a RepRap Discount 20x4 I would have suggested we try to bring up the new UBL code on it to get Bed Leveling going. But that code doesn't work with the Full Graphics controllers yet.
View ArticleRe: auto bed tramming
I'm not understanding the relation between the bed leveling and LCD? I am inexperienced with firmware, that's why I'm asking.
View ArticleRe: auto bed tramming
Quotepedrojpinheiro I'm not understanding the relation between the bed leveling and LCD? I am inexperienced with firmware, that's why I'm asking. There is no relationship between the two if you are...
View ArticleZ height wrong after z probing
I ran G29 after G28 XY, which seems to work fine. However, when I try to print something, the printer starts 2ish cm above the platform. I tried to change "#define Z_PROBE_OFFSET_FROM_EXTRUDER", but...
View ArticleAuto Level on SAV MkI
I am trying to install an inductive sensor on my Prusa i3 Steel, using a SAV MkI as a board. I managed to get the sensor to trigger correctly with this version of Marlin - I installed with Arduino IDE...
View Article