Update 'printer_new122020.conf'
gcode makros fixed
This commit is contained in:
parent
bb390ca081
commit
48ac2cd8d3
1 changed files with 6 additions and 3 deletions
|
@ -165,7 +165,7 @@ control_pin: P2.0
|
||||||
#pin_up_touch_mode_reports_triggered: False
|
#pin_up_touch_mode_reports_triggered: False
|
||||||
x_offset: 11.684 #-60
|
x_offset: 11.684 #-60
|
||||||
y_offset: 40.199 #-13
|
y_offset: 40.199 #-13
|
||||||
z_offset: 3.25 #2.9
|
z_offset: 3.1 #2.9
|
||||||
samples: 2
|
samples: 2
|
||||||
#speed: 3
|
#speed: 3
|
||||||
|
|
||||||
|
@ -183,14 +183,17 @@ gcode:
|
||||||
G1 Z20 F500
|
G1 Z20 F500
|
||||||
BED_MESH_PROFILE Load=new
|
BED_MESH_PROFILE Load=new
|
||||||
|
|
||||||
[bedcal]
|
[gcode_macro bedcal]
|
||||||
gcode:
|
gcode:
|
||||||
|
M140 S60
|
||||||
|
M190 S60
|
||||||
G28
|
G28
|
||||||
BED_MESH_CALIBRATE
|
BED_MESH_CALIBRATE
|
||||||
|
M140 S0
|
||||||
BED_MESH_PROFILE SAVE=new
|
BED_MESH_PROFILE SAVE=new
|
||||||
SAVE_CONFIG
|
SAVE_CONFIG
|
||||||
|
|
||||||
[pidex]
|
[gcode_macro pidex]
|
||||||
gcode:
|
gcode:
|
||||||
PID_CALIBRATE HEATER=extruder TARGET=210
|
PID_CALIBRATE HEATER=extruder TARGET=210
|
||||||
SAVE_CONFIG
|
SAVE_CONFIG
|
||||||
|
|
Loading…
Reference in a new issue