Re: BLTouch self-start enable after Zmoves down by 10mm
The self test is nothing to do with marlin, its just somtthing the bltouch does when power is applied. What is causing the power outage would be my concern.
View ArticleMarlin bugfix1.1.x. Thermal Runaway broken?
Can some one test if thermal runaway is working in bugfix1.1.x? Right now I do not have much connected to my controller basically only Themister and LCD with Encoder and SDCard. I set the temp to 1....
View ArticleRe: Marlin bugfix1.1.x. Thermal Runaway broken?
see [www.youtube.com] your concept of what thermal protection is isn't correct. It wont trigger when hot end is not heating. It works out how much its trying to heat vs how hot its getting.
View ArticleRamps 1.4 24v part cooling fan minimum start speed in Marlin
Hi, I'm building my Frankenstein test machine running on Ramps 1.4, 24v, and Marlin 1.1.8. On my 24v part cooling fan, anything below 90/255 on the PWM fan control the fans just make whine noises and...
View ArticleRe: Ramps 1.4 24v part cooling fan minimum start speed in Marlin
This may not be of any help, but it may also be :P You seem to say that if you set the start PWM of the cooling fans to, say 50PWM, the fan(s) don't turn? If that is the case, what happens if you...
View ArticleRe: Ramps 1.4 24v part cooling fan minimum start speed in Marlin
most likely this is just the fans... your previous example is an anomaly Some have had luck adding a small capacitor across the back of fans to make them play nice with PWM.
View ArticleRe: Ramps 1.4 24v part cooling fan minimum start speed in Marlin
Quotev1talogy If that is the case, what happens if you manually give them a 'nudge', just to help them get going... do they continue to spin afterwards?Yes given a little nudge they do start to spin...
View ArticleControl knob sensitivity
So I updated to Marlin 1.1.8 and loving it so far. One minor issue (yet annoying) is it is hard to select exact temps now. If I want to set the hotend to 200 manually, try as I may I can only get 199...
View ArticleRe: Control knob sensitivity
Try and change the following in your Configuration.h file: // ENCODER SETTINGS // // This option overrides the default number of encoder pulses needed to // produce one step. Should be increased for...
View ArticleRe: Ramps 1.4 24v part cooling fan minimum start speed in Marlin
I will most likely just repeat what you already know, sorry about that :) I think that with a higher voltage input to the fans a higher torque is being produced within each coil, as opposed to 12V. So...
View ArticleRe: Unified Bed Leveling - Bug in Marlin 1.1.8?
Where is "the mesh" setup? How do I make it smaller than my bed? Folgertech FT5 bed 290 x 290mm BLtouch is 54mm +Y offset Tnx :S
View ArticleRe: Unified Bed Leveling - Bug in Marlin 1.1.8?
Folgertech i3-2020 is a reference platform for Marlin. I don't know about the FT-5. That stuff is set in Configuration.h. Look for BED_SIZE_X and BED_SIZE_Y The UBL mesh will cover the bed. What ever...
View ArticleRe: Mesh Bed Leveling - add points.
UBL allows you to tilt the mesh. But there is seldom a reason to do that. The mesh bed leveling works very well. The isn't any down side to using a 10 x 10 mesh instead of a 5 x 5 mesh. Depending on...
View ArticleRe: Unified Bed Leveling - Bug in Marlin 1.1.8?
What MARLIN version should I be using? URL please? I have BED_SIZE set to 290 X and Y How do I tell the critter that the probe is 54mm offset in Y?? !! FT-5 home (0,0) back right corner --- looking at...
View Article'rx_buffer' was not declared in this scope
Have redone over 5 times and always getting " 'rx_buffer' was not declared in this scope " . Now i tried printer Factory marlin from their site and same " 'rx_buffer' was not declared in this scope "...
View ArticleRe: Unified Bed Leveling - Bug in Marlin 1.1.8?
Setting X_BED_SIZE and Y_BED_SIZE will set the size of the mesh. Setting GRID_MAX_POINTS_X and GRID_MAX_POINTS_Y will set the number of mesh points in each direction.
View ArticleRe: 'rx_buffer' was not declared in this scope
#define SERIAL_PORT 4 This is the serial port on the controller, not the serial port on your computer. 0 through 3 are valid options on a controller with a atmel 2560. unless you are doing something...
View ArticleRe: 'rx_buffer' was not declared in this scope
Yes Thank you . got the code uploaded but the lcd screen isnt turning on maybe i have to flash the board due to my previous attempts?
View ArticleRe: 'rx_buffer' was not declared in this scope
using RepRapDiscount Smart Controller . I tried adding U8glib.h and U8glib.cpp files but U8glib.cpp gives me some kind of error ... what i understand it doesent support the board`
View ArticleRe: 'rx_buffer' was not declared in this scope
Main question is - does the code overwrite or just adds up ?
View Article