mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-27 22:08:02 +00:00
Whitespace cleanup
This commit is contained in:
parent
fd4f49512d
commit
2287fa126c
@ -9936,7 +9936,7 @@ inline void gcode_M502() {
|
||||
SERIAL_ECHO_START();
|
||||
SERIAL_ECHO(MSG_SKEW_FACTOR " XY: ");
|
||||
SERIAL_ECHO_F(planner.xy_skew_factor, 6);
|
||||
SERIAL_EOL();
|
||||
SERIAL_EOL();
|
||||
#if ENABLED(SKEW_CORRECTION_FOR_Z)
|
||||
SERIAL_ECHOPAIR(" XZ: ", planner.xz_skew_factor);
|
||||
SERIAL_ECHOLNPAIR(" YZ: ", planner.yz_skew_factor);
|
||||
|
@ -2090,7 +2090,7 @@ void MarlinSettings::reset() {
|
||||
CONFIG_ECHO_START;
|
||||
#if ENABLED(SKEW_CORRECTION_FOR_Z)
|
||||
SERIAL_ECHO(" M852 I");
|
||||
SERIAL_ECHO_F(LINEAR_UNIT(planner.xy_skew_factor),6);
|
||||
SERIAL_ECHO_F(LINEAR_UNIT(planner.xy_skew_factor), 6);
|
||||
SERIAL_ECHOPAIR(" J", LINEAR_UNIT(planner.xz_skew_factor));
|
||||
SERIAL_ECHOLNPAIR(" K", LINEAR_UNIT(planner.yz_skew_factor));
|
||||
#else
|
||||
|
@ -110,7 +110,7 @@
|
||||
// Other board specific pins
|
||||
//
|
||||
#define FIL_RUNOUT_PIN 37 // board input labeled as F-DET
|
||||
#define Z_MIN_PROBE_PIN 36 // additional external board input labeled as E-SENS (should be used for Z-probe)
|
||||
#define Z_MIN_PROBE_PIN 36 // additional external board input labeled as E-SENS (should be used for Z-probe)
|
||||
#define LED_PIN 13
|
||||
#define SPINDLE_ENABLE_PIN 4 // additional PWM pin 1 at JP1 connector - should be used for laser control too
|
||||
#define EXT_2 5 // additional PWM pin 2 at JP1 connector
|
||||
|
@ -40,7 +40,7 @@
|
||||
// XSTEP,YSTEP ... must be adapted with M92 accordingly (128/16 => multiply by factor 8).
|
||||
*/
|
||||
#define X_MS1_PIN 5 // Digital 3 / Pin 5 / PE3
|
||||
#define X_MS2_PIN 6 // Digital 6 / Pin 14 / PH3
|
||||
#define X_MS2_PIN 6 // Digital 6 / Pin 14 / PH3
|
||||
#define Y_MS1_PIN 59 // Analog 5 / Pin 92 / PF5
|
||||
#define Y_MS2_PIN 58 // Analog 4 / Pin 93 / PF4
|
||||
#define Z_MS1_PIN 22 // Digital 22 / Pin 78 / PA0
|
||||
|
Loading…
Reference in New Issue
Block a user