Guðni Már Gilbert 49693a9fb3 Remove undefined function 2 年之前
..
variants d2041ee2fe Enable debugging features on all variants 3 年之前
AutoDeplete.cpp a7128ffa04 Comment. 5 年之前
AutoDeplete.h a309ec1b0b Add filament auto deplete engine for multi-material prints with MMUv2. 5 年之前
BlinkM.cpp a4a80b3eb7 MK2 Firmware release. 8 年之前
BlinkM.h a4a80b3eb7 MK2 Firmware release. 8 年之前
Configuration.cpp 3333d937ed some improvements 4 年之前
Configuration.h 88074ac6c8 Remove FW version parsing 2 年之前
ConfigurationStore.cpp f7542aa064 Report travel acceleration in M503 3 年之前
ConfigurationStore.h 1c76152e62 Implement separate travel acceleration (M204 T) 3 年之前
Configuration_adv.h a5cd99a917 Disable unimplemented PID_ADD_EXTRUSION_RATE 2 年之前
Dcodes.cpp 56e531d40a Improve/fix D23 for M2.5/S printers 2 年之前
Dcodes.h 56e531d40a Improve/fix D23 for M2.5/S printers 2 年之前
Firmware.ino 19a72ef9eb LCD menu optimalization - LiquidCrystal_Prusa removed 5 年之前
Marlin.h f8847edca6 Remove one unused variable 2 年之前
MarlinSerial.cpp 891f37a622 Merge pull request #2982 from DRracer/codesize 3 年之前
MarlinSerial.h a3fde091ab More than 7.5KB saved by slight refactoring of printing to serial line 4 年之前
Marlin_main.cpp 581188ce2c Fix an issue found in code review 2 年之前
Sd2Card.cpp 9684806e00 Change arduino IO to fastio where possible 2 年之前
Sd2Card.h a26651e7aa Change return types of two functions uint8_t 2 年之前
SdBaseFile.cpp 71d825d0f2 Return SdBaseFile into previous state 3 年之前
SdBaseFile.h 6c9c1423c6 Remove temporary changes from SdBaseFile.h 3 年之前
SdFatConfig.h a4a80b3eb7 MK2 Firmware release. 8 年之前
SdFatStructs.h a4a80b3eb7 MK2 Firmware release. 8 年之前
SdFatUtil.cpp f18d4757c6 Introduce STACK_GUARD_MARGIN in all variants 3 年之前
SdFatUtil.h f18d4757c6 Introduce STACK_GUARD_MARGIN in all variants 3 年之前
SdFile.cpp cdcc06f376 SDFile - fix errorneous offset computation 3 年之前
SdFile.h c1ead75a73 Remove commented debug code 3 年之前
SdInfo.h 43d696659f 3.0.12-RC2 sync 7 年之前
SdVolume.cpp 43d696659f 3.0.12-RC2 sync 7 年之前
SdVolume.h d275fe0e83 Extract gcode filter from SdBaseFile into SdFile + optimization 3 年之前
Servo.cpp a4a80b3eb7 MK2 Firmware release. 8 年之前
Servo.h a4a80b3eb7 MK2 Firmware release. 8 年之前
Timer.cpp 6d2358125a Fix Timer_test broken by conditional translation for SYSTEM_TIMER_2. 5 年之前
Timer.h 31951fe8c9 Code refactoring 3 年之前
TimerRemaining.h 6d2358125a Fix Timer_test broken by conditional translation for SYSTEM_TIMER_2. 5 年之前
adc.c da21916473 Change printf_P without format arguments and NL to puts_P only 3 年之前
adc.h fd332c1ff1 Fix ADC index overflow 5 年之前
asm.h bff79d290a GETPC: Do not manipulate the 32bit return address 2 年之前
backlight.cpp 9fb6efc435 Add newline at the end of file 3 年之前
backlight.h cd5ff783cf General fixes and improvements to code 4 年之前
boards.h f40b8a2186 MK3 configuration files, renamed EINY to EINSY 6 年之前
bootapp.c c951bea627 Remove unused/broken bootapp code 3 年之前
bootapp.h f7dc8dcaef Fix usage of RAMEND 3 年之前
cardreader.cpp a1abd094dd Convert autostart_atmillis to ShortTimer 2 年之前
cardreader.h a1abd094dd Convert autostart_atmillis to ShortTimer 2 年之前
cmdqueue.cpp d8723c0eac Use code_value_uint8() in get_command() 2 年之前
cmdqueue.h a5f1f23fe2 TimeNow && TimeSent 2 年之前
config.h bd57e00448 Implement an online crash dumper for MK2.5 boards 3 年之前
conv2str.cpp fd3fc31304 LCD menu optimalization - conversion functions - source separation 5 年之前
conv2str.h fd3fc31304 LCD menu optimalization - conversion functions - source separation 5 年之前
doxyfile 94e79806bc Updated doxygen docs to work better with confluence. 4 年之前
eeprom.cpp 98643825dc Merge pull request #3055 from awenelo/add-satin-sheet 3 年之前
eeprom.h 6188870c2e Merge pull request #3157 from wavexx/improve_d2 2 年之前
fastio.h 9684806e00 Change arduino IO to fastio where possible 2 年之前
first_lay_cal.cpp 4abf1f436a Gracefully dump the queue + fixes to fancheck 3 年之前
first_lay_cal.h 43705aae2e Rename lay1cal_preheat() to lay1cal_wait_preheat(). 4 年之前
fsensor.cpp 9684806e00 Change arduino IO to fastio where possible 2 年之前
fsensor.h d1865fc59a MK3s IR sensor improvement (#2698) 4 年之前
heatbed_pwm.cpp 7bd43b77d7 Remove unnecessary assignment 2 年之前
la10compat.cpp 26e900896a Re-adjust LA10->15 conversion 3 年之前
la10compat.h 453f5dd874 Adjust E-jerk in LA10 compatibility mode 4 年之前
language.c 5ae8bad0ba Introduce "xflash_layout" to organize XFLASH's content 3 年之前
language.h 488d9d4b38 Remove "Firmware" from translations 3 年之前
lcd.cpp 800f44509d Change row_offsets[] to uint8_t 2 年之前
lcd.h 06d91ddcee Handle Long-Press in the main loop 3 年之前
le.sh 3f96dea4f9 make all shell scripts executable 5 年之前
macros.h 44b1b1c219 More macros 3 年之前
menu.cpp 77cce1fc05 Replace three lines by one function call which does the same thing 2 年之前
menu.h 8821439878 Cardreader progressbar code 3 年之前
mesh_bed_calibration.cpp c705d4aa10 Change set_z() parameters to uin8_t 2 年之前
mesh_bed_calibration.h 99206884b5 Calibration: detect biased PINDA and retry calibration 3 年之前
mesh_bed_leveling.cpp a54a133968 Use memset instead of nested for-loop to zero a 2d array 2 年之前
mesh_bed_leveling.h 49693a9fb3 Remove undefined function 2 年之前
messages.c a9ae8ea731 Remove `SpoolJoin` from translations 3 年之前
messages.h 686054b95e Changed `x of 4` and `y of 9` to `x/4` and `y/4` 3 年之前
mmu.cpp 802b8860c8 Convert mmu_last_finda_response to ShortTimer 2 年之前
mmu.h 802b8860c8 Convert mmu_last_finda_response to ShortTimer 2 年之前
motion_control.cpp a4a80b3eb7 MK2 Firmware release. 8 年之前
motion_control.h a4a80b3eb7 MK2 Firmware release. 8 年之前
optiboot_xflash.cpp 6d25345fc4 optiboot_xflash comment about w25x20cl messages 2 年之前
optiboot_xflash.h 9454f9d8ec Rename w25x20cl to xflash 3 年之前
pat9125.c 051f03119b Fix misleading indentation warnings by expanding tabs 2 年之前
pat9125.h 502bc8c72d Isolate more pat9125 code 3 年之前
pins.h 1fa7b8cd8d Move SDA/SCL pins into pins.h for fastio compatibility 3 年之前
pins_Einsy_1_0.h 9454f9d8ec Rename w25x20cl to xflash 3 年之前
pins_Rambo_1_0.h ccc542d74a MK2.5 IR_SENSOR_PIN modified 5 年之前
pins_Rambo_1_3.h 6d476d7144 Still use SWI2C on RAMBo10a boards 3 年之前
planner.cpp a8d16d2949 Use memset to zero previous_speed array 2 年之前
planner.h 9abae2fd97 Remove maxlimit_status 2 年之前
printers.h 7189f44bcd Remove commented out defines. 4 年之前
qr_solve.cpp a4a80b3eb7 MK2 Firmware release. 8 年之前
qr_solve.h a4a80b3eb7 MK2 Firmware release. 8 年之前
rbuf.c 5979bf5e0c T-codes for MMU_V2: initial version 5 年之前
rbuf.h 5979bf5e0c T-codes for MMU_V2: initial version 5 年之前
sm4.c 42311db5f1 Merge pull request #2789 from wavexx/MK3_TMC2130_DEDGE 3 年之前
sm4.h bc7d36b6ff Fix sm4.h line ending 3 年之前
sound.cpp 051f03119b Fix misleading indentation warnings by expanding tabs 2 年之前
sound.h 9951e3da52 Sound enums as uint8_t 2 年之前
speed_lookuptable.cpp 520cb491b2 Move speed lookup defs into a separate source 5 年之前
speed_lookuptable.h b8e8f182ca Add reference C implementations for MultiU16X8toH16/MultiU24X24toH16 3 年之前
spi.c 186e630299 New SPI (do not use Arduino SPI class) 6 年之前
spi.h bd1e410228 New ML support - W25X20CL external spi flash support 6 年之前
static_assert.h e50025cc7d static_assert - portable solution compatible with C++98 5 年之前
stepper.cpp f22b9260ae Fix build 2 年之前
stepper.h 5082f2a36e Move reset LA state from G80 to M84 4 年之前
stk500.h eef6c68c9f Added support for a secondary boot loader, based on the OptiBoot project, 6 年之前
swi2c.c 31b3ad0613 Merge remote-tracking branch 'upstream/MK3' into MK3_PAT9125_I2C 3 年之前
swi2c.h 410e911364 SWI2C for PAT9125 simplified/optimized 5 年之前
swspi.cpp 683784c4c7 PAT9125 I2C, hardware SG homing 6 年之前
swspi.h 683784c4c7 PAT9125 I2C, hardware SG homing 6 年之前
system_timer.h 751f810dd7 ALTFAN implementation (#2692) 4 年之前
temperature.cpp a940c364c9 Create enum class for heating_status variable 2 年之前
temperature.h 66782e9c9d setTargetHotend expect an uint8_t, not int for second parameter 2 年之前
thermistortables.h a60ed81a35 Implement MIN/MAX AMBIENT safety checks 3 年之前
timer02.c 698499f00d split timer0 and timer2 initialization. Move timer2 init early 3 年之前
timer02.h 698499f00d split timer0 and timer2 initialization. Move timer2 init early 3 年之前
tmc2130.cpp cdd7ea30f4 Fix LUT loop 2 年之前
tmc2130.h aa45091400 Scale extruder motor current linearly with speed. (#2813) 3 年之前
tone04.c 31b3ad0613 Merge remote-tracking branch 'upstream/MK3' into MK3_PAT9125_I2C 3 年之前
tone04.h 751f810dd7 ALTFAN implementation (#2692) 4 年之前
twi.c 2d71a071f0 Switch twi.c to fastio 3 年之前
twi.h c2e8d229a7 Be more compliant in the I2C protocol 3 年之前
uart2.c da21916473 Change printf_P without format arguments and NL to puts_P only 3 年之前
uart2.h 71f1a1f6db MMU - communication, check after start, code cleaning 5 年之前
ultralcd.cpp f8847edca6 Remove one unused variable 2 年之前
ultralcd.h 2013295f94 Change farm_timer to uint8_t 2 年之前
uni_avr_rpi.h 88cce94cf9 Revert "Revert "Save 80B of flash and 8B of RAM and fix compiler warning:"" 5 年之前
util.cpp 1279a6cf4b Correctly read FW_VERSION_NR array from progmem 2 年之前
util.h 2f4119a6d7 M552 - Printer IP address 3 年之前
vector_3.cpp a4a80b3eb7 MK2 Firmware release. 8 年之前
vector_3.h a4a80b3eb7 MK2 Firmware release. 8 年之前
xflash.c b398a09a4f xflash: add xflash_multipage_program and documentation 3 年之前
xflash.h b398a09a4f xflash: add xflash_multipage_program and documentation 3 年之前
xflash_dump.cpp 8d11ad9d2d xfdump: correctly erase all sectors in xfdump_erase 2 年之前
xflash_dump.h dd8c6c064c xfdump: simplify stack debugging (sample pc+sp) 3 年之前
xflash_layout.h f4fcdae630 Fixup the DUMP_MAGIC constant 2 年之前
xyzcal.cpp bd57e00448 Implement an online crash dumper for MK2.5 boards 3 年之前
xyzcal.h 99206884b5 Calibration: detect biased PINDA and retry calibration 3 年之前