Commit Graph

510 Commits (9a364990d9a4c07d3d292ac35c8b5a185d09828c)

Author SHA1 Message Date
Scott Lahteine 1c4ed8b106 Note 5 extruders in config comments
Brian faa270071d Improve BLTOUCH_HEATERS_OFF functionality
- rename to PROBING_HEATERS_OFF
 - move heater pausing functionality into thermalManager
   - add variables, pause(), ispaused(), other functions
 - add fan pausing functionality -> PROBING_FANS_OFF
 - add probing_pause() wrapper
 - move pausing into do_homing_move() and do_probe_move() to minimize quiet time and so other probe types can benefit
 - example configs
Scott Lahteine 77769e284f Edit configuration comments
Scott Lahteine 628391304f Merge pull request from thinkyhead/rc_more_ubl_cleanup
Further cleanup of UBL
Scott Lahteine 2c13922c46 Implement USE_CONTROLLER_FAN as a feature
Scott Lahteine b93be716cf Remove trailing whitespace
Scott Lahteine 671a44b8aa Merge pull request from teemuatlut/LVD-Delta
Delta auto-calibration updates
Scott Lahteine 54751e8557 Put DISTINCT_E_FACTORS adjacent to the affected settings
Scott Lahteine 0dbe4b3e54 Edit configurations to reduce verbosity, arrange logically
Scott Lahteine d7d4378481 Remove inaccurate version description
LVD-AC 585c00a728 Proposed changes
This is what I did yesterday:

- basicly gave the tests more comprehensive names; put all the
declarations at the top; got rid of the magic negative C-value (renamed
to P + A, O, T)

- "cos(RADIANS(180 + 30 * axis)) * (1 + circles * 0.1 * ((zig_zag) ? 1 :
-1)) * delta_calibration_radius" compiles wrong is zig_zag statement is
without brackets

- DELTA_TOWER_ANGLE_TRIM reset to 3 values (the calcs use the 3th value
to normalize will not compile otherwise)

-Wrote 3 dummies to keep EEPROM lenght the same

-Reset the configs to the 'original' with autocal + menu disabled (but
can be enabled of course)
Scott Lahteine baf3b91460 DELTA_TOWER_ANGLE_TRIM only needs AB
LVD-AC ed6b361e27 cleanup ready to squash
Roxy-3D 4075b95519 Allow BL-Touch users to control heaters during probe event ()
The Configuration.h file entries for BL-Touch have been updated to:
```cpp
//#define BLTOUCH
//#define BLTOUCH_DELAY 375      // (ms) Enable and increase if needed
//#define BLTOUCH_HEATERS_OFF // if defined the printer's heaters are
turned off during probe event
```
LVD-AC dcf30a69d6 Allowing #define DELTA_TOWER_ANGLE_TRIM[C_AXIS]
More consistent with M665 where C-value is allowed as well, then
normalized
Scott Lahteine 959566cf0a Update note about M163 / M164
LVD-AC d4f593d200 Delete 'expert level'
and getting rid off verbose level 3 and configuration_adv settings
LVD-AC 13c8493878 M665 rework and related issues (all delta's)
- Making M665 compatible with repetier (see
http://reprap.org/wiki/G_code#M665:_Set_delta_configuration)

- M665 B also sets the radius for manual calibration menu

- Converting tower ajustment definitions to arrays - tower angle
corrections compatible with Esher 3D wizzard

- Only tower angles need to be adjustable with M665 and stored to EEPROM
- tower radius and diag rod can be adjusted in the FW only with #define
Scott Lahteine b0aa256bc0 Updates for all configs
Scott Lahteine a00ae4790a Replace M905 with unique code M900
Scott Lahteine d60c02c5b1 Cleanup, extend TMC2130 configuration
Scott Lahteine 0e97b3d6d0 Fix some configuration spacing
LVD-AC 03bda24d19 Add delta auto-calibration and configuration for Flsun AC
Scott Lahteine 1bd25fd2b3 Clean up config spacing, section headings, etc.
Scott Lahteine 153b0ae967 Tweak Delta Printer configuration note
Scott Lahteine fd2a0784ba Add support for SOLENOID_PROBE
Scott Lahteine 5803ba43a9 Expose EXT_SOLENOID as an advanced option
Scott Lahteine 52c3ace102 Add BABYSTEP_ZPROBE_OFFSET as an optional feature
Scott Lahteine cd4e6abec8 Group BABYSTEPPING options together
Scott Lahteine dac21ec680 Add support for an RGBW LED
Scott Lahteine e7746ffee4 Extend RGB LED support, adding Printer Events
Scott Lahteine 9343f6a95f Put TOSHIBA with other stepper driver options
Scott Lahteine 4cdda5615b Bring other configs up to date with wt150 changes
Scott Lahteine 1855534f20 Config files cleanup
Scott Lahteine c26a315d0b Additional missed patches
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
Jimmy Envall f78d44e91a Added support for delta tower angle corrections.
Scott Lahteine 824f3c1c0d Fix up configuration comments
Scott Lahteine 995ed90248 Clean up Filament Width Sensor comments
Scott Lahteine f8408036f2 Merge pull request from thinkyhead/rc_five_extruders
Support up to 5 extruders in Marlin
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 2a84122edd Configuration changes to support 5 extruders
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 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 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 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
Scott Lahteine d13991ae18 Use same config name for all mesh dimensions