RC7 BED_LIMIT_SWITCHING
Hello, I Use Marlin RC7. In the confi.h-file under the section "PID > Bed Temperature Control" is the following function: Select PID or bang-bang with PIDTEMPBED. If bang-bang, BED_LIMIT_SWITCHING...
View ArticleMarlin RC8 AUTO BED LEVELING BILINEAR
Hi, just a quick question 'cause I am not sure about this feature. Is it possible to save the mesh data to eeprom - like in the UBL version of Marlin? Marlin wiki says it throws the data away - but...
View ArticleRe: Marlin RC8 AUTO BED LEVELING BILINEAR
Hello Axel, I've found that if you enable EEPROM usage in the configuration file and issue a m500 command after you have your leveling points, that it does indeed save your points. Cheers- Scott
View Articlehow to change g28/29 code to include the probe deploy/stow
Anybody out there got any idea how i can change g28/29 code to include the probe deploy/stow in marlin so its permanent in my marlin firmware?? that would certainly help alot of people out that are...
View ArticleRe: how to change g28/29 code to include the probe deploy/stow
Just add it into the slicer start gcode and flash to your hearts content and it wont matter. This is normally how people do it.
View ArticleRe: Auto bed level unstable
I've seen results similar to what you are describing with the inductive and capacitive sensors. Some people have good results with those types of probes. But not everybody has good results. I prefer a...
View ArticleBilinear bed leveling and associated gcodes and procedure
Hey guys, I made the move from rc6 to rc8 and have configured to use the bilinear bed leveling. By issuing a G29 my machine begins probing and goes through its probing routine. I see the resulting...
View ArticleRe: Bilinear bed leveling and associated gcodes and procedure
I think it is possible you are getting UBL's Mesh Commands confused with RC-8's Bi-Linear Mesh commands. In the UBL system you can save the mesh in slot # 1 by doing a G29 S1. But in RC-8's Bi_linear...
View ArticleRe: Bilinear bed leveling and associated gcodes and procedure
Ahhhh righto no worries, that makes sense. So just to clarify M500 will save the mesh like before using manual mesh leveling as well as M420 S1 to activate the mesh? Thanks for the help mate Gav
View ArticleRe: Bilinear bed leveling and associated gcodes and procedure
It depends which system you are talking about. M500 used to save the mesh in the UBL system, but that was problematic for a number of reasons. M500 no longer saves the mesh in UBL. It is my belief it...
View ArticleRe: Bilinear bed leveling and associated gcodes and procedure
Yep referring to the bilinear in rc8
View ArticleInduction Z Probe on Z Max, NOT Z Min
Hi, I think I am reading too much into the keywords that contain "Z_MIN*" to mean the Z Minimum limit switch pins... I am on Marlin RC6. I am using proximity sensor (NPN) at 5V connected to Z Max My...
View ArticleRe: Any Experience for SD Card Logging
would slow the printer to a crawl (most are slow 16 mhz controllers) would wear out the sd card (they are only good for 100,000 writes each sector) this can be mitigated by implementing a wear leaving...
View ArticleRe: Marlin RC8 AUTO BED LEVELING BILINEAR
Hey mate I've had similar issues with this as well, I've found it hard to setup and the gcodes don't seem to respond correctly either, I abandoned the auto bilinear leveling and just stuck with manual...
View ArticleRe: Induction Z Probe on Z Max, NOT Z Min
Zmin probe should be set to zmax pin so 19 is correct Also from memory, z min probe endstop should be enabled, but this is dependent on your setup ie uses min endstop AS WELL AS a probe for bed leveling
View ArticleRe: Induction Z Probe on Z Max, NOT Z Min
connect the probe to zmin and remove the mechanical switch, you the use the probe for zmin homeing and bed levelling. However, i have had more consistant results useing a z max mechanical switch and...
View ArticleRe: Marlin RC8 AUTO BED LEVELING BILINEAR
Quotegavatron3000 Hey mate I've had similar issues with this as well, I've found it hard to setup and the gcodes don't seem to respond correctly either, I abandoned the auto bilinear leveling and just...
View ArticleRe: Marlin RC8 AUTO BED LEVELING BILINEAR
QuoteScott1326 Quotegavatron3000 Hey mate I've had similar issues with this as well, I've found it hard to setup and the gcodes don't seem to respond correctly either, I abandoned the auto bilinear...
View ArticleRe: Marlin RC8 AUTO BED LEVELING BILINEAR
Hello Roxy, I have tried Marlin UBL, and as a matter of fact, you've replied to some of my questions on github (you may recall that the xy probe positions were off on my setup). I still find it...
View Article