Re: G code for calibration
And also extruder stop extruding, even if I have the min temp for extruding at 180 degrees
View ArticleRe: G code for calibration
I think you've broken the thermistor when you cleaned the nozzle. No connection to the thermistor would result in 0 degrees reading for the hot-end temperature. Because temperature reading is below...
View ArticleRe: G code for calibration
Ah... no no no. Don't get me wrong. If I want to print something everything is ok from hardware point of view. So my printer works fine. Only when i'm running this Gcode, after cleaning the nozzle...
View ArticleRe: G code for calibration
And my thermistor reads perfectly well temperatures. After line G1 X100 E15.0 F800.0 I have on my lcd 215 degree/ 0 degree and my host is cutting off heating the extruder to keep it at 215. It...
View ArticleRe: G code for calibration
All I'm trying to do is something like this: [ultimaker.com] A kind of Gcode witch allows me to adjust bed leveling with babystep function in real time.
View Articlecustom menu options with multiple lines of G-Code
Marlin has no documentation. I would like to add load/unload scripts and a manual level script to my menu system on my Kossel. I tried it with the original firmware that Folger provided, and I...
View ArticleRe: custom menu options with multiple lines of G-Code
The easiest way would be to write gcode macros and store them on SD-Card.
View ArticleRe: G code for calibration
Maybe it's the missing T0 somewhere in the start code? Your temp setting says M104 T0 S215, but the tool 0 has not been selected before that line. Just put a line with T0 behind the M82 line.
View ArticleRe: custom menu options with multiple lines of G-Code
It may be the most straightforward to implement, but I don't think it's the easiest. Store a load filament routine on an SD card as a normal G-Code file. Well, now every time you go to run the macro,...
View ArticleThere maybe a problem for ST7920 initial in ultralcd_st7920_u8glib_rrd.h
Dear sir, I had tried a new LCD module which use other one LCD controller that compatible to ST7920. I got a problem about the initial code @ uint8_t u8g_dev_rrd_st7920_128x64_fn(u8g_t *u8g, u8g_dev_t...
View ArticleNeed a little help understanding the M163 G-code.
How does weight correspond to a color. How do you calculate the P value for a color. Using R, G, B how do you calculate P where Saddle Brown uses R = 139, G = 69 and B = 19 So what would the...
View ArticleRe: Need a little help understanding the M163 G-code.
I haven't played with the weight mixing yet, but your saddle brown color scheme seems to be scaled to 256 steps in total. Question is: Do we have to scale it down to 100% or what? I'd start an...
View ArticleRe: Need a little help understanding the M163 G-code.
I will try that. It will take me a couple of days (waiting on filament) but I will report back what I find. Perhaps someone will add more information while I'm waiting. In the mean time did you see...
View ArticleLCD X and Y position
Hi, Do you know how can I disable from Marlin the position of X and Y when it's not printing and also when it's printing? I really don't need them and they just fill the place for nothing on my LCD....
View ArticleRe: LCD X and Y position
The whole menu structure is in the ultralcd.cpp file. You can change almost everything and even add your own commands.
View ArticleRe: LCD X and Y position
Ok, thank you for information but I'm not so good on programming. Do you know how can i remove them from info screen? Thanks!
View ArticleRe: LCD X and Y position
Just locate the line(s) and erase it. Make sure you have an untouched copy of the file before you start.
View ArticleRe: LCD X and Y position
i think I'll mark with // all the lines to be easier. And I'll take a pic before modifications. I have one more problem. During the print when I want to change the filament with change filament...
View ArticleRe: LCD X and Y position
In config.h // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH. // Note that for Bowden Extruders a too-small value here may prevent loading. #define PREVENT_LENGTHY_EXTRUDE...
View Article