Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
voronbrds
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adri
voronbrds
Merge requests
!18
Support arduino relay system
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Support arduino relay system
dev
into
master
Overview
0
Commits
59
Pipelines
0
Changes
10
Merged
Adri
requested to merge
dev
into
master
2 years ago
Overview
0
Commits
59
Pipelines
0
Changes
10
Expand
Solve filement issue during calibration
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
b3892fa8
59 commits,
2 years ago
10 files
+
145
−
133
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
Fnct/Calibration/Pressure-advance.cfg
+
2
−
2
Options
@@ -10,7 +10,7 @@ description: {printer["gcode_macro _BRDS_LANG"].macro_calibration_pressure_adv}
gcode:
{%
set BED = params.BED|default(60)|float %}
{%
set EXTRUDER = params.EXTRUDER|default(210)|float %}
PRINT_STAR
T
BED_TEMP={BED} EXTRUDER_TEMP={EXTRUDER}
START_PRIN
T
BED_TEMP={BED} EXTRUDER_TEMP={EXTRUDER}
G21
; Millimeter units
G90
; Absolute XYZ
@@ -41,6 +41,6 @@ gcode:
G1
Z1 F300 ; Move above layer height
{%
endfor %}
PRINT
_END
END_
PRINT
#####################################################################
\ No newline at end of file