3 Extruder Marlin Configuration
So im building a rather large printer and its going to have 3 hot ends, not going to one, i know you can use the m10 command to setup the extruder offset but i wanted to know how to configure it in...
View ArticleRe: Marlin Delta Firmware--need help
i would suggest using the generic delta configuration.h otherwise try using an older release of arduino as ive had problems with newer releases not working with marlin
View ArticleRe: Issues with serial connection with printer.
make sure the BAUD settings in your configuration.h file is the same as the connection rate in windows, just search for BAUD in the configuration.h file,but not the bluetooth BAUD rate, that will do...
View ArticleRe: How to make E0 and E1 to act as slaves of X and Y ?
I am by no means an expert but i believe if you find out the lines of code in the pins.h file for your board that send the signals for the x and y stepper motor driver and duplicate it but change the...
View ArticleRe: Graphic LCD--Why bother building things that don't work?
i had this problem very recently, its not a problem, just becasue you cant use google and troubleshoot anything doesn't mean its broken or faulty, first of all, did you include it with arduino's built...
View ArticleRe: Two BEDs
i am building a large printer too, with 4 30x30 beds, each with its own power supply and run off of a relay, im only using one temp sensor, i dont see why you want to control each bed seperately
View ArticleRe: Heating Failed........
Never did figure out why this happened but it's no longer an issue since I've decided to add a heat bed. So board type is now EFB.
View ArticleRe: Marlin halt while fast printting
It could be the ramps board overheating, ive had this problem before, do you have a fan blowing on the stepper motor drivers?, if not that could be the issue, the led indicator i believe turns on...
View ArticleMechanical bed setup with IR probe.
Hardware: Ramps 1.4, Arduino Mega 2560. Mini Differential IR height sensor Firmware: Marlin RC-6 As far as I can tell all hardware / firmware is working as it is suppose to. It is my understand of the...
View ArticleUsing the PS_ON_PIN as safety feature
Hi, I came across a potential problem during the redesign of my printer. One of the problems of my printer was the low bed temperature. I solved this by buying a 500W heater than runs on 230V. This...
View ArticleRe: Mechanical bed setup with IR probe.
1-Have the ir sensor high enough so it's not triggered. 2-Get the hotend to operating temp. 3-Lower the hotend until the ir sensor triggers. 4-Set Z to 0 using G92 Z0. 5-Then lower the hotend until a...
View ArticleRe: Using the PS_ON_PIN as safety feature
Have the power for the heater run through a thermal fuse, such that it gets too hot the fuse will trip and kill the power.
View ArticleRe: Using the PS_ON_PIN as safety feature
::o Why didn't I think of that! That one is too obvious. Thanks for your advise and my apologies for my stupid question.::o
View Article[Solved] Arduino Mega ADK
I am working on my own printer and have one of these version of the mega sat doing nothing https://www.arduino.cc/en/Main/ArduinoBoardMegaADK Will marlin work on it as it based on a normal mega?...
View ArticleRe: Arduino Mega ADK
Yes. I am using that exact board and a knock off clone of that board.
View ArticleRe: Self made delta printer homing problem
I took a look in the file but didn't find anything strange.
View ArticleSmoke detector Kill Print?
I have a smoke detector module whos output is just a switched relay NO/c/NC. Is there a way to get marlin to stop printing and shut off all motors and heaters should the smoke detector be triggered?...
View ArticleRe: Smoke detector Kill Print?
Depending upon how the smoke detector module works, different approaches could be done. If it can handle the current, it might make sense to run all of the power for the printer through it. It would...
View Article