Re: Setting temps beyond the thermistor table.
Yeah, I've used E3D's PT-100 & amp board on an Azteeg smoothieboard for the last 3 years, and I know where it's limits are, but that's why I cannot test for myself. I was just wondering what...
View ArticleRe: Marlin PID Autotune
Well, to be honest, I use OctoPrint and RARELY use the controllers menus. I mainly use it for at a glance info on temperatures and Z level. But that's the one thing that might be nice to be able to do...
View ArticleMarlin homing issue
I've been running Marlin 1.1.8 for a long time, since I got the CBot version of Marlin and copied the values over to the official Marlin 1.1.8. Marlin 1.1.8 has been rock solid for me, so I tried...
View ArticleRe: Setting temps beyond the thermistor table.
... you too have to modify the tables or replace the temp routine with own code -- with PT100 it's easier, as the curve is nearly linear ;)
View ArticleMarlin crashing every time print ends
Summary on issue: Every time print finishes, printers software crashes in various ways: - with bomb-like ticking sound which is contineud by continous beep. (most common) - simply by getting stuck on...
View ArticleI2C control of pcf8574
I am using a BTT SKR 1.4 Turbo board which has limited additional I/O pins and i would like to use an I2C expander based on the pcf8574 chip to control basic on / off functions. I have the board...
View ArticleRe: Marlin crashing every time print ends
This line should have only 13 characters for the Machine Name when using a 20 X 4 Discount Smart Controller you have 15. #define CUSTOM_MACHINE_NAME "ANYCUBIC Kossel"
View ArticleRe: Marlin homing issue
When Flashing marlin firmware you should always restore firmware defaults using. M502 - Factory Reset M500 - Save Settings If this does not correct, - Then. Upload configurations.h /...
View ArticleRe: Marlin PID Autotune
I use OctoPrint only when I want to do a Time-lapse, and when using Time-lapse for printing get models that look fuzzy see image below. Printed with same G-Code in ABS Hot-end 236C Bed 96C Left...
View ArticleRe: I2C control of pcf8574
take a read of [reprap.org] where I went through the steps of adding a pca9685 IO expander. but this was pre v2... With HAL's its my be easier to "add pins" transparently.
View ArticleRe: Marlin homing issue
Thanks for the offer. The odd thing is it doesn't seem to be every print. Last night I ran a short print to test a new filament, and that gave me the homing error. Today, I started a long print before...
View ArticleRe: Marlin homing issue
Downloaded your configs, will look and see Here is what I found, PIDTEMP & PIDTEMPBED are different EXTRUDE_MAXLENGTH is different DEFAULT_XJERK is different DEFAULT_YJERK is different...
View ArticleZ axis wont' register correctly in marlin
Hi I'm using marlin 1.19+bugfix and trying to set the steps/mm on my axis. I have succeeded in setting the X.Y axis correctly but I can't define the movement of the Z axis. When I make 10mm move the...
View ArticleDelta setup
Hello, Apologies in advance for this post, I feel sure that this has been covered many times but I cannot find an answer. I have at last finished building my Delta, configured Marlin 2 to run it and...
View ArticleKR-PRO-V1.1 board not converting firmware.bin to FIRMWARE.cur
Hi, Any ideas why my SKR-PRO-V1.1 board not converting firmware.bin to FIRMWARE.cur and usb cable do not respond with PC. In the past everything was fine. Also tried to use other SDcard with FAT32...
View ArticleRe: Marlin homing issue
Thanks for taking a look - the PIDTEMP & PIDTEMPBED, assuming you're referring to the 'DEFAULT_Kp', 'DEFAULT_Ki' and 'DEFAULT_Kd' values would be different because I don't believe I ever did any...
View ArticleRe: KR-PRO-V1.1 board not converting firmware.bin to FIRMWARE.cur
It means the bootloader is not being run. Most probable case, the board has died.
View ArticleRe: CoreXY sensorless homing Marlin
Hi, I got the same problem since I updated Marlin about a week ago. Before sensorless homing worked perfectly. G28 X : works perfectly G28 Y : works perfectly G28 XY : does not work I also have a...
View ArticleRe: Z axis wont' register correctly in marlin
You have Z8000 in eeprom. Update your eeprom with new value send the printer M92 Z16000 M500 or just reset eeprom to firmware settings with M502 M500
View ArticleRe: KR-PRO-V1.1 board not converting firmware.bin to FIRMWARE.cur
I hope its not, every light on board is working when i connect to usb ive got problem only with connections i hope there is another problem which i can fix, i find that not only me got this problem....
View Article