G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 X-240 Y-240 F3000 ; move quickly to X and Y axis endstops and stop there (first pass)
G1 H2 X5 Y5 F6000 ; go back a few mm
G1 H1 X-240 Y-240 F240
G1 H2 X20 Y60 F6000
G1 H1 Z-265 F240 ; move Z down stopping at the endstop
G90 ; absolute positioning
G92 Z0 ; set Z position to axis minimum (you may want to adjust this)
; Uncomment the following lines to lift Z after probing
G91 ; relative positioning
G1 Z5 F100 ; lift Z relative to current position
G90 ; absolute positioning
Posts made by dmkmedia
-
RE: inferred z-probe not working after messed up config and update
-
inferred z-probe not working after messed up config and update
i messed up my SD card so lost all my config
now i need to get my z probe working and i cant seem to get it to see the bed now
it is detecting as i can see the red light on the probe light up on the dashboard of the software it showing zprobe 0 when it gets near anything it will go up to 530 so its is detecting and software picking it up ....
the z just doesn't stopbut in the config i cant get the gcode right
its an inferred detector connected to the zprobe port next to screen socket where its always been and always worked before i screwed up my SD card with the settings on. below is my config
i remember you used to be able to see the z probe active live now that seems to have been removed in Duet Web Control 3.3.0 so i cant even see if it triggers so i have to do a bed level each time to see if it works all attempts failed so far; Endstops M574 X1 S1 P"xstop" ; configure active-high endstop for low end on X via pin xstop M574 Y1 S1 P"ystop" ; configure active-high endstop for low end on Y via pin ystop M574 Z0 P"nil" ; no Z endstop switch, free up Z endstop input ; Z-Probe M558 P1 C"zprobe.in" H5 F120 T6000 ; set Z probe type to unmodulated and the dive height + speeds G31 P500 X0 Y0 Z2.5 ; set Z probe trigger value, offset and trigger
-
M977:inaplication programming binary iap4enot found
i inserted my sd card in to my pc and its now corrupt i had to reformat i used the config tool copied files over try to update firmware and the files upload it says do i want to upgrade to version 3 as i am on 2.04 i say yes
then it tries nut give an error
M977:inaplication programming binary iap4enot found -
beg.g compaining please help
im trying to set my bed.g file and it keeps saying points 0 to 3 must be clcokwise and the p4 should be near centre but they are
M561 ; clear any bed transform ; Probe the bed at 4 points G30 P0 X0 Y35 H0 Z-99999 G30 P1 X195 Y35 H0 Z-99999 G30 P2 X195 Y220 H0 Z-99999 G30 P3 X0 Y220 H0 Z-99999 G30 P4 X80 Y120 H0 Z-99999 S G29 M374 M375
my sensor is off to the right and forward a little so i have to use these values to scan the max area pos
-
stepper motors on z axis going in opposite directions
I know I have one of my motors wired incorrectly but not sure what wires to swap around.
one motor goes up and the other goes down.
I had to replace my plugs on my steppers and now I messed up the cabling
-
RE: my delta printer seems to have a mind of its own
Could it be the tower is too tall at 1000mm
-
RE: my delta printer seems to have a mind of its own
@dc42 as per config file above
M350 X16 Y16 Z16 I1
M350 E8 ; Configure microstepping with interpolation -
RE: my delta printer seems to have a mind of its own
@adavidm it measures a hit when it's sitting still on and off.
-
RE: my delta printer seems to have a mind of its own
@danal said in my delta printer seems to have a mind of its own:
The effector IS tilting. It is very clear when the video is played several times. This indicates a problem with the mechanics. Nothing will work until this is cleared up.
Please post a photo of the carriages. There is one very blurry frame where the carriages show... and there seems to be no sign of the carriage adapters. They are the rectangular things in this photo.
They are not fitted as they would not fit to the carriages so I printed one with the measurements on the site with one that would fit
-
RE: my delta printer seems to have a mind of its own
@dc42 said in my delta printer seems to have a mind of its own:
It sounds like one of the carriages doesn't always reach the endstop. See this bit of the FAQ page
they do hit the endstops and i have watched them connect i click go to home repeatedly and it still does it until a turn it off and back on then all is ok. until the next time, it starts to do it
I have now set the M558
M558 P5 R0.5 H30 F1200 T6000
and still it fails to touch the bed on some of the tries here is a video i start at
X,0 Y,0 Z,0
as shown on the video
https://youtu.be/01zD6HJANLA
at 39 seconds is the one where it goes nowhere near the bedbut its totally random the one after this it didn't touch in 3 places
-
my delta printer seems to have a mind of its own
I have a Kossel XXL delta and I have been trying to get it right for over a week now
but it seems to have a mind of its ownthe auto delta calibration won't touch the bed no matter what I set it I now have my Z set to -5 but it still won't go down. the endstop hit just says yes most of the time.
also, the home all option sometimes works then sometimes find the end stops lowers down then shoots off 20mm or so in one direction.
i just can't get it to print anything correctly. if i do manage to get a level and start a print something always messes it up whether it be it starts printing off center or it just doesn't touch the bed. and once it just stopped and stabbed my print.
it seems to have a mind if its own noting is constantSoftware Information
Firmware Name: RepRapFirmware for Duet 2 WiFi/Ethernet
Firmware Electronics: Duet WiFi 1.02 or later
Firmware Version: 2.01(RTOS) (2018-07-26b2)
WiFi Server Version: 1.21
Web Interface Version: 1.21.2-dc42Config.g
*; generated by RepRapFirmware Configuration Tool on Thu Jul 19 2018 15:05:44 GMT+0100 (British Summer Time)
; General preferences
G90 ; Send absolute coordinates...
M83 ; ...but relative extruder moves
M555 P1 ; Set firmware compatibility to look like RepRapFirmare;*** The homed height is deliberately set too high in the following - you will adjust it during calibration.
M665 R200 L400.30 B120 H413 ; Set delta radius, diagonal rod length, printable radius and homed height
M666 X-10 Y-7 Z-10 ; Put your endstop adjustments here, or let auto calibration find them; Network
M550 PDelta Printer ; Set machine name
M552 S1 ; Enable network
;*** Access point is configured manually via M587
M586 P0 S1 ; Enable HTTP
M586 P1 S0 ; Disable FTP
M586 P2 S0 ; Disable Telnet; Drives
M569 P0 S1 ; Drive 0 goes forwards
M569 P1 S1 ; Drive 1 goes forwards
M569 P2 S1 ; Drive 2 goes forwards
M569 P3 S0 ; Drive 3 goes forwards
M350 X16 Y16 Z16 I1
M350 E8 ; Configure microstepping with interpolation
M92 X80 Y80 Z80 E1900 ; Set steps per mm
M566 X1000 Y1000 Z1000 E6 ; Set maximum instantaneous speed changes (mm/min)
M203 X18000 Y18000 Z18000 E2400 ; Set maximum speeds (mm/min)
M201 X1800 Y1800 Z50 E50 ; Set accelerations (mm/s^2)
M906 X1200 Y800 Z800 E400 I30 ; Set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout
M579 X0.966 Y0.978; Axis Limits
M208 Z-5 S1 ; Set minimum Z; Endstops
M574 X2 Y2 Z2 S0 ; Set active high endstops; Z-Probe
M558 P5 R0.5 H5 F1200 T6000 ; Set Z probe type to effector and the dive height + speeds
G31 P100 X0 Y0 Z-0.256 ; Set Z probe trigger value, offset and trigger height
M557 R140 S20 ; Define mesh grid; Heaters
M305 P0 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 0
M143 H0 S120 ; Set temperature limit for heater 0 to 120C
M305 P1 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 1
M143 H1 S300 ; Set temperature limit for heater 1 to 300C; Fans
M106 P0 S1 I0 F500 H-0 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 S1 I0 F500 H1 T45 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P2 S1 I0 F500 H1 T45 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned on; Tools
M563 P0 D0 H1 ; Define tool 0
G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C; Automatic power saving
M911 S22 R23 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; Set voltage thresholds and actions to run on power loss; Custom settings are not configured*
Bed.g
; bed.g
; called to perform automatic delta calibration via G32
;
; generated by RepRapFirmware Configuration Tool on Thu Jul 19 2018 15:05:44 GMT+0100 (British Summer Time)
M561 ; clear any bed transform
; Probe the bed at 3 peripheral and 0 halfway points, and perform 3-factor auto compensation
; Before running this, you should have set up your Z-probe trigger height to suit your build, in the G31 command in config.g.
G30 P0 X0 Y110 H0 Z-99999
G30 P1 X0 Y-110 H0 Z-99999
G30 P2 X110 Y0 H0 Z-99999
G30 P3 X-110 Y0 H0 Z-99999
G30 P4 X-90 Y20 H0 Z-99999
G30 P5 X-90 Y20 H0 Z-99999
G30 P0 X0 Y0 H0 Z-99999 S6
; Use S-1 for measurements only, without calculations. Use S4 for endstop heights and Z-height only. Use S6 for full 6 factors
; If your Z probe has significantly different trigger heights depending on XY position, adjust the H parameters in the G30 commands accordingly. The value of each H parameter should be (trigger height at that XY position) - (trigger height at centre of bed) -
RE: prints coming out slightly too small delta printer
@dc42 said in prints coming out slightly too small delta printer:
M579
ok so if i am 4mm too big X and 1mm too big in Y
how should the M579 Look -
prints coming out slightly too small delta printer
I did a test print of a 20mm cube and it was 20 mm but when I go bigger a 150 mm circle is 145mm
I'm seeing all kinds of size problems but they are only a few mm out
how can i sort this outmy stepper motors are
Product Name : Stepper Motor
Model No. : 57HS5125A4
Frame Size : 57 x 57mm (Nema 23)
Step Angle : 1.8
Rated Current : 2.5A
[https://www.amazon.co.uk/gp/product/B074CT44Z6](link url)my motor config is
; Drives
M569 P0 S1 ; Drive 0 goes forwards
M569 P1 S1 ; Drive 1 goes forwards
M569 P2 S1 ; Drive 2 goes forwards
M569 P3 S0 ; Drive 3 goes forwards
M350 X16 Y16 Z16 I1
M350 E8 ; Configure microstepping with interpolation
M92 X80 Y80 Z80 E1900 ; Set steps per mm
M566 X1200 Y1200 Z1200 E6 ; Set maximum instantaneous speed changes (mm/min)
M203 X18000 Y18000 Z18000 E2400 ; Set maximum speeds (mm/min)
M201 X1000 Y1000 Z100 E100 ; Set accelerations (mm/s^2)
M906 X1200 Y800 Z800 E400 I30 ; Set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout -
my printer just decided to kill my print
i was printing a basic print on my delta printer and after about 20% it just stabbed my print and was pushing down on it lucky i was there or it could have caused more damage than just a print image below shows where it killed it with the hot end also it seemed once it finished the layer before the next one it seemed to go down as it started scraping before it stabbed it
-
how to enable baby stepping in the - axis
i just set up a new delta printer and when i click baby stepping in the - axis it wont go lower than 0 how do i enable it
-
Gaps in printing on Delta Printer Z axis
I just finished my printer and did a test print all seems ok size was correct but I'm getting this on the Z-Axis
this is a custom delta colossal xxl printer -
firmware 2.01 wont install on duet wifi
i have updated the wifi and the web interface but the firmware won't install here is what i have at this moment
Firmware Name: RepRapFirmware for Duet WiFi
Firmware Electronics: Duet WiFi 1.0
Firmware Version: 1.20 (2017-12-23)
WiFi Server Version: 1.21
Web Interface Version: 1.21.2-dc42when i try to upload it i get
M997 S0
Error: M997: Firmware binary "DuetWiFiFirmware.bin" is not valid for this electronics -
RE: heated bed not turning on
yes it is i just fitted a new board i had spare and it all works now