Need help: static_assert(LEFT_PROBE_BED_POSITION >= MIN_PROBE_X,...
Hello everybody, I was using the marlin 1.1.8 with some changes in Conditionals_post.h. Lines 1009-1012: #define _MESH_MIN_X (max(X_MIN_BED + MESH_INSET, X_MIN_POS + X_PROBE_OFFSET_FROM_EXTRUDER))...
View ArticleZ axis buzzing (stalling?)
Hi all, I have a problem that I think is firmware, but I have run out of ideas. I've had a CTC Cartesian with a Geeetech GT2560 Rev A board for a couple of years which I have updated slowly over time,...
View ArticleRe: Z axis buzzing (stalling?)
In configuration.h #define DEFAULT_MAX_FEEDRATE { 400, 400, 5, 45 } change to #define DEFAULT_MAX_FEEDRATE { 400, 400, 2, 45 }
View ArticleAutobedleveling X and Y axes stops to soon
Hi, after updating my Prusa i3 to marlin 1.1.9 i have got problems with the autobedleveling function. Everything else works fine but if i start a printjob and the autobedleveling (ABL) starts and want...
View ArticlePronterface won't connect to RAMPS 1.4
I have been having trouble getting Pronterface to connect to my RAMPS 1.4/Arduino Mega. When I try to connect, the monitor just says "connecting...", and when I unplug my board, I get the following...
View ArticleRe: Pronterface won't connect to RAMPS 1.4
Have seen that the serial baud rate should be #define BAUDRATE 115200 Quote from here [reprap.org]
View ArticleRe: Pronterface won't connect to RAMPS 1.4
Just changed it, still no luck. Does the board need to be connected to the power supply in order to connect?
View ArticleMarlin 1.1.9 Full Reprap Graphic not showing correctly
I'm trying to port over my settings from 1.1.8 to 1.1.9 for my JGAurora Z603s. I've got everything working apart from a glitchy LCD. I've compared source code for about 3 hours but not getting...
View ArticleRe: Marlin 1.1.9 Full Reprap Graphic not showing correctly
It actually look like you are trying to send LCD data to the wrong type LCD and the data is wrapping around the diaplay. Can you post a Google Drive link to both Configuration.h files so we can see...
View ArticleRe: Marlin 1.1.9 Full Reprap Graphic not showing correctly
Hi, Thanks for the reply. Sure, here is a google drive link to both config files [drive.google.com] Also in config adv.. I've noticed some additional code. If I uncomment the define LIGHTWEIGHT_UI it...
View ArticleRe: Marlin 1.1.9 Full Reprap Graphic not showing correctly
You have changed Display Character Set from JAPANESE to WESTERN You may need to change this line #define DISPLAY_CHARSET_HD44780 JAPANESE I also noted these other lines have been changed #define...
View ArticleRe: Marlin 1.1.9 Full Reprap Graphic not showing correctly
Yep, I've tried both Jap and west.. no difference. The probe bit wont effect the lcd, plus I've removed the probe now anyway and commented it out. Its got to be a bug they have introduced when...
View ArticleRe: Marlin 1.1.9 Full Reprap Graphic not showing correctly
OK! I Understand. Still the display appears to be wrapping the text as if it is looking for less characters per line. The spacing for X 0 and Y 0 seem ok though the spacing for Z 0 is incorrect, Could...
View ArticleRe: Marlin 1.1.9 Full Reprap Graphic not showing correctly
Hi, Nope tried that and it's still the same. Plus, that name works fine on 1.1.8. I've done a quick video and uploaded it so you can see.. [www.youtube.com] Thanks,
View ArticleRe: Marlin 1.1.9 Full Reprap Graphic not showing correctly
I can see it has something to do with the Display Graphics. Does this apply [github.com]
View Article(solved, my head was the problem=) ) Probe z Offsett has no effect on marlin...
Hi, I upgraded to Marlin 1.1.9 and finally configured my cap sensor for abl. I have read trough numerous posts without luck. When i put in the probe z offset either trough octoprint Marlin eeprom...
View ArticleRe: Marlin 1.1.9 Full Reprap Graphic not showing correctly
Thanks for the link, I've posted in GitHub to see if they have any ideas I could try. Thanks again, Steve
View ArticleCan't connect USB with Marlin 2.0 on MksSbase
Hello, I compiled and install Marlin-bugfix2.0.0 on a MKS SBASE board. After some setting in config, it runs OK with my Reprapdiscount Full graphic smart controller. Great, thanks ! But, connection...
View Article