Repetier-Firmware-0.92 based for DaVinci printer (alpha - ready for testing)
People
Repo info
Activity
Jan 07 02:44
luc-github closed #403
Jan 07 02:44
luc-github locked #403
Nov 16 2022 08:24
luc-github commented #403
Nov 16 2022 00:31
CaptainFerret commented #403
Nov 16 2022 00:30
CaptainFerret commented #403
Nov 15 2022 02:38
luc-github commented #403
Nov 14 2022 23:43
luc-github commented #403
Nov 14 2022 23:42
luc-github commented #403
Nov 14 2022 23:39
luc-github commented #403
Nov 14 2022 17:50
CaptainFerret commented #403
Nov 14 2022 16:22
luc-github commented #403
Nov 14 2022 16:22
luc-github commented #403
Nov 13 2022 20:38
CaptainFerret opened #403
Nov 13 2022 20:38
CaptainFerret labeled #403
Oct 29 2022 14:18
hyx0329 commented #333
Oct 28 2022 08:08
hyx0329 commented #380
Oct 02 2022 11:24
KeystrokeCascade closed #402
Oct 02 2022 11:24
KeystrokeCascade commented #402
Oct 01 2022 13:45
luc-github commented #402
Oct 01 2022 12:15
KeystrokeCascade commented #402
Luc
@luc-github
I am pretty familiar with duet code , I did several porting
but for usage ... I doubt davinci user will be ready for that
what is missing from your point of view in current FW ?
ffnull
@ffnull
why not? we had great 32-bit cpu. but its works only in 8-bit mode. doing basic port without dwc but configuring via sd card, we will be had great potential
after duet board, klipper firmware - stock fw is slow, and print quality is lower then 32bit
Luc
@luc-github
slow ?
ffnull
@ffnull
yep
its not multitread. and its stuck while printing on high speed on hard model
Luc
@luc-github
I fully agree FW need to be updated - but Duet vs Marlin 2.0 vs Repetier 2.0 ? duet is not easy to start with as user point of view but allows lot of configurations which most of them won't be supported by hardware
ffnull
@ffnull
not marlin at all
Luc
@luc-github
hoho - but I even got request to port Marlin and did it partially until got no feedback
ffnull
@ffnull
Marlin has a huge number of errors and crutches. Having 11 printers - I completely abandoned marlin. At the moment, marlin has turned into garbage. It’s unfortunate that the developers stopped the complete processing of the code in favor of rtos
For example, im buy SKR PRO. And i dont whant marlin on it. Marlin on this cpu - idiotism. Im plain port RepRapFw in future on it
another case. im have delta printer and skr 1.1. im dont use marlin on its, its buggy and slow as hell. im use smothieware. by the way, smotieware great works with delta
Luc
@luc-github
11 printer ? wow Yes - the Marlin mindset is to push code even it is POC - but it is also handled by only one people the reprap is actually not bad idea due to the specific variant needed for davinci - the issue will be the thermistor table management as they are not reprap compatible
ffnull
@ffnull
POC?
Luc
@luc-github
the second issue is no keypad support and only one specific display supported which is not the davinci one
ffnull
@ffnull
im got stock termistor works on duet board
Luc
@luc-github
Proof Of Concept
ffnull
@ffnull
keypad can be used. duet maestro supports 12864 lcd with encoder |buttons|custom menu
here bed termistor data for DUET im using R25: 388403 Ω β: 3670 K
Luc
@luc-github
system to use on a 12864 display + encoder.
is it not text display
yes because board is reprap board
ffnull
@ffnull
my friend porting duet fw to stm32f4 cpu. all works. he adds support for 12864 stock lcds with encoder. but now sources is closed still he ends portings. but its works great
Luc
@luc-github
xyz modified the resistor to not allow standard FW and for the usage of custom table
12864 is not display text 16x4
ffnull
@ffnull
in duet board you can use any thermistor. stock davinci board had normal connection for this termistor, so im thing there will no problem in porting