Machine && Material improvement (#44)

* Machine Material improvement

* Update temp-calib.md
This commit is contained in:
Ian Bassi
2025-12-01 17:50:47 -03:00
committed by GitHub
parent ac1d23cec8
commit 8c30ebf8e9
10 changed files with 153 additions and 34 deletions

View File

@@ -13,7 +13,6 @@
- [Klipper Chamber Temperature](#klipper-chamber-temperature)
- [Support air filtration](#support-air-filtration)
## Nozzle type
The metallic material of the nozzle: This determines the abrasive resistance of the nozzle and what kind of filament can be printed.
@@ -180,7 +179,7 @@ Pick the variant that best fits your workflow; the advanced version provides ext
OrcaSlicer use `M141/M191` command to control active chamber heater.
If your Filament's `Activate temperature control` and your printer `Support control chamber temperature` option are checked , OrcaSlicer will insert `M191` command at the beginning of the gcode (before `Machine G-code`).
If your Filament's [Activate temperature control](material_temperatures#print-chamber-temperature) and your printer `Support control chamber temperature` option are checked , OrcaSlicer will insert `M191` command at the beginning of the gcode (before `Machine G-code`).
![Chamber-Temperature-Control-Printer](https://github.com/OrcaSlicer/OrcaSlicer_WIKI/blob/main/images/Chamber/Chamber-Temperature-Control-Printer.png?raw=true)
![Chamber-Temperature-Control-Material](https://github.com/OrcaSlicer/OrcaSlicer_WIKI/blob/main/images/Chamber/Chamber-Temperature-Control-Material.png?raw=true)

View File

@@ -5,6 +5,8 @@ Advanced settings related to the printer configuration.
- [Printer structure](#printer-structure)
- [G-code flavor](#g-code-flavor)
- [Pellet Modded Printer](#pellet-modded-printer)
- [Use 3rd-party print host](#use-3rd-party-print-host)
- [Scan first layer](#scan-first-layer)
- [Disable set remaining print time](#disable-set-remaining-print-time)
- [G-code thumbnails](#g-code-thumbnails)
- [Use relative E distances](#use-relative-e-distances)
@@ -42,6 +44,14 @@ sqrt just makes the relationship between flow_coefficient and volume linear.
Higher packing density -> more material extruded by single turn -> higher pellet_flow_coefficient -> treated as if a filament of larger diameter is being used. All other calculations remain the same for slicing.
## Use 3rd-party print host
Allow controlling BambuLab's printer through 3rd party print hosts.
## Scan first layer
Enable this to enable the camera on printer to check the quality of first layer.
## Disable set remaining print time
Disable generating of the M73: Set remaining print time in the final G-code.

View File

@@ -8,6 +8,7 @@ Machine G-code are custom G-code scripts that are executed at specific points du
- [Before layer change G-code](#before-layer-change-g-code)
- [Layer change G-code](#layer-change-g-code)
- [Timelapse G-code](#timelapse-g-code)
- [Clumping detection G-code](#clumping-detection-g-code)
- [Change filament G-code](#change-filament-g-code)
- [Change extrusion role G-code](#change-extrusion-role-g-code)
- [Pause G-code](#pause-g-code)
@@ -37,6 +38,10 @@ This G-code is inserted at every layer change after the Z lift.
This G-code is used for capturing timelapse videos. It typically includes commands to move the print head out of the way for a photo and then return it to the previous position.
## Clumping detection G-code
This G-code is executed when clumping is detected during printing. It can be used to pause the print, retract filament, or perform other actions to address the clumping issue.
## Change filament G-code
This G-code is inserted when filament is changed, including T commands to trigger tool change.

View File

@@ -22,6 +22,9 @@ This option will be ignored if the G-code flavor is set to Klipper.
By reducing the speed of the outer wall to avoid the resonance zone of the printer, ringing on the surface of the model are avoided.
> [!TIP]
> Check the [VFA Calibration](vfa-calib).
## Speed limitation
Safeguard maximum speeds for all axes.
@@ -36,6 +39,9 @@ This will cap the acceleration set by the process if it exceeds these values.
Safeguard maximum jerks for all axes.
> [!TIP]
> Check the [Cornering Calibration](cornering-calib).
### Maximum Junction Deviation
Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware. If your Marlin 2 printer uses Classic Jerk set this value to 0.)