Re: Marlin 1.1.9 Full Reprap Graphic not showing correctly
Solved it. :) It was a timing issue. Well, I never solved it but I found the answer on GitHub. In the config.h file, added the 3 below lines and it's working well. #define...
View ArticleAnyone get skew correction to compile
Marlin 1.1.9 with Folgertech i3 2020 I'm trying to understand how to implement skew correction. If I understand the comments in configuration.h I can either enter my measurements for XY_DIAG_AC, etc...
View ArticleRe: Marlin 1.1.9 Full Reprap Graphic not showing correctly
I found this but no explanation! #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER #ifndef ST7920_DELAY_1 #define ST7920_DELAY_1 DELAY_NS(125) #endif #ifndef ST7920_DELAY_2 #define ST7920_DELAY_2...
View ArticleRe: Anyone get skew correction to compile
Never mind. Keyboard error. #define XY_DIAG_AC 141,1 //08/19/18 should not have a comma :(
View ArticlePINS.h not working correctly ???
I build a Ultimaker clone. (C-260 ) . Its working. Based on MKS Gen L v.1.0 board Want to print high temperature, so changed the head . Added PT100, amplifying board. HW is working till the last PIN....
View ArticleSD card
Hello. I have a new Einsy RAMBo 1.0a motherboard and I configure Marlin v1.1.9 firmware on this board. I have a full graphic smart controller LCD. After changing configuration.h, I managed to set up...
View ArticleRe: SD card
This SD card I used with repetier firmware on my old RAMBo and SD card worked. SD card: MicroSD (with adapter) Write/read speed: 5MB/s
View ArticleHow to use PHOTOGRAPH_PIN (M240) to take a picture
Hello, I have looked around, but I cannot seem to find any info about how to use the M240 command to take a picture. I am just barely switching to Marlin 1.1.9 on my good ol' RAMPS 1.4 Chinese clone....
View ArticleRe: How to use PHOTOGRAPH_PIN (M240) to take a picture
Yes the timing/emulation is built in [reprap.org] yes you just need a ir led and current limiting resistor
View ArticleMarlin 1.1.9 major bugfix problem
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 ArticleHow to add extra movement in Y axis just before Z homing
Hi I got one DaVinci 1.0 converted now with mks board and e3dv6 with direct extruder but pancake motor that hotend carriage didn't have enough torque so i mount stock davinci motors for direct...
View ArticleFirst layer squishing
Hey guys, I'm having trouble with my first print/part. I'm not sure what this issue is, but I believe it to be either tinkercad, or how I'm slicing in cura. I have a test object, and a bedleveling...
View ArticleRe: Marlin 1.1.9 major bugfix problem
LEFT_PROBE_BED_POSITION is outside the probe region means that the x min probe position is less than X0. Did you remember to add the x offset to the selected value?
View ArticleRe: Marlin 1.1.9 major bugfix problem
Yes I have put the correct offsets. I am using the some setups on marlin 1.0.2 and 1.1.8. There is a bug in marlin 1.1.9 and we need to find it and correct it and reserve it in the next marlin...
View ArticleRe: Marlin 1.1.9 and Ramps 1.6
We are running this setup on our nearly gutted and rebuilt Cubex Duo and we have been unable to flash Marlin successfully. The power works to the Mega and the Ramps 1.6. The LCD lights up and when we...
View ArticleRe: How to use PHOTOGRAPH_PIN (M240) to take a picture
Great! Thank you! This really helps! I will definitely be trying this soon!
View Articlehelp needed to run only one Z stepper (and two E steppers)
Hello I have a MKS Gen-2Z V1.1 board and I have the newest version of Marlin (1.1.x) 1) when I move the Z-axis both stepper motors turn, but I only want to use one of them for Z and the other for E1...
View ArticleRe: help needed to run only one Z stepper (and two E steppers)
here's my configuration taps if anybody want to give it a look [attachment 106749 Configuration.h] [attachment 106750 Configuration_adv.h] here's the data for my board with pinout [reprap.org]
View ArticleQuestion on UBL and Fade Height
I've been using UBL for a long time now and I'm on the Marlin 1.1 bugfix branch. In my configuration.h file, I have ENABLE_LEVELING_FADE_HEIGHT defined. The default fade height is 10 mm. So once the Z...
View Article