Re: Simple way to edit marlin firmware?
I have a P3Steel from HTA3D, "•Mega 2560 R3 (Compatible) 16u2" I have downloaded Arduino IDE and installed on my PC, connected the printer to the PC Via USB, it shows up in the PC's device manager...
View ArticleRe: Whats your board?
In the Arduino IDE; File->Open then navigate to where you put the marlin source code and in the Marlin directory open the marlin.ino file. Then click on the tab with configuration.h and make the...
View ArticleRe: Simple way to edit marlin firmware?
OK, It has finally sunk in !! I can not "go into" the firmware loaded on the Ardunio board (RAMPS) and edit what is already on there, I have to get the original source code, edit that and then...
View ArticleRe: Simple way to edit marlin firmware?
QuoteSlackdaddyI can not "go into" the firmware loaded on the Ardunio board (RAMPS) and edit what is already on there, I have to get the original source code, edit that and then "upload" it to the...
View ArticleHelp
I have bought this printer: [www.aliexpress.com] I was trying to uprade the printer to auto level, asked the seller for a new firmware that suported autolevel he as sent me this: [www.dropbox.com] Due...
View ArticleRe: Help
Your links to AliExpress & DropBox don't work. You will need the Arduino IDE (or similar) to be able to change the firmware. The RAMPS board is just dumb electronics... it is the Mega2560 that you...
View ArticleRe: Dual Extruder Firmware Configuration
Dust, Apart of that, has any of the configuration.h file has missed out anything to define the second extruder? And is there anything that i need to change in configuration_adv.h to define the second...
View ArticleRe: Dual Extruder Firmware Configuration
The main Marlin branch is still written with the assumption that both of your extruders are identical. So all you need to do is set EXTRUDERS to 2, set your EXTRUDER_OFFSET_X and EXTRUDER_OFFSET_Y,...
View ArticleRe: Help
Those MELZIs always were a bit twitchy. If you're using a RAMPS 1.4 then you have a few firmware options. Marlin and Repetier Firmware are the most popular. Personally, I prefer Marlin. [github.com]
View ArticleRe: Dual Extruder Firmware Configuration
Thanks for the info Thinkyhead. Yes my extruders are identical. So there's no need to change the configuration_adv.h file?
View ArticleRe: Help
Sorry about the links, just updated them I have this kit. [attachment 77531 _57.JPG] I made a few changes to marlin firmware, but i can't get it to work (my knoledge about programing are very poor)
View ArticleMarlin does not compile with LCD support enabled (SOLVED)
Hi there, I'm currently building Prusa i3 rework and trying to get Marlin to compile. I'm following these instructions [reprap.org] and have downloaded this already modified file [reprap.pt] As is,...
View ArticleRe: Marlin does not compile with LCD support enabled
Problem solved. Had to comment out WITBOX #define WITBOX to //#define WITBOX
View ArticleRe: Marlin does not compile with LCD support enabled (SOLVED)
That must be a custom version of Marlin. Keep an eye out for the Marlin 1.1.0 release, coming soon. Meanwhile, we have a new release candidate posted at [github.com]
View ArticleRe: BL Touch firmware marlin problem
I'm not fond of the naming of that option " Z_MIN_PROBE_ENDSTOP". It's defined as "Enable to use _both_ a Z Probe and a Z-min-endstop on the same machine. With this option the Z_MIN_PROBE_PIN will...
View ArticleRe: Dual Extruder Firmware Configuration
You might need to change something depending on your hardware, or to enable some advanced options, but nothing there is "required" normally. Which option(s) in Configuration_adv.h are you tempted to...
View ArticleRe: Translating Marlin Menu
Try a newer version of Marlin, which uses UTF8 strings instead of those codes. [github.com]
View ArticleRe: Help needed for SLS printer
Extruder direction pin might not be the best choice. Do you want to be able to set variable power? Probably the laser should be connected to one of the pins usually reserved for fans. I don't know if...
View ArticleRe: Anyone have Marlin RC files setup for Makerfarm I3v mesh leveling
For mesh leveling, basically you just enable it. Enable MANUAL_BED_LEVELING too, so you can run the procedure from the LCD. I also use MIN_Z_HEIGHT_FOR_HOMING to ensure no crashing into the bed clips....
View ArticleRe: Marlin doesnt print from SD and resets
You may have better luck with the current release candidate, 1.1.0-RC6, or even RCBugFix, which is a little ahead of that. Countless issues have been fixed since 1.0.2-1. [github.com]
View Article