Whitespace cleanup, Bluer parity

This commit is contained in:
Scott Lahteine 2020-11-07 02:09:29 -06:00
parent e91b6832d0
commit 9e077bd285
7 changed files with 19 additions and 24 deletions

View file

@ -635,7 +635,7 @@
#define USE_ZMIN_PLUG
//#define USE_XMAX_PLUG
//#define USE_YMAX_PLUG
#define USE_ZMAX_PLUG
#define USE_ZMAX_PLUG
// Enable pullup for all endstops to prevent a floating state
#define ENDSTOPPULLUPS

View file

@ -1528,7 +1528,7 @@
#define PREHEAT_2_FAN_SPEED 0 // Value from 0 to 255
#define PREHEAT_3_LABEL "PETG"
#define PREHEAT_3_TEMP_HOTEND 220
#define PREHEAT_3_TEMP_HOTEND 220
#define PREHEAT_3_TEMP_BED 45
#define PREHEAT_3_FAN_SPEED 255 // Value from 0 to 255

View file

@ -1524,7 +1524,7 @@
#define PREHEAT_2_FAN_SPEED 255 // Value from 0 to 255
#define PREHEAT_3_LABEL "petG"
#define PREHEAT_3_TEMP_HOTEND 220
#define PREHEAT_3_TEMP_HOTEND 220
#define PREHEAT_3_TEMP_BED 45
#define PREHEAT_3_FAN_SPEED 255 // Value from 0 to 255

View file

@ -1526,7 +1526,7 @@
#define PREHEAT_2_FAN_SPEED 255 // Value from 0 to 255
#define PREHEAT_3_LABEL "petG"
#define PREHEAT_3_TEMP_HOTEND 220
#define PREHEAT_3_TEMP_HOTEND 220
#define PREHEAT_3_TEMP_BED 45
#define PREHEAT_3_FAN_SPEED 255 // Value from 0 to 255

View file

@ -496,23 +496,18 @@
//#define PID_PARAMS_PER_HOTEND // Uses separate PID parameters for each extruder (useful for mismatched extruders)
// Set/get with gcode: M301 E[extruder number, 0-2]
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
//Bluer
#define DEFAULT_Kp 11.03
#define DEFAULT_Ki 0.63
#define DEFAULT_Kd 48.43
// MakerGear
//#define DEFAULT_Kp 7.0
//#define DEFAULT_Ki 0.1
//#define DEFAULT_Kd 12
// Mendel Parts V9 on 12V
//#define DEFAULT_Kp 63.0
//#define DEFAULT_Ki 2.25
//#define DEFAULT_Kd 440
#if ENABLED(PID_PARAMS_PER_HOTEND)
// Specify between 1 and HOTENDS values per array.
// If fewer than EXTRUDER values are provided, the last element will be repeated.
#define DEFAULT_Kp_LIST { 11.03, 11.03 }
#define DEFAULT_Ki_LIST { 0.63, 0.63 }
#define DEFAULT_Kd_LIST { 48.43, 48.43 }
#else
// Bluer
#define DEFAULT_Kp 11.03
#define DEFAULT_Ki 0.63
#define DEFAULT_Kd 48.43
#endif
#endif // PIDTEMP
//===========================================================================

View file

@ -1054,7 +1054,7 @@
// 2 or 3 sets of coordinates for deploying and retracting the spring loaded touch probe on G29,
// if servo actuated touch probe is not defined. Uncomment as appropriate for your printer/probe.
// Kossel Mini
// Kossel Mini
#define Z_PROBE_ALLEN_KEY_DEPLOY_1 { 30.0, DELTA_PRINTABLE_RADIUS, 100.0 }
#define Z_PROBE_ALLEN_KEY_DEPLOY_1_FEEDRATE XY_PROBE_SPEED
@ -1220,7 +1220,7 @@
// @section extruder
// For direct drive extruder v9 set to true, for geared extruder set to false.
#define INVERT_E0_DIR true //extruder TITAN
#define INVERT_E0_DIR true //extruder TITAN
#define INVERT_E1_DIR false
#define INVERT_E2_DIR false
#define INVERT_E3_DIR false

View file

@ -1908,7 +1908,7 @@
// The ASCII buffer for serial input
#define MAX_CMD_SIZE 96
#define BUFSIZE 128
#define BUFSIZE 128
// Transmission to Host Buffer Size
// To save 386 bytes of PROGMEM (and TX_BUFFER_SIZE+3 bytes of RAM) set to 0.