This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
bdev:bigtreetech_v1.4 [2021/09/21 20:30] richard created |
bdev:bigtreetech_v1.4 [2021/09/21 23:20] (current) richard |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Bigtreetech SKR 1.4 Turbo notes ====== | ====== Bigtreetech SKR 1.4 Turbo notes ====== | ||
+ | |||
+ | |||
+ | github link: https:// | ||
Line 8: | Line 11: | ||
Marlin 2.0.x Firmware {{ : | Marlin 2.0.x Firmware {{ : | ||
+ | |||
+ | |||
+ | M204: Set default acceleration | ||
+ | |||
+ | Marlin notes: Since version 1.0.2-1 the M204 options are: | ||
+ | |||
+ | P[accel] Set Acceleration for Printing moves. (i.e., Any XYZ motion plus E.)\\ | ||
+ | R[accel] Set Acceleration for Retract moves. (i.e., E-axis only moves.)\\ | ||
+ | T[accel] Set Acceleration for Travel moves. (i.e., without E movement)\\ | ||
+ | Example\\ | ||
+ | Set the acceleration for printing movements to 800mm/s^2, for travels to 3000mm/s^2 and for retracts to 9000mm/s^2. | ||
+ | \\ | ||
+ | M204 P800 T3000 R9000 | ||
+ | |||
+ | |||
+ | Leveling \\ | ||
+ | G29 L15 R300 F15 B250 V4 | ||
+ | |||
+ | |||
+ | \\ | ||
+ | thermal runaway extruder | ||
+ | #define WATCH_TEMP_PERIOD | ||
+ | #define WATCH_TEMP_INCREASE 5 // Degrees Celsius \\ |