@phaedrux
For some reason I can't post the M122 results without being flagged for spam
![](/assets/uploads/system/avatar-default.png?v=1521803371351)
Best posts made by AZERATE
-
RE: Z map with no probe
-
RE: Z map with no probe
@phaedrux
Thanks for the response. The switch is indeed being used as an endstop for Z and is mounted to the frame. If I delete the G30 command that should get rid of the Z Map commands from popping up, right? -
Z map with no probe
Hello all. Long time listener, first time caller.
I used several Duets on multiple machines over the years, but this one is perplexing.
I'm doing a new build which is a hybrid of all FDM machines I've used, so I used the files for my older Duet Wifi to base my setup off of. However, the older machine uses a IR probe, and my new build uses a standard limit switch. Whenever I try to Home Z on either web interface or PanelDue, it instantnly goes to the Z map command screen when I thought I've already gotten rid of such commands in config.g. Also, the Z only moves a maximum of maybe 5mm before refusing commands without error codes.I can find Height Map still existing in the Settings>General>Plugins on the web interface, but I can't seem to delete it. Meanwhile, homez.g has a G30 quoting Probe.
I'm best at mechanical builds, but this firmware stuff is really sticking it to me. Any Help?
Thank you in advance. -
RE: Z map with no probe
I want to thank you all very much. I ended up deleting everything related to probe and G30 and now while Z motion homes rrrreeeaaallllyyyyy slow, I was able to make some calibration prints to dial in the machine.
This is a great community and I appreciate you time!
Latest posts made by AZERATE
-
RE: Duet no longer responsive
Everything seems to be fixed at least for now.
I turned the machine and disconnected the Panel. connected to USB then loaded Yat. Wifi errors continued for several tries until it stuck. I'm assuming every other attempt was at the moment the board was cycling fault codes, but YAT only showed me once on this attempt.Thanks for everyone's help. Sorry if I wasted time, but it took me over 6 hours to get this guy connected again.
-
RE: Duet no longer responsive
@dc42 While it connected via USB, no. It did not respond in YAT.
It behaves normal until the Panel reports the WIFI module being idle. After which, it's a brick.
-
RE: Duet no longer responsive
Alright so this is where I'm at:
Blue WIFI light is constantly blinking still. When I try to connect to YAT or Repetier to update the WIFI password, no dice. Nothing saves. In Repetier, all I get back are "x" Commands waiting with no response. If I add 3 codes, it says 3 waiting, if that makes sense.Literally the only thing that has changed since successfully printing yesterday is I changed the name of the old WIFI login, and just need the Duet to get updated with the new password. But it seems I cant get control if it in any way.
-
RE: Duet no longer responsive
@alankilian well I went ahead and formatted the SD card, then reloaded the firmware and I got it to begin to behave normal, but the Wifi dongle kept flashing and the Panel was giving me the same WIFI error message over and over "Could not connect". I then tried to heat my bed and print standalone then everything froze, and Im back to square 1.
-
RE: Duet no longer responsive
Checked LEDs and connected via USB without panel on and I still get nothing...can't even home motors. However, as inspecting I noticed the Wifi light is not on. Plus, when connected to Repetier, any commands given times out, and no icon for bed heater appears.
-
Duet no longer responsive
Hey all,
I got a new internet service set up yesterday and I was printing away using the Panel. I connected once with the web interface to make sure everything transitioned smooth, and all was good in the hood. But now when I turned my machine on this morning, the panel simply says "connecting" and the console via Panel does nothing. When I tried to go into the web interface, it also no longer connects. Seems like my machine is dead in the water.
Any help? -
RE: Z map with no probe
I want to thank you all very much. I ended up deleting everything related to probe and G30 and now while Z motion homes rrrreeeaaallllyyyyy slow, I was able to make some calibration prints to dial in the machine.
This is a great community and I appreciate you time!
-
RE: Z map with no probe
No. I simply copied the files from the other printer with Quad Z and uploaded to this machine, then tweaked as I went.
-
RE: Z map with no probe
@fcwilt
That is correct. I suppose I should go down the list real quick.
Duet Wifi (bought less than a year ago)
Duex to expand for 4 Z motors
PanelDue 7iI'm basically finishing the build from another printer that uses the same electronics, and have just been modifying the files piece by piece to make it reflect this particular machine (e.g. this machine is a single extruder, non-Core XY, no probe, etc.) Hope that clears it up a little.
-
RE: Z map with no probe
No movement from any of the commands. here's my config.g
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Communications ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Disable debugging output. M111 S0 ;; Machine name, which will be displayed on the LCD screen. Please note that ;; this setting does not change the name of your printer as seen by your WiFi ;; router, as this setting is stored on the WiFi chip. M550 PIcarus ;; Set the IP address of the printer. '0.0.0.0' means the printer should use ;; the DHCP server on your WiFi router to get an IP address. In most cases, ;; this will work without any trouble. If this does not work and you do not ;; have control over the network you are trying to use, contact your system ;; administrator for assistance. M552 P0.0.0.0 ;; Set the netmask. '255.255.255.0' is the correct setting for most cases. ;; If this doesn't work for you and you don't have control of your network, ;; contact your system administrator for assistance. M553 P255.255.255.0 ;; Use Marlin-like output for GCode responses. If you use an alternative host ;; to control your Horizon H1, select "Marlin" for the firmware type. M555 P2 ;; For LCD Screen (PanelDue): Require checksums (S1) and set the serial port ;; to 57600 baud. M575 P1 B57600 S1 ;; Set the password for all external interfaces into the machine such as the ;; web interface, telnet, etc. The default password is "printit". To override, ;; issue M551 P<your password without spaces or special characters> and then ;; issue M500 to save your changes. M551 Pprintit ;; Enable the WiFi chip on the board. This command will cause the WiFi chip ;; to connect to its configured network (if set and the network is responsive). ;; If the network cannot be reached or no network has been ;; configured yet, this command will create a WiFi hotspot ;; named "Duet Wifi." You can connect to this access point ;; and configure your Horizon H1. After connecting to the "Duet WiFi" network, ;; go to http://192.168.1.1 and follow the instructions. M552 S1 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Motion configuration ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Configure drive mapping for Z. Z uses four stepper motors moving together, ;; connected to drives 5, 6, 7 and 8 on the Duex2 expansion board. ;; In clockwise order from the front of the machine, drive 5 is the back right ;; motor, 6 is the front right motor, 7 is the front left motor and 8 is the ;; back left motor. M584 Z5:6:7:8 ;; Endstop configuration. ;; We home the machine at X,Y min (X1 Y1) using mechanical endstops. ;; Z has a max endstop (Z1). ;; We use normally-closed switches (S1). M574 X1 Y1 Z1 S1 ;; Obey build volume dimensions by default. M564 S1 ;; Set units to millimeters. G21 ;; Use absolute coordinates. G90 ;; Set minimum travel (S1) for each axis. ;; (-22.5, 0, 0) is the homing position for the Horizon H1. M208 X0 Y0 Z0 S1 ;; Set the build volume to 355 mm x 240 mm x 248 mm. M208 X255 Y240 Z177 ;; Set drive directions. All steppers are connected to the board in the same ;; orientation at the factory. The firmware defines the proper step direction ;; for each motor. ;; X motor goes forward M569 P0 S1 ;; Y motor goes backward M569 P1 S0 ;; Z motor goes forward M569 P2 S1 ;; Extruder (E0) motor goes forward M569 P3 S0 ;; Set motor currents for X, Y, Z and extruder (E0) in milliamps. ;; We use a 100% idle current (I1) so that the motors remain locked once ;; enabled. ;; We set Z separately from the rest to ensure it is set correctly despite our ;; mapping of the Z drives. M906 X1400 Y1400 E950 I100 M906 Z1400 ;; Define steps per millimeter for X, Y Z and extruder (E0). M92 X80 Y80 Z160 E277.6 ;; Set acceleration in mm/s^2 for X, Y Z and extruder (E0). M201 X5000 Y5000 Z2000 E10000 ;; Set the maximum speed in mm/min for X, Y, Z and extruder (E0). ;; X, Y at 30000 mm/min = 500 mm/s ;; Z at 240 mm/min = 4 mm/s ;; E at 2000 mm/min = 33 mm/s M203 X30000 Y30000 Z2000 E2000 ;; Set the maximum standing start ("jerk") speed in mm/min for X, Y, Z and ;; extruder (E0). ;; X, Y at 1800 mm/min = 30 mm/s ;; Z at 150 mm/min = 2.5 mm/s ;; E at 30 mm/min = 0.5 mm/s M566 X1800 Y1800 Z150 E30 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Heater and Thermistor Configuration ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Set the maximum HotEnd temperature to 290C. ;; Reaching 300C or above WILL damage the thermistor in your E3D v6! M143 S290 ;; Bed thermistor configuration for the Cantherm MF52A1104F4150 thermistor ;; on Calidum HALE 8" x 8" 12v heat bed. ;; Datasheet URL: http://www.cantherm.com/media/productPDF/cantherm_mf52_1.pdf M305 P0 T100000 B4150 R4700 H0 L0 ;; Extruders (E0) - E3D v6 thermistor configuration for the Semitec ;; 104GT-2 thermistor. ;; Datasheet URL: http://www.atcsemitec.co.uk/gt-2-glass-thermistors.html ;; E3D Wiki page listing the recommended B and C values: ;; https://wiki.e3d-online.com/wiki/E3D-v6_Assembly M305 P1 T100000 B4725 C7.06e-8 R4700 H0 L0 ;; Give extruder 3 minutes to reach the target temperature. If it does not, ;; trigger a heater fault (cancel all heating). M570 S180 ;;Extruder (E0) uses drive 0, heater 1. M563 P0 D0 H1 ;; Extruder uses 1.75 mm filament and a 0.6 mm nozzle stock. M404 N1.75 D0.6 ;; Set heating process parameters for the Calidum HALE 8" x 8" 12v ;; Retrieved using the following commands: ;; M303 H0 S100 ;; M307 H0 M307 H0 A139.8 C516.6 D7.7 S1.00 B0 ; B0 disables bang-bang ;; Set heating process parameters for the E3D v6 12v ;; Retrieved using the following commands: ;; M106 S255 ;; M303 H1 S245 ;; M307 H1 M307 H1 A438.8 C154.1 D6.0 S1.00 B0 ; B0 disables bang-bang M307 H2 A438.8 C154.1 D6.0 S1.00 B0 ; B0 disables bang-bang ;; Operate fan 1 in thermostatic mode, activating when the extruders ;; (E0) get at or above 45C. M106 P1 T45 H1 ;; Set bed and HotEnd active/standby temperatures to zero, and ;; configure nozzle offsets. P0 is the left nozzle, and P1 is the right ;; nozzle, corresponding to extruder drives E0 and E1. M140 S0 G10 P0 S0 R0 X9 Y-9 ;;Activate tool 0 (E0), as it is the only extruder on the machine T0 ;; Load additional settings from config-override.g, if it exists. You should ;; use config-override.g to change settings, instead of altering this file. M501