Commit Graph

580 Commits

Author SHA1 Message Date
Robert Pelnar
ebf6d08fae Crash detection - message on lcd (PFW-115) 2018-01-12 21:02:49 +01:00
Robert Pelnar
0f46fa0c37 blocking messages in settings/tune menu (PFW104)
switch normal/stealth (PFW110)
2018-01-12 19:54:32 +01:00
Robert Pelnar
0d269261e4 PFW-110 - load filament - beep when loading finished. 2018-01-10 18:50:16 +01:00
Robert Pelnar
43010b30b4 Build 143f
Crashdetection improoved, blocking temperature ISR fixed, limits for silent mode adjusted.
2018-01-09 19:54:07 +01:00
Robert Pelnar
0a2087c1cb build 143e
Linear advance disabled
Max feedrate reduced to 200mm/s
Silent max accel reduced to 984mm/s^2
some debug logs removed, tmc_init - log message fixed
2018-01-04 18:08:22 +01:00
Robert Pelnar
8a5ba89a9c Missing serial characters debuging
disabled fan ISR
disabled fsensor ISR
disabled linear advance
build 143b
2018-01-02 20:55:33 +01:00
Robert Pelnar
c6e77f55f6 checkrx in stepper returned back
build 143a
2017-12-30 02:55:22 +01:00
Robert Pelnar
568f03c46e build 143 2017-12-29 23:49:11 +01:00
Michal Průša
ff44fb5fb9
Merge pull request #361 from michalprusa/unload-tweak-lang
Unload tweak lang
2017-12-29 20:24:41 +01:00
Michal Průša
8d1f2afbf2 build number change
just 141r -> 142
2017-12-29 20:22:45 +01:00
Michal Průša
0920b62d80 build number change 2017-12-29 20:21:06 +01:00
Michal Průša
734639c1da Unload filament tweak
unload filament now has longer and faster slow retract.
2017-12-29 17:53:12 +01:00
Michal Průša
bbc7bba234
Merge pull request #359 from phildubach/MK3
Issue #354: Turn off bed heater after temp calibration
2017-12-29 10:45:30 +01:00
Phil Dubach
7fb1234855 Turn off bed heater after temp calibration
After finishing the temperature calibration, turn off the bed heater
right away, before waiting for the user to acknowledge completion.
2017-12-28 23:47:27 -08:00
XPila
07fe9abe44
Merge pull request #358 from XPila/MK3
Serial communication uses port0 or port1, not both, removed some susp…
2017-12-29 00:08:16 +01:00
Robert Pelnar
e3c006dbe9 Serial communication uses port0 or port1, not both, removed some suspected code.
build 141
2017-12-29 00:06:47 +01:00
XPila
8e63098504
Merge pull request #357 from michalprusa/panic-fix
power panic polished
2017-12-28 23:37:22 +01:00
Michal Průša
f71f133e80 power panic polished
Retraction set correctly to have minimum missing line
Z motor current not lowered that drascialy
Extruder motor turning off instantly
Beeping added to the end
2017-12-28 23:26:06 +01:00
Michal Průša
0c2dba7c55
Merge pull request #356 from michalprusa/autoload-logic
Filament autoloading improved and minor tweaks
2017-12-28 19:03:29 +01:00
Michal Průša
f1c741d027 Filament autoloading improved and minor tweaks
Filament autoloading now acts like normal loading (Error message pops out if nozzle too cold, Printer asks if should extrude more when done loading)

Autoloading now unable to turn on when filament sensor is turned off or not responding

