Commit Graph

10955 Commits (6742026568b232c749f8be2bfd6bc61b6313e265)
 

Author SHA1 Message Date
Scott Lahteine 8056120195 Rename inverse_mm_s => inverse_secs
Scott Lahteine 23557f8e77 Remove obsolete de_float
Jonathan Barchi 05f8e98c4a Fix for issue - mismatch between number of stored and loaded dummy items on non-delta machines. ()
Roxy-3D 48fb4e0932
Get Bi-Linear to work with G26
More corrections to make that happen...
Roxy-3D 0850b38b45
Get Bi-Linear working with G26
G26 uses logic that looks like:
```
ex = _GET_MESH_X(i + 1) - (SIZE_OF_INTERSECTION_CIRCLES - (SIZE_OF_CROSSHAIRS));
```
The Bi-Linear macros need parenthesis to work correctly.
Scott Lahteine 000b3b3117 Comment/cleanup of motion code
Scott Lahteine 046a1ad331
Merge pull request from tcm0116/2.0.x-G33
[2.0.x] Fix missing return values in G33_auto_tune
Scott Lahteine 98aba6a534
Merge pull request from thinkyhead/bf2_skew_correction
[2.0] Skew Correction
Thomas Moore b35c3b5eb8 Fix missing return values in G33_auto_tune
Scott Lahteine 45c2388a58 Apply const to thermal_runaway_protection args
Scott Lahteine 0154e3480c New feature: BED_SKEW_CORRECTION
Scott Lahteine 082ab8fcab Add SKEW_CORRECTION to example configs
Unknown d1f11e9c10 fix missing GET_TIMER (used by PWM for Ex_AUTO_FAN)
Harald Gutsche dd1b503f64 fix NUM_DIGITAL_PINS being negative for more than 127 digital pins
dot-bob bd45d0363d Add default configurations for the Wanhao Duplicator 6.
Scott Lahteine 91fb6231b2 Fix EEPROM V45 header, layout
Roxy-3D 94e6b2976e
Restore correct G26 values for gMax 1.5+ printer
Scott Lahteine e3948d8582
Merge pull request from thinkyhead/bf2_planner_parity
[2.0.x] Fix some planner bugs
Scott Lahteine dd3ce40826 Drop Planner::position_float, use int types
Scott Lahteine ec6ca37ed3 Fix (un)apply_leveling fade bug
Scott Lahteine a52fec6ac4 Planner class parity with 1.1.x
Ben Lye 1f3ad461bc
Update M49.cpp
Fix M49 so that it does not hang the terminal console.
Scott Lahteine bee2b5eea4
Merge pull request from Tannoo/2.0.x-led_control_menu
[2.0] led_control_menu
Scott Lahteine e37dd64548 Apply LEDColor, language fixes
Scott Lahteine 8f90642eea LED_CONTROL_MENU config changes
Tannoo cf0f78336b New Feature: LED_CONTROL_MENU
Scott Lahteine 23e45fa3c4 Apply const to some planner vars
Scott Lahteine fd78446b2b
Merge pull request from thinkyhead/bf2_cartesian_segments
[2.0.x] Segmented mesh moves
Scott Lahteine 7c61bcb058 Apply SEGMENT_LEVELED_MOVES to example configs
Scott Lahteine ef2531558c Add an option to segment leveled moves
Scott Lahteine ca80564a78 Travis platformio hack no longer needed
Scott Lahteine 285b868e9b Tweak planner code style
Scott Lahteine eede8679e7 Fix up git helper scripts
Scott Lahteine 1f2acc33bc Tweaks for check_axes_activity
Vitaliy Sapyanov 7f88334aa3 Done cleanup and removed duplicates in pins_RuRAMPS4D.h ()
Remove duplicates, with followup fixes
Scott Lahteine a038c10f66 followup
Scott Lahteine 4f32786cf7
Merge pull request from fiveangle/bf20_babystepping_travis_options
[2.0.x] Additional Travis BABYSTEPPING tests
Dave Johnson f5f72b2009 Additional Travis BABYSTEPPING options for AVR
Scott Lahteine a8aa43ce2d
Merge pull request from AnHardt/2_Fix_WDTO_during_long_DELTA_moves
[2.0.x] Fix WDTO during long delta moves
Scott Lahteine 4793c34c53 Fix M290 boolval bug
Fix 
Scott Lahteine 16baa48699 Fix
Fan speed code fell into a curly brace
AnHardt 02aa93a6ad Fix Watchdog time out during long lasting DELTA moves
During long lasting moves of a delta machine neither the temperatures are maintained nor buttons checked nor ... .
The fix is to call 'manage_heater()' and 'idle()' every now and then in the loop where the move is segmented. 
The code is abot the same as in G2_G3 wher we had the same problem with too large circles lasting too long.
Fixing 
Scott Lahteine fadf9eb2d7 Simplify midpos calculation
Scott Lahteine 0880031e8e Satisfy M702 dependencies
Scott Lahteine 0786b61ce7 Followup to
Scott Lahteine 47099af3ec
Merge pull request from thinkyhead/kuru_to_upstream
[2.0.x] Make MBL work more like PROBE_MANUALLY
Scott Lahteine 276271e72f Make MBL work more like PROBE_MANUALLY
Scott Lahteine 94cb412e45 Allow override of probe bounds
Scott Lahteine c8718aa111 Spacing, macros in LPC1768_PWM
Scott Lahteine a67cf78c6b Clean up whitespace, spacing