-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unclear documentation and Z lifts? #8
Comments
I've tried all versions I could find including Makerware version and I still get this problem....hmm I will check my firmware and gcode sender. Update: - On Z lifts (up to the next layer) in the gcode error logs/console it says unknown command E0.000 S0 - I don't see it in the gcode so I don't know how it's a problem. :( |
There are actually a few changes necessary for the gcode to be reprap Joe On Sun, Sep 23, 2012 at 10:44 AM, Laurence Stuart Laycock <
|
That would be great :) - I found the configuration.cc with the commands so I'll take a look. I'm using repetier host too so there might be a bug - but I will check...I will use printrun to take out the chances. I didn't have much problem getting printing it was just this Z lift thing and that was it. |
On that note, I don't know why it'd be dropping into the bed after the Oh and finally, yes, definitely use scons to compile. There are qt creator Joe On Sun, Sep 23, 2012 at 10:49 AM, Joseph Sadusk
|
Thanks so much for the quick replies - much appreciated :) |
I'm fine with comments - I think they are very helpful inded :).. It's just the starting part where it extrudes a little on its own - it's not too much problem though. |
The GUI links to the same libmgl library as the command line, but the Oh and yeah, heh, 0.4 just never got updated. I'll get to that. Joe On Sun, Sep 23, 2012 at 10:57 AM, Laurence Stuart Laycock <
|
Oh that! That's the anchor, on replicators and rep2s it was helpful to Joe On Sun, Sep 23, 2012 at 11:00 AM, Laurence Stuart Laycock <
|
I managed to find out what it was - you see the (d : 8.86) next to some of the lines - the gcode senders I've used don't like the colon - I remember this from when netfabb engine had a comma in the gcode and I had a similar problem... I removed all the colons and it's still printing right now :)... So it seems it's just the colons :).. Cheers Rencio |
Apologies for the slightly false information - it was actually one of the comments though - I'm not 100% though it's one arounnd the layer change... I did this in notepad --- replace '(the letter at start of comment' with ';(the letter at start of comment' so it actually detects it properly as a comment and doesn't read it. I'll send youa pic of this print when it's done :)... It's definitely not doing the plummet on the Z now - 100% :D - so it's the comments - I'm thinking one beginning with 's' as it came up with unknown command 'E0.000 S0' in 2 gcode senders and 2 different firmwares.. |
Interesting, I guess different gcode parsers expect comments in either Joe On Sun, Sep 23, 2012 at 12:33 PM, Laurence Stuart Laycock <
|
I know this isn't really the place to put this but I couldn't find your email soo.. Here was my first print with miracle grue - http://horobox.co.uk/u/Rencio7_1348566576.jpg Here is a comparison with my tweaked settings in kisslicer : - http://horobox.co.uk/u/Rencio7_1348604377.jpg Overall I almost prefer miracle grue's toolpath - it seems more efficient - from what I've seen - I'm going to use it from now on and see if I can tweak it even more.. One thing I really like is the volumetric calibration - I had to make no tweaks at all - except filament diameter - which is nice...usually I have to at least up the flow rate or decrease it - a little with new slicers. I'll update with more photos if you think useful/relevant One more thing - I do all the slicing via the gui - so ye it works :)........ I had a look with Qt at the form/gui in Qt designer - I'd like to tweak it myself and see if I can make more config accessible/tweakable through it - it seems not very hard to do from the variables - although I've never done C++ before... I managed to find where the bracket option for comments was in the code and changed it myself to ; to test... The only real bug I've seen (maybe).... is 1 diagonal line of infill not being filled in on some layers I'll analyse the gcode later. Cheers Laurence |
Settings I'd play with are layerWidthRatio and insetDistanceMultiplier. And yeah, we've put a lot of work into optimizing the toolpath, though Thanks for trying it out! Joe
|
I compiled the latest Miracle-Grue - took me a while to figure out....I wish it was more clear in the first place..
I got qtk sdk but it kept saying stuff about Mesh.cc and Mesh.h in the libthing submodule...
I then read about scon on the mac style of compiling it..
So I downloaded scon for windows and tried scon --gui in cmd in the main folder and :D it compiled.
Knowing I couldn't use the normal gcode with A for the extruder part I eventually found the command
"useEAxis" : true
Which allows me to use Miracle Grue on my Mendelmax 3D printer.
But unfortunately on layer changes the Z axis plummets into the print (a tiny bit) and then up to the next layer height...
I don't really understand what's making it do this from the gcode but here is a snippet at the first layer change..
X4.430 Y-4.120 Z0.254 F1800.000 E5.759 (d: 0.38608)
(infill path, length: 2)
G1 X-4.430 Y-4.120 Z0.254 F1800.000 E5.872 (d: 8.86)
G1 F6000.000 E3.872 (snort)
(Slice 1, 1 Extruder)
(Layer Height: 0.254)
(Layer Width: 0.406)
G1 Z0.508 F1380.000 (move Z)
(insets: 0)
(infills: 0)
(support: 0)
(inset path, length: 5)
G1 X4.430 Y4.430 Z0.508 F9000.000 (move into position)
G1 F6000.000 E5.872 (squirt)
G1 X4.430 Y-4.430 Z0.508 F4800.000 E5.986 (d: 8.86)
G1 X-4.430 Y-4.430 Z0.508 F4800.000 E6.099 (d: 8.86)
G1 X-4.430 Y4.430 Z0.508 F4800.000 E6.213 (d: 8.86)
G1 X4.430 Y4.430 Z0.508 F4800.000 E6.326 (d: 8.86)
(connection path, length: 2)
G1 X4.797 Y4.797 Z0.508 F4800
A list of available config commands would be useful...as I had to search around for them..
This 'Z lift' is almost like the Z lift feature in kisslicer which removes slop theoretically.
But the thing is it goes down instead of up on the first lift.
It would be great if I could remove all of the starting header too as it is just annoying removing it each time - I tried adding my own header in config but it just amends at the top so I think it's hard coded. I'l recompile myself and edit it if it isn't done or optional as I really like the gcode Miracle Grue generates and the coarsness option.
Many thanks and great work :)
Rencio
The text was updated successfully, but these errors were encountered: