mystique
About
- Username
- mystique
- Joined
- Visits
- 12
- Last Active
- Roles
- Member
Comments
-
Looks to be working ! Thank you
-
Okay I can move some stuff , so I use pin 44 what do I need to change in my firmware? Thanks
-
when you say "pin" are you meaning on the arduino or the ramps? I was looking at d5 on the ramps, and are the 44/45/46 the digital pins on the ramps?
-
If I want to use the PWM control for my laser, Do I just need to switch "WRITE(LASER_PIN, (LASER_ON_HIGH ? newIntensity > 199 : newIntensity
-
Changing usb ports fixed it
-
When i use the cnc I switch carriages and the hotend temp sensor is no longer connected.my temp output is: T:-50.88 /0 B:24.03 /0 B@:0 @:0 Here is what i have: #define NUM_EXTRUDER 1 #define MOTHERBOARD 33 #include "pins.h" // ################## ED…
-
Also using the setting under printer settings in repetier host i was able to turn off temperature checking and it stopped showing in the log window and i was able to get the gcode to make it all the way through without error, but i have not been abl…
-
yes is still moves and responds by the display controls just not from the pc
-
It appears to be caused by the reporting of the temperature from the printer to the pc, is there a way to turn off the temp reporting?
-
It is a ATmega2560, connected to my pc and the printer has a 250w supply of its own. Yes i have a display on it
-
that works, thanks
-
this was the last thing before it stopped: ok 678 N684 M117 ETE 33m 58s*73 ok 679 N685 G1 X84.033 Y34.686 F600*113 And then it just stops moving and the cutter keeps spinning, and i have to do a E-stop on it
-
I tried that and it is still happening, I took the boards apart and made sure there was not shorts on the sd detect pins, i turned of sd support and set the pins to -1, im at a loss here? Also how do i get the bed leveling correction to be used whe…
-
Is there a command to check the status of the jam sensor/marker?
-
Good: 3 point leveling 09:03:37.851 : N25 M322*23 09:03:37.851 : N26 G28*39 09:03:37.851 : N27 G32 S2*108 09:03:37.851 : N28 G1 X110 Y125 Z5 F5000*57 09:03:37.851 : Info:Autolevel matrix reset 09:03:47.305 : X:-27.00 Y:0.00 Z:247.895 E:0.0000 09:04:…
-
Here is what i have from in repitier
-
would that fix the problem, i only have a singnle nozzle (mixing)? in theory yes it has a -25 offset from the probe but it seems like the nozzle would be the reference location
-
I have recompiled and downloaded many times and my z probe height is 3 and it works fine but as soon as i change only the repetition number to a value bigger than 1 it has the problem where it tries to go to a z of 250 in between probes rather than…