Marlin
Marlin copied to clipboard
Reprap FW with look ahead. SDcard and LCD support. It works on Gen6, Ultimaker, RAMPS and Sanguinololu
Latest Arduin0 IDE (v1.6.3) gives following error messages: Could not find boards.txt in F:\SoftwareDevelopment\Arduino Projects\hardware\sanguino\bootloaders. Is it pre-1.5? Could not find boards.txt in F:\SoftwareDevelopment\Arduino Projects\hardware\sanguino\cores. Is it pre-1.5? Could not...
I have a melzi board 1284p 8Mhz, blink test work OK. Trying to compile the Marlin I get: ``` Marlin:256: error: conflicting declaration of 'void enquecommand(const char*)' with 'C' linkage...
Hello! This is my first time posting, so I hope I can be of help (or be helped). When choosing "Verify" for compile, I get the following error: 'Marlin:590: error:...
The size of max_length is 3 but the loop is 4, so writing to max_length overrides other variables (in my case, exetudemultiply), which causes problems.
In current code, if someone enable PID for extruder heater control, Heated Bed does not have option to be disabled. In my case, HB temp oscillate, so be is loosing...
Legacy
I currently have inherited a Melzi with an atmega644. Would like to use 1.0.5 Arduino software to fix the firmware. Currently this only seems to support the newer after the...
- Implement software PWM for fan control and use it by default. - Implement increasing software PWM frequency for fan and heaters, and increase fan frequency 4 times by default....
Fixes https://github.com/reprappro/Marlin/issues/4 .
Fixes https://github.com/reprappro/Marlin/issues/7 .