format
This commit is contained in:
parent
827cd72703
commit
4258841241
11
README.md
11
README.md
|
@ -1,8 +1,11 @@
|
||||||
WARNING: THIS IN A PROCESS OF HEAVY OVERWORKING.
|
|
||||||
|
WARNING:
|
||||||
|
--------
|
||||||
|
THIS IN A PROCESS OF HEAVY OVERWORKING.
|
||||||
DO NOT USE THIS ON YOUR MACHINE UNTIL FURTHER NOTICE!!!
|
DO NOT USE THIS ON YOUR MACHINE UNTIL FURTHER NOTICE!!!
|
||||||
|
|
||||||
===========================================
|
Quick Information
|
||||||
|
===================
|
||||||
This RepRap firmware is a mashup between <a href="https://github.com/kliment/Sprinter">Sprinter</a>, <a href="https://github.com/simen/grbl/tree">grbl</a> and many original parts.
|
This RepRap firmware is a mashup between <a href="https://github.com/kliment/Sprinter">Sprinter</a>, <a href="https://github.com/simen/grbl/tree">grbl</a> and many original parts.
|
||||||
|
|
||||||
Derived from Sprinter and Grbl by Erik van der Zalm.
|
Derived from Sprinter and Grbl by Erik van der Zalm.
|
||||||
|
@ -40,7 +43,6 @@ This firmware is optimized for Ultimaker's gen6 electronics (including the Ultim
|
||||||
The default baudrate is 250000. This baudrate has less jitter and hence errors than the usual 115200 baud, but is less supported by drivers and host-environments.
|
The default baudrate is 250000. This baudrate has less jitter and hence errors than the usual 115200 baud, but is less supported by drivers and host-environments.
|
||||||
|
|
||||||
|
|
||||||
========================================================================================
|
|
||||||
Differences and additions to the already good Sprinter firmware:
|
Differences and additions to the already good Sprinter firmware:
|
||||||
================================================================
|
================================================================
|
||||||
|
|
||||||
|
@ -114,7 +116,6 @@ Interrupt based temperature measurements:
|
||||||
An interrupt is used to manage ADC conversions, and enforce checking for critical temperatures.
|
An interrupt is used to manage ADC conversions, and enforce checking for critical temperatures.
|
||||||
This leads to less blocking in the heater management routine.
|
This leads to less blocking in the heater management routine.
|
||||||
|
|
||||||
========================================================================================
|
|
||||||
Non-standard M-Codes, different to an old version of sprinter:
|
Non-standard M-Codes, different to an old version of sprinter:
|
||||||
==============================================================
|
==============================================================
|
||||||
G2 - CW ARC
|
G2 - CW ARC
|
||||||
|
|
Loading…
Reference in a new issue