Scott Lahteine
cce80fd41c
Add UNKNOWN_Z_NO_RAISE to example configs
2018-03-09 23:11:35 -06:00
Scott Lahteine
a9392c6b27
Set a safe default MINIMUM_STEPPER_PULSE of 2
2018-03-09 03:59:18 -06:00
Scott Lahteine
2d0d5eccd8
Move AUTO_REPORT_SD_STATUS to SDSUPPORT block
2018-03-07 01:58:31 -06:00
Scott Lahteine
dc733192be
Add AUTO_REPORT_SD_STATUS to example configs
2018-03-07 00:06:17 -06:00
Scott Lahteine
081ab35e82
Remove some trailing whitespace
2018-03-04 21:13:36 -06:00
Scott Lahteine
3cdd2591ed
Update custom boot screen description
2018-03-03 20:10:35 -06:00
Scott Lahteine
a6326d25fb
Drop SCARA_FEEDRATE_SCALING
...
The updated planner takes the length of the move, so this pre-calculation is no longer needed.
2018-03-01 04:28:42 -06:00
Scott Lahteine
114e9b0f56
Fix CR-10 status screen missing commas
...
Fix #9660
2018-02-26 15:50:04 -06:00
Scott Lahteine
c1a1f80fff
Standardize encoder buzz defaults
2018-02-24 22:55:46 -06:00
Scott Lahteine
8488d64062
Standardize encoder defaults
2018-02-24 22:37:55 -06:00
Scott Lahteine
7dab8ca5dc
Add Creality Ender-4 configurations
2018-02-24 22:01:16 -06:00
Scott Lahteine
d0c8aabd28
Move Creality Ender-2 configurations
2018-02-24 22:01:11 -06:00
Scott Lahteine
8c22f9fd4f
Bring some example configs up to speed
2018-02-24 22:00:15 -06:00
Roxy-3D
9e3025e07b
Change Folger Tech i3-2020 defaults...
2018-02-24 10:28:08 -06:00
Scott Lahteine
5299b577d1
Spanish (UTF8) Language ( #9785 )
...
From #7314 by @MrAmericanMike
2018-02-23 20:23:35 -06:00
Scott Lahteine
6845f17fb2
Prettify LCD_PROGRESS_BAR options
2018-02-23 19:13:03 -06:00
Scott Lahteine
03da273ea6
Fix LCD_PROGRESS bar
...
Fix #9208
2018-02-23 13:59:55 -06:00
Scott Lahteine
235d024505
Add RESTORE_LEVELING_AFTER_G28 to example configs
2018-02-23 12:42:21 -06:00
Sebastianv650
9c65890644
[1.1.x] LIN_ADVANCE v1.5 ( #9700 )
2018-02-23 00:53:41 -06:00
Scott Lahteine
d55aaf95e8
Merge pull request #9761 from thinkyhead/bf1_lightweight_glcd
...
[1.1.x] Lightweight status screen for ST7920
2018-02-22 23:55:24 -06:00
Masterkookus
5f6a8588c5
[1.1.x] Hatchbox Alpha Config with E3Dv6 ( #9721 )
2018-02-22 02:57:38 -06:00
Scott Lahteine
967076b080
Add LIGHTWEIGHT_UI to example configs
2018-02-22 00:25:53 -06:00
Scott Lahteine
855b188102
Hephestos2 heated bed kit for all ( #9756 )
2018-02-21 22:26:56 -06:00
Scott Lahteine
6759be43ea
Add CR-10S _Bootscreen.h
2018-02-21 20:19:12 -06:00
Scott Lahteine
6e0001b4f8
Add CR-10mini configuration
2018-02-21 20:19:12 -06:00
Scott Lahteine
84f0ce4751
Some encoder steps handled in Conditionals_LCD.h
2018-02-21 20:19:11 -06:00
Scott Lahteine
d9e2acd1b2
Configs parity with 2.0.x
2018-02-21 20:19:11 -06:00
Scott Lahteine
126a80ea83
Reduce Creality3D bootscreens flash usage ( #9745 )
2018-02-21 16:08:27 -06:00
Scott Lahteine
18881e6725
Add 20x4 option for Sainsmart LCD
2018-02-20 20:09:49 -06:00
Scott Lahteine
6e932f979d
CR-10 Bootscreen
...
From @plainpylut in #9660
2018-02-19 08:05:32 -06:00
Scott Lahteine
cc8711419e
Add NUM_RUNOUT_SENSORS to example configs
2018-02-19 06:25:36 -06:00
Scott Lahteine
4813938a87
Update configs for 2.0.x parity
2018-02-18 19:42:20 -06:00
Scott Lahteine
b45a277c52
ENDER can use BOARD_MELZI_CREALITY ( #9694 )
2018-02-18 02:24:23 -06:00
Scott Lahteine
28e7562e7a
Add CODEPENDENT_XY_HOMING to example configs
2018-02-18 01:09:51 -06:00
Scott Lahteine
8761cb0464
Merge pull request #9682 from thinkyhead/bf1_m73_without_sd
...
[1.1.x] Allow M73 without SDSUPPORT
2018-02-17 15:50:19 -06:00
Scott Lahteine
aceadabe89
Merge pull request #9674 from bytespider/bugfix-1.1.x
...
Add TronXY XY100 config
2018-02-17 15:49:29 -06:00
Scott Lahteine
3a1fedaee6
Update LCD_SET_PROGRESS_MANUALLY in configs
2018-02-17 15:41:20 -06:00
Scott Lahteine
ada40af5d6
Move <avr/pgmspace.h> include to MarlinConfig.h
...
For parity with 2.0.x, which includes pgmspace.h in the HAL.
2018-02-16 18:40:39 -06:00
Rob Griffiths
529e6ed1ea
added TronXY XY100 config
2018-02-16 13:57:01 +00:00
Bob-the-Kuhn
1647db8fad
Set CONTROLLER_FAN_PIN example to -1
2018-02-15 21:29:09 -06:00
Roxy-3D
c8d3069580
UBL - Allow user to control Z-Height correction for off mesh movements ( #9663 )
...
* UBL - Allow user to control Z-Height correction for off mesh movements
* Enable UBL_Z_RAISE_WHEN_OFF_MESH on test machine for time being
2018-02-15 19:23:01 -06:00
Roxy-3D
66370006bb
Fix G26 Circles... ( #9638 )
...
Will get this duplicated in bugfix_2.0.0 tomorrow...
2018-02-14 17:31:25 -06:00
Scott Lahteine
d89a61bd51
Update DIGIPOT_I2C_MOTOR_CURRENTS comments
2018-02-13 22:56:03 -06:00
Scott Lahteine
0acaaf536d
Update gMax1.5+ for 2.0.x parity
2018-02-11 05:20:57 -06:00
Scott Lahteine
2e7a754ac1
Megatronics baud rate 115200
...
Fix #9092
2018-02-11 03:42:27 -06:00
Scott Lahteine
bb155ed38e
Correct MOTHERBOARD for Geeetech i3 Pro X
...
Fix #8856
2018-02-10 20:27:11 -06:00
Douglas Hammond
1e00ba5433
Add Tronxy X5S
2018-02-10 15:03:20 -06:00
Scott Lahteine
3e838bf6b6
Cyclops has SINGLENOZZLE and higher temp
2018-02-08 19:07:43 -06:00
Scott Lahteine
b81980a439
TouchX base config differences
2018-02-08 19:07:43 -06:00
Rajesh Vaidheeswarran
98e7b821b4
Add Cyclops configuration for BIBO
2018-02-08 18:24:40 -06:00
Scott Lahteine
4f04f4e6b8
Followup to #9532
2018-02-08 03:39:20 -06:00
jaysonkelly
f8a8711075
I2C position encoders update
...
Updating I2C position encoders to enable babystepping and Babystep XY when using the ecm microstep correction method. Also changed default method to ECM microstep.
2018-02-08 02:46:12 -06:00
Scott Lahteine
8438a57910
Followup to #9532
2018-02-08 02:05:18 -06:00
Thomas Moore
a471cd26e1
[1.1.x] Enable Z axis and delta sensorless homing ( #9532 )
2018-02-08 02:02:48 -06:00
Scott Lahteine
3137df9ad4
Special override of LCD_WIDTH
2018-02-07 22:16:07 -06:00
Scott Lahteine
3621f21fb2
Clean trailing space
2018-02-07 02:40:41 -06:00
Scott Lahteine
80946a17ee
Add AUTO_POWER_CONTROL to example configs
2018-02-06 00:20:26 -06:00
1138-4EB
b86dfd35ae
Configs for Prusa i3 Pro B GT2560 Rev.A Plus
...
One without probe and one with BLTOUCH.
2018-02-05 23:54:19 -06:00
Scott Lahteine
527d260581
Add ULTI_CONTROLLER to example configs
2018-02-05 22:24:08 -06:00
Scott Lahteine
ca58084020
Add MALYAN_LCD to configurations
2018-02-04 21:18:42 -06:00
shaktee
6e86c9d22b
Add BIBO configs to Marlin bugfix-1.1.x ( #9467 )
...
[1.1.x] BIBO TouchX configuration
2018-02-03 23:20:35 -06:00
Manuel Valentino
652162777b
[1.1.x] Fixed wrong information about TMC2208 wiring ( #9334 )
2018-02-02 04:14:43 -06:00
teemuatlut
923f17328f
Add TMC software SPI ( #9362 )
2018-02-02 03:56:08 -06:00
Scott Lahteine
8bccd0ef5b
Fix up _Bootscreen.h and _Statusscreen.h
...
- Support for 3 and 4-frame fan animation
- Binary bitmap data for easier visualization
- Cleanup mystery numbers, etc.
2018-02-02 00:55:02 -06:00
Scott Lahteine
2177c246d5
Patch BQ Hephestos 2 filament diameter
...
From #9314
2018-01-23 20:38:43 -06:00
Scott Lahteine
3d9f360b5a
Better probe boundaries for linear/grid
2018-01-22 01:10:34 -06:00
Scott Lahteine
c8ac3a2a72
Add example configs for JGAurora A5
2018-01-21 22:23:31 -06:00
Scott Lahteine
957bb3124a
Add thermistor 15 tuned for JGAurora A5
2018-01-21 16:57:47 -06:00
Scott Lahteine
94a9cd6477
CR-10S filament change length, enhanced status bitmap
2018-01-21 01:58:55 -06:00
Scott Lahteine
0cfcc7cbf5
Make "Ender" status screen dual-nozzle ready
2018-01-21 01:58:55 -06:00
Scott Lahteine
428fbe8228
Apply CASE_LIGHT_USE_NEOPIXEL to example configs
2018-01-20 16:27:30 -06:00
Scott Lahteine
d29a0d64d5
Set FIL_RUNOUT_PIN for Creality CR10-S
...
Tested with M43 and found to be connected to DIO 2
2018-01-20 11:58:37 -06:00
Scott Lahteine
09ad00b2d1
Use standard encoder pulses/steps for CR-10S
2018-01-20 11:34:53 -06:00
Roxy-3D
cbdbeb3e69
PronterFace M105 work around ( #9227 )
...
PronterFace keeps sending M105 requests during long operations like G29 P1, G29 P2, G29 P4 and G26. The serial buffer fills up before the operation is complete. The problem is, a corrupted command gets executed. It is very typical for the M105 to turn into a M1 (actually... M1M105 is typical).
This causes the printer to say "Click to resume..."
This is a temporary fix until we figure out the correct way to resolve the issue.
More work needed for G26.
2018-01-17 22:51:19 -06:00
Roxy-3D
c11665e92f
Regression fixes for UBL's G29 P1, G29 P2, G29 P4 and G26 ( #9213 )
...
The changes to ultralcd.cpp for is_lcd_clicked() did not encompass the
full functionality of UBL's G29 P1, P2 and P4. It also broke G26's
ability to abort in several of its phases.
This is the first pass at fixing the problem. It has been tested for
correctness for several hours but more testing needs to be done.
There may be a few follow up patches to finish covering all the corner
cases, but right now I need to merge this before any conflicts show up.
Some of these changes will need to be moved over to the bugfix-v2.0.0
branch. That will happen a few days from now.
2018-01-17 00:27:50 -06:00
Roxy-3D
06adef7343
Get FT-i3-2020 example files in compliance with ?_BED_SIZE
2018-01-15 15:32:19 -06:00
Scott Lahteine
69c993092b
Followup to Ender config
2018-01-15 05:48:50 -06:00
Tommie Gannert
f3f26f7cb3
Creality Ender support.
...
Reverse engineered from the unpublished firmware from Creality,
inferring the base version and configuration they used. The basis is
the firmware version from "Jul 31 2017 10:16:30". Configurations were
found by seeing what code was compiled into the firmware, and
constants used there.
They used Marlin 1.0.1, because
* 1.0.0 had very different serial output in `setup()` and overall
code structure.
* 1.0.2 changed the `VERSION_STRING` to include a leading space,
and `lcd_init` uses `SET_INPUT` instead of `pinMode`.
For U8Glib, a version between 1.14 and 1.17 was used, because
* 1.12 didn't have the extra speed argument to u8g_InitCom.
* 1.13 didn't have the soft reset instruction for UC1701 initialization.
* 1.18 has a new directory structure.
Quirks
* The value of PID_dT hints that F_CPU is 20M, but MarlinSerial.begin
suggests it's indeed 16M (and the board uses 16M). Left at 16M for now.
* The LED and DOGLCD_CS are on the same pin.
2018-01-15 03:39:43 -06:00
Scott Lahteine
a16ae30a61
More featureful CR-10S configuration
2018-01-15 01:02:23 -06:00
Scott Lahteine
8f08e029d8
More up-front option to show SD percentage
2018-01-14 23:30:59 -06:00
Scott Lahteine
734fa91e63
Misc config updates
2018-01-14 23:18:45 -06:00
Scott Lahteine
1d5eba4470
Add FLSUN Kossel configuration
2018-01-14 23:18:45 -06:00
Scott Lahteine
758d9db964
Link to marlinfw.org bitmap tool
2018-01-14 22:39:57 -06:00
GrantM11235
a0bd811093
[1.1.x] Fix support for Malyan M150 ( #9146 )
...
Implements changes to LCD and encoder pins from
forums.reprap.org/read.php?110,716538,728278 and also sets
ST7920_DELAY_[1-3] to DELAY_2_NOP to be compatible with the slower LCD
2018-01-12 01:14:07 -06:00
Scott Lahteine
e8b1bbac83
Creality CR-10S configurations
...
Provided by printedsolid.com
2018-01-11 01:03:34 -06:00
Scott Lahteine
885200f833
Bring other configs up-to-date
2018-01-11 01:03:34 -06:00
Scott Lahteine
d1ce0bc071
M915 Z Axis Calibration
2018-01-09 18:55:08 -06:00
Dave Johnson
2fcef3e8e2
Enable USE_ZMIN_PLUG on SCARA example ( #9125 )
2018-01-09 18:41:02 -06:00
GMagician
5903b002ac
1.1.x semitec 104NT-4 added ( #9120 )
...
Table is very very similar to old 104-GT2 so I added only the name and recycled old ID
2018-01-09 16:53:44 -06:00
Scott Lahteine
8e82dd0b5b
Merge pull request #8947 from houseofbugs/bugfix-1.1.x
...
[1.1.x] SLIM_LCD_MENUS option
2017-12-31 00:56:10 -06:00
Scott Lahteine
839dd66c3b
Synchronize configs with 2.0.x
2017-12-31 00:02:22 -06:00
Scott Lahteine
7a8c132ee9
Apply SLIM_LCD_MENUS to example configs
2017-12-30 23:52:53 -06:00
Scott Lahteine
d1cad5afa4
Apply FILAMENT_LOAD_UNLOAD_GCODES to example configs
2017-12-30 18:22:31 -06:00
Scott Lahteine
2a535bdce8
Followup to #8964
2017-12-30 16:47:26 -06:00
Claus Näveke
52244f690e
Add example config for Tronxy X1 ( #8964 )
2017-12-30 16:38:42 -06:00
Scott Lahteine
00749d8ef0
Add pause/resume action to example configs
2017-12-25 01:28:16 -06:00
Thomas Moore
59d047c1d7
[1.1.x] Use NOZZLE_PARK_FEATURE for ADVANCED_PAUSE_FEATURE ( #8864 )
...
* Use NOZZLE_PARK_FEATURE for ADVANCED_PAUSE_FEATURE
2017-12-24 23:47:05 -06:00
Scott Lahteine
88c0688961
Reduce default jerk. XY by half. Z by 1/4
2017-12-24 19:49:51 -06:00
Scott Lahteine
ab7f1a0608
A single setting to validate filament width
2017-12-19 21:34:30 -06:00
Scott Lahteine
e6f46f3832
Add NO_VOLUMETRICS to example configs
2017-12-19 20:32:40 -06:00