From 2fecbc2dfaa72e88fa443a367ece7d0e3e0ce3fa Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Sat, 22 Jun 2019 18:41:37 -0400 Subject: [PATCH] tweaks --- Marlin/Configuration_adv.h | 2 +- Marlin/Version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index c24e06d738..0be4249251 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -740,7 +740,7 @@ #if ENABLED(BABYSTEPPING) //#define BABYSTEP_XY // Also enable X/Y Babystepping. Not supported on DELTA! #define BABYSTEP_INVERT_Z false // Change if Z babysteps should go the other way - #define BABYSTEP_MULTIPLICATOR 40 // Babysteps are very small. Increase for faster motion. + #define BABYSTEP_MULTIPLICATOR 10 // Babysteps are very small. Increase for faster motion. #define BABYSTEP_ZPROBE_OFFSET // Enable to combine M851 and Babystepping #define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping. #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds. diff --git a/Marlin/Version.h b/Marlin/Version.h index 7112ae6f8b..95d4e7cbae 100644 --- a/Marlin/Version.h +++ b/Marlin/Version.h @@ -89,6 +89,6 @@ * The WEBSITE_URL is the location where users can get more information such as * documentation about a specific Marlin release. */ - #define WEBSITE_URL "https://tinymachines3d.com" + #define WEBSITE_URL "www.tinymachines3d.com" #endif // USE_AUTOMATIC_VERSIONING