Re: Hacked Ender-2 SD card problems
I believe I have solved most of the issues. The 'Print from SD' menu is functioning for printing and displays correct now. The 'Change SD card', ' Init. SD card' and 'Refresh' options do create a dark...
View ArticleRe: TMC2130 spreadCycle configuration
I have implemented a first prove of concept configuration. You can find it in my configuration_adv.h post above. I will install your fork on my printer and try your debug command.
View ArticleRe: TMC2130 spreadCycle configuration
first I was not able to compile. had to change following serial.cpp void serial_spaces(uint8_t count) { count *= (PROPORTIONAL_FONT_RATIO); while (count--) MYSERIAL.write(' '); } to void...
View ArticleRe: TMC2130 spreadCycle configuration
Hard to say without the error messages. If you uncomment TMC_ADV() then your advanced configuration will not be applied. I would also suggest power cycling the whole machine to clear the registers.
View ArticleRe: TMC2130 spreadCycle configuration
I have tried power cycle C:\Users\x\AppData\Local\Temp\arduino_build_245800\sketch\serial.cpp: In function 'void serial_spaces(uint8_t)': serial.cpp:36: error: 'PROPORTIONAL_FONT_RATIO' was not...
View ArticleRe: TMC2130 spreadCycle configuration
The reason you're getting 'TMC_ADV' was not declared in this scope is because the ADV define was renamed from TMC2130_ADV() to TMC_ADV() I suspect you replaced the configuration_adv.h file with the...
View ArticleRe: Problem With BLTouch Sensor
Problem SOLVED. This turned out to be a multiple cause issue. Only by finally finding the correct configuration did I get the BLTouch working. These causes were: 1) Whilst I purchased the HicTop 3d...
View ArticleRe: TMC2130 spreadCycle configuration
I will try that as soon as my current print is done. I am printing a 5h print with coolstep and stop current reduction. Yet, I got not a missing step. I have noticed stealthcopp and the configuration...
View ArticleZ home offset?
Hey everyone, I have the reprapguru prusaI3 v2 with arduinio 2560, ramps 1.4 and marlin 1.8.4. So I'm using repetier host and after I home the Z, if I hit the manual control to move the z in ether...
View ArticleRe: Z home offset?
To rule out if it is firmware or host have you tried a different host like pronetface or mattercontrol?
View ArticleRe: TMC2130 spreadCycle configuration
I have migrated my configuration to your fork. All is complied, thanks. Following: 1. Internal reference works now, yey :)o 2. I have activated #define TMC_DEBUG and get nothing back when sending M122...
View ArticleRe: TMC2130 spreadCycle configuration
M122 S1 requires enabling "MONITOR_DRIVER_STATUS" in configuration_adv.h I don't have a scope to measure the frequency, but it's determined by the toff and tbl, yes? Those values seem to hold over to...
View ArticleRe: TMC2130 spreadCycle configuration
I not alway use my scope. If I do not want to turn it on my mobile phone. You only have to install a FFT app like spectroid and give contact between phone and motor for body-borne sound transfer. Need...
View ArticleRe: Z home offset?
Thanks for the response, thankfully at 2am this morning I have resolved the issue somewhat. So I figured out that the axis direction on both the config h basic and adv needed to match up which...
View ArticleRe: Z home offset?
In config.h find this line #define DEFAULT_MAX_FEEDRATE { 300, 300, 5, 25 } change the 5 to a 2 5 is normally too fast for most printers.
View ArticleRe: TMC2130 spreadCycle configuration
FYI: You're using invalid values for hysterisis_low and hysterisis_start. The ranges are -3..12 and 1..8 respectively. I'm also renaming the former to hysterisis_end, but hysterisis_low remains as an...
View ArticleMINIMUM_STEPPER_PULSE issue
Hey. Faced with a very unpleasant bug in version 1.1.4 - when changing the parameter MINIMUM_STEPPER_PULSE> 0, the marlin starts do resets at an random place in the gcode. And it does not depend on...
View ArticleRe: Z home offset?
This was exactly the fix! Thank you master obewan! Will this hold the z to that speed regardless of how fast I adjust other settings including print speed?
View ArticleRe: Hacked Ender-2 SD card problems
Forget the file above, it is not working for me anymore as it was somehow. Tried a lot of stuff after searching the Github for open and closed related issues, but no success. I have raised two issues...
View Article