Hi Dave, thanks for the elaboration. I realize it is my problem, not OpenScad's. I was just interested in methods of others. Your tip to work wit a tolerance variable is great. I will start to use that in my next designs. Thnks Thomasby Replace - OpenSCAD
The OpenScad difference () function is so important, that I can not make nice things without. However, when I use the difference () to create to parts that fit into each other, they will never fit after printing. Example, difference a small cube from a large cube, print them both, they will not fit. I need to print the small cube approx 1mm smaller for a nice tight fit. I calculate these probleby Replace - OpenSCAD
Ahh.. the backup it makes before rendering ? Never thought of that. I will check THANKSby Replace - OpenSCAD
I am not sure what the wipe (when extracting) excactly does. It seems a anti droop measure, but does not specify where to mover the nozzle.. however, I would like to move the nozzle to home position after every layer, to resume after that, just as I would pause, home, resume... which gives the excact repositioning on the layer where the nozzle is supposed tobe, even when a step has missed in preby Replace - Slic3r
The red X does not appear when recursive modules are written.....by Replace - OpenSCAD
Hmm, I agree that it is my fault and my fault only, to make a programming error. This makes me human , fortuntely, and not a program without errors However, why build in a detection routine for recursive programming, marking them even RED, if this does only inform me that I have hit the end-of-the-world button for both Openscad, as my running MAC ? I agree that when the oil warning light oby Replace - OpenSCAD
What should the proper recursion detection routine do ? I made a small error, calling a module recursve, which gave me 4 messages in the concole after which the program went into hangup, as did my mac ... out of memory. Thus, al my last programming was lost after killing the OpenScad...... Should the detection routine not stop rendering and gve control back to me ? Thomasby Replace - OpenSCAD
Ook mijn verhaal hierboven is achterhaald. Ik print nu op glas rechtstreeks op 3DLAC. Prima spul. Thomasby Replace - Warmtebed en Printbed
So... the request would be to build a configurable confirmation popup ;-) Yes for me and the TS, not for the restby Replace - OpenSCAD
QuoteFrançois Delègue But why a pre-moderated forum? That makes things longer… If really needed it could be post-moderated. I do not understand this comment. Please elaborate . I will try to get a Mashlab, to act on your other tips. Thnks Thomsby Replace - OpenSCAD
In de Repetier groep vroeg ik naar de mogelijkheid van het detecteren dat de filament op is en dan de repetier host te laten pauzeren. Het antwoord is om dat met de 'jam sensor' te doen, die experimenteel aanwezig is... zie GitHub. nou ben ik geen github held, dus ik kan het niet vinden. De vraag is dus waar die Jam sensor zou moeten zitten. een endstop achtige sensor of zelfs een microswitchby Replace - Electronica
I am trying to difference 2 objects from each other. The f5 will do ok, but the f6 will error: Compiling design (CSG Tree generation)... Rendering Polygon Mesh using CGAL... ERROR: CGAL error in CGAL_Nef_polyhedron3(): CGAL ERROR: assertion violation! Expr: pe_prev->is_border() || !internal:lane_constructor::get_plane(pe_prev->facet(),pe_prev->facet()->plane()).is_degenerate() File:by Replace - OpenSCAD
Een ding weet ik wel.... ik had die Mk8 véél eerder moeten aanschaffen :-)by Replace - Software
Sounds promising. Is the jam detector function somewhere documented ?by Replace - Repetier
I was looking at the new Makerbot v5 and saw that the smart extruder has a filament-out sensor that pauses the print. Could we do such thing in the Firmware, or the host ? For instance by guiding the filament through a light barrier which gives a 'high' signal to any pin at the ramps (or Arduino) when the light comes through due to filament out, after which the firmware, or the host program issby Replace - Repetier
Het zijn simpele functies. En er is een perfecte help/handleiding op het web. Daar kan je met knip en plak alle functies vandaan halen. Juist met een schuifmaat en meetlat heel simpel in te zetten bij het repareren van gebroken parts. Ik doe dat continue. Kijk maar eens in mijn blog, alles wat ik daar laat zien is met OpenScad gedaan :-) www.3Daybreaker.blogspot.com Thomasby Replace - Software
100 steps per mm with 1/16 microstepping Ik gebruik repetier, maar die heeft dezelfde parameter en 100 is precies goed (Dat kreeg ik door van de Repetier user.)by Replace - Software
I can not help you with that, but if you are interested in the contour per layer, you can prototype the gcode through PrintRun . There is a screen in which you can advance layer by layer to se each contour in top view. Maybe that helps ?by Replace - Slic3r
Met een nieuwe nozzle, print ik nu al een uur of 3 zonder problemen. Alleen de nozzle vervangen, niks van daarboven. Misschien inderdaad iets van vervuiling.by Replace - Extruder, Hotend en Filament
hmm... ik zal de nozzle eens vervangen ......by Replace - Extruder, Hotend en Filament
Thanks. I made it 6000 and it works fine nowby Replace - Repetier
Ik heb mijn Orca omgebouwd naar een Mk8 extruder met daaronder een e3d like hotend. Vandaag de eerste test print gemaakt. De eerste lagen zijn mooi strak, maar na een tijdje gaat hij verstopen. Zo erg zelfs dat de stappenmotor het niet trekt. Die slaat over. (De filament gaat dus niet slippen, dus die Mk8 heeft hem stevig vast :-) Nu komt het rare: Als ik in mijn v10 horend (van Camiel) eenby Replace - Extruder, Hotend en Filament
Ahhh.. it's in the HOST. I was searching the firmware. Sorry. What is a reasonable speed per min ?by Replace - Repetier
This is an old question, but I never updated the code. Currently I am, because I rebuilt the Orca with Mk8 extruder and e3d. However, I can not locate the "Travel Feedrate" parameter. Am I misinterpretating ? How much 'first one' is it ? is it in Configuration.h or in Printer.h ? Please let me know a bit more specific ? Thomasby Replace - Repetier
Thanks, I'l start with that :-)by Replace - Repetier
Hi, I am rebuilding my Orca v4x to use an Mk8 Extruder, as below has anybody experience with this one, especially the revs per mm filament setting in the code for a nema 17 driver? What works for you ? Thomasby Replace - Repetier
I am also forced to use the red -x- often due to thick fingers :-( So yes, the confirmation popup for rendering would be nice !by Replace - OpenSCAD
Sorry for my mistake, yes I am using Repetier a firmware (and Repetier host on runtime). I wil do some testing with the after editting of the pause function, while waiting for Slic3r to build this featureby Replace - Slic3r
I am running the Repetier Host. When I have the object in mind, I kind of know where I would like to change the color. So I want some help to initiate the pause (including the home) baed on the side view of the object. Also, I want to have it done autonome, so it will even pause when I am not in the nabourhood. On a 6 hour print, the color change for the last 2 minutes is easily missed.....by Replace - Slic3r
Is there a way to influence the Repetier Host's calculation ? I have the same problem. Repetier states that the print will take 2 hours, as it actually is 3 or more...... way more than 20% So my local variables are not taken into the calculations right. Can I add a percentage to a repetier of Slic3r parameter to fix this after calibration prints ?by Replace - Slic3r