Scott Lahteine
fee696db5d
Improve retract() for G10/G11/autoretract
7 years ago
Scott Lahteine
423b0f3a1e
Replace MIN_RETRACT with MIN_AUTORETRACT, MAX_AUTORETRACT
7 years ago
Scott Lahteine
283d15a8d0
Add a Travis CI test for FWRETRACT
7 years ago
Scott Lahteine
e52c1a0882
Merge pull request #7341 from thinkyhead/bf_bed_size
...
Add X_BED_SIZE, Y_BED_SIZE to configurations
7 years ago
Scott Lahteine
5b69d67da9
Merge pull request #7359 from fiveangle/pio_printrboard_revf
...
Add PIO entry for PRINTRBOARD_REVF
7 years ago
Scott Lahteine
51864fd365
Add bed size as a configuration option
7 years ago
Scott Lahteine
dc7c95e07b
Remove `@ section fwretract`
7 years ago
Scott Lahteine
a972c060d7
Merge pull request #7347 from fiveangle/at90usb_usbcon_unification
...
Remove extraneous USBCON defines for AT90USB boards
7 years ago
Marcio Teixeira
ac73d3a43a
Tuning for Z-Belt Mini.
7 years ago
Marcio Teixeira
8b8eec157c
Now able to build from the Makefile.
7 years ago
Unknown
42aa10d263
Add PIO entry for PRINTRBOARD_REVF
...
fix from PIO corruption
7 years ago
Marcio Teixeira
bf12ae9834
Update to the Z-offset screen. Updated Configuration_LulzBot.h
7 years ago
Dave Johnson
4718c09c48
Remove extraneous USBCON defines for AT90USB boards
...
USBCON is definied by serial.h pullikng in MarlinConfig.h which in turn pulls in Arduino.h. Defining in later includes has shown to cause compile issues so removing all extraneous calls for and potentially easier future linker troubleshooting.
more USBCON unification
7 years ago
Scott Lahteine
21591352d7
Merge pull request #7340 from thinkyhead/bf_neopixel_rgbw
...
Add support for Printrbot Neopixel RGBW strip.
7 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/
7 years ago
Scott Lahteine
a059e95463
Bring Infitary i3 config up to date
7 years ago
Scott Lahteine
d6d6043548
Merge pull request #7338 from thinkyhead/bf_mks_ps_on_pin
...
MKS 1.3+: Add pin mapping for PS_ON
7 years ago
Scott Lahteine
03989824fa
Merge pull request #7339 from thinkyhead/bf_russian_part_1
...
Update Russian translation - Part 1
7 years ago
Alexey Shvetsov
851f9f5399
Update Russian translation - Part 1
...
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
7 years ago
Scott Lahteine
b7a16e4468
Merge pull request #7315 from fixoid/patch-1
...
Fixing SWITCHING_EXTRUDER feature to work with HOTENDS > 1
7 years ago
Alexey Shvetsov
f38b8c5bf8
MKS 1.3+: Add pin mapping for PS_ON
...
This allows the use of D4 as PS_ON since MKS Gen doesn't have a PS_ON pin. However this effectively allows only 3 servos (instead of 4).
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
7 years ago
Marcio Teixeira
bf328f7cbf
Fixes for Huerfano Mini. Enabled emergency parser.
7 years ago
Scott Lahteine
60cb2bd4e7
Merge pull request #7332 from thinkyhead/bf_before_fwretract
...
Improve FWRETRACT comments
7 years ago
Scott Lahteine
8a3bc6be4d
Improve FWRETRACT config options and commentary
...
Add more details as requested in #7198
7 years ago
Scott Lahteine
b0173ccdb9
Drop extra initializers for vars initialized by EEPROM code
7 years ago
Marcio Teixeira
981ec2e195
Different ESTEPS per extruder for FlexyDually
7 years ago
Marcio Teixeira
77c1c642cf
Fixes for Yellowfin dual. Fixed heating mesg.
7 years ago
Marcio Teixeira
c847b8a947
Added "Cooling" messages.
7 years ago
Scott Lahteine
7afafb05b8
Split G10/G11 into separate functions
7 years ago
Scott Lahteine
c45798694f
Add some more requirements to the G-code list
7 years ago
Scott Lahteine
72de280c1e
BARICUDA valve pressure consistently uint8_t
7 years ago
Scott Lahteine
4d98e3f0a7
General cleanup
7 years ago
Marcio Teixeira
5dd203d1b7
Set baudrate differently for Mini and TAZ.
7 years ago
Marcio Teixeira
67fabfd1d2
Fixed encoder settings and added Gladiola_GLCD.
7 years ago
Marcio Teixeira
d7f53214e3
Fixes for Mini. M115 fixed.
7 years ago
fixoid
e530c67349
Fixing SWITCHING_EXTRUDER feature
7 years ago
Marcio Teixeira
8d31c36bf0
Fix to reprobe code for Gladiola Mini.
7 years ago
Marcio Teixeira
d160e92f0f
Added rewipe and reprobe on a failed probe.
7 years ago
Tannoo
2ad3ca5d8a
Bugfix ( #7310 )
7 years ago
Marcio Teixeira
9202dc69d7
Enabled EEPROM storage
7 years ago
Marcio Teixeira
074a3615c7
Fix for controller cooling fan.
7 years ago
Marcio Teixeira
ecc24d6a87
Configuration for Mini added. General cleanup.
7 years ago
Marcio Teixeira
5ba4d9f4a3
Initial modifications to Marlin 1.1.4. At this point, it should support
...
single toolheads on gladiola and oliveoil, but not multiple extruders.
7 years ago
Roxy-3D
37a6833d7e
Allow the sampled point to be added into the Least Squares Best Fit ( #7289 )
...
Without this... The LSF won't work because none of the sampled points
in this code block get added.
7 years ago
C. Scott Ananian
a519b093b9
Fix build by replacing qr_solve by least_squares_fit. ( #7285 )
...
This was broken by 9af67e2446
.
7 years ago
Scott Lahteine
b9809ea86c
Merge pull request #7281 from thinkyhead/bf_seen_not_volatile
...
Fixes for recent merges
7 years ago
Scott Lahteine
0873c667fa
Apply coding standards to recent merges
7 years ago
Scott Lahteine
8c2907d10f
Fix ABL broken by recent change
7 years ago
Alexei Dorofeev
608bb02be3
Revert "Add documentation logo graphics to Release"
...
This reverts commit ac36cd7258
.
7 years ago
Alexei Dorofeev
9c84fb1ba7
Merge branch 'upstream_1.1.4'
...
Conflicts resoved in favor of upstream_1.1.4:
Marlin/Configuration.h
Marlin/Marlin_main.cpp
Marlin/dogm_lcd_implementation.h
Marlin/language.h
Marlin/language_pt.h
README.md
7 years ago