.. |
variants
|
Linearity correction fix - (eeprom storage changed to byte instead of word)
|
2018-05-28 01:47:08 +02:00 |
adc.c
|
|
|
adc.h
|
|
|
BlinkM.cpp
|
|
|
BlinkM.h
|
|
|
boards.h
|
|
|
bootapp.c
|
New ML support - bootloader support and update proces test
|
2018-05-29 21:03:47 +02:00 |
bootapp.h
|
New ML support - bootloader support and update proces test
|
2018-05-29 21:03:47 +02:00 |
cardreader.cpp
|
Merge pull request #760 from PavelSindler/safety_timer_fixes
|
2018-05-28 13:28:24 +02:00 |
cardreader.h
|
|
|
cmdqueue.cpp
|
New ML support - migration - fix_source_1.sh script (replace 'MSG_xx' with '_T(MSG_xx)')
|
2018-05-23 16:37:08 +02:00 |
cmdqueue.h
|
New localization - includes fixed
|
2018-05-09 16:55:41 +02:00 |
config.h
|
New ML support - czech version is working!!!
|
2018-05-27 15:14:04 +02:00 |
Configuration_adv.h
|
|
|
Configuration.h
|
version changed
|
2018-05-18 14:42:35 +02:00 |
ConfigurationStore.cpp
|
|
|
ConfigurationStore.h
|
|
|
Dcodes.cpp
|
|
|
Dcodes.h
|
|
|
fastio.h
|
|
|
Firmware.ino
|
|
|
fsensor.cpp
|
|
|
fsensor.h
|
|
|
language.c
|
New ML support - bootloader support and update proces test
|
2018-05-29 21:03:47 +02:00 |
language.h
|
fixed compilation (c++11)
|
2018-05-30 14:53:14 +02:00 |
le.sh
|
|
|
LiquidCrystal_Prusa.cpp
|
|
|
LiquidCrystal_Prusa.h
|
|
|
Marlin_main.cpp
|
New ML support - bootloader support and update proces test
|
2018-05-29 21:03:47 +02:00 |
Marlin.h
|
Safety timer not active during filament runout detection
|
2018-05-22 13:31:21 +02:00 |
MarlinSerial.cpp
|
Optimized the MarlinSerial class by declaring all methods static.
|
2018-02-02 20:25:19 +01:00 |
MarlinSerial.h
|
|
|
MenuStack.cpp
|
|
|
MenuStack.h
|
|
|
mesh_bed_calibration.cpp
|
New ML support - migration - fix_source_1.sh script (replace 'MSG_xx' with '_T(MSG_xx)')
|
2018-05-23 16:37:08 +02:00 |
mesh_bed_calibration.h
|
Show measured bed offset from expected position even if not homed. Remove redundant lcd_quick_feedback() calls.
|
2018-05-10 18:24:49 +02:00 |
mesh_bed_leveling.cpp
|
|
|
mesh_bed_leveling.h
|
|
|
messages.c
|
New ML support - messages.c - some strings fixed
|
2018-05-23 14:18:37 +02:00 |
messages.h
|
New ML support - migration - replaced source, removed original ML support files (backup)
|
2018-05-22 03:20:03 +02:00 |
motion_control.cpp
|
|
|
motion_control.h
|
|
|
pat9125.cpp
|
|
|
pat9125.h
|
|
|
pins_Einsy_1_0.h
|
|
|
pins_Rambo_1_0.h
|
Rambo 1.0 support (MK25, MK2)
|
2018-04-27 17:04:55 +02:00 |
pins_Rambo_1_3.h
|
|
|
pins.h
|
|
|
planner.cpp
|
New ML support - migration - replaced source, removed original ML support files (backup)
|
2018-05-22 03:20:03 +02:00 |
planner.h
|
|
|
printers.h
|
|
|
qr_solve.cpp
|
|
|
qr_solve.h
|
|
|
Sd2Card.cpp
|
|
|
Sd2Card.h
|
|
|
Sd2PinMap.h
|
|
|
SdBaseFile.cpp
|
|
|
SdBaseFile.h
|
|
|
SdFatConfig.h
|
|
|
SdFatStructs.h
|
|
|
SdFatUtil.cpp
|
|
|
SdFatUtil.h
|
|
|
SdFile.cpp
|
|
|
SdFile.h
|
|
|
SdInfo.h
|
|
|
SdVolume.cpp
|
|
|
SdVolume.h
|
|
|
Servo.cpp
|
|
|
Servo.h
|
|
|
sm4.c
|
fixed #761 from hzapper (#elif instead of #else if)
|
2018-05-28 13:41:36 +02:00 |
sm4.h
|
|
|
speed_lookuptable.h
|
|
|
spi.c
|
|
|
spi.h
|
|
|
stepper.cpp
|
New ML support - migration - fix_source_1.sh script (replace 'MSG_xx' with '_T(MSG_xx)')
|
2018-05-23 16:37:08 +02:00 |
stepper.h
|
|
|
swi2c.cpp
|
|
|
swi2c.h
|
|
|
swspi.cpp
|
|
|
swspi.h
|
|
|
temperature.cpp
|
fan error synchronization with planner
|
2018-05-02 16:16:48 +02:00 |
temperature.h
|
|
|
thermistortables.h
|
|
|
Timer.cpp
|
|
|
Timer.h
|
|
|
tmc2130.cpp
|
Linearity correction fix - (eeprom storage changed to byte instead of word)
|
2018-05-28 01:47:08 +02:00 |
tmc2130.h
|
|
|
ultralcd_implementation_hitachi_HD44780.h
|
New ML support - migration - fix_source_1.sh script (replace 'MSG_xx' with '_T(MSG_xx)')
|
2018-05-23 16:37:08 +02:00 |
ultralcd.cpp
|
New ML support - fixed invalid characters, added some cz translations
|
2018-05-29 15:56:00 +02:00 |
ultralcd.h
|
Split lcd_service_mode_show_result screens to separate functions. Make them non blocking. Remove global array distance_from_min, pass it as function return value. Make Support submenus returning to Support menu.
|
2018-04-26 16:36:02 +02:00 |
uni_avr_rpi.h
|
|
|
util.cpp
|
New ML support - migration - replaced source, removed original ML support files (backup)
|
2018-05-22 03:20:03 +02:00 |
util.h
|
|
|
vector_3.cpp
|
|
|
vector_3.h
|
|
|
xyzcal.cpp
|
New localization - macro declarations fixed
|
2018-05-20 13:15:46 +02:00 |
xyzcal.h
|
XYZ calibration - accuracy improvement
|
2018-03-27 17:27:41 +02:00 |