PavelSindler
12149f0070
version changed
2018-04-09 18:40:33 +02:00
Robert Pelnar
f446c8a51b
Version changed to 3.1.4-RC1 build 328
2018-04-04 18:57:38 +02:00
Robert Pelnar
c46790083a
XYZcal image processing tunning (different equation for minimum level)
2018-04-04 17:07:22 +02:00
Robert Pelnar
21d08c0c10
XYZcal - image processing tunning.
2018-04-04 15:48:02 +02:00
Robert Pelnar
82f991a5ff
XYZcal - better filtering
2018-04-03 20:11:39 +02:00
Robert Pelnar
8af8108f6d
XYZcal - threshold changed from 32 to 16
2018-04-03 18:48:45 +02:00
Robert Pelnar
d0eba1fcfa
XYZcal fix
2018-04-03 18:27:49 +02:00
Robert Pelnar
5b4641af40
XYZ calibration - diagonal find_point_center
2018-04-03 15:05:26 +02:00
Robert Pelnar
1a99a10b71
new XYZ calibration FIX
2018-03-27 20:09:20 +02:00
Robert Pelnar
a51ab82a61
New XYZ calibration with image processing
2018-03-27 19:27:07 +02:00
PavelSindler
39dc0fc17b
commit nr changed
2018-03-20 21:37:41 +01:00
PavelSindler
b15fec6d4c
version
2018-03-20 21:20:10 +01:00
PavelSindler
b0fc0039f0
mesh bed leveling / auto home Y coordinates updated
2018-03-20 21:18:19 +01:00
PavelSindler
c43062b661
make space for removing steel sheet
2018-03-20 20:41:13 +01:00
PavelSindler
b75ca49cdc
reverted
2018-03-20 20:01:36 +01:00
PavelSindler
49f56b34c8
auto home and mesh bed calibration points corrected
2018-03-20 19:02:26 +01:00
PavelSindler
16c3f0f14c
commit nr changed, default repository changed to unknown
2018-03-20 14:02:59 +01:00
PavelSindler
6ffeab418c
steppers mode translation
2018-03-20 13:55:59 +01:00
PavelSindler
db8cfc352f
version changed
2018-03-20 13:43:05 +01:00
PavelSindler
d24a894531
disable safety timer
2018-03-20 11:52:19 +01:00
XPila
701dc55f4e
Merge pull request #549 from mkbel/safety_timer
...
Safety timer (disable heaters after 15min idle)
2018-03-13 15:02:09 +01:00
XPila
f487691070
Merge pull request #536 from mkbel/menu_return
...
Menu return
2018-03-13 14:30:48 +01:00
Marek Bel
262e800db7
Safety timer (disable heaters after 15min idle)
2018-03-12 23:35:50 +01:00
PavelSindler
b902d91760
changed version
2018-03-07 21:02:07 +01:00
Marek Bel
b41d680adf
Replace problematic character in comment.
2018-03-07 20:58:15 +01:00
Marek Bel
8ff028820a
Remove redundant parameter.
2018-03-07 20:55:01 +01:00
Marek Bel
2a53686d2f
Document valid usage of lcd_goto_menu(), remove redundant parameter.
2018-03-07 20:40:59 +01:00
Marek Bel
1aba608133
Document valid usage of lcd_goto_menu(), wrap lcd_second_serial_set() by HAS_SECOND_SERIAL_PORT macro.
2018-03-07 18:30:33 +01:00
Marek Bel
0c961dedc4
Reset menu stack in lcd_return_to_status().
...
Mark menuStack.reset() as redundant in lcd_status_screen(), but leave it there to be sure.
2018-03-07 18:15:24 +01:00
Marek Bel
716098c434
Preserve position in menu move axis Extruder.
2018-03-07 17:27:27 +01:00
Marek Bel
d0a98dc6cc
Document valid usage of lcd_goto_menu().
2018-03-07 17:18:10 +01:00
Marek Bel
0871925353
Remove special handling of lcd_move_z after long button press. Convert lcd_move_z after long button press to ordinary menu_action_submenu.
...
Known bug (feature) is, that with current maximum stack depth, when long press is activated in menu > settings > move axis > Move X and then Move Z is deactivated, menu is returned to "move axis" and not to "Move X".
2018-03-07 17:03:17 +01:00
Marek Bel
77c3d7d7f7
Review and document lcd_adjust_bed_reset() lcd_goto_menu() usage.
2018-03-07 16:47:20 +01:00
PavelSindler
f41584524e
Merge pull request #534 from PavelSindler/M221_fix
...
Fix of a regression bug, caused by pre-calculating the extrudemultiply
2018-03-07 16:13:16 +01:00
bubnikv
6ba07a358b
Fix of a regression bug, caused by pre-calculating the extrudemultiply
...
for precission and performance: calculate_extruder_multipliers()
has to be called after extrudemultiply is changed from the printer panel.
2018-03-07 16:08:19 +01:00
Robert Pelnar
e3967e444b
SafetyTimer disabled
...
Watchdog disabled
watchdog.cpp and watchdog.h source code removed (using directly <avr/wdt.h>)
2018-03-07 14:13:34 +01:00
Marek Bel
b7df176a46
Preserve position in menu Live adjust Z.
2018-03-06 22:45:47 +01:00
Marek Bel
ed0e7a8b58
Preserve position in menu move axis.
2018-03-06 21:27:06 +01:00
Marek Bel
020269a83c
Fix unable to go back from main menu to status screen.
2018-03-06 21:26:14 +01:00
Marek Bel
e551ed1f6e
Replace lcd_goto_menu(...) by menu_action_back() in lcd_menu_fails_stats();
2018-03-06 19:51:13 +01:00
Marek Bel
235803bc2a
Move encoder stack to separate class MenuStack. Add menu record to MenuStack.
...
It was needed to add menuFunc_t menu to stack, as in some places in menu, it is impossible to hardcode parent menu. Example: lcd_babystep_z can be invoked both from main_menu() and settings_menu() depending on printer status.
2018-03-06 19:47:27 +01:00
XPila
55065cf124
Merge pull request #530 from PavelSindler/temp_cal_fix
...
steps per unit changed to 0.95%; changed temp cal. warnings, changed …
2018-03-06 18:26:37 +01:00
PavelSindler
c986ac14ec
pinda thermistor pin changed
2018-03-06 18:09:25 +01:00
PavelSindler
27659ae69e
steps per unit changed to 0.95%; changed temp cal. warnings, changed pin for PINDA probe
2018-03-06 16:48:39 +01:00
Robert Pelnar
a6f900fd3c
Merge remote-tracking branch 'upstream/MK25' into MK25
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2018-03-06 15:11:50 +01:00
bubnikv
2b7e50e45b
Fix of calculate_extrusion_multipliers().
...
This is a fix of a bug made in the previous commit.
2018-03-06 13:03:38 +01:00
PavelSindler
54749cbcba
Merge pull request #524 from mkbel/Add_fail_stats
...
Add fail statistics menu item for MK25.
2018-03-06 11:55:22 +01:00
PavelSindler
115416dc60
Merge pull request #520 from mkbel/MK25
...
Remove Rpi port menu item for MK25.
2018-03-06 11:53:37 +01:00
PavelSindler
ee2de71d26
searching for point xy updated to be more reliable, max z error enlarged to speed up calibration
2018-03-06 11:51:31 +01:00
Marek Bel
67fd467ebe
Add fail statistics menu item for MK25.
...
As there is only filament sensor and no crash and power interruption detection, squash everything into single screen.
2018-03-05 21:42:04 +01:00