How to use M117 to show message during bed leveling manual Gcode for Ender 3
Hello I have a Creality Ender 3, I used Repetiere-Host to write a G code that help me to leveling the bed. In particular The G code command improved, is NOT G42 Mesh based. I use G0 because of I...
View ArticleRe: Sending Message to LCD screen
QuoteRoberts_Clif Marlin's G-Codes [marlinfw.org] Hello I think there are at least two matters: When you place the strings in M117, but you are running G0 and M0, the M117 doesn't work. Is there any...
View ArticleMarlin Log Printing Data on SD Card
I need to record the nozzle temperatures and some other parameters while printing. I am currently using the M28 command to open a log.txt file on the SD card and M29 and write it. However, the file...
View ArticleRe: Marlin 1.1.9 - SD Card not working after update
Hi! The SDCard slot stopped working after I flashed the firmware to Marlin 1.1.9 and _before_ I even connected the BL Touch. Now it is connected, tho, according to the readme in...
View ArticleTrouble with Marlin 1.1.9 using Manual Bed Leveling
Hi! I just installed Marlin 1.1.9 onto my Geeetech I3 Pro B the other day, because i was particularly curious about the manual bed leveling feature, which, as i understand it, lets me level the bed...
View ArticleRe: Trouble with Marlin 1.1.9 using Manual Bed Leveling
I suggest you tu install MK4DUO 4.3.6 on your geeetech i3 pro B. I've got it, and the manually bed level work grate thanks to MagoKimbra. Your matter is to abiility the EEPROM settings winth M502 in...
View ArticleRe: Marlin Log Printing Data on SD Card
There is no way to log data to the sd, its not designed for that M28 is designed for you to upload gcode to the sd card on the machine, it doesn't run the gcode at that time.
View ArticleRe: How to use M117 to show message during bed leveling manual Gcode for Ender 3
Pause is funnily enough a blocking command. No other command are processed until the time has elapsed or the button is pressed. This is what is is designed to do....
View ArticleH-Bot questions for new printer
Hi All, part way through designing and building a new H-Bot style printer (less complicated belt(s) than CoreXY) and going to use Marlin, of course. I have the frame set up, coner mounts fro motors...
View ArticleExtruder acting weird on Anycubic Delta with 1.1.9 Marlin
Hello everyone, I have a very weird behaviour of my extruder on my Anycubic Kossel Delta Printer. It started probably 2 weeks ago when printing a case for an arduino. There were two cylinders for...
View ArticleRe: How to fix Marlin code to stop extruder's fan when I Pause the print
Dear MrAlvin, My mainboard is MKS GEN1.4, and my firmware is newest version. Thanks
View Articletrouble wile compile Marlin 2 for sbase
I was trying to compile marlin 2 for my sbase since last night. but I always get QuoteProcessing LPC1768 (platform: [url]https://github.com/p3p/pio-nxplpc-arduino-lpc176x/archive/master.zip[/url];...
View ArticleRe: trouble wile compile Marlin 2 for sbase
clearly a issue with your build environment so what are you using to build it with and on what platform? works for me... todays bugfix 2.0, PlatformIO with Atom on ubuntu 18 motherboard set to...
View ArticleRe: trouble wile compile Marlin 2 for sbase
I am also using PlatformIO with Atom, but on Windows 10 and MacOS, both with no success:( I am uninstall everything and give it another go. update: it seems my pfsense blocks something.
View ArticleConfuguring Marlin for Tronxy X8 board
I have been trying to get a new version of Marlin on to my Tronxy X8, which uses an ATmega 1284P chip, on a ramps 1.4 style board. However, I am not sure what board profile to use in configuration.h...
View ArticleRe: Confuguring Marlin for Tronxy X8 board
It appears that there are a number of boards that support ATmega 1284P chip This is in Github for Tron X8 [github.com] #define MOTHERBOARD BOARD_SANGUINOLOLU_12 OR here is a list more controllers...
View ArticleZ motors repeatedly interrupted
Hi I have a pretty odd problem. I have an elderly Mendel fitted with RAMPS 1.4 which has been out of use for a while, so I decided to give it a clean up and get it going again. As part of this I...
View ArticleRe: SD init fail.....make me crazy:X 2560 rev b.
I've try to change the flat cable fcc 40pin....but nothing (td)
View ArticleHow can I configure marlin to work between RAMPS and Raspi 3 B by I2C?
Hi, I've tried to understand the serial port of Marlin, but I didn't find any details about I2C settings in this forum, marlin's documentation and marlin's github. I know that the SERIAL_PORT 0 is to...
View ArticleTwo-Motor Multi-Material Printing... How to implement in Firmware?
[attachment 107835 poster.png] Hey Guys, I'm trying to do something that I don't think has been done before. Okay... its an adaptation of MMU.V2. But I don't think it would be very hard... at least...
View Article