Scott Lahteine
e48a52a530
Patch a display issue with LCD_DECIMAL_SMALL_XY
...
The `ftostr4sign` function got munged by the `WITHIN` patch
8 years ago
Scott Lahteine
1a3cd6a090
Merge pull request #6213 from thinkyhead/rc_gitattributes
...
Init bed_level_virt_interpolate on EEPROM load
8 years ago
Scott Lahteine
314a02e2d5
Toggle with XOR
8 years ago
Scott Lahteine
cfad4736cd
Merge pull request #6285 from thinkyhead/rc_cheaptronic_v2
...
Cheaptronic V2
8 years ago
Scott Lahteine
8bc0d90b00
Init bed_level_virt_interpolate on EEPROM load
8 years ago
MD
20dd5376b8
Cheaptronic V2
...
Add support for new electronics
www.reprapobchod.cz
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