Kevin Velickovic
ea13a77dcb
Fixed Z-Probes NO/NC for Anycubic Kossel (#12083 )
6年前
N95JPL
ab9d5eb38d
Add Bootscreen Animation (#12077 )
6年前
Scott Lahteine
8653cedee4
Improve use_example_configs script
6年前
Scott Lahteine
26208a5c2f
Clean up some boot screens
6年前
Scott Lahteine
9b6be0ae0f
Fix lite status screen SD %
6年前
Scott Lahteine
af3bf6c956
Tweak config spacing
6年前
Scott Lahteine
a44ef27897
Outdent singlenozzle toolchange code
6年前
Scott Lahteine
d338e4d875
Fix singlenozzle toolchange cold extrusion test
6年前
Roxy-3D
25b980dddb
Remove erroneous Pin 12 definition
There is no switchable Power Supply. Don't put it on Pin 12.
(Pin 12 is actually FAN1)
6年前
Scott Lahteine
ddaef1a60c
Clean trailing whitespace
6年前
Scott Lahteine
49d4ed4d3f
Merge pull request #12063 from thinkyhead/bf2_sensitive_pins
Add MS3 pins. Optimize SENSITIVE_PINS.
6年前
Scott Lahteine
1407afad73
Move SENSITIVE_PINS to its own file
6年前
Scott Lahteine
45e738876a
Add stepper MS3 support
Co-Authored-By: TheLongAndOnly <thelongandonly@users.noreply.github.com >
6年前
Giuliano Zaro
d43d4e4219
Refactor PRINTER_EVENT_LEDS, apply to M303 (#12038 )
Co-Authored-By: Giuliano Zaro <gmagician@users.noreply.github.com >
6年前
Giuliano Zaro
d8d76cd2ba
[2.0.x] Italian language update (#12060 )
6年前
Scott Lahteine
e8d2cf4fb5
EEPROM followup (tmc_stepper_current_t)
6年前
Scott Lahteine
50cbca4c55
Hide some menu items when busy
6年前
InsanityAutomation
3cb5517ddb
Make singlenozzle tool-change honor no_move (#12056 )
...Set no move earlier so it applies
6年前
InsanityAutomation
d332fcb8fa
Fix firmware-retract compile errors (#12061 )
6年前
Scott Lahteine
43940d59ed
Fix trailing spaces
6年前
InsanityAutomation
b2c1cd7eda
Allow cold change of active extruder (#12055 )
Followup to #11994
6年前
Scott Lahteine
d556dc1865
Fix and improve EEPROM storage (#12054 )
* Clean up Temperature PID
* Improve EEPROM read/write/validate
* Group `SINGLENOZZLE` saved settings
* Group planner saved settings
* Group filament change saved settings
* Group skew saved settings
* Group `FWRETRACT` saved settings
6年前
Scott Lahteine
9b5c1a5e77
Fix EEPROM checksum bug
Addressing #12048
6年前
Scott Lahteine
272d4a5167
Apply #pragma once
6年前
Scott Lahteine
07d33849b0
Fix unused var warning, apply ENABLED
6年前
Hannes Brandstätter-Müller
a3e8cb1e44
[2.0.x] Ender-4 small improvements in Configuration (#11843 )
6年前
Scott Lahteine
cf5284cdf2
Add SD Firmware Update capability (#12043 )
Co-Authored-By: timoxd7 <timoxd7@users.noreply.github.com >
6年前
Scott Lahteine
0bd54392b7
Use uint8_t in EEPROM code
6年前
Scott Lahteine
ce82015d5f
Fix include in G80
6年前
Marcio Teixeira
cef1de89d0
Fixed incorrect axis index. (#12051 )
6年前
Scott Lahteine
d52deeb15a
Adjust Travis CI tests
6年前
Marcio Teixeira
d6d48e63fb
Allow #defined TYPE arg to ultralcd menu macros (#12041 )
Previously, it was not possible for the TYPE argument to ultralcd menu macros to itself be a #defined value. This made it difficult to create variables to set many related menu items to a common precision that could be easily changed.
6年前
Emilio Moretti
2ef7175b42
Update Ender-2 BED_MAXTEMP (#12042 )
Also added details to the README to make sure the Ender-2 status is properly documented.
6年前
Scott Lahteine
7f94ca950e
Add Marlin icons graphics file
6年前
Scott Lahteine
5f6aabccbe
Tweak M48 spacing
6年前
Marcio Teixeira
ec9aa4f468
[2.0.x] Miscellaneous fixes (#12039 )
* Allow override of soft SPI pins in `pins_*.h`
* Add default case to avoid compiler warning.
* Additional pin definitions for Archim 2.
* Einsy Retro has same timings as Einsy Rambo.
6年前
Marcio Teixeira
906a24fa81
Extensible user interface API (#11193 )
6年前
InsanityAutomation
ee253991d4
Various fixups for single-nozzle filament swap (#12036 )
6年前
Marcio Teixeira
8dbb305e8e
Fix "Missing separator" errors. (#12035 )
- Makefiles require tabs (not spaces) before shell commands.
- Other indentation can either be space or tabs.
6年前
Scott Lahteine
55e810d512
Fix G80 compilation
6年前
Scott Lahteine
d5017e2788
Add status screen with 4 nozzles
6年前
Scott Lahteine
7db0113b53
Improve E_AXIS_N macro
6年前
Nils Hasenbanck
191df5e17d
Correct PWM_PIN behavior for STM32 HALs (#12027 )
6年前
Sam Lane
f2ecf8d510
Add option to control Solenoids under PARKING_EXTRUDER (#12028 )
6年前
InsanityAutomation
74cd6cb4fc
Single nozzle filament change (#11994 )
6年前
Scott Lahteine
bfcf570d68
Try ISR_ALIASOF for Endstop Interrupts
6年前
Giuliano Zaro
c0d9058e25
Shorten an Italian menu title (#12034 )
…and change a multi-use "back" menu item.
6年前
teemuatlut
dffb4c63dc
[2.0.x] TMC2660 followup (#12029 )
* Don't react to s2g on TMC2660. False positives
* Init with sensorless probing as well
6年前
Scott Lahteine
d6b0fbd771
Use uint8_t for all fan speeds (#12032 )
6年前
Scott Lahteine
cb7844c8d4
Save PROGMEM on serial prefixes (#12033 )
With default config and `EEPROM_SETTINGS`, saves over 200 bytes of PROGMEM.
6年前