whitespace
This commit is contained in:
@ -221,7 +221,7 @@ void plan_arc(
|
||||
#endif
|
||||
|
||||
apply_motion_limits(raw);
|
||||
|
||||
|
||||
#if HAS_LEVELING && !PLANNER_LEVELING
|
||||
planner.apply_leveling(raw);
|
||||
#endif
|
||||
|
@ -1,10 +1,10 @@
|
||||
Copyright (c) 2013-2015, Scott Vokes <vokes.s@gmail.com>
|
||||
All rights reserved.
|
||||
|
||||
|
||||
Permission to use, copy, modify, and/or distribute this software for any
|
||||
purpose with or without fee is hereby granted, provided that the above
|
||||
copyright notice and this permission notice appear in all copies.
|
||||
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||
|
@ -32,9 +32,9 @@
|
||||
|
||||
#include <SPI.h>
|
||||
#if defined(STM32GENERIC) && defined(STM32F7)
|
||||
#include "../../HAL/HAL_STM32_F4_F7/STM32F7/TMC2660.h"
|
||||
#include "../../HAL/HAL_STM32_F4_F7/STM32F7/TMC2660.h"
|
||||
#else
|
||||
#include <TMC26XStepper.h>
|
||||
#include <TMC26XStepper.h>
|
||||
#endif
|
||||
|
||||
void tmc26x_init_to_defaults();
|
||||
|
@ -37,7 +37,7 @@
|
||||
|
||||
//
|
||||
// Flash EEPROM Emulation
|
||||
//
|
||||
//
|
||||
#define FLASH_EEPROM_EMULATION
|
||||
#define EEPROM_PAGE_SIZE uint16(0x800) // 2KB
|
||||
#define EEPROM_START_ADDRESS uint32(0x8000000 + 256 * 1024 - 2 * EEPROM_PAGE_SIZE)
|
||||
|
Reference in New Issue
Block a user