Re: Manual Mesh Bed Leveling On UM2 Go Clone Issue :S
Quotepsiewert What really confuses me is that even if I download the Ultimaker2Marlin config.h from GitHub it still doesn't work. Maybe I need to play around with the wiring. The configuration.h file...
View ArticleMKS Base V1.2 Using RC4 Does not Boot
I've tried defining MOTHERBOARD with the following: BOARD_MKS_BASE, BOARD_RAMPS_14_EFB, and BOARD_RAMPS_13_EFB (equivalent to 33 which I am using fine with 1.0.2-1) with no luck. Display just shows...
View ArticleMarlin RC-4 (Release Candidate #4) Frozen and Released
Nearly everything is A-OK! The code is getting very solid. Give it a try!
View ArticleRe: MKS Base V1.2 Using RC4 Does not Boot
Solved it.... display setting was wrong. Using BOARD_MKS_BASE, btw.
View ArticleRe: Reading the EEPROM settings in Marlin
In Repetier-Host, under menu Config is Firmware EEPROM Configuration. This will not only display the values in EEPROM, but allow you to change them.
View ArticleRe: Reading the EEPROM settings in Marlin
M503 will print out the currently active settings. So if you boot up, it will load values from the EEPROM, and when you give it a M503 you can see everything.
View ArticleRe: Marlin RC-4 (RCBugFix) almost stable! Going final soon!
Quick question can I go from rc3 to rc4 and port my config files? I'm not experiencing any issues with rc3 but if there a better version I'd love to move on to it. Just looking to avoid the full...
View ArticleRe: Marlin RC-4 (RCBugFix) almost stable! Going final soon!
The configuration.h file changed in few places between the RC(RC3) & RCBugfix(RC4). You'll have to edit the new config file with your current settings.
View ArticleRC3 to Rc4 Autolevel Grid wrong
So I was running a SmartRapCore Alu on RC3 with no issues, decided to try Rc4 (why I hear you ask if you have no issues...) anyway Everything so far normal except when I send G29 my bed level grid...
View ArticleSecond extruder won't stop overheating
I added a second extruder to my Mendel 1.5 and it won't stop heating. I am using a RAMPS 1.4 with Marlin 1.0.2-1. When I open Pronterface it registers the second extruder and shows the ambient...
View ArticleCustom Lidar Endstop
Hello, I am currently trying to configure my CNC machine to use a Lidar sensor as an endstop. What I am trying to do is figure out how to trigger the endstops once the distance has changed. That way...
View ArticleRe: RC3 to Rc4 Autolevel Grid wrong
I'm also using CoreXY kinematics, and I'm getting something similar. Homing works fine on min endstops, all 3 axes. Checked motion, and positive is definitely moving away from the origin. Origin is in...
View ArticleRe: RC3 to Rc4 Autolevel Grid wrong
Quotevladimirzzz G28 G29 P 3 V4 T work for me What do the parameters used with G29 above do?
View ArticleMarlin loads on lcd but not pronterface
This is my first time trying Marlin. I have uploaded the firmware to my board but when I try to connect to my printer in Pronterface it just stalls on connecting. However everything appears to load...
View ArticleFirmware problem (we assume) - bed and extruder not responding to Repetier
Hello, we are a makerspace in Lahore, Pakistan and we are using a custom printer from AB3D. Unfortunately we have a hard time getting it to run. It uses the RAMPS 1.4, Marlin and Repetier Host. Motors...
View ArticleRe: Marlin loads on lcd but not pronterface
What Baud rate do you have PronterFace set at? Also, if this is the first time using PronterFace you need to load some USB Serial Drivers to let it get out the USB port and talk to the AVR board.
View ArticleRe: RC3 to Rc4 Autolevel Grid wrong
P 3 says do a 3x3 grid. V4 is the maximum verbose level for G29. T gives a topographical map of the probed bed. May I suggest you start a similar thread at GitHub.com/MarlinFirmware/Marlin ? I know...
View Article