-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmysettings.cfg
13 lines (11 loc) · 1.02 KB
/
mysettings.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
#####################################################################
[gcode_macro _MY_VARIABLES] ; config variables and constants
#####################################################################
variable_motion_safe_z_run_current: 0.5 ; de-power z-stepper when not printing to minimise head crash damage (amps)
variable_motion_park_position_xy: 278,307.5 ; default park position for print macros
variable_motion_travel_speed: 800 ; travel speed to use when parking, purging, etc
variable_print_extruder_soak_temp_factor: 0.45 ; extruder preheat temp factor while soaking (%)
variable_print_extruder_calibration_temp_factor: 0.78 ; extruder preheat temp factor while calibrating - QGL, Mesh, Auto-z (%)
variable_print_ooze_retraction: 1 ; distance to retract to prevent oozing
variable_print_min_extrusion_temp: 210 ; minimum temp to extrude and purge
gcode: