.. |
variants
|
0d9b502937
Merge pull request #1246 from PavelSindler/variants_max
|
6 years ago |
BlinkM.cpp
|
a4a80b3eb7
MK2 Firmware release.
|
8 years ago |
BlinkM.h
|
a4a80b3eb7
MK2 Firmware release.
|
8 years ago |
Configuration.h
|
436f5b5728
changed version
|
6 years ago |
ConfigurationStore.cpp
|
9cae0c378a
Rename _EEPROM_writeData to EEPROM_writeData. Rename _EEPROM_readData to EEPROM_readData. Add return value to EEPROM_writeData to detect failure to write. Do not mark data as valid, if write has failed. Remove EEPROM_WRITE_VAR and EEPROM_READ_VAR macros. Make pos input only parameter. Convert EEPROM_OFFSET macro to typed constatant EEPROM_M500_base, it was defined in two places, leave it in one place. Use Config_StoreSettings() instead of erase_eeprom_section(). Compare float with 0xff byte by byte to avoid compiler warning "Dereferencing type punned pointer will break strict aliasing rules."
|
6 years ago |
ConfigurationStore.h
|
9cae0c378a
Rename _EEPROM_writeData to EEPROM_writeData. Rename _EEPROM_readData to EEPROM_readData. Add return value to EEPROM_writeData to detect failure to write. Do not mark data as valid, if write has failed. Remove EEPROM_WRITE_VAR and EEPROM_READ_VAR macros. Make pos input only parameter. Convert EEPROM_OFFSET macro to typed constatant EEPROM_M500_base, it was defined in two places, leave it in one place. Use Config_StoreSettings() instead of erase_eeprom_section(). Compare float with 0xff byte by byte to avoid compiler warning "Dereferencing type punned pointer will break strict aliasing rules."
|
6 years ago |
Configuration_adv.h
|
268d2634f0
LCD menu optimalization - lcd and menu
|
6 years ago |
Dcodes.cpp
|
d66da30843
Fix compiler warning: sketch/Dcodes.cpp: In function 'void dcode_3()':
|
6 years ago |
Dcodes.h
|
ac1a56b493
Merge branch 'MK25' into MK3
|
6 years ago |
Firmware.ino
|
19a72ef9eb
LCD menu optimalization - LiquidCrystal_Prusa removed
|
6 years ago |
Marlin.h
|
9cae0c378a
Rename _EEPROM_writeData to EEPROM_writeData. Rename _EEPROM_readData to EEPROM_readData. Add return value to EEPROM_writeData to detect failure to write. Do not mark data as valid, if write has failed. Remove EEPROM_WRITE_VAR and EEPROM_READ_VAR macros. Make pos input only parameter. Convert EEPROM_OFFSET macro to typed constatant EEPROM_M500_base, it was defined in two places, leave it in one place. Use Config_StoreSettings() instead of erase_eeprom_section(). Compare float with 0xff byte by byte to avoid compiler warning "Dereferencing type punned pointer will break strict aliasing rules."
|
6 years ago |
MarlinSerial.cpp
|
e69fd05fce
Optimized LiquidCrystal class
|
6 years ago |
MarlinSerial.h
|
ebd8375313
New ML support - external flash W25X20CL - upgrade is working!!! (hardcoded to german)
|
6 years ago |
Marlin_main.cpp
|
940f436a5f
merge MK3_dev into MK3
|
6 years ago |
Sd2Card.cpp
|
43d696659f
3.0.12-RC2 sync
|
7 years ago |
Sd2Card.h
|
43d696659f
3.0.12-RC2 sync
|
7 years ago |
Sd2PinMap.h
|
43d696659f
3.0.12-RC2 sync
|
7 years ago |
SdBaseFile.cpp
|
c83b1833bc
Johhny Firmware sync
|
7 years ago |
SdBaseFile.h
|
43d696659f
3.0.12-RC2 sync
|
7 years ago |
SdFatConfig.h
|
a4a80b3eb7
MK2 Firmware release.
|
8 years ago |
SdFatStructs.h
|
a4a80b3eb7
MK2 Firmware release.
|
8 years ago |
SdFatUtil.cpp
|
5f8e87e649
Fix compiler warning: sketch/SdFatUtil.cpp:49:7: warning: unused variable 'i' [-Wunused-variable]
|
6 years ago |
SdFatUtil.h
|
43d696659f
3.0.12-RC2 sync
|
7 years ago |
SdFile.cpp
|
43d696659f
3.0.12-RC2 sync
|
7 years ago |
SdFile.h
|
e69fd05fce
Optimized LiquidCrystal class
|
6 years ago |
SdInfo.h
|
43d696659f
3.0.12-RC2 sync
|
7 years ago |
SdVolume.cpp
|
43d696659f
3.0.12-RC2 sync
|
7 years ago |
SdVolume.h
|
a4a80b3eb7
MK2 Firmware release.
|
8 years ago |
Servo.cpp
|
a4a80b3eb7
MK2 Firmware release.
|
8 years ago |
Servo.h
|
a4a80b3eb7
MK2 Firmware release.
|
8 years ago |
Timer.cpp
|
923a06c164
menu data shared memory re-design
|
6 years ago |
Timer.h
|
490f0c9620
Store timer period in TimerRemaining.
|
6 years ago |
TimerRemaining.h
|
d669b4e93a
Fix off by one error in TimerRemaining::remaining(). Add test cases for Timer.
|
6 years ago |
adc.c
|
88cce94cf9
Revert "Revert "Save 80B of flash and 8B of RAM and fix compiler warning:""
|
6 years ago |
adc.h
|
fd332c1ff1
Fix ADC index overflow
|
6 years ago |
boards.h
|
f40b8a2186
MK3 configuration files, renamed EINY to EINSY
|
6 years ago |
bootapp.c
|
dcd58d002c
New ML support - W25X20CL
|
6 years ago |
bootapp.h
|
3248edc1ca
Do not skip bootloader when initiating reset by farm PRUSA RESET command.
|
6 years ago |
cardreader.cpp
|
7364b6cf80
Do not compare signed value with unsigned, add parentheses.
|
6 years ago |
cardreader.h
|
2e719c7885
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]
|
6 years ago |
cmdqueue.cpp
|
716e6c209c
Save 88B FLASH and fix compiler warnings:
|
6 years ago |
cmdqueue.h
|
716e6c209c
Save 88B FLASH and fix compiler warnings:
|
6 years ago |
config.h
|
3e84bf6341
Lang update (translation + increased reserved space)
|
6 years ago |
conv2str.cpp
|
fd3fc31304
LCD menu optimalization - conversion functions - source separation
|
6 years ago |
conv2str.h
|
fd3fc31304
LCD menu optimalization - conversion functions - source separation
|
6 years ago |
doxyfile
|
fe30e58fb5
Add possibility to unload filament from wizard before first layer calibration, if it is not PLA.
|
6 years ago |
eeprom.h
|
940f436a5f
merge MK3_dev into MK3
|
6 years ago |
fastio.h
|
db985065ff
WRITE_NC macro for non-critical (non-synchronized) access to
|
6 years ago |
fsensor.cpp
|
bd8ca8d652
removed redefinition of functions in fsensor.cpp
|
6 years ago |
fsensor.h
|
940f436a5f
merge MK3_dev into MK3
|
6 years ago |
io_atmega2560.h
|
70bb851c62
New ML support - added missing file
|
6 years ago |
language.c
|
4ca300bc39
Lang update, french translation
|
6 years ago |
language.h
|
4ca300bc39
Lang update, french translation
|
6 years ago |
lcd.cpp
|
05d3b7032d
Update documentation.
|
6 years ago |
lcd.h
|
3a58489c6a
Merge pull request #1169 from mkbel/remove_duplicate_debouncing_4
|
6 years ago |
le.sh
|
43d696659f
3.0.12-RC2 sync
|
7 years ago |
menu.cpp
|
940f436a5f
merge MK3_dev into MK3
|
6 years ago |
menu.h
|
46a3baac57
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.
|
6 years ago |
mesh_bed_calibration.cpp
|
1585dc66b0
Merge remote-tracking branch 'prusa3d/MK3_dev' into simplify_EEPROM_M500
|
6 years ago |
mesh_bed_calibration.h
|
8409a26594
Live adjust Z - display zero in case of invalid calibration status (same logic in babystep_load and _lcd_babystep)
|
6 years ago |
mesh_bed_leveling.cpp
|
4c146a5b2c
Fix compiler warning: sketch/mesh_bed_leveling.cpp:24:6: warning: unused parameter 'use_default' [-Wunused-parameter].
|
6 years ago |
mesh_bed_leveling.h
|
6cff4b92ff
Automatic bed calibration by searching the 3x3 point matrix.
|
8 years ago |
messages.c
|
c023fb12d5
add choose filament messages
|
6 years ago |
messages.h
|
d9a2fe70ec
missing declaration fix
|
6 years ago |
mmu.cpp
|
ab2d350ed1
Don't enable lcd update in lcd_show_fullscreen_message_and_wait_P(). Don't show menu in wizard when ejecting filament.
|
6 years ago |
mmu.h
|
e5c0e26601
Merge branch 'MK3' into MK3_dev
|
6 years ago |
motion_control.cpp
|
a4a80b3eb7
MK2 Firmware release.
|
8 years ago |
motion_control.h
|
a4a80b3eb7
MK2 Firmware release.
|
8 years ago |
optiboot_w25x20cl.cpp
|
5ac98afeec
Fix compiler warning sketch/optiboot_w25x20cl.cpp: In function 'void optiboot_w25x20cl_enter()':
|
6 years ago |
optiboot_w25x20cl.h
|
eef6c68c9f
Added support for a secondary boot loader, based on the OptiBoot project,
|
6 years ago |
pat9125.c
|
e77a54034c
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]
|
6 years ago |
pat9125.h
|
b35a212d15
PAT9125 optimalization (rewrited to C, 8bit sampling)
|
6 years ago |
pins.h
|
0b6644915a
Add files via upload
|
6 years ago |
pins_Einsy_1_0.h
|
6444573c92
BOOTAPP support defined for EINSY
|
6 years ago |
pins_Rambo_1_0.h
|
268d2634f0
LCD menu optimalization - lcd and menu
|
6 years ago |
pins_Rambo_1_3.h
|
268d2634f0
LCD menu optimalization - lcd and menu
|
6 years ago |
planner.cpp
|
1585dc66b0
Merge remote-tracking branch 'prusa3d/MK3_dev' into simplify_EEPROM_M500
|
6 years ago |
planner.h
|
c38fef281d
Use cs.max_feedrate_silent, cs.max_acceleration_units_per_sq_second_silent from ConfigurationStore.
|
6 years ago |
printers.h
|
0fb471f528
whitespace
|
6 years ago |
qr_solve.cpp
|
a4a80b3eb7
MK2 Firmware release.
|
8 years ago |
qr_solve.h
|
a4a80b3eb7
MK2 Firmware release.
|
8 years ago |
rbuf.c
|
5979bf5e0c
T-codes for MMU_V2: initial version
|
6 years ago |
rbuf.h
|
5979bf5e0c
T-codes for MMU_V2: initial version
|
6 years ago |
sm4.c
|
bd907aec86
Fix 4 compiler warnings of type sketch/sm4.c:88:2: warning: 'register' is not at beginning of declaration [-Wold-style-declaration].
|
6 years ago |
sm4.h
|
65a91b366d
New XYZ calibration with image processing
|
6 years ago |
sound.cpp
|
453b199057
Save 8B flash, fix compiler warning sketch/sound.cpp:62:6: warning: unused parameter 'eSoundClass' [-Wunused-parameter]
|
6 years ago |
sound.h
|
453b199057
Save 8B flash, fix compiler warning sketch/sound.cpp:62:6: warning: unused parameter 'eSoundClass' [-Wunused-parameter]
|
6 years ago |
speed_lookuptable.h
|
a4a80b3eb7
MK2 Firmware release.
|
8 years ago |
spi.c
|
186e630299
New SPI (do not use Arduino SPI class)
|
6 years ago |
spi.h
|
bd1e410228
New ML support - W25X20CL external spi flash support
|
6 years ago |
static_assert.h
|
e50025cc7d
static_assert - portable solution compatible with C++98
|
6 years ago |
stepper.cpp
|
940f436a5f
merge MK3_dev into MK3
|
6 years ago |
stepper.h
|
290328445a
Merge pull request #1019 from mkbel/MK3_fix6
|
6 years ago |
stk500.h
|
eef6c68c9f
Added support for a secondary boot loader, based on the OptiBoot project,
|
6 years ago |
swi2c.c
|
7cfa3156c7
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]
|
6 years ago |
swi2c.h
|
410e911364
SWI2C for PAT9125 simplified/optimized
|
6 years ago |
swspi.cpp
|
683784c4c7
PAT9125 I2C, hardware SG homing
|
7 years ago |
swspi.h
|
683784c4c7
PAT9125 I2C, hardware SG homing
|
7 years ago |
temperature.cpp
|
940f436a5f
merge MK3_dev into MK3
|
6 years ago |
temperature.h
|
20ba2b1c79
Use cs.bedKp, cs.bedKi and cs.bedKd from ConfigurationStore.
|
6 years ago |
thermistortables.h
|
fcfb4cdcae
New ML support - menu tunning, startup
|
6 years ago |
tmc2130.cpp
|
4b47a74d1d
Remove unused declarations from tmc2130.cpp. Move used declaration to Marlin.h.
|
6 years ago |
tmc2130.h
|
9271d12bf7
Save 32B of FLASH, fix compiler warning: sketch/tmc2130.cpp:238:6: warning: unused parameter 'last_step_mask' [-Wunused-parameter].
|
6 years ago |
uart2.c
|
ac62117d6b
Merge remote-tracking branch 'prusa3d/MK3' into MK3_dev
|
6 years ago |
uart2.h
|
71f1a1f6db
MMU - communication, check after start, code cleaning
|
6 years ago |
ultralcd.cpp
|
940f436a5f
merge MK3_dev into MK3
|
6 years ago |
ultralcd.h
|
635a1b4cd8
Add possibility to to select preheat temperature when unloading filament in first layer calibration wizard.
|
6 years ago |
uni_avr_rpi.h
|
88cce94cf9
Revert "Revert "Save 80B of flash and 8B of RAM and fix compiler warning:""
|
6 years ago |
util.cpp
|
970ba6fa2a
Sound
|
6 years ago |
util.h
|
85bc19b77c
force selftest if user upgraded from 3.1.2-RC1 or older fw version
|
6 years ago |
vector_3.cpp
|
a4a80b3eb7
MK2 Firmware release.
|
8 years ago |
vector_3.h
|
a4a80b3eb7
MK2 Firmware release.
|
8 years ago |
w25x20cl.c
|
eef6c68c9f
Added support for a secondary boot loader, based on the OptiBoot project,
|
6 years ago |
w25x20cl.h
|
eef6c68c9f
Added support for a secondary boot loader, based on the OptiBoot project,
|
6 years ago |
xyzcal.cpp
|
ac62117d6b
Merge remote-tracking branch 'prusa3d/MK3' into MK3_dev
|
6 years ago |
xyzcal.h
|
cf43b85de9
XYZ calibration - accuracy improvement
|
6 years ago |