Clean and update configs, apply dir later

This commit is contained in:
Scott Lahteine 2020-09-08 18:10:23 -05:00
parent 60f8ae5ba5
commit 074d3f936e
444 changed files with 330 additions and 4685 deletions

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "3DFabXYZ/Migbot"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "3DFabXYZ/Migbot"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "ADIMLab/Gantry v1"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "ADIMLab/Gantry v1"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "ADIMLab/Gantry v1"
/**
* Made with Marlin Bitmap Converter
* https://marlinfw.org/tools/u8glib/converter.html

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "ADIMLab/Gantry v2"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "ADIMLab/Gantry v2"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "ADIMLab/Gantry v2"
/**
* Made with Marlin Bitmap Converter
* https://marlinfw.org/tools/u8glib/converter.html

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "AlephObjects/TAZ4"
/**
* Configuration.h
*
@ -1129,6 +1127,8 @@
#define INVERT_E3_DIR true
#define INVERT_E4_DIR true
#define INVERT_E5_DIR true
#define INVERT_E6_DIR true
#define INVERT_E7_DIR true
// @section homing

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "AlephObjects/TAZ4"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Alfawise/U20-bltouch"
/**
* Configuration.h
*
@ -595,27 +593,26 @@
//#define DEFAULT_bedKi 1.41
//#define DEFAULT_bedKd 1675.16
#if defined(U30) || defined(LK2) || defined(LK4)
//From M303 command for Alfawise U30 :
#if defined(U30) || defined(LK2) || defined(LK4)
// From M303 command for Alfawise U30
#define DEFAULT_bedKp 338.46
#define DEFAULT_bedKi 63.96
#define DEFAULT_bedKd 447.78
#endif
#endif
#if defined(U20) || defined(LK1)
//From M303 command for Alfawise U20 :
#if defined(U20) || defined(LK1)
// From M303 command for Alfawise U20
#define DEFAULT_bedKp 841.68
#define DEFAULT_bedKi 152.12
#define DEFAULT_bedKd 1164.25
#endif
#endif
#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.
#ifdef U20_PLUS
// These PID settings MUST be updated
#define DEFAULT_bedKp 841.68
#define DEFAULT_bedKi 152.12
#define DEFAULT_bedKd 1164.25
#endif
#endif
#endif // PIDTEMPBED
@ -1815,7 +1812,6 @@
*
*/
#define SDSUPPORT
#define SDIO_SUPPORT // Note from Hobi : Added as was not present in the file...
/**
* SD CARD: SPI SPEED

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Alfawise/U20-bltouch"
/**
* Configuration_adv.h
*

View file

@ -29,8 +29,6 @@
#pragma once
#define CONFIG_EXAMPLES_DIR "Alfawise/U20-bltouch"
//
// Status Screen Logo bitmap
//

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Alfawise/U20"
/**
* Configuration.h
*
@ -161,17 +159,17 @@
// Name displayed in the LCD "Ready" message and Info menu
//#define CUSTOM_MACHINE_NAME "3D Printer"
#ifdef U20
#define CUSTOM_MACHINE_NAME "Alfawise U20"
#define CUSTOM_MACHINE_NAME "Alfawise U20"
#elif defined(U30)
#define CUSTOM_MACHINE_NAME "Alfawise U30"
#define CUSTOM_MACHINE_NAME "Alfawise U30"
#elif defined(U20_PLUS)
#define CUSTOM_MACHINE_NAME "Alfawise U20+"
#define CUSTOM_MACHINE_NAME "Alfawise U20+"
#elif defined(LK1)
#define CUSTOM_MACHINE_NAME "Longer3D LK1"
#define CUSTOM_MACHINE_NAME "Longer3D LK1"
#elif defined(LK2)
#define CUSTOM_MACHINE_NAME "Longer3D LK2"
#define CUSTOM_MACHINE_NAME "Longer3D LK2"
#elif defined(LK4)
#define CUSTOM_MACHINE_NAME "Longer3D LK4"
#define CUSTOM_MACHINE_NAME "Longer3D LK4"
#endif
// Printer's unique ID, used by some programs to differentiate between machines.
@ -595,28 +593,28 @@
//#define DEFAULT_bedKi 1.41
//#define DEFAULT_bedKd 1675.16
#if defined(U30) || defined(LK2) || defined(LK4)
//From M303 command for Alfawise U30 :
#if defined(U30) || defined(LK2) || defined(LK4)
// From M303 command for Alfawise U30
#define DEFAULT_bedKp 338.46
#define DEFAULT_bedKi 63.96
#define DEFAULT_bedKd 447.78
#endif
#endif
#if defined(U20) || defined(LK1)
//From M303 command for Alfawise U20 :
#if defined(U20) || defined(LK1)
// From M303 command for Alfawise U20
#define DEFAULT_bedKp 841.68
#define DEFAULT_bedKi 152.12
#define DEFAULT_bedKd 1164.25
#endif
#endif
#ifdef U20_PLUS
// These PID settings MUST be updated
#define DEFAULT_bedKp 841.68
#define DEFAULT_bedKi 152.12
#define DEFAULT_bedKd 1164.25
#endif
#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
#define DEFAULT_bedKi 152.12
#define DEFAULT_bedKd 1164.25
#endif
#endif // PIDTEMPBED
#if EITHER(PIDTEMP, PIDTEMPBED)
@ -1815,7 +1813,6 @@
*
*/
#define SDSUPPORT
#define SDIO_SUPPORT // Note from Hobi : Added as was not present in the file...
/**
* SD CARD: SPI SPEED

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Alfawise/U20"
/**
* Configuration_adv.h
*

View file

@ -29,8 +29,6 @@
#pragma once
#define CONFIG_EXAMPLES_DIR "Alfawise/U20"
//
// Status Screen Logo bitmap
//

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "AliExpress/CL-260"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "AliExpress/UM2pExt"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "AliExpress/UM2pExt"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Anet/A2"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Anet/A2"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Anet/A2plus"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Anet/A2plus"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Anet/A6"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Anet/A6"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Anet/A6"
/**
* Custom Status Screen bitmap
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Anet/A8"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Anet/A8"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Anet/A8"
/**
* Custom Status Screen bitmap
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Anet/A8plus"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Anet/A8plus"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Anet/A8plus"
/**
* Custom Status Screen bitmap
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Anet/E10"
/**
* Configuration.h
*
@ -1109,6 +1107,8 @@
#define INVERT_E3_DIR true
#define INVERT_E4_DIR true
#define INVERT_E5_DIR true
#define INVERT_E6_DIR true
#define INVERT_E7_DIR true
// @section homing

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Anet/E10"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Anet/E16"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Anet/E16"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Anet/E16"
/**
* Custom Status Screen bitmap
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Anet/ET4"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Anet/ET4"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "AnimationExample"
/**
* Animated boot screen example
*/

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "AnyCubic/Mega Zero"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "AnyCubic/Mega Zero"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "AnyCubic/Mega Zero"
//#define CUSTOM_BOOTSCREEN_TIMEOUT 2000
#define CUSTOM_BOOTSCREEN_INVERTED

