Commit Graph

7496 Commits (ff0018e287137e4ca0726f11c4fad158b087f9f8)
 

Author SHA1 Message Date
Paweł Stawicki 44cdebb8f1 Add software spi support for max6675
Paweł Stawicki 191fec009f Add digipot i2c control for MCP4018
Scott Lahteine e5b16081cb Update TinyBoy2 configurations
Scott Lahteine 1855534f20 Config files cleanup
Scott Lahteine 2f5e934a19 Merge pull request from thinkyhead/rc_cleanup_and_5_extruders
Additional missed patches
Scott Lahteine c26a315d0b Additional missed patches
Scott Lahteine 635f182478 Merge pull request from thinkyhead/rc_cleanup_and_5_extruders
More patches for 5 extruders
Scott Lahteine 39617e10b8 Patch configs comment formatting
Scott Lahteine c54f6cf23d Updates to support 5 extruders
Scott Lahteine 2b88ccd0aa Apply UBL mesh bounds to remaining configs
Scott Lahteine 60be3d264b Macros to print floats, hiding imprecision
Scott Lahteine b356d73239 Merge pull request from thinkyhead/pr_delta_angles
Followup to additional delta trim options
Jimmy Envall f78d44e91a Added support for delta tower angle corrections.
Scott Lahteine d3b4d84586 Merge pull request from thinkyhead/pr_roxy3d_rcbugfix
Unify UBL Command Parsing
Scott Lahteine 98c9de11e1 Merge pull request from thinkyhead/rc_cleanup_after
Cleanup after recent merges
Scott Lahteine d4ce839351 Cleanup following Pins Debug update
Scott Lahteine c7a8f7970b Formatting / cleanup
Scott Lahteine 29d4ec8257 Support 5 extruder auto fans
Scott Lahteine 824f3c1c0d Fix up configuration comments
Scott Lahteine 995ed90248 Clean up Filament Width Sensor comments
Scott Lahteine 5a7b810fdd General comment cleanup
Scott Lahteine 0027c22839 Drop extraneous calls to lcd_update
Scott Lahteine d6db7a9b03 patch "step_remaining"
Scott Lahteine cbc2331187 Use LCD_MESSAGEPGM over lcd_setstatuspgm
Scott Lahteine 3729510b1e Set and check main parameter values, report all errors
Roxy-3D 34d3ed9ab1 These items were removed from the UBL Command Parsing
Having these items randomly (and errorniously) disappear cost me several
hours of work yesterday.
Scott Lahteine 15edb41cee Patches to UBL
Roxy-3D 14cf527bb8 Getting setup for debugging
Scott Lahteine f8408036f2 Merge pull request from thinkyhead/rc_five_extruders
Support up to 5 extruders in Marlin
Bob-the-Kuhn 5212cb8304 Merge pull request from Bob-the-Kuhn/MCP4728-consistency-2
MCP4728 consistency ... Finish name change
Bob-the-Kuhn f7fc49c3a3 Finish name change
DAC_STEPPER_DFLT wasn't changed to DAC_MOTOR_CURRENT_DEFAULT in all
places on PR 
Scott Lahteine 832064e4f2 Implementation changes to support 5 extruders
Scott Lahteine 04050237f0 Header and pins changes to support 5 extruders
Scott Lahteine 2a84122edd Configuration changes to support 5 extruders
Scott Lahteine edf18977c1 Patch pins files hotends/e-steppers sanity check
Scott Lahteine dc84678fc1 Fix HOTEND_STATUS_ITEM for graphical display
Scott Lahteine a0de5d94e2 Merge pull request from benlye/benlye-bilinearfix2
Better fix for bilinear Z offset and G29 Z (update to )
Scott Lahteine b23aef5b8d Merge pull request from Bob-the-Kuhn/Stop-and-Kill-prints---round-2
Message for every KILL and STOP (also need delays)
Roxy-3D 945303c0d5 eleminate bootscreen.h
Roxy-3D ef3da3971e Update ubl.h
Roxy-3D 8644dc170b get synchronized to current file names
Roxy-3D 1451b7eacf UBL's Grid Based Leveling code
Pretty much...  The code is in place.  Still more work to do.    But it
has a lot of hooks and variables in other code, so commit and merge
before I pick up a million 'Conflicts'.
Bob-the-Kuhn 549055f20c Merge pull request from Bob-the-Kuhn/MCP4728-consistency
MCP4728 consistency & fix ultralcd.cpp (PRINTRBOARD Rev F and RIGIDBOARD V2)
Bob-the-Kuhn a77875c9d2 Merge pull request from Bob-the-Kuhn/try2-add-BLTouch-retry
Another BLTouch retry place (replaces PR )
Bob-the-Kuhn 3b9ff2cb12 Merge pull request from Bob-the-Kuhn/configuration.h
Configuration.h - reword Z PROBE section
Bob-the-Kuhn 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  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 

# This is the commit message :

fix typo
Bob-the-Kuhn a44b3432c1 add BLTouch retry to a second place & add/update delays
=================================================

implement requested changes

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

remove delays (they're in another PR) & move return
Bob-the-Kuhn a5abc61fb9 Merge pull request from Bob-the-Kuhn/Servo-probe-and-toggle-pins
M43 - add Toggle utility and Z servo utility (replaces PR )
Bob-the-Kuhn f87012a063 Merge pull request from Bob-the-Kuhn/Z_DUAL_ENDSTOP-make-offset-a-configuration-item
Z_DUAL_ENDSTOPS -  make offset a configuration item
Bob-the-Kuhn 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