Re: Load/Unload Filament
Don't get me wrong, I do have on my LCD this function but ONLY after I hit print from SD or print via USB. And it works fine. What I'm saying is that I do not have this function on my LCD BEFORE I...
View ArticleRe: Load/Unload Filament
Oh! Now I understand! We may need to make that available outside of the Tune menu! Sorry about that!
View ArticleRe: LCD X and Y position
Look for the function lcd_implementation_status_screen() which you find either in dogm_lcd_implementation.h for graphic controllers: lcd_print('X'); u8g.drawPixel(8,XYZ_BASELINE - 5);...
View ArticleRe: expected initializer before 'homing_feedrate_mm_s'
Finally figured out how to solve this. Tools > Board > Board Manager Arduino AVR Boards > Update ( to the latest version) Instantly fixed all the errors I saw...yes a pretty dumb mistake -.-
View ArticleAuto calibration whit Marlin Firmware.
Greetings I hope you are well, my name is felix and I am super new working with 3D printers 8-). And I currently have a mini rostock, with a proximity sensor and use of the Melzi board. The questions...
View ArticlePrinter is printing randomly all over the build plate.
Image error Running getimagesize() on the image data failed open image URL This printer is running the newest Marlin code. It is supposed to be printing a test cube and this is happening. Does anyone...
View ArticleNozzle position to the bed. XY
Hi! I have installed skynet. marlin fork. Also installed a new bowden set up. So nozzle is not in the same position. Z probe offset is right on the middle of the bed. But the nozzle has moved 20mm to...
View ArticleRe: Nozzle position to the bed. XY
If you have changed the type of hot end, then i think you will need to re-position the X Y endstops so that the nozzle homes to 0,0
View ArticleRe: Nozzle position to the bed. XY
Yes. If you mean nozzle position relative to x0 y0 ? I can not in my life find that setting in firmware.. 8-)
View ArticleManual mesh bed leveling
hi, I'm working on a project which involves modifying a Prusa i3 MKII, I want to cancel the auto bed levelling and replace it with a manual mesh bed levelling. I have checked the printer's firmware...
View ArticleOdd temperature readings and failing autotune
Hi all, I put together a Colido DIY just now, and it worked fine for a while. I use it via Repetier Host. Then, during a print, the hot end cords got snagged with the table, and it yanked the...
View ArticleRe: Load/Unload Filament
Maybe if I cut all the Change filament function from tune submenu and I paste it in ultralcd.cpp let's say in the Prepare menu it will appear there. i'll give it a try.
View ArticleEnabling 2 fans for RAMPS
Hi. I have 1 hotend, 1 heatbed and 2 fans. How should I connect the fans on RAMPS 1.4(as hardware) and what should I change in Marlin so that the Hotend fan will run at full speed over 50 degree...
View ArticleRe: Auto calibration whit Marlin Firmware.
It is typical for the start up GCode in your slicer to have G28 and G29 close to the end. In theory... That will get your printer setup to do the right thing when the real GCode from the print starts...
View ArticleRe: Load/Unload Filament
QuoteDOYT Maybe if I cut all the Change filament function from tune submenu and I paste it in ultralcd.cpp let's say in the Prepare menu it will appear there. i'll give it a try. No... Don't mess with...
View ArticlePlotter + Marlin firmware + servomotor as E axis
Hello everyone, i built a plotter and i'm running marlin firmware on my arduino mega, but i'm not sure what are the modifications that i need to do in the configuration.h file to use a servo motor to...
View ArticleRe: Plotter + Marlin firmware + servomotor as E axis
Change the number of servos from 0 to 1 and that will turn on the servo code. Then take a look at the bool set_probe_deployed(bool deploy) function in Marlin_main.cpp That deploys and stows the probe...
View ArticleRe: Load/Unload Filament
I got this... In file included from sketch\ultralcd.cpp:50:0: sketch\ultralcd.cpp: In function 'void lcd_control_menu()': ultralcd.cpp:266: error: '_lcdLineNr' was not declared in this scope...
View ArticleRe: Load/Unload Filament
I got it, I had it formulated different than yours. Now it's working but it's rough. I mean it sais continue printing after :)) I ting I need to create specific functions for this.
View Article