Scott Lahteine
e2d4919c01
Merge pull request #3991 from thinkyhead/rc_axis_units
...
Rename some vars to clarify their relationship to acceleration
10 years ago
João Brázio
5b5aa1572b
Non-blocking buzzer
10 years ago
Scott Lahteine
72c6f2923f
axis_steps_per_unit => axis_steps_per_mm
10 years ago
Scott Lahteine
cd441ce652
SINGLENOZZLE: EXTRUDERS versus HOTENDS
10 years ago
Scott Lahteine
32f8300cc6
Merge pull request #3944 from thinkyhead/rc_eboston_lcd_contrast
...
Improved LCD contrast handling
10 years ago
Scott Lahteine
db0fd021d0
Z raise options independent of ABL so G28 can use them
10 years ago
Scott Lahteine
b3a37b493d
Patch G28 servo stow to use Conditionals, raise_z_after_probing
10 years ago
Scott Lahteine
5390c846a5
Positive conditions for HAS_LCD_CONTRAST
10 years ago
Scott Lahteine
efa7209acf
Improved LCD contrast handling
...
Based on MarlinFirmware/MarlinDev#200 from @eboston
10 years ago
Scott Lahteine
a0b000d752
Support for SAV_3DGLCD OLED LCD controller
10 years ago
Scott Lahteine
bd97bbc52a
Make HAS_LCD_CONTRAST a boolean flag
10 years ago
Scott Lahteine
d3efc96289
Patch conditionals for DEFAULT_LCD_CONTRAST, MINIPANEL
...
- `DEFAULT_LCD_CONTRAST` was incorrectly overriding all `DOGLCD`
- `MINIPANEL` conditionals are identical to `MAKRPANEL`
10 years ago
Scott Lahteine
fe3122774a
Merge pull request #3806 from thinkyhead/rc_coreyz_support
...
Support for COREYZ. Fixes for COREXY, COREXZ
10 years ago
Scott Lahteine
0e55c06f7d
Rename CORE_AXIS_3 to NORMAL_AXIS
10 years ago
Scott Lahteine
6c7f4909b1
COREYZ Conditionals, SanityCheck for only a single kinematic
10 years ago
Scott Lahteine
92ac133f2b
Conditionals and Sanity Check for SINGLENOZZLE
10 years ago
esenapaj
e2b87f6c85
Separate Z_PROBE_ALLEN_KEY from MECHANICAL_PROBE
10 years ago
Scott Lahteine
a713043acd
Merge pull request #3749 from esenapaj/patch-3
...
Enclose all #error strings by double-quotes
10 years ago
esenapaj
888443ca1e
Enclose all #error strings with apostrophes
10 years ago
João Brázio
85b2c80838
Updated example configurations
10 years ago
João Brázio
ac7f634956
Removed the DISABLE from HOST_KEEPALIVE_FEATURE option
10 years ago
Scott Lahteine
15fc93d742
Cleanup and consolidate probe conditionals for clarity
10 years ago
Scott Lahteine
fc5fe2cc22
Merge pull request #3678 from jbrazio/rework/delta-diagonal-rod-timmers
...
Moved DELTA radius/rod default trimmer values to Conditionals.h
10 years ago
Scott Lahteine
142bd3f3e7
Disable THERMAL_PROTECTION_BED with no sensor
10 years ago
João Brázio
23567a1d8b
Moved DELTA radius/rod default trimmer values to Conditionals.h
10 years ago
Scott Lahteine
ddafb859e2
Use directional buttons when defined
10 years ago
Scott Lahteine
63142eef40
Define dependencies for Z_SAFE_HOMING if left out
10 years ago
Scott Lahteine
ba84d8d091
Allow setting PIDTEMP and PIDTEMPBED together or apart
10 years ago
Scott Lahteine
00d36d10e2
Merge pull request #3560 from thinkyhead/rc_better_graphical_lcd
...
Aesthetic, functional improvements for Graphical Display
10 years ago
Scott Lahteine
eda821ca1c
Merge pull request #3556 from philfifi/fix_pullup
...
Fix bug in pullups handling for Z_MIN_PROBE
10 years ago
Scott Lahteine
2bc2485313
Update font remarks in Conditionals.h
10 years ago
Philippe LUC
86c868771b
Fix bug in pullups handling for Z_MIN_PROBE
10 years ago
João Brázio
d7cc2c0847
Moved some conditionals to Conditionals.h
10 years ago
esenapaj
2eb1b102f8
Support for "mechanical probe" with Allen Key as a special case
10 years ago
Scott Lahteine
dc0a3e37be
Patch conditions for HAS_Z_MIN_PROBE
10 years ago
AnHardt
9cc571b312
Fix-Servo-without-endstop-probe
...
Sorry for not having realized someone (me) redefined not existing servo pinns to -1, some lines above.
This is a simple error - not a feature.
10 years ago
Scott Lahteine
c0e7257932
Fix bug in new endstop pullups handling
10 years ago
Scott Lahteine
c045ec8cb3
Merge pull request #3065 from thinkyhead/rc_doc_tweaks
...
Simplified endstop configuration
10 years ago
Scott Lahteine
877fb1f588
Account for MAX31855 in conditionals
10 years ago
Scott Lahteine
d24f14a799
Add HAS_TEMP_HOTEND define
10 years ago
Scott Lahteine
868eebfdee
Simplify configuration of Z2 endstops
10 years ago
Scott Lahteine
e5771346a4
Drop DISABLE_M(IN|AX)_ENDSTOPS, replace with individual endstop flags
10 years ago
Scott Lahteine
2512d8fd5e
Merge pull request #3304 from thinkyhead/rc_slow_buttons
...
Macros for buttons, some cleanup for slow buttons
10 years ago
Scott Lahteine
f543aaa54e
Apply standard pin test to buttons
...
This is the easiest way to make button pin testing consistent without
renaming all the button pins. Just make a macro especially for testing
if button pins are set, since they are named consistently in the pins
files.
10 years ago
Scott Lahteine
0bee67e5f1
Merge pull request #3294 from jbrazio/bugfix/mandatory-extrude-mintemp
...
Fix an error when EXTRUDE_MINTEMP is not defined
10 years ago
João Brázio
709dd5aa4d
Fix an error when EXTRUDE_MINTEMP is not defined
10 years ago
Scott Lahteine
82ef101ed5
Deploy & Stow in G29 for Delta + Z Servo Endstop
10 years ago
Scott Lahteine
1a79b13b7a
FILAMENT_SENSOR -> FILAMENT_WIDTH_SENSOR
10 years ago
Scott Lahteine
5d8036e554
Code cleanup around MOTOR_CURRENT_PWM options
10 years ago
Scott Lahteine
0da744b7b0
Further cleanup of comments, partial Doxygen-style
...
Following up on #3231
10 years ago