7bf11a8e4c
Config: set z steps per mm and probe z offset
2022-02-15 11:26:34 +01:00
1025264400
Config: fix endstop setting
...
The z endstop is not used due to a probe being present. Should it be
used however this is the right setting.
2022-02-15 11:26:34 +01:00
86456eaf0b
Config: fix axis swap and CoreXY setting
...
Y stepper was set to be reversed by default. This alone swapped the X
and Y axis. The first fix was to enable COREYX instead of COREXY. With
the correct Y direction the printer will run with the correct axis in
COREXY mode.
2022-02-15 11:26:34 +01:00
e6df88855b
Config: enable USB serial port
2022-02-15 11:26:34 +01:00
d15a3e2ae8
Config: set extruder fan
...
FAN1_PIN is the HE1 ferrule connector. By setting the E0_AUTO_FAN_PIN
the fan only turns on at the specified temperature (50).
2022-02-15 11:26:34 +01:00
185e6cf4e9
Config: enable sensorless homing
2022-02-15 11:26:34 +01:00
d2a6971302
Config: configure Z Probe for homing
2022-02-15 11:26:34 +01:00
98999a86c3
Config: setup tft display
...
- Config based on
https://github.com/bigtreetech/BIGTREETECH-TouchScreenFirmware#marlin-dependencies
2022-02-15 11:26:21 +01:00
e612574759
Config: specify installed components
...
- Temp sensor on hotend
- 4, Stepper drivers: X, Y, Z and E0
- BLTOUCH and offset
2022-02-15 11:24:44 +01:00
58062d1754
Config: alter basic settings
...
- Author, Printer Name, Machine UUID
- Mechanical type, CoreYX
- Bed size
- enable EEPROM and SD-Card
2022-02-15 11:24:41 +01:00
13d425af8c
Set board env for platformio
...
Chipset for BTT SKR 1.4 Turbo is LPC1769
2022-02-15 11:23:43 +01:00
385c76528c
Backup configuration files
2022-02-15 11:23:42 +01:00
Mads Ynddal
bf067738f2
🐛 Fix XYZEval::set(XY, Z) and (XY, Z, E) ( #23704 )
...
Fix regression in #21953
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2022-02-10 12:01:51 -06:00
Maeyanie
e028a3c441
🐛 Fix M852 report ( #23660 )
2022-02-10 12:01:16 -06:00
Timothy Hoogland
9847470b38
🐛 Fix EZBoard V2 Environment for OpenBLT ( #23659 )
2022-02-01 17:25:02 -06:00
Timothy Hoogland
51209667a5
🐛 Fix EZBoard V2 timer conflict ( #23648 )
2022-01-30 06:38:49 -06:00
Scott Lahteine
db4172b5fa
🔨 Prevent two [cron] in a row
2022-01-17 04:19:12 -06:00
Jim Watson
242192d03d
🐛 Fix SHOW_REMAINING_TIME compile ( #23503 )
2022-01-12 10:23:50 -06:00
ellensp
7135c3b185
🚑 ️ Fix M105 regression ( #23505 )
...
Fixes #23504
2022-01-12 10:23:50 -06:00
ellensp
c91d033b5d
🐛 Fix Arduino build issues ( #23510 )
2022-01-12 10:23:50 -06:00
Scott Lahteine
0470fbe0a1
🧑💻 Move PB0 init for MKS_ROBIN_NANO
2022-01-12 10:23:50 -06:00
Scott Lahteine
eb8d819325
🧑💻 Fewer string macros
2022-01-10 05:52:02 -06:00
DerAndere
41f80a4498
🚸 Include extra axes in position report ( #23490 )
2022-01-10 05:52:02 -06:00
David Ross Smith
e0f75d4f06
🚑 ️ Fix preheat target bug
...
Fixes Jyers/Marlin#1651
2022-01-09 04:41:07 -06:00
Scott Lahteine
42449b8683
🌐 Update auto home axis strings
2022-01-09 04:40:41 -06:00
Roman Moravčík
e23c696566
🌐 Update Slovak language ( #23475 )
2022-01-09 04:40:28 -06:00
Scott Lahteine
035f9b8e13
🔨 Rename (not copy) with board_build.rename
2022-01-09 04:34:42 -06:00
Miguel Risco-Castillo
49f8171f7a
🚸 BLTouch HS menu item for DWIN Enhanced UI ( #23480 )
2022-01-09 04:34:29 -06:00
ClockeNessMnstr
75d0e94d5b
🚸 Do G34 "Z Backoff" at full current
2022-01-09 04:33:24 -06:00
jdegenstein
915f610782
📌 LCD_FOR_MELZI for BTT E3 RRF ( #23453 )
2022-01-09 04:33:24 -06:00
Lefteris Garyfalakis
2231e00b2c
🌐 Localize E3V2 Enhanced UI ( #23424 )
2022-01-09 04:33:24 -06:00
Anson Liu
63f2b15396
📺 Tune ULTI_CONTROLLER encoder, enable PCA9632 ( #23461 )
2022-01-09 04:33:24 -06:00
Kyle Hu
f503722c45
🐛 Fix Artillery Ruby (startup code, build flags) ( #23446 )
2022-01-09 04:33:24 -06:00
Mike La Spina
4fd1de7fb7
🐛 Define required endstop enums ( #23425 )
2022-01-09 04:33:24 -06:00
Scott Lahteine
93126c0d02
🔨 Strip CR in mftest > awk
2022-01-09 04:33:24 -06:00
Scott Lahteine
80f77ea807
🐛 Fix strlen_P parameter error
...
Fixes #23447
2022-01-09 04:33:24 -06:00
Scott Lahteine
9ff8220b8a
🩹 Fix RADDS+RRD encoder button
2022-01-09 04:33:24 -06:00
hwmland
7754860289
🩹 RAMPS FET order overridable, E + Laser ( #23428 )
2022-01-09 04:33:24 -06:00
Jason Smith
4efe4788af
⬆️ Assert newer GCC in PIO via atmelavr@~3.4 ( #23432 )
2022-01-09 04:33:24 -06:00
Jason Smith
2faf4e2a99
💚 Fix Teensy CI test ( #23433 )
2022-01-09 04:33:24 -06:00
Scott Lahteine
9956e62674
🧑💻 Apply axis conditionals
2022-01-09 04:33:24 -06:00
Scott Lahteine
a732427329
🚨 Fix M906 warning
2022-01-09 04:33:24 -06:00
Mike La Spina
974883d2f6
🔧 Normal FET layout with Spindle/Laser ( #23409 )
2022-01-09 04:33:24 -06:00
Jason Smith
1170ed995e
🔧 Update deprecated auto_build.py ( #23427 )
2022-01-09 04:33:24 -06:00
Johannes Hörmann
24f9c3a777
🔨 Upload to Optiboot at 115200 ( #23403 )
2022-01-09 04:33:24 -06:00
Scott Lahteine
5ec384f40c
✨ M919 : Chopper Timing ( #23400 )
2022-01-09 04:33:24 -06:00
Jason Smith
6d7ffa6add
🔧 Only warn about enabled CONFIGURATION_EMBEDDING ( #23408 )
2022-01-09 04:33:24 -06:00
Scott Lahteine
dadd7516b5
🚑 ️ Fix thermal conditionals, structure
2022-01-09 04:33:24 -06:00
Robby Candra
f99732ba75
🔧 DWIN_MARLINUI sanity checks ( #23399 )
2022-01-09 04:33:24 -06:00
Scott Lahteine
5a9635aa58
🩺 Assert FAN_SOFT_PWM where required ( #23383 , #23477 )
2022-01-09 04:33:24 -06:00