Show all posts by user
Page 1 of 1 Pages: 1
Results 1 — 27 of 27
jamesdanielv Wrote:
-------------------------------------------------------
> hey sprinter firmware would crash on my when
> gcode was generated by repsnapper and would work
> when skeinforge generated it.
>
> i found this line of gcode odd G1 E0 Fxxx (xxx
> being whatever feed rate you set)
>
> I spent 4 hrs troubleshooting tonight to find out
> what was going on. i
by
caru
-
Firmware - experimental, borrowed, and future
jamesdanielv Wrote:
-------------------------------------------------------
> have you considered increasing the buffer?
You mean the serial buffer? Incresing it may lead to overflow, causing the atmega to halt.
by
caru
-
Firmware - experimental, borrowed, and future
BTW, here the new features you will find the experimental branch:
- Each axis now has its configurable acceleration, start speed and max feedrate
- Fixed feedrate bug (now it is calculated in XYZ space), this allows more uniform printing
- Added useful debugging code to make it easier to spot bugs
- Exponential acceleration is no longer supported
by
caru
-
Firmware - experimental, borrowed, and future
Folks! As you may know, we are going to merge the experimental branch of sprinter into the stable branch. So everyone is encouraged to take some time to test it and report the outcome (either successful or not) and bugs here.
To download the experimental branch go here:
by
caru
-
Firmware - experimental, borrowed, and future
è sufficiente usare gli step che avevi impostato per il precedente firmware
Per skeinforge, in italiano non c'è nulla. La miglior guida che tu possa trovare in inglese, scritta dal mitico OhmEye:
by
caru
-
Discussioni generali - NO PROBLEMI DELLA STAMPANTE
The first acceleration in caruKlip was exponential.
However, I think constant acceleration (which produces a speed ramp) is better under many aspects. If you think it's not smooth enough, you can decrease the units_per_sqr_seconds. Doing so will give you a smoother speed ramp.
Currently, though, exponential acceleration is only supported in the master branch of Sprinter, and not in the experime
by
caru
-
Firmware - experimental, borrowed, and future
- le versioni "metric" sono cosi dette perché usano il sistema metrico anziché quello imperiale o cosa???
esatto, prendi la metric
- Hybrid: ossia ibride perché miste tra ... cosa e cos'altro?
ibride perchè l'isolatore fra hot-end ed estrusore è fatta in due diversi materiali plastici, te la consiglio
- Hot-end: all'inizio lo traducevo con un "bello-che-finita", ma ho qualche dubbio...
hot-end
by
caru
-
Discussioni generali - NO PROBLEMI DELLA STAMPANTE
Puoi modificare gli step degli assi direttamente col GCODE, ad esempio:
M92 X80.7 E630.4
Sempre che il tuo firmware lo supporti.
Guida x installare Sprinter:
1)installa arduino
2)metti il firmware in una cartella dentro la cartella "sketchbook"
3)In arduino: File -> sketchbook -> Sprinter
4)Seleziona ATMEGAxxxx sempre dai menu di Arduino e la porta seriale.
5)Digita CTRL+U e Arduino flashe
by
caru
-
Discussioni generali - NO PROBLEMI DELLA STAMPANTE
La mia opinione è completamente diversa, non è per niente una ford T, ma compete per qualità e velocità con la vecchia Mendel, e per le boccole ci sono varie opzioni.
Le parti plastiche sono ridotte, quindi costa meno.
Ci vuole molto meno tempo per assemblarla.
E' più bella perchè è quella che ho io
by
caru
-
Discussioni generali - NO PROBLEMI DELLA STAMPANTE
Io sconsiglierei l'acquisto da mendelparts.
Usa ancora il vecchio e più complesso modello Sells Mendel, ha un'elettronica obsoleta, e il supporto è pessimo. E auguri con i tempi di consegna.
by
caru
-
Discussioni generali - NO PROBLEMI DELLA STAMPANTE
Ciao John, non è per niente difficile costruirsi una reprap. La Prusa Mendel è veramente un gioco da ragazzi da assemblare.
Qui trovi una guida in inglese su come procedere per l'acquisto delle varie parti:
Al limite ti consiglierei l'acquisto di un kit Prusa... al momento credo che li venda solo makergear, ma non sono sicuro. Sono americani, fidati pure di loro, hanno un supporto eccezionale.
by
caru
-
Discussioni generali - NO PROBLEMI DELLA STAMPANTE
Ciao, che tipo di informazione vuoi su Skeinforge?
Certo che ho modificato il firmware, sono uno degli sviluppatori principali di Sprinter insieme a Kliment Non ti preoccupare, non rischi niente.
Sprinter è al momento il firmware che ti permette di andare più veloce, pensa che riesco a muovere gli assi a 450 mm/s. Questo è importante perchè ti permette di lasciare molta meno plastica in giro qua
by
caru
-
Discussioni generali - NO PROBLEMI DELLA STAMPANTE
Le dimensioni del cubo dipendono anche dal backslash e dalla larghezza del perimetro rispetto allo spessore dei livelli.
Io ti consiglio di misurare uno spostamento dell'asse di 10 cm invece che un cubo stampato.
In ogni caso, la formula per calcolare i corretti step/mm è:
step/mm precedenti * mm ideali / mm effettivi
Nel tuo caso:
step/mm precedenti * 30 / 29.95
by
caru
-
Discussioni generali - NO PROBLEMI DELLA STAMPANTE
Cerco di essere un po' più d'aiuto... per l'impianto elettrico ti serve:
- un alimentatore (ottimo l'atx, ma non obbligatorio) minimo 100 W + 100-150 W se hai il letto riscaldato
- come pcb, ramps oppure sanguinololu, cerca su reprap.org e trovi tutte le info... sanguinololu è più economica anche se ancora sperimentale, ma ramps è il meglio al momento credo, e di sicuro è molto ben testata.
- se
by
caru
-
Discussioni generali - NO PROBLEMI DELLA STAMPANTE
Per la lista della spesa cerca l'articolo "Sourcing a 3d Printer" del 10 aprile 2011 nel blog della reprap
Io non solo l'ho realizzata ma contribuisco al firmware
Se hai altri dubbi posta pure.
by
caru
-
Discussioni generali - NO PROBLEMI DELLA STAMPANTE
Ok, so the new firmware name is now Sprinter.
@Traumflug: I will write a wiki page when things get more stable. We are probably going to change the acceleration algorithm soon.
by
caru
-
Firmware - experimental, borrowed, and future
@jv4779: great article! I hope to see more of these comparisons in the future.
BTW, Klimentkip and caruKlip now merged in a new fork, and the firmware is now called Sprinter.
@JohnGilmore: I don't know what you mean by standard firmware, but Sprinter doesn't do any floating point math in interrupt context. So we are obtaining both geometric precision and high max step rates, maybe a little at th
by
caru
-
Firmware - experimental, borrowed, and future
I would just like to inform everyone that I implemented acceleration on Klimentkip firmware.
For more info and videos, you are welcome to visit:
Klimentkip/caruKlip are the same thing at the moment, and they will soon merge in a single fork with a different name.
I will keep you informed about this.
by
caru
-
Firmware - experimental, borrowed, and future
>>Circles may be accurate, but the maths is obviously more complex, as you have to move, well, a circle, a non-straight line.
I didn't look at it yet, but there's a bresenham variation to draw circles:
However I agree with nophead. We cannot afford to have different corners just because they're angled differently with the axes.
by
caru
-
Firmware - experimental, borrowed, and future
Why don't we create a forum where everyone posts their experience with each shop?
Like:
TheReprapShop: ordered a hot end, dispatched one day after order, arrived 15 days later, customer care is prompt and excellent.
I guess that by doing this, some shops will stop treating their customers like numbers... I really have enough of them.
Also, those who are new to Reprap, immediately have an idea
by
caru
-
General
Hello all,
I am building my first reprap, a prusa. I can't describe how much I am enjoying building this printer!
The only thing I ordered for electronics at the moment are the 4 pololu stepper drivers.
I plan to assemble the electronics on a stripboard, but I am not sure which electronics are faster/easier/convenient to build.
I hope you can help me choose a direction.
Thank you, caru.
by
caru
-
Controllers