You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set default LIN_ADVANCE to 0.1 instead of 0.22 (Seems to be at least more accurate than the default, but please do your own LIN_ADVANCE tests! Each machine is different)
Added back in NOZZLE_TO_PROBE_OFFSET, required setting: #define BED_TRAMMING_INSET_LFRB { 30, 30, 49, 30 }
Changed #define NOZZLE_TO_PROBE_OFFSET { -44, -7, 0 } to #define NOZZLE_TO_PROBE_OFFSET { -49, -7, 0 }, more accurate for the CR Touch
Changed X_MAX_POS X_BED_SIZE to X_MAX_POS (X_BED_SIZE + 49)
hanged Y_MAX_POS Y_BED_SIZE to Y_MAX_POS (Y_BED_SIZE + 7)
Added CUSTOM_MENU_CONFIG, in 'Configuration' there is a custom menu called 'DELICIOUS COMMANDS' that will run these commands in GCode
Custom PID E settings, PID E C10 TEMP 180, part cooling fan at 100%
Custom PID E settings, PID E C10 TEMP 190, part cooling fan at 100%
Custom PID E settings, PID E C10 TEMP 200, part cooling fan at 100%
Custom PID Bed, PID BED C10 TEMP 50
Custom PID Bed, PID BED C10 TEMP 60
Custom PID Bed, PID BED C10 TEMP 70
Turned off PRINTJOB_TIMER_AUTOSTART
Turned off DOUBLECLICK_FOR_Z_BABYSTEPPING (That was a little frustrating with it on)