Your Duet rejected the HTTP request: page not found
-
; bed.g
; called to perform automatic bed compensation via G32
;
; generated by RepRapFirmware Configuration Tool on Sun Oct 28 2018 16:32:40 GMT-0700 (Pacific Daylight Time)
M561 ; clear any bed transform
; Probe the bed at 4 points
G30 P0 X15 Y15 H0 Z-99999
G30 P1 X15 Y239 H0 Z-99999
G30 P2 X215 Y239 H0 Z-99999
G30 P3 X215 Y15 H0 Z-99999 S -
I dont have m584 in my config.g anywhere
-
anyone around?
-
anyone home?
-
The link provided above lists the requirements for getting the leveling to work.
As I said, the motors will need to be connected to separate drivers.
The bed.g you just posted will not work, because you do not have a Z probe. The best you can do is tilt correction of the X axis to keep the Z motors aligned properly. To do anything more will require an actual Z probe.
-
Sorry bud but I dont understand what you are telling me to do
-
as i mentioned there is no m584 in my config.g
-
Ya that link makes zero sense to me since i dont see those codes in my config.g
-
Can anyone just create the proper config.g for me this is taking way too long
-
ive read the links and nothing seems to be working
-
ive uploaded the .g files
does anyone see what I am doing wrong? -
This is insane How long this is taking!
-
When will you offering phone support?
-
is anyone therre?
-
Perhaps I can skype with support?
-
@sleepless we do not offer phone support. We are trying to help you resolve the issues. There are a huge number of 3D printers out there, your Robo R1 is not something we have any experience on and appears to have some weird features (such as two endstops under the bed??).
We are trying to work though it step by step with you.
-
I have uploaded pics of the endstops for you and my codes. what seems to be wrong with the code? What am I doing wrong? As i mentioned before you have please give me a direct answer and not a link to documentation. The links arent always clear and have left me even more confused.
-
Let me know which of my answers isnt fully answered and I will try to make it more clear.
-
@dc42 I have gone through this but there wasnt a troubleshooting section on what to do if the z axis doesnt stop. So if my print head crashes and i turn the printer off, now what do I need to do to fix this?
-
reading back through everything yet again. I think mode 8 will be best since it involves mode 5 and seems to offer more control but there wasnt much information so I was wondering what you thought?
Mode 4
The trigger signal is read from the E0 endstop circuit. You can choose whether the signal is high or low when triggered. In firmware 1.15 and earlier this is done by using M574 E0 S1 to select active high, or M574 E0 S0 to select active low. In firmware 1.16 and later, use I1 in the M558 command to select active low, otherwise it defaults to active high. The device connected to the E0 STP pin must be able to sink 1.5mA for the Duet 2 WiFi and Duet 2 Ethernet, 0.3mA for the Duet 2 Maestro, or 2.1mA for the Duet 0.6 or 0.8.5.Mode 5
A switch or digital output device connected between the IN and GND terminals of the Z probe connector. Similar to mode 4 except that the Z probe connector is used. The input must be active high when triggered, or in firmware 1.16 and later you can use the I1 parameter in the M558 command to select active low. The only pullup resistor is the 100K nominal pullup in the microcontroller so the sink current requirement is tiny.