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 #pragma once
#define CONFIG_EXAMPLES_DIR "3DFabXYZ/Migbot"
/** /**
* Configuration.h * Configuration.h
* *
@ -493,14 +491,14 @@
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
// Electron // Electron
#define DEFAULT_Kp 29.12 #define DEFAULT_Kp 29.12
#define DEFAULT_Ki 3.22 #define DEFAULT_Ki 3.22
#define DEFAULT_Kd 65.83 #define DEFAULT_Kd 65.83
// Ultimaker // Ultimaker
//#define DEFAULT_Kp 22.2 //#define DEFAULT_Kp 22.2
//#define DEFAULT_Ki 1.08 //#define DEFAULT_Ki 1.08
//#define DEFAULT_Kd 114 //#define DEFAULT_Kd 114
// MakerGear // MakerGear
//#define DEFAULT_Kp 7.0 //#define DEFAULT_Kp 7.0

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -21,8 +21,6 @@
*/ */
#pragma once #pragma once
#define CONFIG_EXAMPLES_DIR "AliExpress/UM2pExt"
/** /**
* Configuration.h * Configuration.h
* *
@ -498,9 +496,9 @@
#define DEFAULT_Kd 34.32 #define DEFAULT_Kd 34.32
/* /*
#define DEFAULT_Kp 10.03 #define DEFAULT_Kp 10.03
#define DEFAULT_Ki 1.50 #define DEFAULT_Ki 1.50
#define DEFAULT_Kd 70.0 #define DEFAULT_Kd 70.0
*/ */
//#define DEFAULT_Kp 22.2 //#define DEFAULT_Kp 22.2

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -21,8 +21,6 @@
*/ */
#pragma once #pragma once
#define CONFIG_EXAMPLES_DIR "Anet/A8plus"
/** /**
* Configuration.h * Configuration.h
* *
@ -509,9 +507,9 @@
// ANET A8 Standard Extruder at 210 Degree Celsius and 100% Fan // ANET A8 Standard Extruder at 210 Degree Celsius and 100% Fan
//(measured after M106 S255 with M303 E0 S210 C8) //(measured after M106 S255 with M303 E0 S210 C8)
#define DEFAULT_Kp 49.19 #define DEFAULT_Kp 49.19
#define DEFAULT_Ki 6.33 #define DEFAULT_Ki 6.33
#define DEFAULT_Kd 95.60 #define DEFAULT_Kd 95.60
#endif // PIDTEMP #endif // PIDTEMP
//=========================================================================== //===========================================================================

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -21,8 +21,6 @@
*/ */
#pragma once #pragma once
#define CONFIG_EXAMPLES_DIR "AnyCubic/i3 Mega"
//#define I3MEGA_HAS_BLTOUCH //#define I3MEGA_HAS_BLTOUCH
//#define I3MEGA_HAS_TMC2208 //#define I3MEGA_HAS_TMC2208
@ -497,9 +495,9 @@
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
// i3 Mega stock v5 hotend, 40W heater cartridge (3.6Ω @ 22°C) // i3 Mega stock v5 hotend, 40W heater cartridge (3.6Ω @ 22°C)
#define DEFAULT_Kp 15.94 #define DEFAULT_Kp 15.94
#define DEFAULT_Ki 1.17 #define DEFAULT_Ki 1.17
#define DEFAULT_Kd 54.19 #define DEFAULT_Kd 54.19
// Ultimaker // Ultimaker
//#define DEFAULT_Kp 22.2 //#define DEFAULT_Kp 22.2
@ -871,6 +869,7 @@
* (Automatically enables USE_PROBE_FOR_Z_HOMING.) * (Automatically enables USE_PROBE_FOR_Z_HOMING.)
*/ */
//#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN //#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
// Force the use of the probe for Z-axis homing // Force the use of the probe for Z-axis homing
//#define USE_PROBE_FOR_Z_HOMING //#define USE_PROBE_FOR_Z_HOMING