View file

@ -28,8 +28,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "AnyCubic/Mega Zero"
//
// Status Screen Logo bitmap
//

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "AnyCubic/i3 Mega"
//#define I3MEGA_HAS_BLTOUCH
//#define I3MEGA_HAS_TMC2208
@ -871,6 +869,7 @@
* (Automatically enables USE_PROBE_FOR_Z_HOMING.)
*/
//#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
// Force the use of the probe for Z-axis homing
//#define USE_PROBE_FOR_Z_HOMING

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "AnyCubic/i3 Mega"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "AnyCubic/i3"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "AnyCubic/i3"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "ArmEd"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "ArmEd"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Artillery/Genius"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Artillery/Genius"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Artillery/Genius"
/**
* Made with Marlin Bitmap Converter
* https://marlinfw.org/tools/u8glib/converter.html

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Artillery/Sidewinder X1"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Artillery/Sidewinder X1"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Artillery/Sidewinder X1"
/**
* Made with Marlin Bitmap Converter
* https://marlinfw.org/tools/u8glib/converter.html

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Artillery/Sidewinder X1_0.9_degree_BMG_E3D_V6"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Artillery/Sidewinder X1_0.9_degree_BMG_E3D_V6"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Azteeg/X5GT"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "BIBO/TouchX/cyclops"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "BIBO/TouchX/cyclops"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "BIBO/TouchX/default"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "BIBO/TouchX/default"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "BIQU/B1-BLTouch"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "BIQU/B1-BLTouch"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "BIQU/B1"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "BIQU/B1"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "BQ/Hephestos"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "BQ/Hephestos"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "BQ/Hephestos_2"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "BQ/Hephestos_2"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "BQ/Hephestos_2"
/**
* Custom Boot Screen bitmap
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "BQ/WITBOX"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "BQ/WITBOX"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "CTC/i3 2560 Rev A/no probe"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Cartesio"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Cartesio"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Cartesio"
/**
* Custom Boot Screen bitmap
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Copymaster3D/300"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Copymaster3D/400"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Copymaster3D/500"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Creality/CR-10 V2"
/**
* Creality CD-10 V2 options
*/

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Creality/CR-10 V2"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Creality/CR-10 V2"
/**
* Custom Boot Screen bitmap
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Creality/CR-10 V2"
/**
* Custom Status Screen bitmap
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Creality/CR-10"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Creality/CR-10"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Creality/CR-10"
/**
* Custom Boot Screen bitmap
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Creality/CR-10"
/**
* Custom Status Screen bitmap
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Creality/CR-10S"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Creality/CR-10S"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Creality/CR-10S"
/**
* Custom Boot Screen bitmap
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Creality/CR-10S"
/**
* Custom Status Screen bitmap
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Creality/CR-10_5S"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Creality/CR-10_5S"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Creality/CR-10_5S"
/**
* Custom Boot Screen bitmap
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Creality/CR-10mini/CrealityV1"
/**
* Configuration.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Creality/CR-10mini/CrealityV1"
/**
* Configuration_adv.h
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Creality/CR-10mini/CrealityV1"
/**
* Custom Boot Screen bitmap
*

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Creality/CR-10mini/CrealityV1"
/**
* Custom Status Screen bitmap
*

Some files were not shown because too many files have changed in this diff Show more