Marek Bel
|
d80fcab66c
|
Disable filament sensor response quality check.
|
2018-09-25 15:50:50 +02:00 |
|
Marek Bel
|
19c1ba6274
|
Remove duplicate condition. This condition was already in if(mmu_enabled) {} else branch.
|
2018-09-25 14:25:03 +02:00 |
|
Marek Bel
|
ccfcc6f989
|
Document.
|
2018-09-24 18:32:01 +02:00 |
|
Marek Bel
|
3662f60f8f
|
if max_feedrate_silent and max_acceleration_units_per_sq_second_silent were never stored to eeprom, use default values;
|
2018-09-24 18:13:20 +02:00 |
|
Marek Bel
|
c38fef281d
|
Use cs.max_feedrate_silent, cs.max_acceleration_units_per_sq_second_silent from ConfigurationStore.
|
2018-09-24 17:33:58 +02:00 |
|
Marek Bel
|
ca179a2d18
|
Use cs.filament_size from ConfigurationStore.
|
2018-09-24 17:29:02 +02:00 |
|
Marek Bel
|
e225e9cab0
|
Use cs.volumetric_enabled from ConfigurationStore.
|
2018-09-24 17:12:16 +02:00 |
|
Marek Bel
|
a201128b20
|
Use cs.retract_length, cs.retract_feedrate, cs.retract_zlift, cs.retract_recover_length and cs.retract_recover_feedrate from ConfigurationStore.
|
2018-09-24 17:10:25 +02:00 |
|
Marek Bel
|
7e593e6922
|
Use cs.autoretract_enabled from ConfigurationStore.
|
2018-09-24 17:03:10 +02:00 |
|
Marek Bel
|
20ba2b1c79
|
Use cs.bedKp, cs.bedKi and cs.bedKd from ConfigurationStore.
|
2018-09-24 16:57:48 +02:00 |
|
Marek Bel
|
54bcc8aa52
|
Use cs.Kp, cs.Ki and cs.Kd from ConfigurationStore.
|
2018-09-24 16:54:50 +02:00 |
|
Marek Bel
|
f2ae3fb1f7
|
Use cs.zprobe_zoffset from ConfigurationStore.
|
2018-09-24 16:47:57 +02:00 |
|
Marek Bel
|
959d0069fa
|
Use cs.add_homing from ConfigurationStore.
|
2018-09-24 16:42:28 +02:00 |
|
Marek Bel
|
ac7c062161
|
Use cs.max_jerk from ConfigurationStore.
|
2018-09-24 16:35:33 +02:00 |
|
Marek Bel
|
bb66bfe6a7
|
Use cs.minsegmenttime from ConfigurationStore.
|
2018-09-24 16:22:50 +02:00 |
|
mkbel
|
0e7afc67ca
|
Merge pull request #1175 from PavelSindler/eeprom_version
M500 EEPROM version update and M500 EEPROM block size check
|
2018-09-24 16:19:55 +02:00 |
|
mkbel
|
2144f0e5a4
|
Merge pull request #1191 from PavelSindler/start_msg_duplicity
remove "start" duplicity
|
2018-09-24 16:14:58 +02:00 |
|
Marek Bel
|
10428b30d9
|
Use cs.mintravelfeedrate from ConfigurationStore.
|
2018-09-24 16:01:58 +02:00 |
|
PavelSindler
|
cd438c5c00
|
whitespace
|
2018-09-24 16:01:31 +02:00 |
|
PavelSindler
|
740e922b87
|
EEPROM M500 block size check for reading stored data added
|
2018-09-24 16:00:23 +02:00 |
|
Marek Bel
|
26e2fd1c76
|
Use cs.minimumfeedrate from ConfigurationStore.
|
2018-09-24 15:57:24 +02:00 |
|
Marek Bel
|
b8fefceb4d
|
Use cs.retract_acceleration from ConfigurationStore.
|
2018-09-24 15:53:35 +02:00 |
|
Marek Bel
|
7dbe0afdc4
|
Use cs.acceleration from ConfigurationStore.
|
2018-09-24 15:47:36 +02:00 |
|
Marek Bel
|
cee51cf9c3
|
Use cs.max_acceleration_units_per_sq_second_normal from ConfigurationStore.
|
2018-09-24 15:40:35 +02:00 |
|
Marek Bel
|
02becb5e6a
|
Use cs.max_feedrate_normal from ConfigurationStore.
|
2018-09-24 15:09:19 +02:00 |
|
PavelSindler
|
053b94b711
|
remove "start" duplicity in setup
|
2018-09-24 14:57:46 +02:00 |
|
Marek Bel
|
3f28632443
|
Use cs.axis_steps_per_unit from ConfigurationStore.
|
2018-09-24 14:54:41 +02:00 |
|
Marek Bel
|
d611cad087
|
Temporary hide M500_conf cs to allow automated renaming.
|
2018-09-24 14:42:01 +02:00 |
|
Marek Bel
|
e94dc1341a
|
Use M500_conf cs in Config_ StoreSettings, RetrieveSettings and ResetDefault.
|
2018-09-24 14:34:43 +02:00 |
|
Marek Bel
|
991db0e71d
|
Finish default_conf.
|
2018-09-23 23:36:01 +02:00 |
|
Marek Bel
|
d9e2dcc736
|
Incomplete.
|
2018-09-23 22:21:28 +02:00 |
|
Marek Bel
|
58af1ae4c4
|
Add configuration store struct.
|
2018-09-21 20:52:44 +02:00 |
|
PavelSindler
|
d8dc2eef7a
|
if max_feedrate_silent and max_acceleration_units_per_sq_second_silent were never stored to eeprom, use default values; eeprom_version changed back to V2
|
2018-09-21 15:42:28 +02:00 |
|
PavelSindler
|
1c33b673c0
|
comment update
|
2018-09-19 18:43:27 +02:00 |
|
PavelSindler
|
3d57d504ba
|
Merge pull request #1174 from mkbel/fix_runout_resume
Fix runout resume
|
2018-09-19 18:29:32 +02:00 |
|
PavelSindler
|
e5ede602b8
|
Merge pull request #1176 from mkbel/fix_print_time_overflow
Fix print time overflow
|
2018-09-19 18:29:12 +02:00 |
|
Marek Bel
|
2607a0c4ed
|
Update documentation.
|
2018-09-19 17:22:06 +02:00 |
|
Marek Bel
|
b92b307ee8
|
Make variables constant.
|
2018-09-19 17:21:45 +02:00 |
|
Marek Bel
|
cce8131070
|
Add missing s for seconds of print time.
|
2018-09-19 17:20:41 +02:00 |
|
Marek Bel
|
b5bb40474d
|
Fix print time overflow.
|
2018-09-19 17:17:32 +02:00 |
|
PavelSindler
|
0a5394a20e
|
defines moved to eeprom.h
|
2018-09-19 15:10:10 +02:00 |
|
PavelSindler
|
752aec37fb
|
M500 EEPROM version changed; if EEPROM_M500_SIZE is not updated, data are not stored
|
2018-09-19 14:36:26 +02:00 |
|
Marek Bel
|
9868dd766e
|
Fix print not recovered when filament sensor is disabled during filament change initiated by filament run out.
|
2018-09-19 14:22:08 +02:00 |
|
Marek Bel
|
a5a7b1f1d6
|
Move functions definitions behind variable definitions. (No change in functionality.)
|
2018-09-19 14:08:31 +02:00 |
|
PavelSindler
|
29e578b5f8
|
Merge pull request #1147 from mkbel/add_wizard_unload
Add possibility to unload filament from wizard first layer calibration
|
2018-09-19 10:27:19 +02:00 |
|
Marek Bel
|
05d3b7032d
|
Update documentation.
|
2018-09-18 17:48:11 +02:00 |
|
Marek Bel
|
a7fdfdd258
|
Put repetitive code into separate function. No change in functionality.
|
2018-09-18 17:15:13 +02:00 |
|
Marek Bel
|
6ee97468ee
|
Remove lcd_buttons_update() call from all other places than interrupt. There is no known reason, why lcd_buttons_update() should be called from multiple places and multiple contexts. Remove mutex, which is not needed anymore, and wasn't implemented properly anyway (Operation was not atomic.).
|
2018-09-18 16:05:49 +02:00 |
|
Marek Bel
|
f532da4b17
|
Remove duplicate button debouncing code. Save 254B flash.
|
2018-09-18 14:39:01 +02:00 |
|
Marek Bel
|
90a10a692a
|
Enable button debouncing also in modal mode (!lcd_update_enabled). In lcd_clicked() consume click event immediately.
|
2018-09-18 14:38:50 +02:00 |
|