Commit Graph

673 Commits

Author SHA1 Message Date
PavelSindler cbcfcee48f PID cal. is not sending OK periodically, print fan error pauses print in octoprint (not disconnecting), initialize serial line when swithing in settings menu 2018-01-25 15:23:11 +01:00
XPila 17cadf463a
Merge pull request #433 from XPila/3.1.1-RC6
Extruder resolution changed to 32usteps
2018-01-24 01:42:46 +01:00
Robert Pelnar cae68d9f6d Extruder resolution changed to 32usteps
build 151
2018-01-24 01:41:42 +01:00
XPila 556205d993
Merge pull request #432 from PavelSindler/invalid_gcodes
invalid / unknown gcodes reported on serial
2018-01-24 00:12:47 +01:00
XPila 975ed14cb6
Merge pull request #431 from PavelSindler/fan_error_resume
SD card long pause update
2018-01-24 00:12:33 +01:00
XPila 110ab8b2f6
Merge pull request #426 from PavelSindler/temperatures_update
Preheat temperatures update
2018-01-24 00:11:59 +01:00
XPila b2ba72ffcd
Merge pull request #411 from PavelSindler/typo_fixed
typo fixed
2018-01-24 00:10:28 +01:00
XPila 777dcf072b
Merge pull request #430 from bubnikv/MK3_fsensor_fullrate
Optimization of the filament sensor.
2018-01-24 00:10:00 +01:00
PavelSindler 70ff22571f minor change 2018-01-23 20:04:18 +01:00
PavelSindler 3adedb558b invalid / unknown codes reported on serial 2018-01-23 20:01:02 +01:00
PavelSindler 64a709c097 removed temporary debuging code 2018-01-23 19:14:52 +01:00
PavelSindler 05e0abbd9d startFileprint delayed 2018-01-23 19:11:04 +01:00
bubnikv 44dc12005f Optimization of the filament sensor. 2018-01-23 16:47:42 +01:00
PavelSindler c38458eb67 init 2018-01-23 16:21:43 +01:00
XPila 09e0c566e8
Merge pull request #420 from bubnikv/MK3_stepper_blocking
Mk3 stepper blocking
2018-01-23 13:15:59 +01:00
PavelSindler bde1996250
Merge pull request #419 from bubnikv/MK3_debug
Support for debug builds:
2018-01-22 18:58:02 +01:00
bubnikv 69f97e0ec3 Separated the "Unknown" build from the "Development" build.
Documented purpose of the various build types.
2018-01-22 17:41:05 +01:00
PavelSindler 188116cb7e Preheat temperatures update 2018-01-22 16:03:43 +01:00
bubnikv a94e266cf1 Documented CPU load and frequency of the following interrupts:
9.  ISR(INT7_vect) 			- Fan signal interrupt
26. ISR(M_USARTx_RX_vect)	- USB to serial RX
37. ISR(USART1_RX_vect)		- R-PI serial RX
2018-01-20 16:20:51 +01:00
bubnikv 815dfcb14b Implemented a stepper timer reset after a long blocking cli()
or DISABLE_STEPPER_DRIVER_INTERRUPT().
If this is not done, the stepper interrupt would likely overflow,
leading to a maximum 32ms delay before the stepper interrupt wakes up.
In addition, the stepper timer overflow error would be reported
by the debug builds.
2018-01-20 15:39:21 +01:00
bubnikv 17a8e2db01 Documented the interrupt blocking by a main thread by its maximum time.
Added a debug output to serial line on stepper timer overflow.
2018-01-20 14:58:30 +01:00
bubnikv 9e534c1990 Minimize risk of stepper routine interrupt blocking by reorganizing
the routine to move the G-code line length from the command queue
to the planner queue.
2018-01-20 14:37:22 +01:00
bubnikv 7edce0b890 Only show the debug menu in the DEBUG_BUILD. 2018-01-18 16:43:40 +01:00
bubnikv 330f1576fc Support for debug builds:
A build version and repository is displayed on the welcome screen,
D-codes, stack overflow check and stepper timer overflow check
are enabled in the debug mode.
2018-01-18 16:24:25 +01:00
PavelSindler b5f8b1d97c
Merge pull request #412 from PavelSindler/debug_version
initial message for debugging fw version
2018-01-18 13:18:16 +01:00
PavelSindler c45098d955
Merge pull request #415 from PavelSindler/unload_filament_fix
unload filament sequence same as in M600
2018-01-17 21:55:47 +01:00
PavelSindler e60cb2a79e unload filament sequence same as in M600 2018-01-17 21:54:34 +01:00
bubnikv 3852ba0b36
Merge pull request #413 from PavelSindler/initial_messages_update
initial message not shown on release candidate versions
2018-01-17 17:40:43 +01:00
PavelSindler 4843f2c48e initial message not shown on release candidate versions 2018-01-17 17:38:34 +01:00
PavelSindler bfa675c1a4 initial message for debugging fw version 2018-01-17 16:00:19 +01:00
PavelSindler b73520bcea successfull -> successful 2018-01-17 14:40:37 +01:00
XPila b2c257478c
Merge pull request #409 from XPila/MK3
3.1.1-RC5 build 148
2018-01-16 19:27:00 +01:00
Robert Pelnar 36e4e39c85 3.1.1-RC5 build 148 2018-01-16 19:25:09 +01:00
XPila 515420ce06
Merge pull request #407 from PavelSindler/MK3_for_merging
maiden eeprom: tmc2130_mode is set to normal
2018-01-16 17:10:38 +01:00
XPila d5500db66d
Merge pull request #408 from XPila/MK3
Mk3
2018-01-16 17:10:07 +01:00
Robert Pelnar c2710fea63 crashdetection limits changed (X=48, Y=64) 2018-01-16 17:04:21 +01:00
PavelSindler fbf947b75c maiden eeprom: tmc2130_mode is set to normal 2018-01-16 16:56:58 +01:00
Robert Pelnar 6b5f9253d6 build 147 2018-01-16 16:50:05 +01:00
XPila 026f68fd6f
Merge pull request #404 from PavelSindler/xyz_fixes
xyz homing hotfix, xyz cal. status changed
2018-01-16 01:39:57 +01:00
XPila 9efa1d3a03
Merge pull request #403 from PavelSindler/M600_update
timeout fix and unload message shortened
2018-01-16 01:39:18 +01:00
XPila b9746f84c6
Merge pull request #405 from XPila/MK3
Mk3
2018-01-16 01:37:45 +01:00
Robert Pelnar f30da4bbca babystep synchronisation 2018-01-16 01:34:44 +01:00
PavelSindler 06c6cc119b xyz homing hotfix, xyz cal. status changed 2018-01-16 01:00:09 +01:00
PavelSindler d8117eab66 timeout fix and MSG_UNLOAD_SUCCESSFULL message shortened 2018-01-15 17:39:42 +01:00
Robert Pelnar 981a681e52 Temperature ISR synchronization, M600 - faster unload 2018-01-15 17:29:07 +01:00
XPila 9d52d017df
Merge pull request #401 from PavelSindler/rx_buffer
get command update
2018-01-15 15:28:19 +01:00
XPila 87ffb0b193
Merge pull request #400 from PavelSindler/M600_update
M600 update
2018-01-15 15:27:41 +01:00
XPila f1d30d99fe
Merge pull request #402 from XPila/MK3
fixed bug - fsensor synchronization (b146)
2018-01-15 15:26:33 +01:00
Robert Pelnar aaf4e0a5e0 fixed bug - fsensor synchronization (b146) 2018-01-15 15:23:06 +01:00
PavelSindler 1d3f6e8be5 flush rx buffer in case that it was full 2018-01-15 12:18:21 +01:00