33 Commits

Author SHA1 Message Date
Ian Bassi
05995e578a Machine Input Shaping 11202 (#8) 2026-05-11 11:38:06 -03:00
Ian Bassi
a804ee1b0d Main title linking to tab.cpp (#233) 2026-05-04 13:11:42 -03:00
Ian Bassi
0feb8ac22a rename Option mode 2026-05-04 11:35:20 -03:00
Ian Bassi
d828c252d7 Categorized variables by mode 2026-05-04 11:35:20 -03:00
Ian Bassi
303fb884fe Update modes 2026-05-04 11:35:20 -03:00
Ian Bassi
83a760fd4a Correct filament_diameter formula (#221)
Co-authored-by: Silvio Tisato <4465268+stisa@users.noreply.github.com>
2026-04-29 11:20:47 -03:00
Ian Bassi
67995fe223 Add extrusion role placeholders and G-code docs (#215) 2026-04-24 11:07:10 -03:00
Ian Bassi
e30e3e7926 Parse assigned append_line blocks and option indexers (#212) 2026-04-22 14:49:05 -03:00
Ian Bassi
c3c8fe78f9 Clarify jerk and junction deviation docs (#208)
Refactor and expand documentation for cornering control in speed_settings_jerk_xy.md: add a Key Effects section, reorganize Cornering Control Types, consolidate and clarify Junction Deviation (include formula, tips, and notes about Marlin/Classic Jerk), remove duplicated content, and explain how Orca limits jerk to Printer Motion Ability. Update printer_settings/motion ability/printer_motion_ability.md: reorder sections to place Maximum Junction Deviation after Maximum Jerk, update variable descriptions and link references, and clarify when M205 J/X/Y/Z/E apply.
2026-04-14 11:45:56 -03:00
Ian Bassi
f2ddafe58d Case sensitive validations (#202) 2026-04-08 11:51:47 -03:00
Ian Bassi
0f9c7183e6 Update sync-tab-options-to-wiki.ps1 (#190) 2026-03-25 17:18:10 -03:00
Ian Bassi
f20879f35a Variables at descriptions (#189) 2026-03-25 16:49:56 -03:00
Ian Bassi
738711f4fe Code high (#138)
* mkdocs code highlight

* fix

* missing dot

* Refactored language code to improve redability

* Update extra.css

Revert "Symmetric infill Y axis"

This reverts commit 1dd7d66c3f84b4419fc7e3f09056cf255ceaa61b.

Symmetric infill Y axis

Co-Authored-By: yw4z <yw4z@outlook.com>

---------

Co-authored-by: yw4z <yw4z@outlook.com>
2026-01-24 13:32:30 -03:00
Ian Bassi
9d11da6118 Math to $$ (#125) 2026-01-18 13:25:31 -03:00
Ian Bassi
1116cb8118 Auto table of content update (#108)
* Format final update

* Update VSCode markdown extension settings

Configured markdown TOC levels to 2-6 and enabled automatic TOC update on save in .vscode/settings.json.
2026-01-10 23:09:33 -03:00
Ian Bassi
50e3a062bd Formating rules and Full update (#107)
* Add editor and markdown configuration files

Introduces .editorconfig, .markdownlint.json, and VS Code settings for consistent formatting and markdown linting. These files help standardize code style and markdown indentation across the project.

* Full reformat
2026-01-10 22:27:49 -03:00
Ian Bassi
7637e98a27 Reiconized (#93)
* Moved icons

* Icons update

* spacing fix

* Fix .com//Orca

* images/images fix

* Image sources
2026-01-09 11:24:06 -03:00
Ian Bassi
b50f322a49 Clarify part cooling and auxiliary fan documentation (#76)
Improved explanations for part-cooling fan settings, including clearer descriptions of initial layer cooling, fan speed ramping, and auxiliary fan behavior. Added cross-references between material cooling and printer accessory documentation for better usability.
2026-01-04 10:54:25 -03:00
Ian Bassi
ae045afb00 Expand power loss recovery documentation: 11616 (#61)
* Expand power loss recovery documentation

Added details about how power loss recovery works, potential issues with frequent memory writes, and recommendations for enabling arc fitting to reduce G-code commands.

* Update printer_basic_information_advanced.md
2025-12-30 13:30:20 -03:00
Rodrigo Faselli
741f95a8a3 Update code block language and improve G-code examples (#67)
Changed code block language from 'gcode' to 'c++' for syntax highlighting and improved formatting in G-code examples. Also refined example conditions and descriptions for clarity.
2025-12-26 16:34:39 -03:00
Rodrigo Faselli
7df5e31345 Clipper 2 multiline Documentation (#65)
* Clipper 2 multiline

Co-Authored-By: Ian Bassi <12130714+ianalexis@users.noreply.github.com>

* Update strength_settings_infill.md

Co-Authored-By: Ian Bassi <12130714+ianalexis@users.noreply.github.com>

* Update strength_settings_infill.md

* Update Image

* Create infill-multiline-closed-loops.png

* Create infill-multiline-non-crossing.png

* Update strength_settings_infill.md

* Clip

* gif clip

* Update strength_settings_infill.md

* minor correction

* Update strength_settings_infill.md

* supported patterns

* Update strength_settings_infill.md

* Update infill-multiline-non-crossing.gif

* Update strength_settings_infill.md

* Update strength_settings_infill.md

* Update infill-multiline-closed-loops.png

* Update strength_settings_infill.md

* Update printer_machine_gcode.md

* Update printer_machine_gcode.md

* Update strength_settings_infill.md

* Update printer_machine_gcode.md

---------

Co-authored-by: Ian Bassi <12130714+ianalexis@users.noreply.github.com>
2025-12-26 16:24:00 -03:00
Ian Bassi
4386f527c9 Add Power Loss Recovery documentation (#60)
* Add Power Loss Recovery documentation

Added a new section describing the Power Loss Recovery feature for Bambu Lab and Marlin 2 firmware printers. Includes usage notes, recommendations, and cautions regarding memory wear and model warping.

* Update printer_basic_information_advanced.md

* Slimed and just enable (for now i hope)
2025-12-12 12:41:18 -03:00
Ian Bassi
4d22dd4104 Machine Gcode examples + Warnings (#58)
* Add example for custom start G-code sequence

Included a detailed example demonstrating custom notifications with M300 and a purge sequence in the start G-code section.

* Add important note on safe use of machine G-code

Added a warning highlighting the power and risks of custom machine G-code scripts. The note advises users to use known G-code bases for their firmware and to thoroughly test scripts before production use.

* Add firmware G-code documentation links

Added helpful links to Marlin, RepRap, and Klipper G-code documentation to guide users in referencing supported commands for their printer firmware.

* Update code block language to gcode in docs

Changed code block language from 'c++' to 'gcode' in printer_machine_gcode.md for better syntax highlighting and clarity in G-code examples.
2025-12-09 15:21:08 -03:00
Ian Bassi
f93662fb89 Minor improvements (#56)
* Update printer_basic_information_accessory.md

* Update printer_basic_information_adaptive_bed_mesh.md

* Update bed type documentation and images

Replaced outdated bed type GIF with two new PNG images illustrating bed type selection and material temperature settings. Updated documentation to reflect new bed types, improved instructions, and added references to the new images.
2025-12-04 18:05:17 -03:00
Ian Bassi
69fb1e86f0 reorganized and linked based on new pages (#47)
Definitions that were in calibrations were moved to their correct location.
Calibrations were linked to their articles and vice versa.
MD structures were improved.
Minor changes.
2025-12-02 12:47:21 -03:00
Ian Bassi
8c30ebf8e9 Machine && Material improvement (#44)
* Machine Material improvement

* Update temp-calib.md
2025-12-01 17:50:47 -03:00
Ian Bassi
f9a9a2cad1 Add example G-codes for extrusion role changes (#34)
Provides sample Marlin G-code snippets demonstrating how to set fan speed and pressure advance based on extrusion roles. This helps users customize machine behavior for specific print scenarios.

Co-authored-by: Rodrigo Faselli <162915171+rf47@users.noreply.github.com>
2025-11-28 16:00:58 -03:00
Ian Bassi
bd323d0916 Printer settings base (#29)
* Printer home base

* Create printer_basic_information_printable_space.md

* Document multi bed type support in printable space

Moved and expanded documentation for multi bed type support from bed-types.md to printer_basic_information_printable_space.md. The new section explains enabling multi bed types, selecting bed types, setting temperatures, and using the curr_bed_type variable in custom G-code. Removed redundant bed-types.md file.

* advance

* Create printer_basic_information_cooling_fan.md

* Create printer_basic_information_extruder_clearance.md

* adaptative bed mesh

* Printer accesory

* Update Home.md

* Create printer_machine_gcode.md

* MOVED

* Create printer_multimaterial_wipe_tower.md

* Create printer_multimaterial_setup.md

* Create printer_multimaterial_semm_parameters.md

* Create printer_multimaterial_advanced.md

* Update multimaterial setup links and remove semm.md

* Create printer_extruder_basic_information.md

* Create printer_extruder_layer_height_limits.md

* Refactor extruder docs and add retraction/Z-hop info

Moved layer height limits and extruder position sections into 'printer_extruder_basic_information.md', deleted the separate layer height limits file, and added new documentation for extruder retraction and Z-hop settings. Updated Home.md navigation to reflect these changes and improve clarity for users.

* Add printer motion ability documentation

Introduces a new markdown file detailing motion-related printer settings, including speed, acceleration, jerk limitations, resonance avoidance, and G-code emission options.

* Add icons to printer settings navigation links

Updated the printer settings section in Home.md to include relevant SVG icons for each navigation link, improving visual clarity and user experience. This change affects links under Basic Information, Multimaterial, and Extruder subsections.

* Clarify Auto option in Z-hop type documentation

Updated the description for the 'Auto' Z-hop type to specify that it selects automatically between Spiral based on whether the travel move crosses over overhang areas.

* Update printer-preset.png
2025-11-28 13:13:49 -03:00
SoftFever
4eb28d69db update image links 2025-11-25 10:23:04 +08:00
SoftFever
442903d4c9 Updated Wiki content 2025-11-17 03:18:19 +00:00
SoftFever
a3d775e1b6 Updated Wiki content 2025-08-23 15:43:59 +00:00
SoftFever
644ec80f41 Updated Wiki content 2025-07-08 00:54:14 +00:00
SoftFever
21f0466136 Updated Wiki content 2025-06-20 02:20:06 +00:00