Robert Pelnar
2451455974
LCD menu optimalization - initial lcd update fix
2018-07-16 23:54:46 +02:00
Robert Pelnar
19a72ef9eb
LCD menu optimalization - LiquidCrystal_Prusa removed
2018-07-16 23:23:15 +02:00
Robert Pelnar
e22d204e8e
LCD menu optimalization - print functions
...
+removed unused code
2018-07-16 19:29:27 +02:00
Robert Pelnar
066c044396
fixed tmc2130_wr_CHOPCONF
...
backlash - initial implementation (disabled by default)
removed menu "W25x20CL init"
splashscreen displayed before entering optiboot
2018-07-11 20:02:46 +02:00
Robert Pelnar
771cead291
TMC2130 gcodes for live motor tunning:
...
TMC_SET_WAVE_X..E (linearity correction)
TMC_SET_CHOP_X..E (chopper configuration - 4 args - toff, hstr, hend, tbl)
2018-07-09 16:44:10 +02:00
Robert Pelnar
4567d2feca
removed unused cond. trans. for NEW_SPI
2018-06-10 16:11:39 +02:00
Robert Pelnar
c0946d8f04
New ML support - w25x20cl spi external flash support
...
+fixed some messages
+sec lang update test
2018-06-09 01:23:04 +02:00
tarikku
731fef3d32
Fix remaining forgotten comments
2018-05-30 23:15:01 +02:00
Robert Pelnar
15207e4d5e
Linearity correction fix - (eeprom storage changed to byte instead of word)
...
+enabled for XYZ axes
2018-05-28 01:47:08 +02:00
Robert Pelnar
5b015907aa
New localization - macro declarations fixed
2018-05-20 13:15:46 +02:00
Robert Pelnar
339d2ebdef
Z-axis stealth mode
...
XYZcal fix
2018-04-03 18:26:39 +02:00
Robert Pelnar
92997204a1
Linearity correction - TMC codes for calibration object, variable stored as uint8, range from 1.03 to 1.20
2018-04-03 12:30:35 +02:00
Robert Pelnar
363a9d24b3
LiquidCrystal class renamed to LiquidCrystal_Prusa
2018-03-29 17:50:43 +02:00
Robert Pelnar
186e630299
New SPI (do not use Arduino SPI class)
...
saved ~300bytes flash, 4bytes ram
2018-03-29 17:42:41 +02:00
XPila
06d5ec5659
Merge pull request #586 from mkbel/ustep_linearity_2
...
Ustep linearity
2018-03-28 19:38:34 +02:00
Robert Pelnar
bde097cad1
bugfix - PFW233 - first homing in silent mode Y crash.
2018-03-28 19:22:20 +02:00
Marek Bel
397e7d4791
Increase resolution of wave factor.
2018-03-26 15:17:06 +02:00
Robert Pelnar
fb8a28d120
bugfix - beltstatus overflow
2018-03-01 14:34:21 +01:00
Robert Pelnar
73b0349898
fix - Z movement speed in selftest
...
conditional translation for linearity correction and variable resolution
2018-02-23 16:31:24 +01:00
Robert Pelnar
06da2bb915
Accurate homing, fix - enabled after selftest.
...
Experimantal menu - conditional translation.
2018-02-22 20:50:34 +01:00
Robert Pelnar
d91dbc73c9
tmc2130 - optimalization, removed unused code
2018-02-20 17:06:37 +01:00
Robert Pelnar
dff8c29362
Microstep linearity correction, optimized wave compression.
...
Correction factor can be adjusted from 0.9 to 1.25 by 0.005 steps.
2018-02-17 19:58:40 +01:00
Robert Pelnar
57499dc6a0
M350 for E axis (8, 16, 32, 64, 128 microsteps)
2018-02-15 15:40:49 +01:00
Robert Pelnar
79caf3d9c6
tmc2130 optimalization, accurate homing and microstep linearity correction
...
dcode D12 removed (no longer needed)
homeaxis optimized + xy home calibration support
new eeprom variables
new lcd menu edit types (byte3, mres, wfac), new menu "Experimental"
currents adjusted
2018-02-15 04:17:58 +01:00
Robert Pelnar
1a01282e33
cardreader - new member "paused"
...
tmc2130 - decreased crash sensitivity for Y
2018-01-31 15:20:27 +01:00
Robert Pelnar
210b97d16d
New fail stats (global, last print), crashdetection X and Y separated
2018-01-30 13:10:36 +01:00
Robert Pelnar
39bd5c3a1d
Extruder stealthChop and constant-off-time mode.
...
Extruder different chopper frequency in spreadcycle.
Dcodes (fix)
2018-01-25 05:13:21 +01:00
Robert Pelnar
c2710fea63
crashdetection limits changed (X=48, Y=64)
2018-01-16 17:04:21 +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
546314fda7
Removed debug messages from serial comunication (octoprint...).
...
build 137b
2017-12-27 20:29:24 +01:00
Robert Pelnar
23ed33fc21
disable crashdetection while usb printing
2017-12-23 03:42:19 +01:00
Robert Pelnar
c6e10fb903
Removed SG software homming
...
After Calibration Z enabled minstop (SG and PINDA)
TMC2130 code simplification
2017-12-15 14:10:20 +01:00
Robert Pelnar
4dae6f871e
Sg load meassurement durring self test - 'Belt status'
2017-11-27 04:46:58 +01:00
PavelSindler
5e4236dd2e
selftest for axis improved (better code readibility) and no crash triggered
2017-11-16 18:02:11 +01:00
Robert Pelnar
877c8a3978
TMC2130 configuration in eeprom (not finished).
...
Extruder and Z holding currents same as running currents.
M600 filament unload speed = 3500 (PFW-22).
FSensor - algorithm changed (reset error couter instead of decrement)
build number = 106
2017-10-30 15:45:29 +01:00
Robert Pelnar
6a0f8752c3
Endless loop after calibration Z ( http://jira.prusa/projects/PFW/issues/PFW-3?filter=allissues )
...
Buildnumber (http://jira.prusa/projects/PFW/issues/PFW-4?filter=allissues )
2017-10-17 21:05:31 +02:00
Robert Pelnar
40fae26d75
Silent / Hight Power mode switching - wait for standstill
...
parameter tunning:
PWM_GRAD, PWM_AMPL TCOOLTHRS (XY)
2017-09-26 12:22:58 +02:00
Robert Pelnar
89121e6e34
Maker Faire brainstorm 2.0
...
Added filament sensor and crash detection to EEPROM
Added crash-detection counters display disable directive
Added Restore/Save print directive
Added crash detection and filament sensor settings to Tune menu
2017-09-26 04:30:10 +02:00
Robert Pelnar
73cc1c9c8a
initial state of crash detect and filament sensor is ON
...
slowed down return speed from crash detect after home
Added babystep apply after return from crash detect (don’t know if it’s accurate)
Added D10 to set machine to XYZ correctly calibrated
Added resume debug directive to mask additional menu item
2017-09-26 03:21:33 +02:00
Robert Pelnar
39f6e746dc
Crashdetection tunning.
2017-09-26 01:43:56 +02:00
Robert Pelnar
e11ae8bdbf
Soft homing + fixed homing in silent mode.
2017-09-23 20:01:37 +02:00
Robert Pelnar
89acf29247
Silent/High Power mode switching with crashdetection.
2017-09-23 15:01:31 +02:00
Robert Pelnar
d2ff47dac8
Crashdetection
2017-09-22 23:06:52 +02:00
Robert Pelnar
4805713b8d
SG limits adjusted (x=5,y=5), for homing is possible to set different values (x=5,y=5, without filter).
2017-09-22 20:53:00 +02:00
Robert Pelnar
df1aa85526
Crashdetection + configuration file.
2017-09-22 19:28:32 +02:00
Robert Pelnar
4cae00741e
MAKER FAIRE
...
filament sensor: runout detection tuning, save/restore print
silent mode: safe mode selection durring printing and after homing
2017-09-21 01:52:28 +02:00
Robert Pelnar
9d91a5d425
TMC2130 XY currents can be over 31 (like Z).
2017-09-19 17:42:43 +02:00
Robert Pelnar
9105de073c
Cmdqueue code in separate files, debug codes for read/write eeprom and ram, PWM amplitude for Y axis stealtchop mode increased to 210.
2017-09-14 16:19:49 +02:00
Robert Pelnar
9c324bfeda
Stealth chop mode creek fix - TCOOLTHRS must be set to zero, Y-axis current increased.
2017-09-08 21:58:39 +02:00