.. |
variants
|
MMU_DEBUG
|
2018-09-10 20:39:28 +02:00 |
adc.c
|
Revert "Revert "Save 80B of flash and 8B of RAM and fix compiler warning:""
|
2018-07-23 13:35:38 +02:00 |
adc.h
|
|
|
BlinkM.cpp
|
|
|
BlinkM.h
|
|
|
boards.h
|
|
|
bootapp.c
|
|
|
bootapp.h
|
|
|
cardreader.cpp
|
Do not compare signed value with unsigned, add parentheses.
|
2018-08-07 12:52:51 +02:00 |
cardreader.h
|
Fix stack corruption for folder name longer than 12 characters. Save 260B of flash memory. Move duplicate code to separate method. Fix compiler warnings: sketch/cardreader.cpp:448:25: warning: ordered comparison of pointer with integer zero [-Wextra]
|
2018-08-07 12:52:51 +02:00 |
cmdqueue.cpp
|
Save 88B FLASH and fix compiler warnings:
|
2018-07-25 21:18:29 +02:00 |
cmdqueue.h
|
Save 88B FLASH and fix compiler warnings:
|
2018-07-25 21:18:29 +02:00 |
config.h
|
Lang update (translation + increased reserved space)
|
2018-09-12 02:45:13 +02:00 |
Configuration.h
|
lang fix
|
2018-09-12 09:37:16 +02:00 |
Configuration_adv.h
|
|
|
ConfigurationStore.cpp
|
Fix compiler warnings: sketch/ConfigurationStore.cpp:17:13: warning: unused parameter 'name' [-Wunused-parameter]
|
2018-08-03 14:50:51 +02:00 |
ConfigurationStore.h
|
no levels used in store settings function
|
2018-07-26 19:09:52 +02:00 |
conv2str.cpp
|
|
|
conv2str.h
|
|
|
Dcodes.cpp
|
Fix compiler warning: sketch/Dcodes.cpp: In function 'void dcode_3()':
|
2018-08-02 14:13:29 +02:00 |
Dcodes.h
|
|
|
doxyfile
|
Update pause print documentation.
|
2018-09-12 18:35:26 +02:00 |
eeprom.h
|
Add auto deplete setting.
|
2018-08-27 16:15:46 +02:00 |
fastio.h
|
|
|
Firmware.ino
|
|
|
fsensor.cpp
|
Use stop_and_save_print_to_ram() and restore_print_from_ram_and_continue() pair to pause print from menu. Move declaration of those functions to marlin.h. Move declaration of FSensorStateMenu to ultralcd.h.
|
2018-09-04 08:13:56 +02:00 |
fsensor.h
|
Document fsensor_update, remove disabled code.
|
2018-08-15 21:36:23 +02:00 |
io_atmega2560.h
|
|
|
language.c
|
Lang update, french translation
|
2018-09-11 03:43:05 +02:00 |
language.h
|
Lang update, french translation
|
2018-09-11 03:43:05 +02:00 |
lcd.cpp
|
Update documentation.
|
2018-09-18 17:48:11 +02:00 |
lcd.h
|
Update documentation.
|
2018-09-18 17:48:11 +02:00 |
le.sh
|
|
|
Marlin.h
|
Merge remote-tracking branch 'prusa3d/MK3' into MK3_dev
|
2018-09-10 23:52:51 +02:00 |
Marlin_main.cpp
|
Merge branch 'MK3_dev' into add_cancel
|
2018-09-12 19:38:26 +02:00 |
MarlinSerial.cpp
|
|
|
MarlinSerial.h
|
|
|
menu.cpp
|
Put repetitive code into separate function. No change in functionality.
|
2018-09-18 17:15:13 +02:00 |
menu.h
|
Add menu_item_edit_P<uint8_t*> specialization to be used for linearity correction. Works well, but costs about 600..700B of FLASH, needs to be optimized.
|
2018-08-24 20:06:09 +02:00 |
mesh_bed_calibration.cpp
|
Merge remote-tracking branch 'prusa3d/MK3' into MK3_dev
|
2018-08-13 19:38:55 +02:00 |
mesh_bed_calibration.h
|
Merge remote-tracking branch 'prusa3d/MK3' into MK3_dev
|
2018-08-13 19:38:55 +02:00 |
mesh_bed_leveling.cpp
|
Fix compiler warning: sketch/mesh_bed_leveling.cpp:24:6: warning: unused parameter 'use_default' [-Wunused-parameter].
|
2018-08-07 14:44:53 +02:00 |
mesh_bed_leveling.h
|
|
|
messages.c
|
add choose filament messages
|
2018-09-11 09:50:50 +02:00 |
messages.h
|
missing declaration fix
|
2018-09-11 11:06:37 +02:00 |
mmu.cpp
|
Merge branch 'MK3' into MK3_dev
|
2018-09-12 15:22:12 +02:00 |
mmu.h
|
Merge branch 'MK3' into MK3_dev
|
2018-08-30 19:05:24 +02:00 |
motion_control.cpp
|
|
|
motion_control.h
|
|
|
optiboot_w25x20cl.cpp
|
Fix compiler warning sketch/optiboot_w25x20cl.cpp: In function 'void optiboot_w25x20cl_enter()':
|
2018-08-02 14:55:38 +02:00 |
optiboot_w25x20cl.h
|
|
|
pat9125.c
|
Fix compiler warning arduino-1.6.9/hardware/tools/avr/avr/include/avr/delay.h:36:2: warning: #warning "This file has been moved to <util/delay.h>." [-Wcpp]
|
2018-07-23 18:12:08 +02:00 |
pat9125.h
|
|
|
pins.h
|
|
|
pins_Einsy_1_0.h
|
BOOTAPP support defined for EINSY
|
2018-07-23 17:14:18 +02:00 |
pins_Rambo_1_0.h
|
|
|
pins_Rambo_1_3.h
|
|
|
planner.cpp
|
Merge branch 'prusa3d_MK3' into MK3_dev
|
2018-08-28 17:31:12 +02:00 |
planner.h
|
finda filament runout: initial version
|
2018-08-27 04:21:43 +02:00 |
printers.h
|
|
|
qr_solve.cpp
|
|
|
qr_solve.h
|
|
|
rbuf.c
|
|
|
rbuf.h
|
|
|
Sd2Card.cpp
|
|
|
Sd2Card.h
|
|
|
Sd2PinMap.h
|
|
|
SdBaseFile.cpp
|
|
|
SdBaseFile.h
|
|
|
SdFatConfig.h
|
|
|
SdFatStructs.h
|
|
|
SdFatUtil.cpp
|
Fix compiler warning: sketch/SdFatUtil.cpp:49:7: warning: unused variable 'i' [-Wunused-variable]
|
2018-07-25 15:19:10 +02:00 |
SdFatUtil.h
|
|
|
SdFile.cpp
|
|
|
SdFile.h
|
|
|
SdInfo.h
|
|
|
SdVolume.cpp
|
|
|
SdVolume.h
|
|
|
Servo.cpp
|
|
|
Servo.h
|
|
|
sm4.c
|
Fix 4 compiler warnings of type sketch/sm4.c:88:2: warning: 'register' is not at beginning of declaration [-Wold-style-declaration].
|
2018-08-03 14:35:18 +02:00 |
sm4.h
|
|
|
sound.cpp
|
Save 8B flash, fix compiler warning sketch/sound.cpp:62:6: warning: unused parameter 'eSoundClass' [-Wunused-parameter]
|
2018-08-07 15:05:18 +02:00 |
sound.h
|
Save 8B flash, fix compiler warning sketch/sound.cpp:62:6: warning: unused parameter 'eSoundClass' [-Wunused-parameter]
|
2018-08-07 15:05:18 +02:00 |
speed_lookuptable.h
|
|
|
spi.c
|
|
|
spi.h
|
|
|
stepper.cpp
|
Merge branch 'prusa3d_MK3' into MK3_dev
|
2018-08-28 17:31:12 +02:00 |
stepper.h
|
Merge pull request #1019 from mkbel/MK3_fix6
|
2018-08-08 18:38:20 +02:00 |
stk500.h
|
|
|
swi2c.c
|
Fix compiler warning arduino-1.6.9/hardware/tools/avr/avr/include/avr/delay.h:36:2: warning: #warning "This file has been moved to <util/delay.h>." [-Wcpp]
|
2018-07-23 13:47:15 +02:00 |
swi2c.h
|
|
|
swspi.cpp
|
|
|
swspi.h
|
|
|
temperature.cpp
|
Remove feedmultiplyBckp global variable. Remove redundant isPrintPaused = true assignment, as it is already done in lcd_pause_print(). Remove unused saved_feedmultiply and fanSpeedBckp prototypes. Move isPrintPaused = true assignment to safer location, as LCD_COMMAND_LONG_PAUSE is not reached if lcd_commands_type is not LCD_COMMAND_IDLE.
|
2018-09-06 12:23:21 +02:00 |
temperature.h
|
Fix out of array bounds access.
|
2018-07-25 12:52:02 +02:00 |
thermistortables.h
|
|
|
Timer.cpp
|
Merge remote-tracking branch 'prusa3d/MK3' into MK3_dev
|
2018-08-13 19:38:55 +02:00 |
Timer.h
|
|
|
TimerRemaining.h
|
|
|
tmc2130.cpp
|
Remove unused declarations from tmc2130.cpp. Move used declaration to Marlin.h.
|
2018-09-05 18:14:32 +02:00 |
tmc2130.h
|
Save 32B of FLASH, fix compiler warning: sketch/tmc2130.cpp:238:6: warning: unused parameter 'last_step_mask' [-Wunused-parameter].
|
2018-08-07 16:32:32 +02:00 |
uart2.c
|
Merge remote-tracking branch 'prusa3d/MK3' into MK3_dev
|
2018-08-13 19:38:55 +02:00 |
uart2.h
|
MMU - communication, check after start, code cleaning
|
2018-08-07 20:37:59 +02:00 |
ultralcd.cpp
|
Put repetitive code into separate function. No change in functionality.
|
2018-09-18 17:15:13 +02:00 |
ultralcd.h
|
Add Cancel item into PLA filament selection menu initiated by first layer calibration with MMU.
|
2018-09-11 22:33:13 +02:00 |
uni_avr_rpi.h
|
Revert "Revert "Save 80B of flash and 8B of RAM and fix compiler warning:""
|
2018-07-23 13:35:38 +02:00 |
util.cpp
|
Sound
|
2018-07-29 22:59:14 +02:00 |
util.h
|
|
|
vector_3.cpp
|
|
|
vector_3.h
|
|
|
w25x20cl.c
|
|
|
w25x20cl.h
|
|
|
xyzcal.cpp
|
Merge remote-tracking branch 'prusa3d/MK3' into MK3_dev
|
2018-08-13 19:38:55 +02:00 |
xyzcal.h
|
|
|