Commit f89be2da authored by MagoKimbra's avatar MagoKimbra

Update for CoreXZ kinematics

parent 47628402
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
* PID tuning * PID tuning
* Cartesian kinematics * Cartesian kinematics
* CoreXY kinematics (www.corexy.com/theory.html) * CoreXY kinematics (www.corexy.com/theory.html)
* CoreXZ kinematics
* Delta kinematics * Delta kinematics
* SCARA kinematics * SCARA kinematics
* One firmware for all printers, see configurations.h. * One firmware for all printers, see configurations.h.
...@@ -37,7 +38,7 @@ ...@@ -37,7 +38,7 @@
* Setting step for unit and feedrate for extruders * Setting step for unit and feedrate for extruders
* Setting PID for any extruder * Setting PID for any extruder
* Real-time filament diameter measurement and control * 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 * Singlenozzle support
* NPr2 support, multiextruder by NicolaP http://www.3dmakerlab.it/extruder-npr2.html * NPr2 support, multiextruder by NicolaP http://www.3dmakerlab.it/extruder-npr2.html
* Laserbeam support * Laserbeam support
......
...@@ -107,7 +107,7 @@ http://reprap.org/wiki/RUMBA ...@@ -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_TEENSY2 84 // Teensy++2.0 (AT90USB1286) - CLI compile: DEFINES=AT90USBxx_TEENSYPP_ASSIGNMENTS HARDWARE_MOTHERBOARD=84 make
#define BOARD_MEGATRONICS 70 // Megatronics #define BOARD_MEGATRONICS 70 // Megatronics
#define BOARD_MEGATRONICS_2 701 // Megatronics v2.0 #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_MEGATRONICS_3 703 // Megatronics v3.0
#define BOARD_OMCA_A 90 // Alpha OMCA board #define BOARD_OMCA_A 90 // Alpha OMCA board
#define BOARD_OMCA 91 // Final OMCA board #define BOARD_OMCA 91 // Final OMCA board
......
...@@ -24,7 +24,7 @@ http://marlinkimbra.it ...@@ -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 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: 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 possibility of having only one hotend independently from the extruders that you have.
The addition of the 4th extruder. The addition of the 4th extruder.
System Management MKr4 for 4 extruders with just two drivers or two extruders with a driver only. 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