M140 Heating Bed AND Extruder
Hello every body, I've struggled for a while now with this problem. I decided to upload the latest Marlin firmware and did all the changes. Every thing works fine except heating up the extruder. When...
View ArticleRe: M140 Heating Bed AND Extruder
since you have provided virtually no information My guess is don't use arduino 1.8.6, its buggy as...
View ArticleRe: M140 Heating Bed AND Extruder
Thank you for your suggestion but I'm using Arduino IDE 1.6.7 Old Marlin version 1.0.2 New Marlin version 1.1.9 Board Ramps 1.4 EFB Tell what more information you need.
View ArticleRe: Problem tb6600 Marlin
The motor doesn't spin both ways. If I send G1 x500 it spins If I send G1 x5 (after x500) or G28 the board freeze. It's blocking and sends back "busy processing" Firmware Marlin
View ArticleRe: M140 Heating Bed AND Extruder
your configuration.h and configuration_adv.h would be nice. So we can try our build environments and see if we can replicate. I presume both mosfet leds come on? Did you edit any other files,...
View ArticleRe: M140 Heating Bed AND Extruder
Thank you for your answer, Here are my current Marlin configuration files : [github.com] And here the old ones : [github.com] Only the led for heatbed is turning on when i do M140 and no led when...
View ArticleRe: M140 Heating Bed AND Extruder
"Only the led for heatbed is turning on when i do M140" can't see how that is possible... unless the hotend led is dead.. each mosfet has a led across the output... if the mosfet is on the led must be...
View ArticleRe: M140 Heating Bed AND Extruder
Hey I found the solution! I didn't thought off looking at the leds before you talked about them. So I realized the hotend was actually heating when I give the command M104 but shut's down after a very...
View ArticleProbe out of print range error
Hello All. Thanks in advance for any and all help with this error. I am having trouble uploading the Marlin firmware due to the following error and since I'm a newbie at this, I'm not sure where to...
View ArticleRe: Probe out of print range error
Upload you Configuration.h and Configuration_adv.h to a google drive or similar online storage. Post the link for us so we can look over it to help you with this firmware compiling error
View ArticleRe: Probe out of print range error
Ok here goes. I built a printer from Thingieverse and it came with its own files but it was an older version of marlin which I can't find. I've included those and the ones I did in Marlin 1.1.9 Here's...
View ArticleRe: Probe out of print range error
Using Arduino 1.8.7 IDE and Installing the U8glib And downloaded a Clean Marlin 1.1.9 I found that if #define X_PROBE_OFFSET_FROM_EXTRUDER 29 and #define MIN_PROBE_EDGE 10 Are correct then in order to...
View ArticleRe: Probe out of print range error
Thanks for the help RC. I now get a clean compile but it times out when it is trying to upload. I've tried different com ports, different cables and different computers. I have even hit the reset on...
View ArticleRe: Probe out of print range error
? Does this controller have a previous firmware loaded. If so then you should be able to see if the controller is communicating. Arduino IDE 1.8.7 is telling you that it can not find the Controller...
View ArticlePart Time Manual Bed Leveling
Did not know exactly how to title this so came up with "Part Time Manual Bed Leveling" I have Bi-linear bed leveling setup in my Marlin firmware 1.1.7. But though to myself can I Once in a blue moon...
View ArticleRe: Fan etc on external i2c-controller
Hi there I just prepared the 12-bit port expander which you also named before (PCA9685 Chipset). Now I would like to try if it works. Like written in the manual, the board should have the address 0x40...
View ArticleRe: Fan etc on external i2c-controller
Its not quite that simple.. it not a byte, but multiple bytes using M260 you have to manipulate the individual registers inside the chip The following is a example from a pic processor, but it goes...
View ArticleRe: Fan etc on external i2c-controller
Thank you very much for your help! What I did: - connected the port expander (adafruit servo driver) with my GT2560 Board - uploaded the example-code for adafruit servo-driver on it -> Output...
View ArticleRe: Fan etc on external i2c-controller
ok looks like more gcode needed, try this ;reset M260 A64 M260 B00 ;Control register set to address 00h M260 B128 ;(0x80) Mode 1 configured to with restart=1 M260 S1 ;set PWM freq M260 A64 M260 B254...
View ArticleRe: Fan etc on external i2c-controller
First - thank you very much for your support! I just tried it several times but unfortunately not successful... :( Do you have an idea why...?
View Article