Commit f89be2da authored by MagoKimbra's avatar MagoKimbra

Update for CoreXZ kinematics

parent 47628402
......@@ -24,6 +24,7 @@
* PID tuning
* Cartesian kinematics
* CoreXY kinematics (www.corexy.com/theory.html)
* CoreXZ kinematics
* Delta kinematics
* SCARA kinematics
* One firmware for all printers, see configurations.h.
......@@ -37,7 +38,7 @@
* Setting step for unit and feedrate for extruders
* Setting PID for any extruder
* Real-time filament diameter measurement and control
* MKR4 suppport for 4 extruder but only two driver
* MKR4 suppport for 4 extruder but width only one driver
* Singlenozzle support
* NPr2 support, multiextruder by NicolaP http://www.3dmakerlab.it/extruder-npr2.html
* Laserbeam support
......
......@@ -107,7 +107,7 @@ http://reprap.org/wiki/RUMBA
#define BOARD_TEENSY2 84 // Teensy++2.0 (AT90USB1286) - CLI compile: DEFINES=AT90USBxx_TEENSYPP_ASSIGNMENTS HARDWARE_MOTHERBOARD=84 make
#define BOARD_MEGATRONICS 70 // Megatronics
#define BOARD_MEGATRONICS_2 701 // Megatronics v2.0
#define BOARD_MEGATRONICS_1 702 // Minitronics v1.0
#define BOARD_MINITRONICS 702 // Minitronics v1.0
#define BOARD_MEGATRONICS_3 703 // Megatronics v3.0
#define BOARD_OMCA_A 90 // Alpha OMCA board
#define BOARD_OMCA 91 // Final OMCA board
......
......@@ -24,7 +24,7 @@ http://marlinkimbra.it
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:
A single Firmware for all types of printers; Cartesian, Delta, SCARA, CoreXY.
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 4th extruder.
System Management MKr4 for 4 extruders with just two drivers or two extruders with a driver only.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment