Commit Graph

485 Commits

Author SHA1 Message Date
d60c02c5b1 Cleanup, extend TMC2130 configuration 2017-04-14 22:43:56 -05:00
0e97b3d6d0 Fix some configuration spacing 2017-04-14 22:36:10 -05:00
03bda24d19 Add delta auto-calibration and configuration for Flsun AC 2017-04-14 19:08:14 -05:00
1bd25fd2b3 Clean up config spacing, section headings, etc. 2017-04-14 19:06:31 -05:00
153b0ae967 Tweak Delta Printer configuration note 2017-04-14 19:06:06 -05:00
fd2a0784ba Add support for SOLENOID_PROBE 2017-04-14 17:24:36 -05:00
5803ba43a9 Expose EXT_SOLENOID as an advanced option 2017-04-14 17:24:36 -05:00
52c3ace102 Add BABYSTEP_ZPROBE_OFFSET as an optional feature 2017-04-13 16:29:43 -05:00
cd4e6abec8 Group BABYSTEPPING options together 2017-04-13 16:26:45 -05:00
dac21ec680 Add support for an RGBW LED 2017-04-11 12:58:55 -05:00
e7746ffee4 Extend RGB LED support, adding Printer Events 2017-04-11 12:15:41 -05:00
9343f6a95f Put TOSHIBA with other stepper driver options 2017-04-09 20:52:49 -05:00
4cdda5615b Bring other configs up to date with wt150 changes 2017-04-09 06:45:42 -05:00
1855534f20 Config files cleanup 2017-04-09 06:44:52 -05:00
c26a315d0b Additional missed patches 2017-04-09 04:24:23 -05:00
39617e10b8 Patch configs comment formatting 2017-04-09 03:49:16 -05:00
c54f6cf23d Updates to support 5 extruders 2017-04-09 03:49:16 -05:00
2b88ccd0aa Apply UBL mesh bounds to remaining configs 2017-04-09 03:49:15 -05:00
f78d44e91a Added support for delta tower angle corrections. 2017-04-08 21:13:44 -05:00
824f3c1c0d Fix up configuration comments 2017-04-08 18:59:56 -05:00
995ed90248 Clean up Filament Width Sensor comments 2017-04-08 18:59:56 -05:00
f8408036f2 Merge pull request #6264 from thinkyhead/rc_five_extruders
Support up to 5 extruders in Marlin
2017-04-07 12:48:56 -05:00
f7fc49c3a3 Finish name change
DAC_STEPPER_DFLT wasn't changed to DAC_MOTOR_CURRENT_DEFAULT in all
places on PR #6124
2017-04-07 11:05:24 -05:00
2a84122edd Configuration changes to support 5 extruders 2017-04-07 10:46:35 -05:00
549055f20c Merge pull request #6124 from Bob-the-Kuhn/MCP4728-consistency
MCP4728 consistency & fix ultralcd.cpp (PRINTRBOARD Rev F and RIGIDBOARD V2)
2017-04-06 16:35:50 -05:00
3b9ff2cb12 Merge pull request #5676 from Bob-the-Kuhn/configuration.h
Configuration.h - reword Z PROBE section
2017-04-06 16:18:34 -05:00
6643d553f6 # This is a combination of 2 commits.
# This is the 1st commit message:

MCP4728 consistency & fix ultralcd.cpp

The MCP4728 DAC controls the stepper motor current strenth on the
PRINTRBOARD Rev F and RIGIDBOARD V2 boards.

PR #5792 on 9 FEB 2017 implemented default drive percentages but only on
the RIGIDBOARD V2.

This change moves the default settings to Configuration_adv.h.

Also, ultralcd.cpp won't compile because of a type def conflict.
Changed it to match the one in stepper_dac.cpp

===========================================================

reword stepper curent section for clarity

===========================================================

change name & improve comments

===========================================================

changed name from A4JP to SCOOVO_X9H per PR #6139

# This is the commit message #2:

fix typo
2017-04-06 16:16:27 -05:00
a5abc61fb9 Merge pull request #6219 from Bob-the-Kuhn/Servo-probe-and-toggle-pins
M43 - add Toggle utility and Z servo utility (replaces PR #5864)
2017-04-06 16:10:50 -05:00
3b8926bd09 improved wording, consolidation of info, BLTouch warning
==============================================

clarified BLTouch calculation & changed comment delimitters/flags

I found it hard to pickout the various sections in this area so I
changed most comments from // style to /** ... */

Made the BLTouch calculation simpler and clarified the units of measure
for the result.

============================================

add changes to example configurations

============================================

add TinyBoy2 to this PR & add BLTouch Delay
2017-04-06 16:06:01 -05:00
d13991ae18 Use same config name for all mesh dimensions 2017-04-06 16:05:59 -05:00
f9686a108c add Z servo test and toggle pins to M43 2017-04-06 15:59:38 -05:00
62cbaa302e Z_DUAL_ENDSTOP - make offset a configuration item
The offset for Z_DUAL_ENDSTOP (z_endstop_adj) is already in Marlin.
This PR just makes it a configuration item.

z_endstop_adj is initialized in two places so both had to be modified.
2017-04-06 15:57:10 -05:00
eb1e6aa29b Use same config name for all mesh dimensions 2017-04-06 00:42:52 -05:00
c56eec29f0 Configurable delay for BLTouch servo emulation 2017-04-02 11:14:53 -05:00
deaad78df9 Merge pull request #5678 from Bob-the-Kuhn/G38-optional-double-tap
G38 bug fix, made double touch optional & reverted to Z_MIN_PROBE
2017-04-02 10:32:04 -05:00
63abb65146 Update description of PINS_DEBUGGING 2017-03-31 18:57:48 -05:00
9e22184936 Add a "manual" option for ABL 2017-03-31 11:50:18 -05:00
81136c1e82 Merge pull request #6177 from thinkyhead/rc_tinyboy
Support for TinyBoy 2 3D printer (and its OLED display)
2017-03-31 04:31:47 -05:00
0fe57ad4f5 Add Support TinyBoy2 OLED/Encoder panel
The OLED is driven by an SSD1306, connected to the board via
I2C, the rotary encoder is connected to 3 GPIO pins.

Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
2017-03-31 04:05:34 -05:00
edbc024d76 Disable UBL_G26_MESH_EDITING by default 2017-03-31 02:20:20 -05:00
5699e2b881 Add SOFT_PWM_DITHER to other configurations 2017-03-24 05:02:24 -05:00
783338a0b8 Add UBL_MESH_EDIT_ENABLED to configs 2017-03-24 00:44:55 -05:00
e244399766 Additional cleanup of UBL code 2017-03-22 20:51:10 -05:00
0934563b97 G38 optional double touch
Made the double touch portion a conditional compile based on the
PROBE_DOUBLE_TOUCH flag.

==============================================

Bugfix

The current G38 only stopped a move if it involved the Z axis.

Moved all the G38 code to it's own section and put it where it would
always be executed no matter what axis was moving or if the endstop was
enabled.

Also added a comment to configuration_adv to alert the user the double
tap had to be turned on.

==============================================

Change G38 back to using Z_MIN_PROBE

There's no Z_MIN endstop if Z_DUAL_ENDSTOPS is enabled and you have them
set to the top of the gantry.

G38 started out as using the Z_MIN_PROBE pin.  I don't remember why we
changed it to the Z_MIN endstop.
2017-03-22 15:08:49 -05:00
26473cab6d Add PARK_HEAD_ON_PAUSE feature 2017-03-19 05:06:55 -05:00
8eb29f91e6 Patch filament change options and beep code 2017-03-19 01:14:39 -05:00
2512871a36 Patch configs UBL followup 2017-03-18 12:32:03 -05:00
27b5666e15 Move Allen Key probe definition to the top 2017-03-18 12:27:37 -05:00
cf94688925 Univeral Bed Leveling - configuration 2017-03-18 11:35:19 -05:00
77491dd924 Remove extraneous whitespace 2017-03-18 03:17:39 -05:00