README.md 3.27 KB
Newer Older
MagoKimbra's avatar
MagoKimbra committed
1
<img align="right" src="Documentation/Logo/MarlinKimbra%20Logo%20GitHub.png" />
MagoKimbra's avatar
MagoKimbra committed
2
# MarlinKimbra 3D Printer Firmware for Arduino
3
## Version 4.2.85 Laser dev
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19

This is the Laser enhananced version with the patches from Franco (nextime) Lanza.

If you like to help the work on Laser version, please donate to 

https://www.nexlab.net/donations/k40-laser/
[DONATIONS id:1269]


For K40 laser cutter there are branches with the default config files ready to use:

 * [with cooler and flow sensor](https://git.nexlab.net/machinery/MarlinKimbra/tree/k40_flow_cooler)
 * [without cooler and flow sensor](https://git.nexlab.net/machinery/MarlinKimbra/tree/k40_noflow_nocooler)

Also, take care that lasers needs a larger serial buffer on arduino mega 2560 than the default 64 byte buffer, so
take a look at needed modification on the arduino ide from [Laser Documentation README](/Documentation/Laser/README.md)
Franco (nextime) Lanza's avatar
Franco (nextime) Lanza committed
20

MagoKimbra's avatar
MagoKimbra committed
21 22 23 24
### Special thanks
* all Marlin8bit-developers.

---
MagoKimbra's avatar
MagoKimbra committed
25
# MarlinKimbra 3D Printer Firmware
MagoKimbra's avatar
MagoKimbra committed
26 27 28 29 30 31 32 33
  * [Configuration & Compilation](/Documentation/Compilation.md)
  * Supported
    * [Features](/Documentation/Features.md)
    * [Hardware](/Documentation/Hardware.md)
    * [GCodes](/Documentation/GCodes.md)
  * Notes
    * [Auto Bed Leveling](/Documentation/BedLeveling.md)
    * [Filament Sensor](/Documentation/FilamentSensor.md)
MagoKimbra's avatar
MagoKimbra committed
34
    * [Ramps Servo Power](/Documentation/RampsServoPower.md)
MagoKimbra's avatar
MagoKimbra committed
35
    * [LCD Language - Font - System](Documentation/LCDLanguageFont.md)
36
  * Version
MagoKimbra's avatar
MagoKimbra committed
37
    * [Change Log](/Documentation/changelog.md)
MagoKimbra's avatar
MagoKimbra committed
38 39 40


## Configurator Tool Online
MagoKimbra's avatar
MagoKimbra committed
41

MagoKimbra's avatar
MagoKimbra committed
42 43
http://marlinkimbra.it

MagoKimbra's avatar
MagoKimbra committed
44 45 46

## Quick Information

MagoKimbra's avatar
MagoKimbra committed
47 48
This version of Marlin was made to accommodate some requests made by the community RepRap Italy http://forums.reprap.org/index.php?349
The new features are:
49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
 - A single Firmware for all types of printers; Cartesian, Delta, SCARA, CoreXY & CoreXZ.
 - The possibility of having only one hotend independently from the extruders that you have.
 - The addition of the 6th extruder.
 - Management Color Mixing Extruder
 - System Management MKr4 for 6 extruders with just two drivers or only driver.
 - Management Multyextruder NPr2, 4/6 extruders with only two engines.
 - Management Dual Extruder DONDOLO.
 - Adding commands to facilitate purging of hotend. 
 - Step per unit varied for each extruder as well as the feedrate and the acceleration.
 - Adding Debug Dryrun used by repetier.
 - Added total Power on time writed in SD CARD.
 - Added total Power consumption writed in SD CARD.
 - Added total filament printed writed in SD CARD.
 - Added anti extruder idle oozing system.
 - Added Hysteresis and Z-Wobble correction (only cartesian printers).
 - Added support reader TAG width MFRC522
 - Added Cooler and Hot Chamber
 - Added Laser beam and raster base64
 - Added Mesh Bed Level (MBL)
68
 - Added Stop and Save for Restart (SSR)
MagoKimbra's avatar
MagoKimbra committed
69

MagoKimbra's avatar
MagoKimbra committed
70 71 72
## Credits

The current MarlinKimbra dev team consists of:
MagoKimbra's avatar
MagoKimbra committed
73
 - MagoKimbra - Alberto Cotronei (https://github.com/MagoKimbra)
Simone Primarosa's avatar
Simone Primarosa committed
74
 - simonepri - Simone Primarosa (https://github.com/simonepri)
MagoKimbra's avatar
MagoKimbra committed
75

76 77
Laser features have been added by:
 - Franco (nextime) Lanza (https://git.nexlab.net/u/nextime)
MagoKimbra's avatar
MagoKimbra committed
78 79 80 81

## License

Marlin is published under the [GPL license](/Documentation/COPYING.md) because I believe in open development.
Simone Primarosa's avatar
Simone Primarosa committed
82
Please do not use this code in products (3D printers, CNC etc) that are closed source or are crippled by a patent.