View file

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

View file

@ -21,8 +21,6 @@
*/ */
#pragma once #pragma once
#define CONFIG_EXAMPLES_DIR "AnyCubic/i3"
/** /**
* Configuration.h * Configuration.h
* *
@ -492,9 +490,9 @@
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
// ANYCUBIC I3 240C and 8 cycles // ANYCUBIC I3 240C and 8 cycles
#define DEFAULT_Kp 17.80 #define DEFAULT_Kp 17.80
#define DEFAULT_Ki 0.84 #define DEFAULT_Ki 0.84
#define DEFAULT_Kd 64.84 #define DEFAULT_Kd 64.84
// Ultimaker // Ultimaker
//#define DEFAULT_Kp 22.2 //#define DEFAULT_Kp 22.2
@ -553,9 +551,9 @@
//#define DEFAULT_bedKd 305.4 //#define DEFAULT_bedKd 305.4
// Anycubic I3 with Ultrabase. 100C and 8 cycles // Anycubic I3 with Ultrabase. 100C and 8 cycles
#define DEFAULT_bedKp 218.59 #define DEFAULT_bedKp 218.59
#define DEFAULT_bedKi 43.04 #define DEFAULT_bedKi 43.04
#define DEFAULT_bedKd 277.56 #define DEFAULT_bedKd 277.56
//120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+) //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
//from pidautotune //from pidautotune

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -21,8 +21,6 @@
*/ */
#pragma once #pragma once
#define CONFIG_EXAMPLES_DIR "BIBO/TouchX/cyclops"
/** /**
* Configuration.h * Configuration.h
* *
@ -543,9 +541,9 @@
//120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+) //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
//from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10) //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
#define DEFAULT_bedKp 23.89 #define DEFAULT_bedKp 23.89
#define DEFAULT_bedKi 1.37 #define DEFAULT_bedKi 1.37
#define DEFAULT_bedKd 104.5 #define DEFAULT_bedKd 104.5
//120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+) //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
//from pidautotune //from pidautotune

View file

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

View file

@ -21,8 +21,6 @@
*/ */
#pragma once #pragma once
#define CONFIG_EXAMPLES_DIR "BIBO/TouchX/default"
/** /**
* Configuration.h * Configuration.h
* *
@ -543,9 +541,9 @@
//120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+) //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
//from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10) //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
#define DEFAULT_bedKp 23.89 #define DEFAULT_bedKp 23.89
#define DEFAULT_bedKi 1.37 #define DEFAULT_bedKi 1.37
#define DEFAULT_bedKd 104.5 #define DEFAULT_bedKd 104.5
//120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+) //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
//from pidautotune //from pidautotune

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -21,8 +21,6 @@
*/ */
#pragma once #pragma once
#define CONFIG_EXAMPLES_DIR "Cartesio"
/** /**
* Configuration.h * Configuration.h
* *
@ -542,15 +540,15 @@
//#define MIN_BED_POWER 0 //#define MIN_BED_POWER 0
//#define PID_BED_DEBUG // Sends debug data to the serial port. //#define PID_BED_DEBUG // Sends debug data to the serial port.
//24V 500W silicone heater on to 4mm glass CartesioW //24V 500W silicone heater on to 4mm glass CartesioW
#define DEFAULT_bedKp 390 #define DEFAULT_bedKp 390
#define DEFAULT_bedKi 70 #define DEFAULT_bedKi 70
#define DEFAULT_bedKd 546 #define DEFAULT_bedKd 546
//24V 250W silicone heater on to 4mm glass CartesioM //24V 250W silicone heater on to 4mm glass CartesioM
//#define DEFAULT_bedKp 303 //#define DEFAULT_bedKp 303
//#define DEFAULT_bedKi 42 //#define DEFAULT_bedKi 42
//#define DEFAULT_bedKd 539 //#define DEFAULT_bedKd 539
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles. // FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
#endif // PIDTEMPBED #endif // PIDTEMPBED

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

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