Marcio Teixeira
f879a77611
Trinamic tuning to keep driver from overheating.
...
- Tuned TOFF, TBL, TSTRT and TEND for least temperature rise during prints.
- Slightly increased fan speed to increase cooling capacity.
- Disabled stealth mode in XY as this tends to run hotter.
7 years ago
Marcio Teixeira
99c678ee85
T1330 Prime at 75mm/min after probe fail
7 years ago
Marcio Teixeira
fad75360bd
T1375 Esteps display accuracy now integers.
...
To allow for easier adjusting from the LCD.
7 years ago
Marcio Teixeira
8e66526daf
T1375 Esteps display accuracy now integers.
...
To allow for easier adjusting from the LCD.
7 years ago
Marcio Teixeira
0dc86c383f
Changes for Mini 2 w/ EinsyRetro.
...
- Pins adjusted for new EinsyRetro boards from Ultimachine.
- Disabled inactivity timeout on Z axis.
- Require rehoming after motors deactivate.
7 years ago
Marcio Teixeira
6894765b68
Bumped version number.
7 years ago
Marcio Teixeira
b1ddccee9c
Enable stealth mode for EinsyMini.
7 years ago
Marcio Teixeira
fd3819c77b
Adjusted Z steps for Mini 2.
7 years ago
Marcio Teixeira
992f7ff08f
Merge branch 'devel' of ssh://code.alephobjects.com/diffusion/MARLIN/marlin into devel
7 years ago
Marcio Teixeira
2a505637c6
Fixes for compilation.
7 years ago
Marcio Teixeira
a5d67a1d0b
Tweaks for Mini 2 and TAZ 7.
...
- Z belt models no longer using gearmotor on Z axis.
- Adjusted default acceleration for stealthchop.
- Now using true Z steps for XY.
7 years ago
Marcio Teixeira
a96dadb94e
Tuned STEALTHCHOP for successful print.
7 years ago
Marcio Teixeira
c864f864ee
Fixes to the way COOLSTEP was being implemented.
7 years ago
Marcio Teixeira
198b138c91
Fix for build error on models without LCDs.
7 years ago
Marcio Teixeira
1556ee2280
Fix for garbled LCD status error and Mini 2 homing.
...
- Modified calls to lcd status to use strings in PROGMEM to prevent garbled
text from showing up.
- Disabled COOLSTEP during homing on Mini 2 to allow stallguard to function.
7 years ago
Marcio Teixeira
b57901c6bb
Probe fill now uses kill() instead of stop().
...
- Attempt to solve bug where printer continues to heat extruders
after probe fail.
7 years ago
Marcio Teixeira
b42162f2d6
Experimental hybrid COOLSTEP and STEALTHCHOP mode.
...
- Added code for averaging TSTEPs during moves and displaying them
with M119 (for tuning purposes).
- Added experimental mode that uses STEALTHCHOP during slow moves,
and COOLSTEP during faster moves.
7 years ago
Marcio Teixeira
5af33c0263
Fixed Trinamic current reporting.
...
- Adjusted current for Mini 2.
7 years ago
Marcio Teixeira
0cf6894c71
M115 now identifies itself as an LCD model.
7 years ago
Marcio Teixeira
d2ca6b814e
Changes to rewipe sequence.
...
- Change rewipe attempts from 1 to 3.
- Change number of rewipe strokes from 2 to 12.
- Move extruder to position zero before halting.
7 years ago
Marcio Teixeira
09f0413cf7
Improvements for Mini 2.
...
- Added printer variant using non-geared direct-drive Z belts.
- Added experimental support for LED lighting.
7 years ago
Marcio Teixeira
20ec0a64cb
Added COOLSTEP automatic motor current adjustment.
...
- Enabled COOLSTEP for automatic motor current adjustment on Einsy board.
- Update M119 to show current current settings.
- Added auto reporting of current adjustment during prints for debugging.
7 years ago
Marcio Teixeira
47b15b3722
Added experimental speedy variant of Mini 2.
...
- Added test Mini 2 variant with direct drive Z.
- Added selector for variants with and without gearboxen.
- Eliminated deprecated Gladiola/Einsy combo.
7 years ago
Marcio Teixeira
b0facd5923
Changed order of probe points.
7 years ago
Marcio Teixeira
8256cfe174
Fix for corrupted error messages on temp error.
...
- Ultralcd stores a pointer to the buffer passed into it,
so this buffer cannot be stored on the stack.
7 years ago
Marcio Teixeira
794ba894f0
Only build correct model/toolhead combinations.
7 years ago
Marcio Teixeira
e424c926a8
Changed default bed leveling to LINEAR.
7 years ago
Marcio Teixeira
f8563ee120
Added tweaks for Mini 2.
...
- Added experimental backlash compensation.
- Adjusted stallguard value.
- Fixes backoff from endstops after homing.
7 years ago
Marcio Teixeira
f200566360
Fix for compilation error.
7 years ago
Marcio Teixeira
017f89f0af
EinsyMini2 will now home to bottom.
...
- Homing to bottom is accomplished by reducing current on Z motor and using stallguard
to detect when the Z axis bottoms out.
- This is a lot faster than homing to Z_MAX (yah!)
7 years ago
Marcio Teixeira
f0afb13132
Adjusted chopper frequency to reduce audible noise.
7 years ago
Marcio Teixeira
d49600ec21
Fix for G28 disabling bed leveling comp. (T1258)
...
G28 was disabling bed leveling on entry, but not re-enabling it
on exit. This bug in upstream was probably not caught as G28
is most often followed by G29.
However, Cura now rehomes X/Y after pausing a print, so it is
necessary that G28 keep bed leveling information.
7 years ago
Marcio Teixeira
a0c5328393
Adjustments for Mini 2 using Einsy board.
7 years ago
Marcio Teixeira
c150b82558
Enhanced heater error messages.
...
Heating error messages now include E0, E1 or BED.
7 years ago
Marcio Teixeira
a0b1cda4b8
Merge branch 'marlin-1.1.5-einsyrambo' into devel
...
Added support for use of EinsyRambo on Mini 2.
7 years ago
Marcio Teixeira
fa3b072106
Adjustment for Finch Aerostruder V2.
7 years ago
Marcio Teixeira
5e8bc04e27
Fixed name that was deleted in earlier commit.
7 years ago
Marcio Teixeira
91d9747947
Merged changes from devel branch.
7 years ago
Marcio Teixeira
33047c37e9
More updates to constants for clarity.
7 years ago
Marcio Teixeira
4834cbf88f
Clarified error messages and constant names.
...
- Changed "G28 Z Forbidden" to "Home XY first"
- Added constants LULZBOT_USE_Z_SCREW and LULZBOT_USE_Z_BELT to distinguish new and old printers.
- Added constant LULZBOT_AUTO_BED_LEVELING_LINEAR for alternative 4-point leveling style.
7 years ago
Marcio Teixeira
1b4570ed3b
Changed Z MAX for Mini 2.
7 years ago
Marcio Teixeira
0e6cb1e7c6
Adjusted Z MAX for Mini 2.
7 years ago
Marcio Teixeira
d9faa14030
Added LULZBOT_ prefix to messages that were added.
7 years ago
Marcio Teixeira
a60dcabe14
Fixes for experimental dual.
7 years ago
Marcio Teixeira
46d903715a
Reenabled RELOC_WORKAROUND.
7 years ago
Marcio Teixeira
b9bf6177d9
Adjusted MAX travel limits on Mini.
...
- Adjusted MAX travel limits to avoid hitting endstops.
7 years ago
Marcio Teixeira
3effc21432
Endstops NC/NO now specified via constants.
7 years ago
Marcio Teixeira
10a181c038
Adjusted homing settings to match older FW.
7 years ago
Marcio Teixeira
3ea7b1c339
Fixes for TAZ 7. General cleanup.
...
- Adjusted travel limits for TAZ 7.
- Use of MIN endstops now configurable.
- Probe enable routine cleaned up.
- Current configuration cleaned up.
7 years ago
Marcio Teixeira
21286a784c
Fixes to long filename scrolling in LCD.
7 years ago