Scott Lahteine
8a994fb1b1
Fix encoder pulses for G3D_PANEL
7 years ago
Scott Lahteine
9ee92f1246
Fix ADVANCED_PAUSE_FEATURE in .travis.yml
7 years ago
Marcio Teixeira
f6ae163b40
Reorg code for readibility.
...
Motor currents now specified in mA.
Grouped endstop configuration.
DIGIPOT_MOTOR_CURRENT now always initialized to five elements.
7 years ago
Marcio Teixeira
edcb3407be
Fixed compilation error.
7 years ago
Marcio Teixeira
0721007240
Reordered Marlin menus to match prior FW (T1186)
7 years ago
Marcio Teixeira
cb5f918f62
Adjusted E steps for Aero toolheads.
...
- E steps for Aero toolheads now 420
- E steps now defined independently on each toolhead.
- Development dual now separated from Yellowfin dual.
7 years ago
Marcio Teixeira
82a423154a
Adjustments for prototype lifting-nozzle extruder.
7 years ago
Marcio Teixeira
37ea8d17df
Adjusted DEFAULT_MAX_ACCELERATION for Mini.
...
Now the value will match the older Gladiola firmware.
7 years ago
Marcio Teixeira
0183ae4b66
Added fix for Pelonis C4010L24BPLB1b-7 fan.
7 years ago
Scott Lahteine
ac2ac99e15
Fix bad logic in autostart
...
As pointed out by @marcio-ao in #7638
7 years ago
Scott Lahteine
72e9534d11
Merge pull request #7725 from thinkyhead/bf1_creality_fun
...
More featureful CR-10 configurations
7 years ago
Scott Lahteine
c1cc79176c
Full-featured Creality configs
7 years ago
Scott Lahteine
f25dccd6d1
Disable BABYSTEP_XY by default in all configs
7 years ago
Scott Lahteine
cd09a83cfa
Add size note to SDSORT_LIMIT
7 years ago
Scott Lahteine
9bbc2df217
General code cleanup, spacing
7 years ago
Luc Van Daele
74d430cb97
matrix names update ( #7697 )
...
* matrix names update
* symplified names
* new angle normalization
* ABC
* axis
* least squares
* recalc_delta_settings
* endstop_adj
* 0p
* bug
7 years ago
Scott Lahteine
ca13f4c3dd
Merge pull request #7720 from thinkyhead/bf1_caselight_fix
...
Fix caselight compile issues
7 years ago
Scott Lahteine
9d4d53e2fd
Update links to old wiki page
7 years ago
Scott Lahteine
00896f1713
Fix LEVEL_BED_CORNERS (No leveling required)
7 years ago
Scott Lahteine
c3a9e95a5f
Define drawmenu items once, in ultralcd.cpp
7 years ago
Scott Lahteine
0afd25a010
Fix caselight compile issues
7 years ago
Marcio Teixeira
8e31248adb
Added missing file.
7 years ago
Marcio Teixeira
ad656d76c7
Initial check in of branch for EinsyRambo.
7 years ago
Marcio Teixeira
5cc626c522
Adjusted Z-offset.
...
Adjusted Z-offset based on average calibration values for
last 1000 Minis and TAZ 6 from production line.
7 years ago
Marcio Teixeira
890cb1e8cb
Release candidate .11
...
- Fixed M115 MACHINE_TYPE so it matches previous FW
- Restored buffer size to Marlin default
7 years ago
Marcio Teixeira
b56d85c613
Enabled DISTINCT_E_FACTORS for all print heads.
7 years ago
Marcio Teixeira
8fd36444cd
Added features for release candidate.
...
- Added EXTRUDER_TYPE field to M115
- Added UUID for new printer models
- Enabled ADVANCED_OK
- Enabled ADVANCED_PAUSE_FEATURE
- Enabled AUTO_REPORT_TEMPERATURES
7 years ago
Marcio Teixeira
df5f8a5aec
Changes for TAZ 7; Improved build scripts.
...
Changed Z_MAX on TAZ 7.
Build script now has options to record the configuration file as well as checksums that can be used to compare various releases.
7 years ago
Marcio Teixeira
dac8a73633
Adjusted max Z feedrate for Hibiscus Mini.
...
- Changed to 8 from 16 as motor was stalling.
7 years ago
Marcio Teixeira
c00305ae40
Adjustment to autostart and M226 for QA
...
Made changed requested by Logan fori testing jigs in production.
- Fixed "auto0.g" autostart which was not working.
- Made it so M226 works on protected pins:
- There are no longer protected pins
- However, will only work on pins that are already inputs (like endstops)
7 years ago
Marcio Teixeira
520b2b2fb1
Runs the Mini heat bed at full power.
...
The TAZ limits the heated bed current to 80% in order
to avoid exceeding the 15A limit on the Rambo. The
Mini needs no throttling because the bed is smaller.
The old Gladiola FW ran the bed at 100%, but since this
new branch was based on oliveoil, the conservative limit
was carried over to the Mini. This was causing temp overrun
errors on the Mini because the bed could not heat fast enough.
The PID tuning was re-run on the two-piece bed since it
had been tuned with the Mini bed running at 80% current.
7 years ago
Marcio Teixeira
8ddf7ee961
Added switch to build tool to dump out configs.
...
Added "--config" option to build-lulzbot-firmware.sh to save out
values in "Configuration.h" and "Configuration_adv.h" for chosen
printer and toolhead. This is useful when submitting issues to
Marlin devs.
Fixed incorrect name of LULZBOT_PRINTCOUNTER
7 years ago
GMagician
5b87843fae
Addressing #7612
...
Replaced extruder with hotend
7 years ago
Marcio Teixeira
0cbe9d41d6
Various fixes.
...
- Restored MIN_TEMP error on disconnecting head.
- Restored WORKSPACE_OFFSETS (as requested by forum user).
7 years ago
Marcio Teixeira
c9fb50d055
Fixed problem where controller fan was not running
7 years ago
Marcio Teixeira
3817fdfadd
Merge 'origin/upstream_1.1.5' into devel
7 years ago
Marcio Teixeira
f49d597b35
Bumped version.
7 years ago
Marcio Teixeira
68b3c8b8e8
Long filenames now scroll (T335)
7 years ago
Scott Lahteine
386b74f8c2
Merge pull request #7593 from marcio-ao/bugfix-1.1.x
...
Added option for graphical overlay for Z-offset (Resubmission of #7350 and #7586 )
7 years ago
Tannoo
2a963fb5d1
UBL LCD Bugfixes ( #7598 )
7 years ago
Marcio Teixeira
d69c5317df
Added option for graphical overlay for Z-offset
7 years ago
Scott Lahteine
367e1b54ba
Merge pull request #7591 from thinkyhead/bf1_misc_patches
...
M111: no args reports current flags
7 years ago
Scott Lahteine
41e4de62b3
Merge pull request #7592 from thinkyhead/bf1_workspace_planes
...
CNC workspace planes for G5
7 years ago
Scott Lahteine
8a184a526a
Marlin: Patch G33, allow M111 to give status
7 years ago
Scott Lahteine
353c23b16e
Enforce BED_CENTER_AT_0_0 on Delta, SCARA
7 years ago
Scott Lahteine
898f48e331
CNC workspace planes for G5
...
According to LinuxCNC, G5 should throw an error if the current plane mode isn't XY.
7 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...
7 years ago
Marcio Teixeira
9bb9acd159
Tuned PID for Aerostruder and two-piece beds.
7 years ago
Marcio Teixeira
d728045985
Added custom PID params for Yellowfin Dual.
7 years ago
Marcio Teixeira
eeec2d1226
Adjusted WATCH_TEMP on TAZ to match former FWs
...
Seems to resolve Heating failed issues on Yellowfin dual.
7 years ago