Adventurer3 Control – 6.8

It’s been a while since Adventurer3 Control – 6.7, but new functions have been added.
In addition, the source of the program has been released along with the addition of this function.
As for the released source, only the source that was originally managed excluding the documents such as Unit Test and specifications is newly managed by git and published on github.

GitHub - take4blue/PrintControler
Contribute to take4blue/PrintControler development by creating an account on GitHub.

Additional features

What I added is the support for backlash.
Until now, as a “Lift Size” parameter, the process of lifting by a specified amount when moving the Z axis and then lowering was performed, but in addition to this, a function to lift by biting the offset when raising the nozzle is added. It was an addition.

It may be a royal road in a sense that I added this time, but it measures the distance of play and corrects the Z-axis movement based on it.

The specifications are as follows.

  • No correction is performed when the Z axis moves from top to bottom.
  • If the Z-axis moves from bottom to top, add a pre-specified offset to the Z-axis.

Therefore, even if the command is to move to the same height of 1 mm, it will be G01 Z1.0 when moving from top to bottom, but when moving from bottom to top, it will be G01 Z1.2 (when the offset amount is 0.2). Become.

Initially, I implemented a function like “Add play removal command” because it was troublesome to determine this offset value. It comes from the easy idea that you should bring it up to some extent and then lower it.
However, this would cause unnecessary vertical movement, so I wondered what it was like.

The following functions have triggered the improvement of this function this time.

Arbeitsbereich Technische Aspekte Multimodaler Systeme

A function that creates a model while really moving the surface of the modeled object in 3D instead of stacking.

It hasn’t been implemented in FlashPrint or Simplify3D yet, but it’s unclear what will happen in the future.
However, when using the above function, I feel that it is not possible to handle it with a function that lifts once, such as “addition of play removal command”, and Z-axis movement considering the offset value makes Z smooth even if there is some play. This is because I wanted a function that could move the axis.

How to determine the offset value

  1. Calibrate for Adventurer3.
  2. Start the Adventurer3 controller and move to the device control screen.
  3. Operate in the order of red and blue in the figure below to lower the nozzle to the center of the platform.
  4. Now insert the paper used for calibration between the nozzle and the platform.
    Remember the resistance to the movement of the paper at this time.
  5. Increase the values in the yellow part of the above figure in order from the 0.1th place, and find the value that causes a difference from the resistance feeling when moving the paper at that time.
    The offset value is slightly below the difference.

When I checked my equipment, the value was 0.29mm. Is it about 1.5 layers?

Creating a program

The source is available on github, so please download it, build it, and use it.

Results after countermeasures

I printed a board with 2 layers of 0.458 mm and 5 layers of 1.058 mm.

 

The calculated thickness is a little halfway, and I only have calipers that can measure up to 1/10 mm, so I’m not sure if it’s a meaningful value, but it’s as follows.
The measured location is around the center of the square board.

Correction 2 layers 5 layers
計算上の厚み 0.458mm 1.058mm
0.00 0.4mm 1.0mm(may be slightly less than 1mm)
0.29 0.5mm 1.1mm
0.20 Per 0.45mm (because it was between 0.5 and 0.4) 1.0mm

The offset value decided at the top was 0.29, but it became a little thicker, so when I tried even 0.2 mm, that value was the best.

Therefore, I think that the actual correction value should be further adjusted from the print result.

Also, as far as the above result is seen, it seems that it is included in the build accuracy (+/- 0.2 mm) of Adventurer 3 even without correction.

コメント

Copied title and URL