Skip to content

Version 3.4.5 Config C

Latest
Compare
Choose a tag to compare
@Modix3D Modix3D released this 13 Dec 17:50
· 16 commits to main since this release

This released is aimed to clean up some bugs and mistakes in the previous case, and catch some edge-case failures

Ease of access changes:

  • All files have been pre-seeded with heightmap and PID tuning values, this will help with the calibration setup process
  • bed.g file has been split up in two variants, the printer will automatically use the correct variant based on your config.g
    -- bed_duet.g ; For the tilt calibration on Duet only printers
    -- bed_duex.g ; For the tilt calibration on Duex enabled printers.
  • Updated rehome, sleep and stop files to detect single or dual-extruder setups
  • Added a check for single or dual extruder setups in the rehome, sleep and stop files

Bugfixes:

  • Removed deprecated code from homing files, mesh.g, and bed.g files (M280 P0 S60 I1 -> M280 P0 S60)

Other:

  • Changed the order of operations in the resume.g to first go to Z+5, then XY position, then back to the previous Z position. This fixes an edge-case where homing the Z axis would result in a crash
  • Config.g now has some extra parameters that are used in some other files to check on what code to execute.

hotfix:

  • fixed a mistake in the pause.g file, which had a M8 instead of a M83 causing an unkown gcode error