ZibbeZabbe
About
- Username
- ZibbeZabbe
- Joined
- Visits
- 5
- Last Active
- Roles
- Member
Comments
-
Also somewhere around line 1273 in printer.cpp i had to edit EXT1 to Z2 to be able to compile correctly Like so: #if TMC2130_ON_EXT1 > 0 Printer::tmc_driver_e1 = new TMC2130Stepper(Z2_ENABLE_PIN, Z2_DIR_PIN, Z2_STEP_PIN, TMC2130_EXT1_CS_PIN)…
-
/* 1.0.4DEV Testing - Current 18-12-2019 This file is part of Repetier-Firmware. Repetier-Firmware is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by…
-
https://pastebin.com/u7j9EbhP
-
Here is my printer firmware. More than a year later. Summary of what is done: 1.0.4 dev Wanhao i3 plus (from 2016/17 somewhere) Radds 1.6 (1.5 with a bugfix IIRC) + due with TMC2130 WITH SPI (soldered on the back, correct pins to your solderjob) mi…
-
Ah, Thank you. So to summarize 1. Correct. USE_ADVANCE 1 and QUADRATIC 0 2. Seems correct. Use L not K. M233 Y not X 3. Use calibrator in 1.0 mode not 1.5, value typically between 30 -150. Replace M900 K with M233 Y 4. Using L instead of K still…
-
Ah thanks for the insight! I might try getting new stepper motors... These have been through a lot of seating, reseating and changes. I mean ive killed 2 arduinos and reflashed 3 arduinos countless times. Anyway! Video is withou sound, but it…
-
Boot time is time from seeing this to display showing printer FW version and printer name. Here is a vid of printer boot. Only thing I do off camera is switching PSU on. (skip to 00:45 if you don't want to wait)
-
Was away for a few hours. First "cold" boot took 2 minutes. If I leave the printer on for a while the boot is then it boots faster next time. As for Z move. I missed EEPROM
-
Watchdog is on, ill try and disable it and see if it may be a cause for boot time. Boot time may be something like some capacitator or such hasnt discharged completely. i dont know. Would kinda explain my previous weirdness with the encoder boot. T…
-
I have watchdog enabled I do believe. I've got the printer booting 100% reliably now. There is still a significant difference in boot time now, sometimes it boots in 2sec, other times 50 sec. Honestly don't know whats changed. Where do I see if wat…
-
Sep 11. Okay so I've spent a few hours troubleshooting. So with some tinkering I got it to boot, i got drivers to move (+ only still need to change some settings i think) However i do believe something is still fubar. Its slow to boot. Like we are…
-
Currently testing 2 versions of dev. w/ and w/o LCD enabled. Also tested my old "main" with SDSUPPORT set to 0 and added "#undef SDCARDDETECTINVERTED". Don't know if it was needed but the one I got from the configuration had it. Just tried those t…
-
Okay. I am back. I've re-soldered SPI cables and now it boosts But only when: No stepperdrivers are on the board 0.92 is flashed 1.0.2 w/o TMC is flashed Drivers in with drivers enabled crashes. In pins.h there is a segment with HW and SW SPI. D…
-
Tux42 said: I'm not able to connect to my RADDS/Due-combo anymore, when the SPI connection (MISO, CLK, MOSI) pins are plugged in. Before this problem occured, I've narrowed the problem down to the SPI-connector, however, my LCD is not powere…
-
Does SPI still need to be soldered? Like this, or is this not relevant anymore. I had it soldered before so I am currently re-soldering it
-
Blink works fine, i flashed with the config I have labeled "stock" as that has no TMC enabled. That worked! If you don't mind, could you explain a bit more what you mean with "TMC special drivers" Now (later) i am gonna try changing the CL pins…
-
Okay. So today i finally got my genuine DUE in the mail. I still have the same problem. it does not start first time and pushing reset does nothing.