7596 Commits (4803a4322e49c366a175e9eeabc0082d4e2f80cb)
 

Author SHA1 Message Date
Paweł Stawicki 44cdebb8f1 Add software spi support for max6675 8 years ago
Paweł Stawicki 191fec009f Add digipot i2c control for MCP4018 8 years ago
Scott Lahteine e5b16081cb Update TinyBoy2 configurations 8 years ago
Scott Lahteine 1855534f20 Config files cleanup 8 years ago
Scott Lahteine 2f5e934a19 Merge pull request #6282 from thinkyhead/rc_cleanup_and_5_extruders
Additional missed patches
8 years ago
Scott Lahteine c26a315d0b Additional missed patches 8 years ago
Scott Lahteine 635f182478 Merge pull request #6281 from thinkyhead/rc_cleanup_and_5_extruders
More patches for 5 extruders
8 years ago
Scott Lahteine 39617e10b8 Patch configs comment formatting 8 years ago
Scott Lahteine c54f6cf23d Updates to support 5 extruders 8 years ago
Scott Lahteine 2b88ccd0aa Apply UBL mesh bounds to remaining configs 8 years ago
Scott Lahteine 60be3d264b Macros to print floats, hiding imprecision 8 years ago
Scott Lahteine b356d73239 Merge pull request #6278 from thinkyhead/pr_delta_angles
Followup to additional delta trim options
8 years ago
Jimmy Envall f78d44e91a Added support for delta tower angle corrections. 8 years ago
Scott Lahteine d3b4d84586 Merge pull request #6277 from thinkyhead/pr_roxy3d_rcbugfix
Unify UBL Command Parsing
8 years ago
Scott Lahteine 98c9de11e1 Merge pull request #6266 from thinkyhead/rc_cleanup_after
Cleanup after recent merges
8 years ago
Scott Lahteine d4ce839351 Cleanup following Pins Debug update 8 years ago
Scott Lahteine c7a8f7970b Formatting / cleanup 8 years ago
Scott Lahteine 29d4ec8257 Support 5 extruder auto fans 8 years ago
Scott Lahteine 824f3c1c0d Fix up configuration comments 8 years ago
Scott Lahteine 995ed90248 Clean up Filament Width Sensor comments 8 years ago
Scott Lahteine 5a7b810fdd General comment cleanup 8 years ago
Scott Lahteine 0027c22839 Drop extraneous calls to lcd_update 8 years ago
Scott Lahteine d6db7a9b03 patch "step_remaining" 8 years ago
Scott Lahteine cbc2331187 Use LCD_MESSAGEPGM over lcd_setstatuspgm 8 years ago
Scott Lahteine 3729510b1e Set and check main parameter values, report all errors 8 years ago
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.
8 years ago
Scott Lahteine 15edb41cee Patches to UBL 8 years ago
Roxy-3D 14cf527bb8 Getting setup for debugging 8 years ago
Scott Lahteine f8408036f2 Merge pull request #6264 from thinkyhead/rc_five_extruders
Support up to 5 extruders in Marlin
8 years ago
Bob-the-Kuhn 5212cb8304 Merge pull request #6271 from Bob-the-Kuhn/MCP4728-consistency-2
MCP4728 consistency ... Finish name change
8 years ago
Bob-the-Kuhn f7fc49c3a3 Finish name change
DAC_STEPPER_DFLT wasn't changed to DAC_MOTOR_CURRENT_DEFAULT in all
places on PR #6124
8 years ago
Scott Lahteine 832064e4f2 Implementation changes to support 5 extruders 8 years ago
Scott Lahteine 04050237f0 Header and pins changes to support 5 extruders 8 years ago
Scott Lahteine 2a84122edd Configuration changes to support 5 extruders 8 years ago
Scott Lahteine edf18977c1 Patch pins files hotends/e-steppers sanity check 8 years ago
Scott Lahteine dc84678fc1 Fix HOTEND_STATUS_ITEM for graphical display 8 years ago
Scott Lahteine a0de5d94e2 Merge pull request #6258 from benlye/benlye-bilinearfix2
Better fix for bilinear Z offset and G29 Z (update to #6251)
8 years ago
Scott Lahteine b23aef5b8d Merge pull request #6190 from Bob-the-Kuhn/Stop-and-Kill-prints---round-2
Message for every KILL and STOP (also need delays)
8 years ago
Roxy-3D 945303c0d5 eleminate bootscreen.h 8 years ago
Roxy-3D ef3da3971e Update ubl.h 8 years ago
Roxy-3D 8644dc170b get synchronized to current file names 8 years ago
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'.
8 years ago
Bob-the-Kuhn 549055f20c Merge pull request #6124 from Bob-the-Kuhn/MCP4728-consistency
MCP4728 consistency & fix ultralcd.cpp (PRINTRBOARD Rev F and RIGIDBOARD V2)
8 years ago
Bob-the-Kuhn a77875c9d2 Merge pull request #6114 from Bob-the-Kuhn/try2-add-BLTouch-retry
Another BLTouch retry place (replaces PR #6108)
8 years ago
Bob-the-Kuhn 3b9ff2cb12 Merge pull request #5676 from Bob-the-Kuhn/configuration.h
Configuration.h - reword Z PROBE section
8 years ago
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 #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
8 years ago
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
8 years ago
Bob-the-Kuhn 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)
8 years ago
Bob-the-Kuhn f87012a063 Merge pull request #5762 from Bob-the-Kuhn/Z_DUAL_ENDSTOP-make-offset-a-configuration-item
Z_DUAL_ENDSTOPS -  make offset a configuration item
8 years ago
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
8 years ago