Commit Graph

7437 Commits (037c964d26b9d9ee4d19ca2bea4385ef7367a203)
 

Author SHA1 Message Date
Scott Lahteine c7063eb55c theTarget => target_temp
Scott Lahteine 36bda2bade Add HAS_RESUME_CONTINUE shorthand macro
Scott Lahteine 53e6c33c37 2 is DXC_DUPLICATION_MODE
Scott Lahteine a2cb0a3d54 Use multiply for delta probe constraint
Scott Lahteine 6487c96a4a Merge pull request from Kaibob2/patch-10
Allow 10mm Movements for Z-Axis
Scott Lahteine 944218f7da Merge pull request from thinkyhead/rc_fix_minimum_pulse
Fix MINIMUM_STEPPER_PULSE calculations
Kai 001bc14255 Allow 10mm Movements for Z-Axis
I use the movement options via LCD quite often. Especially to get the nozzle out of the way. I see no reason, why the 10mm option is disabled for the Z-Axis, this is why i always delete this line when i compile a new version.
If this is unwanted, please just close this PR
Scott Lahteine 6a9b008044 Fix MINIMUM_STEPPER_PULSE maths
Scott Lahteine 68773f4486 Simplify stepper macros by renaming enable/disable macros
Scott Lahteine e02a5a6371 Add macros for delays by machine cycle
Scott Lahteine 4ea447959e Merge pull request from thinkyhead/rc_bare_M109_M190
Have M109 / M190 do nothing with no parameters
Scott Lahteine ecc537015a Have M109 / M190 do nothing with no parameters
Scott Lahteine 03aa9a390e Apply coding standards to M100, break up into functions
Scott Lahteine 48c16fc6ef Merge pull request from thinkyhead/rc_less_no_reentrance
Only lcd_synchronize needs no_reentry
Scott Lahteine 4fcfe926d6 Only lcd_synchronize needs no_reentry
Scott Lahteine 67fb7f82ac Merge pull request from thinkyhead/rc_eeprom_z_fade
Save / restore z_fade_height in EEPROM
Scott Lahteine eff5af569b Merge pull request from MagoKimbra/rc_fix_mesh_report
Fix mbl_mesh_report
Scott Lahteine 4a18968c10 Merge pull request from Kaibob2/patch-9
Fix EPROM -> EEPROM
Roxy-3D ba85faabc0 Fix M100 Free Memory Checker
M100 had numerious changes and quit working.   Part of the problem is
the overloading of the SERIAL_PROTOCOL functions.   Also, some of the
address arithmatic was changed to use char *ptr and passing ptr into the
SERIAL_PROTOCOL functions caused them to try to print a string instead
of a number.     M100 is working again.   Let's keep it that way!

M100 has been expanded to now have a function  int
free_memory_is_corrupted()  that can be called from other code to see if
the free space is still contiguous.  It may make sense to add a flag to
control its verbose nature but right now, the extra chit chat is very
helpful to know int free_memory_is_corrupted()  is doing the right thing
and what it found at various points when it was called.     A 'Show &
Tell' is coming up with int free_memory_is_corrupted().
Kai 3b82db5fe9 Missing semicolon in ultralcd.cpp
When PARK_HEAD_ON_PAUSE is defined Marlin won't compile because of two missing semicolon.
MagoKimbra 7d2e637867 Fix mbl_mesh_report
Kai afeb0452ef Fix EPROM -> EEPROM
These fixes are neede because before it showed the englisch text even if language = de was selected
Scott Lahteine 7f950a80c0 Make ADC sensor reading frequency adjustable
Scott Lahteine dad907b923 Merge pull request from thinkyhead/rc_move_toshiba
Put TOSHIBA with other stepper driver options
Scott Lahteine 786af73e24 Convert config code to a static class
james94jeans2 5b9476fe78 Added z_fade_height to EEPROM-Settings
Firmware was forgetting the z_fade_height in Planner, set by M420 Z<f>,
after each reset or loading settings from EEPROM. Added the float
z_fade_height to EEPROM-Storage, now remembers the value.
Scott Lahteine 9343f6a95f Put TOSHIBA with other stepper driver options
Scott Lahteine 7a704af5e6 Merge pull request from thinkyhead/rc_wt150_rebase
wt150 (Mightyboard Rev E) & RRD Full Graphic Smart Controller
Scott Lahteine 2bde7940e0 Merge pull request from zlowred/RCBugFix
Fixed comparison of float values to NaN
Max Matveev 2031fb913b Fixed comparison of float values to NaN
Scott Lahteine e48a52a530 Patch a display issue with LCD_DECIMAL_SMALL_XY
The `ftostr4sign` function got munged by the `WITHIN` patch
Scott Lahteine 1a3cd6a090 Merge pull request from thinkyhead/rc_gitattributes
Init bed_level_virt_interpolate on EEPROM load
Scott Lahteine 314a02e2d5 Toggle with XOR
Scott Lahteine cfad4736cd Merge pull request from thinkyhead/rc_cheaptronic_v2
Cheaptronic V2
Scott Lahteine 8bc0d90b00 Init bed_level_virt_interpolate on EEPROM load
MD 20dd5376b8 Cheaptronic V2
Add support for new electronics
www.reprapobchod.cz
Scott Lahteine 4cdda5615b Bring other configs up to date with wt150 changes
Paweł Stawicki 9b0885f4f6 Allow boards without a thermistor
Paweł Stawicki 64cfcebe66 Update SlowSoftI2CMaster link. MightyBoard digipots I2C bus has no resistors.
Paweł Stawicki 0eb16d9ff7 Add example config for the wt150 printer with RepRapDiscount Full Graphic Smart Controller
Paweł Stawicki 652bedfa18 Add RepRapDiscount Full Graphic Smart Controller support to MIGHTYBOARD REVE
Paweł Stawicki 44cdebb8f1 Add software spi support for max6675
Paweł Stawicki 191fec009f Add digipot i2c control for MCP4018
Scott Lahteine e5b16081cb Update TinyBoy2 configurations
Scott Lahteine 1855534f20 Config files cleanup
Scott Lahteine 2f5e934a19 Merge pull request from thinkyhead/rc_cleanup_and_5_extruders
Additional missed patches
Scott Lahteine c26a315d0b Additional missed patches
Scott Lahteine 635f182478 Merge pull request from thinkyhead/rc_cleanup_and_5_extruders
More patches for 5 extruders
Scott Lahteine 39617e10b8 Patch configs comment formatting
Scott Lahteine c54f6cf23d Updates to support 5 extruders