Color not right changed to color not correct to avoid slight confusion
2017-12-28 18:59:57 +01:00
Michal Průša
ee1b7ee510
Merge pull request #355 from michalprusa/text-grooming
Text grooming
2017-12-28 16:00:56 +01:00
Michal Průša
26255766f6 Translation fix
on -> zap
off -> vyp
2017-12-28 15:55:16 +01:00
Michal Průša
5e5588c72c Text grooming
Added language mutations of error messages, menu items.
Synced wording of crash detection in messages.
rPi port -> RPi port.
Minor menu items alignment.
2017-12-28 15:45:52 +01:00
XPila
a7bc1688e5
Merge pull request #353 from XPila/MK3
Mk3
2017-12-28 02:59:04 +01:00
Robert Pelnar
bd58718d9d dummy "ok" response
build 139 (RC4)
2017-12-28 02:45:05 +01:00
Robert Pelnar
bd0b4da3b7 Merge remote-tracking branch 'upstream/MK3' into MK3 2017-12-28 01:40:23 +01:00
Robert Pelnar
e064133a04 Merge remote-tracking branch 'upstream/MK3' into MK3
# 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.
2017-12-28 01:37:13 +01:00
XPila
e00ac9566e
Merge pull request #351 from michalprusa/Unload-fix
Filament unload slightly tweaked
2017-12-28 01:32:22 +01:00
XPila
7afda54912
Merge branch 'MK3' into Unload-fix 2017-12-28 01:32:09 +01:00
XPila
9158bde378
Merge branch 'MK3' into Unload-fix 2017-12-28 01:31:23 +01:00
XPila
996449dc0c
Merge pull request #349 from michalprusa/rPi-port
2nd USART -> rPi port
2017-12-28 01:29:37 +01:00
Michal Průša
0987771d3b Language corrections for colour not clear and M600 tune
Color not clear is not a thing anymore, message was reformed to make more sense. M600 now has improved unloading too.
2017-12-27 23:31:49 +01:00
Michal Průša
e495d5cc01 Filament unload slightly tweaked
Filament unload has now 3 sections:
1) Fast long retract to cut strings
2) Slow short retract to cool down the tip
3) Fast short retract to get past pulley quicly to prevent forming of plug
2017-12-27 22:31:39 +01:00
Robert Pelnar
69d496e157 autoload filament menu (PFW-95, PFW-96) 2017-12-27 21:57:51 +01:00
XPila
cf1e5bed4d
Merge pull request #350 from XPila/MK3
Mk3
2017-12-27 21:43:30 +01:00
Robert Pelnar
cbd7f033e8 crashdetection and mode menu (PFW-85, PFW-97) 2017-12-27 21:43:04 +01:00
Robert Pelnar
546314fda7 Removed debug messages from serial comunication (octoprint...).
build 137b
2017-12-27 20:29:24 +01:00
Michal Průša
763bbc2531 2nd USART -> rPi port 2017-12-27 19:41:58 +01:00
Robert Pelnar
f9d5619682 MINTEMP safety for ambient temperature < 18C
Silent mode acceleration limit lowered to 1000mm/s^2
2017-12-27 18:20:04 +01:00
XPila
527b870700
Merge pull request #344 from XPila/MK3
Mk3
2017-12-23 03:45:33 +01:00
Robert Pelnar
a09dee7aea build 138 (RC3) 2017-12-23 03:44:47 +01:00
Robert Pelnar
23ed33fc21 disable crashdetection while usb printing 2017-12-23 03:42:19 +01:00
Robert Pelnar
8739b4a610 MINTEMP fix 2017-12-23 03:36:08 +01:00
Robert Pelnar
1a69c979bf Increase Z current (PFW-90). 2017-12-23 01:01:57 +01:00
PavelSindler
8f7a50cfcd
Merge pull request #343 from PavelSindler/m110_fix
M110 fix
2017-12-23 00:04:11 +01:00
PavelSindler
e8477b525c initial version of M110 fix (port from MK2) 2017-12-22 22:34:57 +01:00
XPila
257b8e9f59
Merge pull request #342 from XPila/MK3
Mk3 - RC3
2017-12-22 20:35:15 +01:00
Robert Pelnar
c4b045083c Extrude mintemp increased to 190C 2017-12-22 20:34:24 +01:00
Robert Pelnar
7f05b9fd44 changed menu order (PFW 91) 2017-12-22 20:31:45 +01:00
Robert Pelnar
6abba7bfe9 filament autoload - better detection algorithm, autoload in M600 from menu
unload menu always visible
2017-12-22 20:14:26 +01:00