Scott Lahteine
cbfcce09fa
Remove legacy ADVANCE feature
7 years ago
Scott Lahteine
a47c5c093d
Merge pull request #7459 from ejtagle/xon-xoff-sdxfer
...
[1.1.x] XON/XOFF serial handshake (for faster transfers to SD)
7 years ago
Scott Lahteine
94caabf89a
Add XON/XOFF options to example configs
7 years ago
GMagician
8ab426c3a4
Updated all examples configurations
...
Forgot to update examples configurations. Done now
7 years ago
Scott Lahteine
2efd5b119d
Add USER_SCRIPT_RETURN option
8 years ago
Scott Lahteine
e37a1ded0d
Increase BABYSTEP_MULTIPLICATOR to 100
...
Ideally, it should be calculated based on Z steps per unit so that each
babystep corresponds to around 0.025mm. Smaller than this is largely
insignificant for typical layer heights.
8 years ago
Scott Lahteine
f25dccd6d1
Disable BABYSTEP_XY by default in all configs
8 years ago
Scott Lahteine
cd09a83cfa
Add size note to SDSORT_LIMIT
8 years ago
Scott Lahteine
9d4d53e2fd
Update links to old wiki page
8 years ago
Scott Lahteine
00896f1713
Fix LEVEL_BED_CORNERS (No leveling required)
8 years ago
Marcio Teixeira
d69c5317df
Added option for graphical overlay for Z-offset
8 years ago
Scott Lahteine
5851c2d36f
MAX7219 followup ( #7564 )
...
* Add MAX7219_DEBUG to Travis CI testing
* Tweak config and use standard pin naming for MAX7219_DEBUG
* MAX7219: Apply coding standards, use macros, etc.
* Make code work...
8 years ago
Scott Lahteine
52073f21c5
Merge pull request #7556 from thinkyhead/bf1_slovak_language
...
Slovak UTF-8 translation
8 years ago
Roxy-3D
3f0b38ed5d
Add Max7219 LED Matrix Debug Support ( #7563 )
...
* Add Max7219 LED Matrix Debug Support
The Max7219 8x8 LED Matrix's are very helpful for debugging new code.
And for that matter, just trying to maximize printer settings without
causing stuttering.
The displays are very inexpensive (under $2.00 with shipping) and
provide a lot of help when trying to debug complicated code.
* Try to keep Makefile up to date.
8 years ago
Michal Holes
54d48130f3
Slovak UTF-8 translation
...
Slovak UTF-8 translation
8 years ago
Vben
c0409b85e7
New feature: Part-Cooling Fan Multiplexer
8 years ago
Vben
4817b39d98
Added new feature for AutoParking Extruder (APE)
8 years ago
Scott Lahteine
385f1bb9e5
Merge pull request #7504 from thinkyhead/bf1_servo_delays
...
Individual servo delays
8 years ago
Scott Lahteine
a1878cd1c0
Add "Level Corners" menu option
8 years ago
GMagician
e9c72978c7
Implement SERVO_DELAY as array
...
This modify give SERVO_DELAY x servo basis
8 years ago
Frederik Kemner
25a11cd485
Use bed size and inset instead of travel limits to define mesh area\n\nAs proposed in #7435 ( #7480 )
8 years ago
Scott Lahteine
804818b4d9
Bring configs up to date
8 years ago
benlye
24af9e1bf4
Make audible user script feedback optional
...
Add a parameter to enable/disable audible user script feedback
8 years ago
teemuatlut
936d00dda8
Implement probing delay for piezo sensors
8 years ago
Scott Lahteine
423b0f3a1e
Replace MIN_RETRACT with MIN_AUTORETRACT, MAX_AUTORETRACT
8 years ago
Scott Lahteine
51864fd365
Add bed size as a configuration option
8 years ago
Scott Lahteine
dc7c95e07b
Remove `@ section fwretract`
8 years ago
C. Scott Ananian
890e7a16a9
Add support for Printrbot Neopixel RGBW strip.
...
Connected as described at http://printrbot.com/shop/led-strip/
Based on patch by Kelly Anderson <kelly@xilka.com> at
http://www.xilka.com/printrbot/marlin/1.1.4/20170707/
8 years ago
Scott Lahteine
8a3bc6be4d
Improve FWRETRACT config options and commentary
...
Add more details as requested in #7198
8 years ago
Scott Lahteine
fc9ce65095
Add `BUSY_WHILE_HEATING` for hosts that need it
8 years ago
Scott Lahteine
cca1cca3a5
Merge pull request #7237 from thinkyhead/bf_cz_mapper
...
UTF-8 mapper for Czech
8 years ago
Scott Lahteine
a2babb532d
Merge pull request #7217 from benlye/add-kill-action
...
Add configurable action command to send when printer is killed
8 years ago
Petr Zahradník
8c34233452
UTF-8 mapper for Czech
8 years ago
Ben Lye
c28749a567
Add kill action
...
Sends pre-defined string as action command when printer is kill.
8 years ago
Scott Lahteine
69297b2d7b
Make all EEPROM optimization options available
8 years ago
Scott Lahteine
232a10410d
LCD_FOR_MELZI
8 years ago
Scott Lahteine
dcec7178d1
Expose DISABLE_M503 option as a test option
8 years ago
Scott Lahteine
5b03f23fa2
Bring configurations up to date, fix some comments
8 years ago
Scott Lahteine
5b11b33854
Add support for Průša MK2 Multiplexer
8 years ago
Scott Lahteine
a4a587a897
Fix spelling of Průša
8 years ago
Bob-the-Kuhn
9651d01e1a
Add Skynet/ANET A10 support
8 years ago
Scott Lahteine
eb314373bb
Config spacing & consistency, group custom LCDs
8 years ago
Scott Lahteine
afbc6e3e2f
Update DELTA/SCARA config comments
8 years ago
Scott Lahteine
80a232419d
CNC workspace planes and 'P' argument for G2/G3
8 years ago
Bob-the-Kuhn
325f09ea6c
Add link to custom LiquidCrystal library by F. Malpartida
8 years ago
Scott Lahteine
42f7f9e013
Merge pull request #7060 from bgort/i2cpefix
...
I2C Position Encoders Example Configs
8 years ago
Jim Brown
3d043976f7
Add option to disallow filament change without homing first
8 years ago
Brian
40bb0cbf7a
example configurations, etc.
8 years ago
dot-bob
0bc66bf22c
PCA9632 PWM color LED support
...
Add support for the PCA9632 PWM color LED driver used on the Ultimaker 2 and Wanhao Duplicator 6.
8 years ago
Bob-the-Kuhn
1c107b3949
delete problem line
8 years ago
Scott Lahteine
1419126721
Merge pull request #6965 from thinkyhead/bf_save_more_sram
...
Use createChar_P to save SRAM in bootscreen
8 years ago
Scott Lahteine
e556ab1dff
Find three-point leveling points on Delta
8 years ago
Scott Lahteine
e1c5a43247
Cleanup stepper current control config options
8 years ago
Brian
dd071a4a65
Enable AUTO_REPORT_TEMPERATURES by default
8 years ago
bgort
8db1197c9b
Enable extended capabilities report by default ( #6969 )
...
Ref #5139
8 years ago
Scott Lahteine
90ccac4bcf
Clean up after recent commits
8 years ago
Scott Lahteine
1919cb0d1e
Config cleanups
8 years ago
Bob-the-Kuhn
9657e7d3ee
copied file changes from PR #5685
...
==============================
Configuration_adv.h changes
==============================
add "live" LCD update
==============================
P & S version
==============================
final (hopefully) tested version
==============================
update M115 capabilities print
==============================
Menu changes portion of the requested changes
==============================
changed USEABLE_HARDWARE_PWM from a function to a series of macros
==============================
changes per review
8 years ago
Tannoo
74d6dee920
User Command (Script) Menu
...
The menu (commands / scripts) is configurable in `Configuration_adv.h`.
- Added conditionals.
- Changed script handling.
- Slimmed and working!
- Added Status message.
- Returning to lcd status screen now!
- Example Configs Updated.
- Cleanups by @thinkyhead
8 years ago
Scott Lahteine
d9c8072037
Edit PROPORTIONAL_FONT_RATIO comment
8 years ago
Scott Lahteine
71367fd518
Scrolling status message option
8 years ago
Thomas Moore
fb5e0ffe16
Unify M600 and M125 pause features ( #6407 )
...
* Unify M600 and M125 pause features
* Cleanup per thinkyhead's comments
* Rename filament_change_menu_response to advanced_pause_menu_response
* Include HAS_BED_PROBE in QUIET_PROBING
* Update gMax example file
* is_idle() is out of scope without the braces
* Convert FT-i3-2020 to Advance Pause names...
* Allow pause even if not printing
8 years ago
Scott Lahteine
002a06c507
New GCode Parser - Configuration
8 years ago
Scott Lahteine
c2ea22da49
Clean up whitespace
8 years ago
Roxy-3D
364f8fb613
Update Configuration.h files to better names ( #6814 )
...
Changed UBL_G26_MESH_EDITING to UBL_G26_MESH_VALIDATION
Added UBL_MESH_EDIT_MOVES_Z to prepare for that change (coming next)
8 years ago
Brian
43c24f0027
Fix recent regressions, &c.
...
- fix broken `M421` due to less-than-careful optimization
- add HOME_AFTER_DEACTIVATE define to advanced config so not everyone has to rehome after steppers are deactivated
- misc. cleanups (remove unused label, unused variables)
8 years ago
Scott Lahteine
99c4900a98
SPINDLE/LASER config changes
8 years ago
fixoid
c2321b1cdd
Separate SWITCHING_NOZZLE and SWITCHING_EXTRUDER
8 years ago
Brian
2604742191
Add proportional font adjustment ratio
...
- update example configs
8 years ago
Scott Lahteine
1c4ed8b106
Note 5 extruders in config comments
8 years ago
Brian
faa270071d
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
77769e284f
Edit configuration comments
8 years ago
Scott Lahteine
da08e11acd
Add EXTRAPOLATE_BEYOND_GRID option to bilinear leveling
8 years ago
Scott Lahteine
2c13922c46
Implement USE_CONTROLLER_FAN as a feature
8 years ago
Scott Lahteine
54751e8557
Put DISTINCT_E_FACTORS adjacent to the affected settings
8 years ago
Scott Lahteine
0dbe4b3e54
Edit configurations to reduce verbosity, arrange logically
8 years ago
Scott Lahteine
d7d4378481
Remove inaccurate version description
8 years ago
Roxy-3D
4075b95519
Allow BL-Touch users to control heaters during probe event ( #6485 )
...
The Configuration.h file entries for BL-Touch have been updated to:
```cpp
//#define BLTOUCH
//#define BLTOUCH_DELAY 375 // (ms) Enable and increase if needed
//#define BLTOUCH_HEATERS_OFF // if defined the printer's heaters are
turned off during probe event
```
8 years ago
Scott Lahteine
959566cf0a
Update note about M163 / M164
8 years ago
Scott Lahteine
a00ae4790a
Replace M905 with unique code M900
8 years ago
Scott Lahteine
d60c02c5b1
Cleanup, extend TMC2130 configuration
8 years ago
Scott Lahteine
0e97b3d6d0
Fix some configuration spacing
8 years ago
Scott Lahteine
1bd25fd2b3
Clean up config spacing, section headings, etc.
8 years ago
Scott Lahteine
153b0ae967
Tweak Delta Printer configuration note
8 years ago
Scott Lahteine
fd2a0784ba
Add support for SOLENOID_PROBE
8 years ago
Scott Lahteine
5803ba43a9
Expose EXT_SOLENOID as an advanced option
8 years ago
Scott Lahteine
52c3ace102
Add BABYSTEP_ZPROBE_OFFSET as an optional feature
8 years ago
Scott Lahteine
cd4e6abec8
Group BABYSTEPPING options together
8 years ago
Scott Lahteine
dac21ec680
Add support for an RGBW LED
8 years ago
Scott Lahteine
e7746ffee4
Extend RGB LED support, adding Printer Events
8 years ago
Scott Lahteine
9343f6a95f
Put TOSHIBA with other stepper driver options
8 years ago
Scott Lahteine
4cdda5615b
Bring other configs up to date with wt150 changes
8 years ago
Scott Lahteine
1855534f20
Config files cleanup
8 years ago
Scott Lahteine
c26a315d0b
Additional missed patches
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
824f3c1c0d
Fix up configuration comments
8 years ago
Scott Lahteine
995ed90248
Clean up Filament Width Sensor comments
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