Skip to content

Commit

Permalink
G-force7-AC
Browse files Browse the repository at this point in the history
  • Loading branch information
LVD-AC committed Dec 14, 2017
1 parent 0423a18 commit 2d76340
Show file tree
Hide file tree
Showing 6 changed files with 140 additions and 195 deletions.
4 changes: 2 additions & 2 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
// build by the user have been successfully uploaded into firmware.
#define STRING_CONFIG_H_AUTHOR "(LVD, G-force6-AC)" // Who made the changes.
#define STRING_CONFIG_H_AUTHOR "(LVD, G-force-7-AC)" // Who made the changes.
#define SHOW_BOOTSCREEN
#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
#define STRING_SPLASH_LINE2 WEBSITE_URL // will be shown during bootup in line 2
Expand Down Expand Up @@ -512,7 +512,7 @@
// Set the radius for the calibration probe points - max 0.9 * DELTA_PRINTABLE_RADIUS for non-eccentric probes
#define DELTA_CALIBRATION_RADIUS 75 // mm
// Set the steprate for papertest probing
#define PROBE_MANUALLY_STEP 0.025
#define PROBE_MANUALLY_STEP 0.05
#endif

// Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
Expand Down
2 changes: 1 addition & 1 deletion Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@
#endif

// Moves (or segments) with fewer steps than this will be joined with the next move
#define MIN_STEPS_PER_SEGMENT 6
#define MIN_STEPS_PER_SEGMENT 5

// The minimum pulse width (in µs) for stepping a stepper.
// Set this if you find stepping unreliable, or if using a very fast CPU.
Expand Down
Loading

0 comments on commit 2d76340

Please sign in to comment.