324 Commits (da2eaa6b09fae45ca5dcbd12dc928d5dd721ce2f)

Author SHA1 Message Date
Scott Lahteine eb314373bb Config spacing & consistency, group custom LCDs
8 years ago
Scott Lahteine afbc6e3e2f Update DELTA/SCARA config comments
8 years ago
Bob-the-Kuhn 325f09ea6c Add link to custom LiquidCrystal library by F. Malpartida
8 years ago
dot-bob 0bc66bf22c PCA9632 PWM color LED support
8 years ago
Bob-the-Kuhn 1c107b3949 delete problem line
8 years ago
Scott Lahteine e556ab1dff Find three-point leveling points on Delta
8 years ago
Scott Lahteine 1919cb0d1e Config cleanups
8 years ago
Roxy-3D 364f8fb613 Update Configuration.h files to better names (#6814)
8 years ago
Scott Lahteine 99c4900a98 SPINDLE/LASER config changes
8 years ago
fixoid c2321b1cdd Separate SWITCHING_NOZZLE and SWITCHING_EXTRUDER
8 years ago
Scott Lahteine 1c4ed8b106 Note 5 extruders in config comments
8 years ago
Brian faa270071d Improve BLTOUCH_HEATERS_OFF functionality
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 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)
8 years ago
Scott Lahteine 959566cf0a Update note about M163 / M164
8 years ago
Scott Lahteine 0e97b3d6d0 Fix some configuration spacing
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 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 1855534f20 Config files cleanup
8 years ago
Scott Lahteine c26a315d0b Additional missed patches
8 years ago
Scott Lahteine c54f6cf23d Updates to support 5 extruders
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 2a84122edd Configuration changes to support 5 extruders
8 years ago
Bob-the-Kuhn 3b8926bd09 improved wording, consolidation of info, BLTouch warning
8 years ago
Scott Lahteine d13991ae18 Use same config name for all mesh dimensions
8 years ago
Scott Lahteine c56eec29f0 Configurable delay for BLTouch servo emulation
8 years ago
Scott Lahteine 9e22184936 Add a "manual" option for ABL
8 years ago
Scott Lahteine 81136c1e82 Merge pull request #6177 from thinkyhead/rc_tinyboy
8 years ago
Stefan Brüns 0fe57ad4f5 Add Support TinyBoy2 OLED/Encoder panel
8 years ago
Scott Lahteine edbc024d76 Disable UBL_G26_MESH_EDITING by default
8 years ago
Stefan Brüns 5699e2b881 Add SOFT_PWM_DITHER to other configurations
8 years ago
Scott Lahteine 783338a0b8 Add UBL_MESH_EDIT_ENABLED to configs
8 years ago
Scott Lahteine e244399766 Additional cleanup of UBL code
8 years ago
Scott Lahteine 2512871a36 Patch configs UBL followup
8 years ago
Scott Lahteine 27b5666e15 Move Allen Key probe definition to the top
8 years ago
Scott Lahteine cf94688925 Univeral Bed Leveling - configuration
8 years ago
Scott Lahteine 0e410c9dfd Software endstop options as simple switches
8 years ago
Scott Lahteine 3e927ff204 Replace MBL Z hacking
8 years ago
Marek Pikuła 7698c5617a Added circle nozzle cleaning parameters to example configurations
8 years ago
Colin Gilgenbach 48b7e0f8d8 Nozzle Wipe Vertical Zig-Zag
8 years ago
Scott Lahteine e282b72151 Remove non-applicable comment on MANUAL_Z_HOME_POS
8 years ago
esenapaj d38e335272 From "microseconds" to "milliseconds"
8 years ago
Scott Lahteine 5ab7b91615 Comment on filament runout sensor config
8 years ago
Scott Lahteine 78d6d6e076 Merge pull request #5452 from thinkyhead/rc_save_your_mesh
8 years ago
Scott Lahteine 1b2fb2bdc7 ABL_GRID_POINTS_* => ABL_GRID_MAX_POINTS_*
8 years ago
esenapaj 069c6b38dd Remove unnecessary tabs and spaces
8 years ago
Scott Lahteine da6a094424 Sanity-check inverting and pullups for Z probe and Z endstop
8 years ago
Scott Lahteine aa241c63b3 Include M205 note in configurations
8 years ago
akaJes d7b948610a Experimental bilinear subdivision option
8 years ago
Scott Lahteine 3391c785c6 Support for distinct E factors
8 years ago
Scott Lahteine 415294801f Merge pull request #5330 from thinkyhead/rc_rgb_led
8 years ago
Scott Lahteine 65c50e062e Support for an RGB LED using 3 pins
8 years ago
jes f674246397 extend Configurations files
8 years ago
Scott Lahteine 092e949b58 Merge pull request #5169 from thinkyhead/rc_core_inverted
8 years ago
Scott Lahteine f6f77d34a1 Add a fade factor for mesh leveling
8 years ago
Scott Lahteine eb714ee873 Move dummy thermistor opts, fix redundant sensor comment
8 years ago
Scott Lahteine 7a99c6ce4f Reformat temp sensor listing
8 years ago
Scott Lahteine eb120e518c Followup to new endstop interrupts feature
8 years ago
Scott Lahteine 832fe284b4 Merge pull request #5184 from AnHardt/endstop_interrupts
8 years ago
Scott Lahteine 2330619da0 Merge pull request #5191 from petrzjunior/const
8 years ago
Petr Zahradník junior d7ce5d271b
Replace const bool with #define for consistency
8 years ago
AnHardt f3eee02596 Introduce endstop interrupts
8 years ago
esenapaj 2ae72b0491 Follow up the PR #5167 (Add Turkish Language) again, etc
8 years ago
Scott Lahteine e3c8318504 Add reversed CORE options
8 years ago
Rigid3D 2327764980 Add Turkish Language
8 years ago
Scott Lahteine 0908329d96 Merge pull request #5057 from thinkyhead/rc_mbl_lcd_logical
8 years ago
Scott Lahteine 14e60f0d3b Correct typo in configs
8 years ago
Scott Lahteine 4f6bfabaad Patch BAUDRATE line in configs
8 years ago
Scott Lahteine 1e551c0688 Revert "Squashed - Removal of PID functional range"
8 years ago
Rerouter 5f5d87cad3 Update Configuration.h
9 years ago
Scott Lahteine d19cfcfc1d max_jerk array, DEFAULT_XYJERK => DEFAULT_[XY]JERK
9 years ago
Scott Lahteine 473f4a17a8 Merge pull request #4914 from Rerouter/PID-Unconstrained-Itemp
9 years ago
Scott Lahteine fffc9fefa8 Apply changes to all configs
9 years ago
Scott Lahteine 2d2c9bdf92 Add PROBE_Y_FIRST option for probe order
9 years ago
esenapaj 92c03a44a9 Fix the PR #4899 (ABL: Enable by type. Bilinear for all.) etc.
9 years ago
Scott Lahteine ea0dbee3c9 Enable ABL by type, support bilinear on cartesian
9 years ago
Scott Lahteine 01f1028510 Try on "CLEARANCE" for size
9 years ago
Scott Lahteine 0e7d638a7a Revert to Probe Raise rather than Probe Height
9 years ago
Scott Lahteine e05af606a8 Clean up probe config options
9 years ago
Scott Lahteine c4dcfa254e Allow override of Z_ENDSTOP_SERVO_NR with BLTOUCH
9 years ago
Scott Lahteine e5505e3b33 Allow non-square leveling grid
9 years ago
Scott Lahteine a1812b55f6 Space out array values
9 years ago
Scott Lahteine d4599fd8ed Comment patches to Configuration.h
9 years ago
Scott Lahteine 723e983073 Default EXTRUDE_MAXLENGTH to 200mm
9 years ago
Scott Lahteine a6f6ed352b Fix comment on FILAMENT_RUNOUT_SENSOR
9 years ago
Scott Lahteine aaef7c6b89 Fix a misspelling of minimum
9 years ago
Scott Lahteine f1201e11c7 Improve the Jerk description
9 years ago
Scott Lahteine 3f038bef00 Heading for movement settings
9 years ago
Scott Lahteine 01d4703429 PREVENT_DANGEROUS_EXTRUDE => PREVENT_COLD_EXTRUSION
9 years ago
Scott Lahteine 99b22d5785 Default AUTO_BED_LEVELING_GRID_POINTS to 3
9 years ago
Scott Lahteine e113740fa3 Specify that Z_PROBE_*_HEIGHT is nozzle-relative
9 years ago
Scott Lahteine 7e2bd9a233 Z_RAISE_PROBE_* => Z_PROBE_*_HEIGHT
9 years ago