boelle
About
- Username
- boelle
- Joined
- Visits
- 252
- Last Active
- Roles
- Member
Comments
-
baaaah i mistyped.... i typed an zero where it should have been O
-
it's set to 160 so should not be a problem.... will test in weekend
-
ok, will add the G92 E0 just before the Fat line will also check how much i can extrude manual... it will be at weekend at tonight is going to be assembly of new extruder with better thermistors than before The variable you talk about that must be …
-
my start G-code heats the extruder.... ; [mm] modeG21; absolute modeG90;HomeG28;Turn on electronics fans;M42 P? S255; Heat up bedM140 S60G1 X0 Y90 F5000 ; Go to the middle of the front;Get close to the bedG1 Z0.05;wait for Z to move downG4 S30;hea…
-
line 311 in the pastebin is what should makethe fat line at the edge of the bed i tried to slice the same stl with cura in repetier host and the outcome was the same....
-
i had some time to check this out... i loaded up and gcode i know works (its a simple spacer ring for my extruder) In repetier host i see the X and Y change but nothing happens other than these small moves... Log: http://pastebin.com/9Ju5ZWcL Video …
-
I got the 0,0 issue sorted M84 simply just dont work, i have LED's on all of the stepper drivers so i can see if they are enabled or not. The LED's stay on when i send a M84 Connections..... This one is strange.... I can move the printer arround man…
-
I spoke to soon... i can move the printer manual in both pronterface and repetier host... i can turn bed and extruder heater on and off... the extruder fan also works... no faults there now... but when i load an object in repetier host and slice it…
-
also i searched the forum, but how do i tell the printer firmware that 0,0 is at the center of the bed? do i just set the min x and y to half of total lenght on each axis?
-
one thing noted thou... Repetier does not react on M84 (disable steppers)
-
yaa, now the steppers move noiseless :-D time to compare settings from marlin and match as close i can :-D
-
So if i want 10 µS i should really say 5? but you are right, better play safe than wrecking something. Will give the new settings a go during weekend If they are right can you make use of a copy of the settings ? i was thinking if some of them could…
-
So if i want 10 µS i should really say 5? but you are right, better play safe than wrecking something. Will give the new settings a go during weekend If they are right can you make use of a copy of the settings ? i was thinking if some of them could…
-
The value was correct, depending on what Capacitor used with the stepper chip it should be between 30 and 60 µS and if you look carefull that turns out to be a half truth TB6560AHQ datasheet (https://www.toshiba.com/taec/components2/Datasheet_Sync/2…
-
Next problem is finding the right value... on a google hunt and so far only found this: "The problem with this was that Sprinter and Marlin toggles the step pin for only 1-5uS, and the TB6560 wants something around >60uS, if I remember correctly.…
-
oh must be these ones right? #define STEPPER_HIGH_DELAY 0#define DIRECTION_DELAY 0#define STEP_DOUBLER_FREQUENCY 12000#define ALLOW_QUADSTEPPING 1#define DOUBLE_STEP_DELAY 1 // time in microseconds#define MAX_HALFSTEP_INTERVAL 1999
-
In the marlin firmware there are stepper timing special for the toshiba steppers Where in repetier can i change the timing so they match? The noise are not there with the copy of marlin i have, so i must have forgotten to change something in repetie…
-
could it be that the toshiba steppers are set to 16 microsteps? I have jumpers for decay, torque, and microsteps microsteps are set to 16torque is set to 50decay is set to 50
-
more obvisous there:
-
in the video i move the Y carriage 100mm at a time and then 10
-
-
Ahh, just noticed that it also skips a lot of steps.... Y is the most noticeable.... i can tell it to move more than 200mm and it cant move more than 210mm
-
Thanks for that I also just tested your suggestions for settings.... they work great Only one thing left.... The steppers are noisy, are there any settings that can influence that? Sure that when you added the open motion board that you got the tim…
-
np, i'm print a few parts for my Mendel90 on marlin firmware right now but will give it another go once they are done... once i get it working are there any good video guides you can recommend on how to tune the speed settings?
-
Also Digital Pin 14 should be the extruder right? that one is working perfectly..... Its Digital Pin 15 that is the issue... its the Print bed cooling fan right? and that one should only come on after the print is done....
-
I know they share the same pin.... Will try the signal inverted... and might well be it... For the fan, no there is no cross connection... It works perfectly with Marlin firmware :-/ But of course will double check that i have the pin definitions r…
-
np, just had to ask... but i guess i can copy and paste most of the settings.... are there any guides that you know of that tells how to find the right speed and acceleration vaules ?
-
figured how to create one--- So 4) are there any tools arround that can convert marlin settings in to Repetier ones?
-
Does this file content look right? http://pastebin.com/KKR6uz3S
-
if i find the right file can it be made a option the web config tool ?