Marlin 1.1.4 - Parameter S, T and B of M205
Does anyone know the function of parameters S, T and B of command M205?
View ArticleRe: Marlin 1.1.4 - Parameter S, T and B of M205
/** * M205: Set Advanced Settings * * S = Min Feed Rate (units/s) * T = Min Travel Feed Rate (units/s) * B = Min Segment Time (µs) * X = Max X Jerk (units/sec^2) * Y = Max Y Jerk (units/sec^2) * Z =...
View ArticleRe: Creality Ender-4 GPL violation?
Dust, thank you so much for confirming my suspicion. I am confronting the company representative now, hopefully this is just a language issue and once explained they will realize they need to release...
View ArticleRambo v1.0e
Anybody know if the latest version of marlin will work with a Rambo v1.0e board?
View ArticleG33 - lcd_probe_pt error message
I'm trying to figure out G33 Delta Auto Calibration on my Anycubic Kossel Plus. No probe so I was planning on doing the paper method with G33. Using a fresh copy of the latest Marlin FW 1.1.5 #9c00cff...
View Article[SOLVED] how to implement second heater?
Hey there, I've got a FLsun Cube and got it with a single extruder but I want to implement a second extruder. The printer uses the MKS GEN_L V1.0 Board which actually has two heater ports but uses the...
View ArticleRe: how to implement second heater?
Okay I just noticed that I do not need to disable the "Augumentation for auto-assigning RAMPS plugs" section if I set a MOSFET_D_PIN. I also noticed that the way it is done in the original firmware is...
View ArticleWhat settings in Marlin makes inductive sensor trigger correctly?
For the life of me I can't seem to figure out the Z-Min Endstop for a Inductive Sensor. I have LJ18A3-8-z/8X Inductive Sensor and it works. I have it wired right and the blue wire is in the Z-Min Pin...
View ArticleRe: What settings in Marlin makes inductive sensor trigger correctly?
Blue wire is not the signal wire. If you have connected the brown wire to 12 volt, you may have damaged the endstop port on the mega. Your probe is showing as a NPN NO type so the best way to connect...
View ArticleRe: What settings in Marlin makes inductive sensor trigger correctly?
Hmm by what you said I may just have to rotate the plug on the pin. I'll try that when I get home. When I first wired it up & soldered the transistors on I went by what the sensor had listed on...
View ArticleRe: What settings in Marlin makes inductive sensor trigger correctly?
Hmm by what you said I may just have to rotate the plug on the pin. I'll try that when I get home. When I first wired it up & soldered the transistors on I went by what the sensor had listed on...
View ArticleRe: What settings in Marlin makes inductive sensor trigger correctly?
The only thing different about inductive sensors in the setup in Configuration.h is the Z_PROBE_OFFSET_FROM_EXTRUDER is positive. Other than that.... everything is the same.
View ArticleRe: [SOLVED] how to implement second heater?
QuoteI also noticed that the way it is done in the original firmware is not as smart as my way Hmmmm.... I guess we will wait for your perfect implementation that gives us enlightenment.
View ArticleRe: What settings in Marlin makes inductive sensor trigger correctly?
I just tested the Inductive Sensor on the Z- Max Endstop Pin and it works for it stopping the motor. Maybe I burned something out that is keeping it from sending a signal from the Z-Min Endstop pin....
View ArticleRe: What settings in Marlin makes inductive sensor trigger correctly?
Never mind on last question. I figured out how to change the Pin. I opened up the Ramps.h file and switched the Z-Min pin from 18 to 19 and vise verse for the Z-Max pin. Now my inductive sensor works...
View ArticleZ axis slams into bed/bltouch offset?/autohome, start print slams
Ok so i think its my bltouch offset it was 1.9 before frimware upgrade now it gose to 13.9 on z axis. But my printer offsets are 1.9 and dont go higher then 10? Also in frimware it thinks its at 1.9...
View ArticleRe: Z axis slams into bed/bltouch offset?/autohome, start print slams
Do you have ABL_BILINEAR_SUBDIVISION enabled? Could it be this : [github.com]
View ArticleRe: Z axis slams into bed/bltouch offset?/autohome, start print slams
Well after reading that like it kinda seems like that. since new frimware it hits max bedleveling spots now it seems. But dont see how to try to fix or turn off? Thank you very much for your reply....
View ArticleRe: Z axis slams into bed/bltouch offset?/autohome, start print slams
The BL-Touch Z_PROBE_OFFSET_FROM_EXTRUDER can't be 13.9 mm. The BL-Touch pin only moves a few milli-meters so it needs to be just a little bit less than 0.0mm depending on how you have it mounted. You...
View ArticleRe: Z axis slams into bed/bltouch offset?/autohome, start print slams
Ok ill try now thank you
View Article