mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-08 14:33:58 -06:00
Apply #ifdef/#ifndef where possible
This commit is contained in:
parent
4078f2672e
commit
34b73426e5
32 changed files with 141 additions and 141 deletions
|
@ -592,7 +592,7 @@
|
|||
#define DEFAULT_bedKd 1164.25
|
||||
#endif
|
||||
|
||||
#if defined(U20_PLUS)
|
||||
#ifdef U20_PLUS
|
||||
// These PID setting MUST be updated.
|
||||
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||
#define DEFAULT_bedKp 841.68
|
||||
|
@ -1114,7 +1114,7 @@
|
|||
#define Z_MACHINE_MAX 400
|
||||
#endif
|
||||
|
||||
#if defined(U20_PLUS)
|
||||
#ifdef U20_PLUS
|
||||
#define X_BED_SIZE 400
|
||||
#define Y_BED_SIZE 400
|
||||
#define Z_MACHINE_MAX 500
|
||||
|
|
|
@ -592,7 +592,7 @@
|
|||
#define DEFAULT_bedKd 1164.25
|
||||
#endif
|
||||
|
||||
#if defined(U20_PLUS)
|
||||
#ifdef U20_PLUS
|
||||
// These PID setting MUST be updated.
|
||||
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||
#define DEFAULT_bedKp 841.68
|
||||
|
@ -1114,7 +1114,7 @@
|
|||
#define Z_MACHINE_MAX 400
|
||||
#endif
|
||||
|
||||
#if defined(U20_PLUS)
|
||||
#ifdef U20_PLUS
|
||||
#define X_BED_SIZE 400
|
||||
#define Y_BED_SIZE 400
|
||||
#define Z_MACHINE_MAX 500
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue