Scott Lahteine
e1e043d0d0
Merge pull request #6657 from thinkyhead/bf_cleanup_tuesday
...
Fix M100 compiler warnings, general patches
8 years ago
Scott Lahteine
a9487c9443
Reduce redundancy in BLTOUCH conditionals
8 years ago
Scott Lahteine
8d961b51cc
Eliminate M100 compiler warnings?
8 years ago
Scott Lahteine
fe1fce5f56
DevIoT patch 2
8 years ago
bgort
efb9ce24d9
Merge pull request #6645 from tcm0116/bltouch_config
...
Automatically define Z_MIN_PROBE_ENDSTOP_INVERTING for BLTouch
8 years ago
bgort
e2f07917ab
Merge pull request #6644 from tcm0116/bltouch_menu
...
Move BLTouch LCD menu from Main to Main/Control
8 years ago
Florian Heilmann
fe96376a73
Fix FWRetract with positive z-moves during retracted state
8 years ago
Scott Lahteine
47cae2929f
Patch platformio.ini to fix build error in DevIoT
...
For compatibility with DevIoT, until that can be solved.
8 years ago
Scott Lahteine
5402eaf9bd
Merge pull request #6647 from thinkyhead/bf_pwm_cleanup
...
Rename software PWM variables for clarity
8 years ago
Scott Lahteine
911a87e006
Disable SCARA feedrate scaling by default
8 years ago
Scott Lahteine
f04d1096d4
Link to users in README.md
8 years ago
Scott Lahteine
71396f77d3
Cleanups following recent commits
8 years ago
Scott Lahteine
dca48f0e63
Move platformio.ini back to Marlin folder - it works there
8 years ago
Scott Lahteine
a6dafb058e
Small reduction in error code size
8 years ago
Scott Lahteine
a1e04942a2
Cleanup to software PWM variables
8 years ago
Thomas Moore
a20d0794e6
Automatically define Z_MIN_PROBE_ENDSTOP_INVERTING for BLTouch
8 years ago
Thomas Moore
3279337f47
Move BLTouch LCD menu from Main to Main/Control
8 years ago
bgort
83b6bc8e05
Merge pull request #6638 from bgort/silentprobing2
...
Cleanup previous implementation of new quiet probing
8 years ago
Brian
6cb0fa4128
Cleanup previous implementation of new quiet probing
...
Saves a few lines of code.
8 years ago
bgort
4b7f8ad9c6
Merge pull request #6610 from bgort/pio-improvements2
...
PlatformIO-related changes
8 years ago
Scott Lahteine
bb7e3f1d07
Patch configuration temp units
8 years ago
Scott Lahteine
c9bfe7004c
Adjust spacing of "spaces"
8 years ago
Scott Lahteine
fa9e54146a
Patch redundant lcd settings
8 years ago
Scott Lahteine
0079166388
Spacing adjustment, ubl_G29
8 years ago
Scott Lahteine
232f5d235d
Patch mfqp for use directly with MarlinDocumentation
8 years ago
Scott Lahteine
41cf1c9e6a
Note 5 extruders in config comments
8 years ago
Scott Lahteine
2e61c1fb37
Patch missing const in temp_abs
8 years ago
Brian
a68084f417
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
8 years ago
Scott Lahteine
d5346a0689
Adjust spacing in LSF
8 years ago
Roxy-3D
c45b668142
More misc UBL fixes and update gMax examples ( #6632 )
...
I think I forgot to Sync before I committed last time. Some UBL
changes did not stick.
Also, update the gMax configuaration.h file so other than unique numbers
and settings, it exactly matches the default configuration.h file.
8 years ago
Roxy-3D
ad0e5928f5
misc. UBL fixes ( #6631 )
...
* Restore LSF functionality
Some of the typo's persisted... Hopefully this gets them all fixed.
* Restore user's expectations of how G28 should behave
* Allow Nozzle size control with ornery host programs
8 years ago
lrpirlet
06ca56a13c
G29 P1 stops reporting Invalid location with this patch
8 years ago
Scott Lahteine
fbd021a756
Support temperature units in M503
8 years ago
bgort
d99794f11d
Various improvements - mostly UBL-related ( #6607 )
...
UBL Clean up.
8 years ago
Scott Lahteine
c0f1052efb
Fix mfrb and mfpub
8 years ago
Scott Lahteine
bf7ecc761f
Edit configuration comments
8 years ago
Scott Lahteine
d0480c15ef
Tweak git helper scripts
8 years ago
Scott Lahteine
771f42744a
Tweak command index increment
8 years ago
Scott Lahteine
3a44157ee8
Minor fix in K8200 readme
8 years ago
Max Matveev
a666ff1255
Fixed USE_CONTROLLER_FAN #define usage
8 years ago
bgort
264f0960f7
fix error in M105 output -- use SERIAL_PROTOCOL for ints instead of SERIAL_PROTOCOL_F ( #6584 )
...
also removed wayward 'address of' ampersand in setTargetHotend and setTargetBed parameters
8 years ago
Scott Lahteine
03f94a7a18
1.1.0 ReadMe, Version, helper scripts
8 years ago
Scott Lahteine
232e8682d1
Merge pull request #6633 from thinkyhead/bf_temp_units
...
Minor patches and cleanup
8 years ago
Scott Lahteine
56ca47ab9d
Patch configuration temp units
8 years ago
Scott Lahteine
421dd62800
Adjust spacing of "spaces"
8 years ago
Scott Lahteine
26dba44cd3
Patch redundant lcd settings
8 years ago
Scott Lahteine
34b5041576
Spacing adjustment, ubl_G29
8 years ago
Scott Lahteine
6c2e6ea38e
Patch mfqp for use directly with MarlinDocumentation
8 years ago
Scott Lahteine
1c4ed8b106
Note 5 extruders in config comments
8 years ago
Scott Lahteine
6e4a5cc8c6
Patch missing const in temp_abs
8 years ago