mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-25 15:44:14 -06:00
Fix up more configs
This commit is contained in:
parent
e05eb86941
commit
19ccae84e4
14 changed files with 27 additions and 21 deletions
|
@ -21,6 +21,8 @@
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#define CONFIG_EXAMPLES_DIR "AnyCubic/Mega Zero"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Configuration.h
|
* Configuration.h
|
||||||
*
|
*
|
||||||
|
@ -966,7 +968,7 @@
|
||||||
|
|
||||||
// Most probes should stay away from the edges of the bed, but
|
// Most probes should stay away from the edges of the bed, but
|
||||||
// with NOZZLE_AS_PROBE this can be negative for a wider probing area.
|
// with NOZZLE_AS_PROBE this can be negative for a wider probing area.
|
||||||
#define MIN_PROBE_EDGE 10
|
#define PROBING_MARGIN 10
|
||||||
|
|
||||||
// X and Y axis travel speed (mm/m) between probes
|
// X and Y axis travel speed (mm/m) between probes
|
||||||
#define XY_PROBE_SPEED 8000
|
#define XY_PROBE_SPEED 8000
|
||||||
|
|
|
@ -21,6 +21,8 @@
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#define CONFIG_EXAMPLES_DIR "AnyCubic/Mega Zero"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Configuration_adv.h
|
* Configuration_adv.h
|
||||||
*
|
*
|
||||||
|
@ -1538,7 +1540,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Override MIN_PROBE_EDGE for each side of the build plate
|
* Override PROBING_MARGIN for each side of the build plate
|
||||||
* Useful to get probe points to exact positions on targets or
|
* Useful to get probe points to exact positions on targets or
|
||||||
* to allow leveling to avoid plate clamps on only specific
|
* to allow leveling to avoid plate clamps on only specific
|
||||||
* sides of the bed. With NOZZLE_AS_PROBE negative values are
|
* sides of the bed. With NOZZLE_AS_PROBE negative values are
|
||||||
|
@ -1555,10 +1557,10 @@
|
||||||
* the probe to be unable to reach any points.
|
* the probe to be unable to reach any points.
|
||||||
*/
|
*/
|
||||||
#if PROBE_SELECTED && !IS_KINEMATIC
|
#if PROBE_SELECTED && !IS_KINEMATIC
|
||||||
//#define MIN_PROBE_EDGE_LEFT MIN_PROBE_EDGE
|
//#define PROBING_MARGIN_LEFT PROBING_MARGIN
|
||||||
//#define MIN_PROBE_EDGE_RIGHT MIN_PROBE_EDGE
|
//#define PROBING_MARGIN_RIGHT PROBING_MARGIN
|
||||||
//#define MIN_PROBE_EDGE_FRONT MIN_PROBE_EDGE
|
//#define PROBING_MARGIN_FRONT PROBING_MARGIN
|
||||||
//#define MIN_PROBE_EDGE_BACK MIN_PROBE_EDGE
|
//#define PROBING_MARGIN_BACK PROBING_MARGIN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EITHER(MESH_BED_LEVELING, AUTO_BED_LEVELING_UBL)
|
#if EITHER(MESH_BED_LEVELING, AUTO_BED_LEVELING_UBL)
|
||||||
|
|
|
@ -19,14 +19,10 @@
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
* Made with Marlin Bitmap Converter
|
|
||||||
* https://marlinfw.org/tools/u8glib/converter.html
|
|
||||||
*
|
|
||||||
* This bitmap from 128x64 C/C++ data
|
|
||||||
*/
|
|
||||||
#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
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,8 @@
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#define CONFIG_EXAMPLES_DIR "AnyCubic/Mega Zero"
|
||||||
|
|
||||||
//
|
//
|
||||||
// Status Screen Logo bitmap
|
// Status Screen Logo bitmap
|
||||||
//
|
//
|
||||||
|
|
|
@ -21,6 +21,8 @@
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#define CONFIG_EXAMPLES_DIR "BigTreeTech/SKR Mini E3 2.0"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Configuration.h
|
* Configuration.h
|
||||||
*
|
*
|
||||||
|
|
|
@ -21,6 +21,8 @@
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#define CONFIG_EXAMPLES_DIR "BigTreeTech/SKR Mini E3 2.0"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Configuration_adv.h
|
* Configuration_adv.h
|
||||||
*
|
*
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define CONFIG_EXAMPLES_DIR "Creality/Ender-3/SKR Mini E3 1.0"
|
#define CONFIG_EXAMPLES_DIR "Creality/Ender-3/BigTreeTech SKR Mini E3 1.0"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Configuration.h
|
* Configuration.h
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define CONFIG_EXAMPLES_DIR "Creality/Ender-3/SKR Mini E3 1.0"
|
#define CONFIG_EXAMPLES_DIR "Creality/Ender-3/BigTreeTech SKR Mini E3 1.0"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Configuration_adv.h
|
* Configuration_adv.h
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define CONFIG_EXAMPLES_DIR "Creality/Ender-3/SKR Mini E3 1.0"
|
#define CONFIG_EXAMPLES_DIR "Creality/Ender-3/BigTreeTech SKR Mini E3 1.0"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Custom Boot Screen bitmap
|
* Custom Boot Screen bitmap
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define CONFIG_EXAMPLES_DIR "Creality/Ender-3/SKR Mini E3 1.0"
|
#define CONFIG_EXAMPLES_DIR "Creality/Ender-3/BigTreeTech SKR Mini E3 1.0"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Custom Status Screen bitmap
|
* Custom Status Screen bitmap
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define CONFIG_EXAMPLES_DIR "Creality/Ender-3/SKR Mini E3 1.2"
|
#define CONFIG_EXAMPLES_DIR "Creality/Ender-3/BigTreeTech SKR Mini E3 1.2"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Configuration.h
|
* Configuration.h
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define CONFIG_EXAMPLES_DIR "Creality/Ender-3/SKR Mini E3 1.2"
|
#define CONFIG_EXAMPLES_DIR "Creality/Ender-3/BigTreeTech SKR Mini E3 1.2"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Configuration_adv.h
|
* Configuration_adv.h
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define CONFIG_EXAMPLES_DIR "Creality/Ender-3/SKR Mini E3 1.2"
|
#define CONFIG_EXAMPLES_DIR "Creality/Ender-3/BigTreeTech SKR Mini E3 1.2"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Custom Boot Screen bitmap
|
* Custom Boot Screen bitmap
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define CONFIG_EXAMPLES_DIR "Creality/Ender-3/SKR Mini E3 1.2"
|
#define CONFIG_EXAMPLES_DIR "Creality/Ender-3/BigTreeTech SKR Mini E3 1.2"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Custom Status Screen bitmap
|
* Custom Status Screen bitmap
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue