Avac
About
- Username
- Avac
- Joined
- Visits
- 100
- Last Active
- Roles
- Member
Comments
-
THANKSSSSSSSSS
-
Tree 1.0.x also works well for me. I suggest trying 1.0.6 first because it is not a beta unlike the 1.5.X. Also, it is the newest of the 1.0.X tree.
-
1.6.5 worked for my Mac, but not my PC, it's strange. Any of the 1.5.x should work, but make sure you have any hardware add-ons (for example, sanguino)
-
Use 1.5.x tree, works much better
-
It seems as if the mixed command doesn't work only when applying a skirt/brim/raft. Also, it appears that turning ping pong on fixes the problem Is it because the mixed G0 command took some time?
-
Do you have a solution for this? And also, will turning on ping pong help? (I have a Mac)
-
When I send manual commands/controls, I always pause before I do so, so I am not sure if it works. I'd rather add an @pause because it is easier, and I can clean off extra molten filament. Isn't G0 the command to go straight to the point? When I add…
-
That makes sense if I am interpreting it correct, but why does @pause make everything work?
-
On newer Mac versions deleting the plist is not a solution as OS X will restore old content from cache, Use instead defaults delete repetier.Repetier-Host-Macto start with fresh settings. Had the same issue, pasting this into terminal did the trick
-
Ok, this is strange...This is my g-code: ;Basic settings: Layer height: 0.2 Walls: 0.8 Fill: 20;Print time: 6 minutes;Filament used: 0.52m 1.0g;Filament cost: NoneG21 ;metric valuesG90 ;absolute positioningM82 ;set extruder to a…
-
I am just making a new line with M114 in the G-code. This doesn't work, but if I pause the print, and type M114 manually, it works. Is there someway to put this into the starting g-code and where?
-
Repetier host doesn't change Z to 15 even though the g-code tells it to, and the firmware also says Z15. I tried adding M114 in pretty much all spots and Repetier host still displays .3 (height of first layer)
-
Ok, I have narrowed the problems down, I don't know why, but Repetier-Host is not reading the Z0.300: ;LAYER:0M107G0 F7800 X98.985 Y89.214 Z0.300 Also, is there a way to stop Repetier-Host from inserting a temperature command and instead, manually i…
-
The g-code displayed when I print starts with:M190 S70.000000M109 S190.000000 (not start g-code) ;Sliced at: Sun 28-02-2016 17:42:27;Basic settings: Layer height: 0.2 Walls: 0.8 Fill: 20;Print time: 17 minutes;Filament used: 1.282m 3.0g;Filament…
-
My printer always heats up before doing anything (such as homing). Does anyone know the melting temperature of a bed made of Bakelite, aluminum, PCB, glass?
-
I am using Cura separately, is that a problem?
-
Ok, I typed G1 Z0 at the end of the g-code, it works, but because I forgot that it was the beginning g-code, all it did was go up, then down. Then I tried sending an M114 at the end, that didn't work, so I just got rid of the G1 Z15... working, but …
-
I am leaning towards writing a new line of g-code to lower the head by 15 mm. What and where would I write it?
-
Basically the rest was describing what happens if I don't home x any y before any job. After I home all, I need to home x and y again.
-
Well, I found one solution, just home x and y once, then I can screw around with the manual controls. If the firmware moves the extruder head out of the way to protect it and it screws up the position, type M114. Best solution I came up with for now.
-
Could it be that the extruder moves to the corner of the bed that messes up the dimension? I still can't get this fixed.
-
Clarifying the last post, If I home and don't type M114, then pressing the move 100 x axis results in the extruder moving from -35 to 65, and repetier host saying its at 100. If I do type M114, then pressing the move 100 along the x axis results in …
-
Ignore the last two posts, when I home, it goes to the edge of the board which is 0,0 (M114) The endstops are at -35, and -10. I have x min set as -35, y min set as -10, and bed front and bed left set to 0. Suppose I move x 100mm to the right, repet…
-
What I don't understand is, is the LCD UI displaying the firmware or the host, because sometimes it is displaying 0,0, other times it is displaying 35,10. I can home all with the UI. I am not sure how host homing, UI homing, and the set home affects…
-
By homing, do you mean the moving to the x and y and stops or just pressing the home all button (home all results in the pressing of the end stops, then moving to the corner of the bed. How do I send a M114? How do I set the bed offset difference to…
-
But then sometimes it displays the corner of the bed as 10, 35...Also I cannot upload anything to my printer, I get an error message: avrdude: stk500_getsync(): not in sync: resp=0x49
-
What's strange is that on the LCD I have, it displays the corner of the bed as 0,0
-
And also, could I move the x and y to 0,0 manually? I'm still figuring out Repetier
-
What I mean by changing the firmware is how do I get the firmware not to move the x and y to the corner of the bed after it presses the end stop.
-
Ok, I see, I might not feel like messing with the firmware so I guess i'll just move it to 0,0 manually, but if I do, how would I change it in the firmware? If the firmware came preinstalled, do I need to install a boot loader? In the dimensions tab…