Commit Graph

4759 Commits (f26d5425bf03f5ea704371ca94a10b465f3e4030)

Author SHA1 Message Date
Scott Lahteine f26d5425bf Patch up CircularQueue
- Use `size` and `count` instead of `length` and `size`
- Fix bug: `peek` should return the item
- Clean up comments, spacing, spelling
Scott Lahteine cebeb48005 Merge pull request from thinkyhead/rc_encoder_flex
Allow encoder pulse/step override for more LCDs
Scott Lahteine 3cccaa9885 Allow encoder pulse/step override for more LCDs
Scott Lahteine 14c5a46ee9 Use multiplication for MMM_SCALED
Scott Lahteine d8945e8464 Fix Z_HEAD index for COREYZ
Scott Lahteine 0f030aface Merge pull request from AnHardt/fix-retract
Correct typo in retract()
Scott Lahteine fbd8f06951 Merge pull request from thinkyhead/rc_buzzer_needs_beeper
Buzzer requires BEEPER_PIN
Scott Lahteine 330f82971b Buzzer requires BEEPER_PIN
Scott Lahteine e0d7b8bf27 Fix Azteeg X3 servo pin / Viki i2c
Scott Lahteine 7cceb15925 Merge pull request from thinkyhead/rc_auto_select_dplugs
Auto-select power plugs for RAMPS derivatives
Scott Lahteine 593b37519a Boards with 4 power outputs are EFBF or EFBE
AnHardt 9ab94bd2c1 fix-babysrepping
AnHardt 39c4603598 Correct typo in retract.
Scott Lahteine cebd2bfff0 Auto-select power plugs for RAMPS derivatives
Scott Lahteine 34c60f1b55 Merge pull request from thinkyhead/rc_fix_lcd_move_e
Use a default argument in _lcd_move_e
Scott Lahteine 38af251b91 Use a default argument in _lcd_move_e
Scott Lahteine 374ae6c099 Fix pins for RAMBO plus VIKI
Scott Lahteine 7594138740 Merge pull request from jbrazio/buildroot-cleanup
Move font folder
Scott Lahteine 6eed37aafb Merge pull request from thinkyhead/rc_pid_add_extrusion_rate_off
PID_EXTRUSION_SCALING, disabled by default
Scott Lahteine 4bf3526d00 Merge pull request from thinkyhead/rc_azteeg_x3_eeb
Wrangle RAMPS variants and derivatives
Scott Lahteine 1993c45759 Merge pull request from thinkyhead/rc_refresh_pos_fix
Update refresh_positioning - no need for obj ref
Scott Lahteine f83369b79c Update refresh_positioning - no need for obj ref
Scott Lahteine 63fd1f49a6 PID_EXTRUSION_SCALING, disabled by default
Scott Lahteine 49997e2e22 HI_VOLT_PIN => "RAMPS_Dn_PIN"
AnHardt 60ad365e21 repair-software-spi
Scott Lahteine f388beafa1 Merge pull request from otvald/RCBugFix
FIX for endstop adjustemt on delta is offset
Scott Lahteine 3633d4978b Merge pull request from
Fix for PR  (Additional heater-state output changes)
Thomas Otvald Jensen fe059f1221 During homing, line_to_axis_pos will make a path which moves across the
endstop trigger point. The move is stopped at endstop, so current_position
should also be adjusted to reflect this!

Caused error in subsequent call in endstop adjustment, since the movement
would assume a wrong starting position.
esenapaj bd73e6d3c8 Fix for PR (Additional heater-state output changes)
・Add missing ';'
esenapaj cd5b03d88f Update distribution date and readme
Scott Lahteine f575e92f2e Merge pull request from esenapaj/Follow-up-the-PR-#4408-etc
Follow-up the PR  (Add support for reprapworld LCD), etc
esenapaj 657ef8aded Follow-up the PR (Add support for reprapworld LCD), etc
・Put #define REPRAPWORLD_GRAPHICAL_LCD into all the example
configuration files
・Adjust spacing
Scott Lahteine 83d341c394 Make Conditionals.h a catch-all for old configs
Scott Lahteine de951c64f1 Make pins for EFF a consistent order
Scott Lahteine 49f75b7891 pins_RAMPS_14.h => pins_RAMPS.h
Scott Lahteine d3b713cebc Set flags for RAMPS "type" in pins.h
Scott Lahteine 223b7e473f RAMPS assignment for derivatives
Scott Lahteine 3865843283 Consolidate setting of RAMPS High Voltage PWM outputs
Scott Lahteine bdac2eb13a Don't set non-existent SLED_PIN
Scott Lahteine bfbd01e29a Merge pull request from thinkyhead/rc_fix_manual_move
Followup to 
Scott Lahteine 802d873fc1 Merge pull request from
Fix for PR  (Improved MANUAL_[XYZ]_HOME_POS)
Scott Lahteine 8e2f095dde Merge pull request from jbrazio/speaker-type3
Improvement to non-blocking speaker
Scott Lahteine ad68b4cb8b Followup to
esenapaj b8c112c490 Fix for PR (Improved MANUAL_[XYZ]_HOME_POS)
Scott Lahteine 2f76138645 Merge pull request from thinkyhead/rc_fix_manual_move
Specify manual-movable E axes by extruder type
Scott Lahteine 696b63e300 Specify manual-movable E axes by extruder type
Scott Lahteine 46c33f1cfa Merge pull request from jbrazio/safe_delay-millis_t
Makes safe_delay() to be fully compatible with delay()
Scott Lahteine 9e21b2e51d Merge pull request from AnHardt/double-bump-feature
double bump probing as a feature
Scott Lahteine db4d03bc81 Merge pull request from thinkyhead/rc_fix_heaterstates_part_2
Additional heater-state output changes
Scott Lahteine c68ca95345 Merge pull request from thinkyhead/rc_fix_steps_per_mm_handling
Account for DELTA in Planner::refresh_positioning