📝 Update http links, misc. cleanup

This commit is contained in:
Scott Lahteine 2022-08-25 22:32:37 -05:00
parent 27e44456cc
commit 9cfbc08d74
32 changed files with 504 additions and 506 deletions

View file

@ -4,7 +4,7 @@ contact_links:
url: https://github.com/MarlinFirmware/Configurations/issues/649 url: https://github.com/MarlinFirmware/Configurations/issues/649
about: Request a new Configuration or variant of an existing Configuration here. about: Request a new Configuration or variant of an existing Configuration here.
- name: Marlin Documentation - name: Marlin Documentation
url: http://marlinfw.org/ url: https://marlinfw.org/
about: Lots of documentation on installing and using Marlin. about: Lots of documentation on installing and using Marlin.
- name: MarlinFirmware Facebook group - name: MarlinFirmware Facebook group
url: https://www.facebook.com/groups/1049718498464482 url: https://www.facebook.com/groups/1049718498464482

View file

@ -29,4 +29,4 @@ jobs:
It may help to set your fork's default branch to `import-2.1.x`. It may help to set your fork's default branch to `import-2.1.x`.
See [this page](http://marlinfw.org/docs/development/getting_started_pull_requests.html) for full instructions. See [this page](https://marlinfw.org/docs/development/getting_started_pull_requests.html) for full instructions.

View file

@ -1325,7 +1325,7 @@
// //
// LCD Backlight Timeout // LCD Backlight Timeout
// //
//#define LCD_BACKLIGHT_TIMEOUT_MINS 5 // (minutes) Timeout before turning off the backlight //#define LCD_BACKLIGHT_TIMEOUT_MINS 1 // (minutes) Timeout before turning off the backlight
#if HAS_BED_PROBE && EITHER(HAS_MARLINUI_MENU, HAS_TFT_LVGL_UI) #if HAS_BED_PROBE && EITHER(HAS_MARLINUI_MENU, HAS_TFT_LVGL_UI)
//#define PROBE_OFFSET_WIZARD // Add a Probe Z Offset calibration option to the LCD menu //#define PROBE_OFFSET_WIZARD // Add a Probe Z Offset calibration option to the LCD menu

View file

@ -16,7 +16,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
*/ */
#pragma once #pragma once
@ -28,7 +28,7 @@
* and enable SHOW_CUSTOM_BOOTSCREEN in Configuration.h. * and enable SHOW_CUSTOM_BOOTSCREEN in Configuration.h.
* *
* Use the Marlin Bitmap Converter to make your own: * Use the Marlin Bitmap Converter to make your own:
* http://marlinfw.org/tools/u8glib/converter.html * https://marlinfw.org/tools/u8glib/converter.html
*/ */
#define CUSTOM_BOOTSCREEN_TIMEOUT 1000 #define CUSTOM_BOOTSCREEN_TIMEOUT 1000

View file

@ -16,7 +16,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
*/ */
#pragma once #pragma once
@ -28,7 +28,7 @@
* and enable CUSTOM_STATUS_SCREEN_IMAGE in Configuration.h. * and enable CUSTOM_STATUS_SCREEN_IMAGE in Configuration.h.
* *
* Use the Marlin Bitmap Converter to make your own: * Use the Marlin Bitmap Converter to make your own:
* http://marlinfw.org/tools/u8glib/converter.html * https://marlinfw.org/tools/u8glib/converter.html
*/ */
// //

View file

@ -16,7 +16,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
*/ */
#pragma once #pragma once

View file

@ -16,7 +16,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
*/ */

View file

@ -1325,7 +1325,7 @@
// //
// LCD Backlight Timeout // LCD Backlight Timeout
// //
//#define LCD_BACKLIGHT_TIMEOUT_MINS 5 // (minutes) Timeout before turning off the backlight //#define LCD_BACKLIGHT_TIMEOUT_MINS 1 // (minutes) Timeout before turning off the backlight
#if HAS_BED_PROBE && EITHER(HAS_MARLINUI_MENU, HAS_TFT_LVGL_UI) #if HAS_BED_PROBE && EITHER(HAS_MARLINUI_MENU, HAS_TFT_LVGL_UI)
//#define PROBE_OFFSET_WIZARD // Add a Probe Z Offset calibration option to the LCD menu //#define PROBE_OFFSET_WIZARD // Add a Probe Z Offset calibration option to the LCD menu

View file

@ -1325,7 +1325,7 @@
// //
// LCD Backlight Timeout // LCD Backlight Timeout
// //
//#define LCD_BACKLIGHT_TIMEOUT_MINS 5 // (minutes) Timeout before turning off the backlight //#define LCD_BACKLIGHT_TIMEOUT_MINS 1 // (minutes) Timeout before turning off the backlight
#if HAS_BED_PROBE && EITHER(HAS_MARLINUI_MENU, HAS_TFT_LVGL_UI) #if HAS_BED_PROBE && EITHER(HAS_MARLINUI_MENU, HAS_TFT_LVGL_UI)
//#define PROBE_OFFSET_WIZARD // Add a Probe Z Offset calibration option to the LCD menu //#define PROBE_OFFSET_WIZARD // Add a Probe Z Offset calibration option to the LCD menu

View file

@ -63,7 +63,7 @@
// Author info of this build printed to the host during boot and M115 // Author info of this build printed to the host during boot and M115
#define STRING_CONFIG_H_AUTHOR "3DXtech" // Who made the changes. #define STRING_CONFIG_H_AUTHOR "3DXtech" // Who made the changes.
#define CUSTOM_VERSION_FILE Version.h // Path from the root directory (no quotes) //#define CUSTOM_VERSION_FILE Version.h // Path from the root directory (no quotes)
/** /**
* *** VENDORS PLEASE READ *** * *** VENDORS PLEASE READ ***

View file

@ -408,7 +408,7 @@
* Specify whether the power supply is active HIGH or active LOW. * Specify whether the power supply is active HIGH or active LOW.
*/ */
//#define PSU_CONTROL //#define PSU_CONTROL
#define PSU_NAME "MEAN WELL" #define PSU_NAME "Mean Well"
#if ENABLED(PSU_CONTROL) #if ENABLED(PSU_CONTROL)
//#define MKS_PWC // Using the MKS PWC add-on //#define MKS_PWC // Using the MKS PWC add-on

View file

@ -3544,7 +3544,6 @@
*/ */
//#define LASER_POWER_TRAP //#define LASER_POWER_TRAP
// //
// Laser I2C Ammeter (High precision INA226 low/high side module) // Laser I2C Ammeter (High precision INA226 low/high side module)
// //

View file

@ -30,6 +30,7 @@
* Use the Marlin Bitmap Converter to make your own: * Use the Marlin Bitmap Converter to make your own:
* https://marlinfw.org/tools/u8glib/converter.html * https://marlinfw.org/tools/u8glib/converter.html
*/ */
#define CUSTOM_BOOTSCREEN_BMPWIDTH 112 #define CUSTOM_BOOTSCREEN_BMPWIDTH 112
const unsigned char custom_start_bmp[] PROGMEM = { const unsigned char custom_start_bmp[] PROGMEM = {

View file

@ -404,7 +404,7 @@
* Specify whether the power supply is active HIGH or active LOW. * Specify whether the power supply is active HIGH or active LOW.
*/ */
//#define PSU_CONTROL //#define PSU_CONTROL
#define PSU_NAME "MEAN WELL" #define PSU_NAME "Mean Well"
#if ENABLED(PSU_CONTROL) #if ENABLED(PSU_CONTROL)
//#define MKS_PWC // Using the MKS PWC add-on //#define MKS_PWC // Using the MKS PWC add-on

View file

@ -3544,7 +3544,6 @@
*/ */
//#define LASER_POWER_TRAP //#define LASER_POWER_TRAP
// //
// Laser I2C Ammeter (High precision INA226 low/high side module) // Laser I2C Ammeter (High precision INA226 low/high side module)
// //

View file

@ -406,7 +406,7 @@
* Specify whether the power supply is active HIGH or active LOW. * Specify whether the power supply is active HIGH or active LOW.
*/ */
//#define PSU_CONTROL //#define PSU_CONTROL
#define PSU_NAME "MEAN WELL" #define PSU_NAME "Mean Well"
#if ENABLED(PSU_CONTROL) #if ENABLED(PSU_CONTROL)
//#define MKS_PWC // Using the MKS PWC add-on //#define MKS_PWC // Using the MKS PWC add-on

View file

@ -16,9 +16,10 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
*/ */
#pragma once
/** /**
* Custom Status Screen bitmap * Custom Status Screen bitmap
@ -27,11 +28,9 @@
* and enable CUSTOM_STATUS_SCREEN_IMAGE in Configuration.h. * and enable CUSTOM_STATUS_SCREEN_IMAGE in Configuration.h.
* *
* Use the Marlin Bitmap Converter to make your own: * Use the Marlin Bitmap Converter to make your own:
* http://marlinfw.org/tools/u8glib/converter.html * https://marlinfw.org/tools/u8glib/converter.html
*/ */
#pragma once
#define STATUS_LOGO_WIDTH 32 #define STATUS_LOGO_WIDTH 32
const unsigned char status_logo_bmp[] PROGMEM = { const unsigned char status_logo_bmp[] PROGMEM = {
@ -65,4 +64,3 @@ const unsigned char status_logo_bmp[] PROGMEM = {
B00000000,B00011111,B11000000,B00000000, B00000000,B00011111,B11000000,B00000000,
B00000000,B00000000,B00000000,B00000000 B00000000,B00000000,B00000000,B00000000
}; };

View file

@ -2110,6 +2110,8 @@
#endif #endif
/** /**
* Probing Margins
*
* Override PROBING_MARGIN 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
@ -3472,7 +3474,8 @@
* Each tool uses different value ranges for speed / power control. * Each tool uses different value ranges for speed / power control.
* These parameters are used to convert between tool power units and PWM. * These parameters are used to convert between tool power units and PWM.
* *
* Set these required parameters for your controller * Speed/Power = (PWMDC / 255 * 100 - SPEED_POWER_INTERCEPT) / SPEED_POWER_SLOPE
* PWMDC = (spdpwr - SPEED_POWER_MIN) / (SPEED_POWER_MAX - SPEED_POWER_MIN) / SPEED_POWER_SLOPE
*/ */
#if ENABLED(SPINDLE_LASER_USE_PWM) #if ENABLED(SPINDLE_LASER_USE_PWM)
#define SPEED_POWER_INTERCEPT 0 // (%) 0-100 i.e., Minimum power percentage #define SPEED_POWER_INTERCEPT 0 // (%) 0-100 i.e., Minimum power percentage
@ -3541,7 +3544,6 @@
*/ */
//#define LASER_POWER_TRAP //#define LASER_POWER_TRAP
// //
// Laser I2C Ammeter (High precision INA226 low/high side module) // Laser I2C Ammeter (High precision INA226 low/high side module)
// //

View file

@ -22,14 +22,12 @@
#pragma once #pragma once
/** /**
* Custom Boot Screen bitmap * Made with Marlin Bitmap Converter
*
* Place this file in the root with your configuration files
* and enable SHOW_CUSTOM_BOOTSCREEN in Configuration.h.
*
* Use the Marlin Bitmap Converter to make your own:
* https://marlinfw.org/tools/u8glib/converter.html * https://marlinfw.org/tools/u8glib/converter.html
*
* This bitmap from the file 'sovol.png'
*/ */
#define CUSTOM_BOOTSCREEN_BMPWIDTH 112 #define CUSTOM_BOOTSCREEN_BMPWIDTH 112
const unsigned char custom_start_bmp[] PROGMEM = { const unsigned char custom_start_bmp[] PROGMEM = {

View file

@ -31,7 +31,6 @@
* https://marlinfw.org/tools/u8glib/converter.html * https://marlinfw.org/tools/u8glib/converter.html
*/ */
#define STATUS_LOGO_Y 8
#define STATUS_LOGO_WIDTH 32 #define STATUS_LOGO_WIDTH 32
const unsigned char status_logo_bmp[] PROGMEM = { const unsigned char status_logo_bmp[] PROGMEM = {

View file

@ -137,7 +137,7 @@
//#define BLUETOOTH //#define BLUETOOTH
// Name displayed in the LCD "Ready" message and Info menu // Name displayed in the LCD "Ready" message and Info menu
#define CUSTOM_MACHINE_NAME "SOVOL SV01" #define CUSTOM_MACHINE_NAME "Sovol SV01"
// Printer's unique ID, used by some programs to differentiate between machines. // Printer's unique ID, used by some programs to differentiate between machines.
// Choose your own or use a service like https://www.uuidgenerator.net/version4 // Choose your own or use a service like https://www.uuidgenerator.net/version4
@ -404,7 +404,7 @@
* Specify whether the power supply is active HIGH or active LOW. * Specify whether the power supply is active HIGH or active LOW.
*/ */
//#define PSU_CONTROL //#define PSU_CONTROL
#define PSU_NAME "MEAN WELL" #define PSU_NAME "Mean Well"
#if ENABLED(PSU_CONTROL) #if ENABLED(PSU_CONTROL)
//#define MKS_PWC // Using the MKS PWC add-on //#define MKS_PWC // Using the MKS PWC add-on

View file

@ -63,7 +63,7 @@
// Author info of this build printed to the host during boot and M115 // Author info of this build printed to the host during boot and M115
#define STRING_CONFIG_H_AUTHOR "InsanityAutomation" // Who made the changes. #define STRING_CONFIG_H_AUTHOR "InsanityAutomation" // Who made the changes.
#define CUSTOM_VERSION_FILE Version.h // Path from the root directory (no quotes) //#define CUSTOM_VERSION_FILE Version.h // Path from the root directory (no quotes)
/** /**
* *** VENDORS PLEASE READ *** * *** VENDORS PLEASE READ ***

View file

@ -16,7 +16,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
*/ */
#pragma once #pragma once

View file

@ -2065,18 +2065,18 @@
#endif #endif
// Add a menu item to move between bed corners for manual bed adjustment // Add a menu item to move between bed corners for manual bed adjustment
#define LEVEL_BED_CORNERS #define LCD_BED_TRAMMING
#if ENABLED(LEVEL_BED_CORNERS) #if ENABLED(LCD_BED_TRAMMING)
#define LEVEL_CORNERS_INSET_LFRB { 35, 35, 35, 35 } // (mm) Left, Front, Right, Back insets #define BED_TRAMMING_INSET_LFRB { 35, 35, 35, 35 } // (mm) Left, Front, Right, Back insets
#define LEVEL_CORNERS_HEIGHT 0.0 // (mm) Z height of nozzle at leveling points #define BED_TRAMMING_HEIGHT 0.0 // (mm) Z height of nozzle at leveling points
#define LEVEL_CORNERS_Z_HOP 4.0 // (mm) Z height of nozzle between leveling points #define BED_TRAMMING_Z_HOP 4.0 // (mm) Z height of nozzle between leveling points
//#define LEVEL_CENTER_TOO // Move to the center after the last corner //#define BED_TRAMMING_INCLUDE_CENTER // Move to the center after the last corner
//#define LEVEL_CORNERS_USE_PROBE //#define BED_TRAMMING_USE_PROBE
#if ENABLED(LEVEL_CORNERS_USE_PROBE) #if ENABLED(BED_TRAMMING_USE_PROBE)
#define LEVEL_CORNERS_PROBE_TOLERANCE 0.1 #define BED_TRAMMING_PROBE_TOLERANCE 0.1 // (mm)
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify #define BED_TRAMMING_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
//#define LEVEL_CORNERS_AUDIO_FEEDBACK //#define BED_TRAMMING_AUDIO_FEEDBACK
#endif #endif
/** /**
@ -2096,7 +2096,7 @@
* | 1 2 | | 1 4 | | 1 2 | | 2 | * | 1 2 | | 1 4 | | 1 2 | | 2 |
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF * LF --------- RF LF --------- RF LF --------- RF LF --------- RF
*/ */
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB } #define BED_TRAMMING_LEVELING_ORDER { LF, RF, RB, LB }
#endif #endif
/** /**

View file

@ -3551,7 +3551,6 @@
*/ */
//#define LASER_POWER_TRAP //#define LASER_POWER_TRAP
// //
// Laser I2C Ammeter (High precision INA226 low/high side module) // Laser I2C Ammeter (High precision INA226 low/high side module)
// //

View file

@ -318,7 +318,7 @@
* and/or decrease WATCH_TEMP_INCREASE. WATCH_TEMP_INCREASE should not be set * and/or decrease WATCH_TEMP_INCREASE. WATCH_TEMP_INCREASE should not be set
* below 2. * below 2.
*/ */
#define WATCH_TEMP_PERIOD 20 // Seconds #define WATCH_TEMP_PERIOD 40 // Seconds
#define WATCH_TEMP_INCREASE 2 // Degrees Celsius #define WATCH_TEMP_INCREASE 2 // Degrees Celsius
#endif #endif

View file

@ -20,6 +20,8 @@
* *
*/ */
#pragma once #pragma once
#error "Don't build with import-2.1.x configurations!"
#error "Use the 'bugfix...' or 'release...' configurations matching your Marlin version."
/** /**
* Velleman Vertex Delta K8800 * Velleman Vertex Delta K8800
@ -924,37 +926,39 @@
#endif #endif
// Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers). // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
#define DELTA_PRINTABLE_RADIUS 100.000 // mm #define DELTA_PRINTABLE_RADIUS 100.0 // (mm)
// Horizontal offset from middle of printer to smooth rod center. // Horizontal offset from middle of printer to smooth rod center.
#define DELTA_SMOOTH_ROD_OFFSET 157.804 // mm #define DELTA_SMOOTH_ROD_OFFSET 157.804 // (mm)
// Horizontal offset of the universal joints on the end effector. // Horizontal offset of the universal joints on the end effector.
#define DELTA_EFFECTOR_OFFSET 23.816 // mm #define DELTA_EFFECTOR_OFFSET 23.816 // (mm)
// Horizontal offset of the universal joints on the carriages. // Horizontal offset of the universal joints on the carriages.
#define DELTA_CARRIAGE_OFFSET 23.777 // mm #define DELTA_CARRIAGE_OFFSET 23.777 // (mm)
// Maximum reachable area
#define DELTA_MAX_RADIUS 140.0 // (mm)
// Center-to-center distance of the holes in the diagonal push rods. // Center-to-center distance of the holes in the diagonal push rods.
#define DELTA_DIAGONAL_ROD 207.000 // mm #define DELTA_DIAGONAL_ROD 207.0 // (mm)
// height from z=0 to home position // Distance between bed and nozzle Z home position
#define DELTA_HEIGHT 308.000 // get this value from auto calibrate #define DELTA_HEIGHT 308.00 // (mm) Get this value from G33 auto calibrate
#define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 } // get these from auto calibrate #define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 } // Get these values from G33 auto calibrate
// Horizontal distance bridged by diagonal push rods when effector is centered. // Horizontal distance bridged by diagonal push rods when effector is centered.
#define DELTA_RADIUS (DELTA_SMOOTH_ROD_OFFSET - DELTA_EFFECTOR_OFFSET - DELTA_CARRIAGE_OFFSET) // mm Get this value from auto calibrate #define DELTA_RADIUS (DELTA_SMOOTH_ROD_OFFSET - DELTA_EFFECTOR_OFFSET - DELTA_CARRIAGE_OFFSET) // (mm) Get this value from G33 auto calibrate
// Trim adjustments for individual towers // Trim adjustments for individual towers
// tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0 // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
// measured in degrees anticlockwise looking from above the printer // measured in degrees anticlockwise looking from above the printer
#define DELTA_TOWER_ANGLE_TRIM { 0.0, 0.0, 0.0 } // get these values from auto calibrate #define DELTA_TOWER_ANGLE_TRIM { 0.0, 0.0, 0.0 } // Get these values from G33 auto calibrate
// delta radius and diaginal rod adjustments measured in mm // Delta radius and diagonal rod adjustments (mm)
//#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 } //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
//#define DELTA_DIAGONAL_ROD_TRIM_TOWER { 0.0, 0.0, 0.0 } //#define DELTA_DIAGONAL_ROD_TRIM_TOWER { 0.0, 0.0, 0.0 }
#endif #endif
// @section scara // @section scara
@ -1631,8 +1635,8 @@
//#define WAIT_FOR_HOTEND // Wait for hotend to heat back up between probes (to improve accuracy & prevent cold extrude) //#define WAIT_FOR_HOTEND // Wait for hotend to heat back up between probes (to improve accuracy & prevent cold extrude)
#endif #endif
#define PROBING_FANS_OFF // Turn fans off when probing #define PROBING_FANS_OFF // Turn fans off when probing
// If I read the code correctly, for Deltas, this only turns just the Extuder Steppers off during probing: #define PROBING_ESTEPPERS_OFF // Turn all extruder steppers off when probing
#define PROBING_STEPPERS_OFF // Turn all steppers off (unless needed to hold position) when probing (including extruders) //#define PROBING_STEPPERS_OFF // Turn all steppers off (unless needed to hold position) when probing (including extruders)
#define DELAY_BEFORE_PROBING 500 // (ms) To prevent vibrations from triggering piezo sensors #define DELAY_BEFORE_PROBING 500 // (ms) To prevent vibrations from triggering piezo sensors
// Require minimum nozzle and/or bed temperature for probing // Require minimum nozzle and/or bed temperature for probing
@ -2031,7 +2035,6 @@
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle #define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500 #define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
// Large prints seem to work much better without this.
//#define UBL_Z_RAISE_WHEN_OFF_MESH 2.5 // When the nozzle is off the mesh, this value is used //#define UBL_Z_RAISE_WHEN_OFF_MESH 2.5 // When the nozzle is off the mesh, this value is used
// as the Z-Height correction value. // as the Z-Height correction value.
@ -2252,13 +2255,13 @@
// //
// Preheat Constants - Up to 10 are supported without changes // Preheat Constants - Up to 10 are supported without changes
// //
#define PREHEAT_1_LABEL "PLA (180)" #define PREHEAT_1_LABEL "PLA (200)"
#define PREHEAT_1_TEMP_HOTEND 200 #define PREHEAT_1_TEMP_HOTEND 200
#define PREHEAT_1_TEMP_BED 70 #define PREHEAT_1_TEMP_BED 70
#define PREHEAT_1_TEMP_CHAMBER 35 #define PREHEAT_1_TEMP_CHAMBER 35
#define PREHEAT_1_FAN_SPEED 255 // Value from 0 to 255 #define PREHEAT_1_FAN_SPEED 255 // Value from 0 to 255
#define PREHEAT_2_LABEL "ABS (230)" #define PREHEAT_2_LABEL "ABS (250)"
#define PREHEAT_2_TEMP_HOTEND 250 #define PREHEAT_2_TEMP_HOTEND 250
#define PREHEAT_2_TEMP_BED 100 #define PREHEAT_2_TEMP_BED 100
#define PREHEAT_2_TEMP_CHAMBER 35 #define PREHEAT_2_TEMP_CHAMBER 35
@ -2281,7 +2284,7 @@
#if ENABLED(NOZZLE_PARK_FEATURE) #if ENABLED(NOZZLE_PARK_FEATURE)
// Specify a park position as { X, Y, Z_raise } // Specify a park position as { X, Y, Z_raise }
#define NOZZLE_PARK_POINT { (0), (0), 50 } #define NOZZLE_PARK_POINT { 0, 0, 50 }
#define NOZZLE_PARK_MOVE 0 // Park motion: 0 = XY Move, 1 = X Only, 2 = Y Only, 3 = X before Y, 4 = Y before X #define NOZZLE_PARK_MOVE 0 // Park motion: 0 = XY Move, 1 = X Only, 2 = Y Only, 3 = X before Y, 4 = Y before X
#define NOZZLE_PARK_Z_RAISE_MIN 50 // (mm) Always raise Z by at least this distance #define NOZZLE_PARK_Z_RAISE_MIN 50 // (mm) Always raise Z by at least this distance
#define NOZZLE_PARK_XY_FEEDRATE 120 // (mm/s) X and Y axes feedrate (also used for delta Z axis) #define NOZZLE_PARK_XY_FEEDRATE 120 // (mm/s) X and Y axes feedrate (also used for delta Z axis)