@CreateAndCarveCNC reflash the WiFi firmware using M997 S1

Posts made by jay_s_uk
-
RE: Failed to initialise WiFi module
-
RE: Erase Pins
@Aubertin sounds like a short and you've killed the 3.3v regulator.
Best disconnect everything and see if that cures it first, otherwise inspect the board for component damage -
RE: Passing Parameters - unknown variable
@phoenix hotendselect will only be available inside the if. If you want it available in the rest of the macro declare it at the top before the if
Endif also isn't valid
And unset also isn't valid
-
RE: Printer Not hitting any of the endstops
@rodneysramosj have you tested the endstops?
You can either look at DWC for this, a green box appears on each axis letter to show you its triggered, or use M119.
They should show not triggered when not pressed and triggered when pressed.
If they are the wrong way round, you will need to invert them by adding a ! to the pin name for each applicable endstop -
RE: Printer Not hitting any of the endstops
@rodneysramosj said in Printer Not hitting any of the endstops:
M208 X0:1060 Y0:530 Z0:1000 ; set minimum and maximum axis limits
this shows your printer only being 1060mm wide. This number should be the same as the maximum print size, otherwise your motors will end up moving short
-
RE: Printer Not hitting any of the endstops
@rodneysramosj are you steps per mm correct? Is it moving the correct amount for the distance commanded?
How big is the printer?I also don't see any endstops configured in your config
-
RE: Using Scanning Z Probe with Duet 3 6HC and 3HC Expansion Board
@rkutun theres a CAN out connection on the 3HC. Use that.
CAN-FD is a bus so its just one continuous run -
RE: Using Scanning Z Probe with Duet 3 6HC and 3HC Expansion Board
@rkutun the new touch stuff may not have been added to the config tool yet as it's still classed as an experimental feature.
https://docs.duet3d.com/en/User_manual/Tuning/scanning_z_probe_calibration#using-the-szp-in-touch-mode-to-set-z-heightDon't regard what comes out from the config tool as being your finished config, it's just a way to get a starter for 10
-
RE: Using Scanning Z Probe with Duet 3 6HC and 3HC Expansion Board
-
Either order is fine although you may find connecting it at the end is easier as it doesn't have CAN pass through
-
With 3.6RC2, just the SZP is sufficient for scanning and touch probing.
-
You should be ok
-
-
RE: Toolboard onboard configuration
@Gamefanatic3D no, there's no way to store the toolboards information on the toolboard itself.
You could have multiple configs. See M505 -
RE: Gradual layer shifts with integrated JMC stepper servos
@Eumldeuml try setting the motor currents for X and Y to 0. That should get rid of those messages without suppressing them
-
RE: Scanning Z probe
@smaaash with 3.5.4 yes.
With 3.6 you can utilise touch probing -
RE: Upgrading Duet 2 WiFi to latest
@martincho best to start a fresh with the config tool and then put your numbers in
-
RE: Upgrading Duet 2 WiFi to latest
@martincho you need to upgrade to 2.05.01, then 3.0, then 3.3 and then 3.5.4
You can't go directly -
RE: [3.6.0-rc.2] changed behaviour while homing on coreXY
@marvineer G1 H2 on a coreXY setup will only move a single motor. That's intended.
I'm also pretty sure this has been this behaviour for ages so what you're describing for 3.6 is correct behaviour -
RE: LDO BoxTurtle V1.0 RRF Support
@dwuk3d yes, it'll work with that
-
RE: Duet 2 wifi AND LIS3DH
@luc you'll probably need to adjust the I value once you get it installed and work out which way its pointing
-
RE: Duet 2 wifi AND LIS3DH
@luc no need to mess with S and R so don't include them